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)
2025-06-22T12:01:39.999Z||main|||||INFO|500||The following profiles are active: basic
2025-06-22T12:01:46.995Z||main|||||INFO|500||Starting service [Tomcat]
2025-06-22T12:01:46.995Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2025-06-22T12:01:47.090Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2025-06-22T12:01:50.130Z||main|||||INFO|500||reqdb-pool - Starting...
2025-06-22T12:01:50.298Z||main|||||INFO|500||reqdb-pool - Start completed.
2025-06-22T12:01:50.436Z||main|||||INFO|500||catdb-pool - Starting...
2025-06-22T12:01:50.481Z||main|||||INFO|500||catdb-pool - Start completed.
2025-06-22T12:01:51.625Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2025-06-22T12:01:51.750Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2025-06-22T12:01:52.111Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2025-06-22T12:01:52.994Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB53Dialect
2025-06-22T12:01:54.568Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2025-06-22T12:01:54.632Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2025-06-22T12:01:55.104Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB53Dialect
2025-06-22T12:01:55.221Z||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.
2025-06-22T12:01:56.057Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2025-06-22T12:01:57.092Z||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_
2025-06-22T12:01:57.513Z||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=?
2025-06-22T12:01:58.067Z||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]}
2025-06-22T12:01:58.073Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2025-06-22T12:01:58.096Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|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"}]}
2025-06-22T12:01:59.634Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2025-06-22T12:01:59.635Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|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], x-envoy-upstream-service-time=[1527], Server=[envoy], Date=[Sun, 22 Jun 2025 12:02:01 GMT], Content-Type=[application/json]}
2025-06-22T12:01:59.636Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||||DEBUG|500||{"id":"f12c5d2117814d8c8700bc5a7e98644d","versionId":"8371628de4cc412c904129a79a482c9c"}
2025-06-22T12:01:59.659Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||||INFO|500||Successfully created activitySpec VNFSetInMaintFlagActivity
2025-06-22T12:01:59.690Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/f12c5d2117814d8c8700bc5a7e98644d/versions/latest/actions|INFO|500||Invoke
2025-06-22T12:01:59.691Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/f12c5d2117814d8c8700bc5a7e98644d/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/f12c5d2117814d8c8700bc5a7e98644d/versions/latest/actions with request headers:{X-RequestID=[0d80c5ab-4376-44b6-9f62-53538526bf5c], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[8bcea517-5d92-49f3-867f-c6e9bc64812d], X-ECOMP-RequestID=[0d80c5ab-4376-44b6-9f62-53538526bf5c], X-TransactionID=[0d80c5ab-4376-44b6-9f62-53538526bf5c], X-ONAP-RequestID=[0d80c5ab-4376-44b6-9f62-53538526bf5c], Content-Type=[application/json]}
2025-06-22T12:01:59.692Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/f12c5d2117814d8c8700bc5a7e98644d/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2025-06-22T12:02:00.108Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/f12c5d2117814d8c8700bc5a7e98644d/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/f12c5d2117814d8c8700bc5a7e98644d/versions/latest/actions has http status code:200 and response headers:{x-envoy-upstream-service-time=[410], Server=[envoy], Content-Length=[0], Date=[Sun, 22 Jun 2025 12:02:02 GMT]}
2025-06-22T12:02:00.108Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/f12c5d2117814d8c8700bc5a7e98644d/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2025-06-22T12:02:00.109Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/f12c5d2117814d8c8700bc5a7e98644d/versions/latest/actions|INFO|500||InvokeReturn
2025-06-22T12:02:00.109Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||||INFO|500||Successfully certified activitySpec VNFSetInMaintFlagActivity
2025-06-22T12:02:00.109Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|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=?
2025-06-22T12:02:00.145Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2025-06-22T12:02:00.146Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|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=[0d80c5ab-4376-44b6-9f62-53538526bf5c], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[f597359f-2d74-428a-890d-8c0c04ea2dd1], X-ECOMP-RequestID=[0d80c5ab-4376-44b6-9f62-53538526bf5c], X-TransactionID=[0d80c5ab-4376-44b6-9f62-53538526bf5c], X-ONAP-RequestID=[0d80c5ab-4376-44b6-9f62-53538526bf5c], Content-Type=[application/json]}
2025-06-22T12:02:00.147Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|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"}]}
2025-06-22T12:02:00.373Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|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], x-envoy-upstream-service-time=[224], Server=[envoy], Date=[Sun, 22 Jun 2025 12:02:03 GMT], Content-Type=[application/json]}
2025-06-22T12:02:00.374Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"dc6ad7cbaa214729a86741255bc48194","versionId":"1103fc68288644e1a0b9988f066f92f3"}
2025-06-22T12:02:00.375Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2025-06-22T12:02:00.377Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||||INFO|500||Successfully created activitySpec VNFCheckPserversLockedFlagActivity
2025-06-22T12:02:00.403Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/dc6ad7cbaa214729a86741255bc48194/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2025-06-22T12:02:00.404Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/dc6ad7cbaa214729a86741255bc48194/versions/latest/actions|INFO|500||Invoke
2025-06-22T12:02:00.405Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/dc6ad7cbaa214729a86741255bc48194/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2025-06-22T12:02:00.722Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/dc6ad7cbaa214729a86741255bc48194/versions/latest/actions|INFO|500||InvokeReturn
2025-06-22T12:02:00.723Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/dc6ad7cbaa214729a86741255bc48194/versions/latest/actions has http status code:200 and response headers:{x-envoy-upstream-service-time=[314], Server=[envoy], Content-Length=[0], Date=[Sun, 22 Jun 2025 12:02:03 GMT]}
2025-06-22T12:02:00.723Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||||DEBUG|500||Response was returned with an empty entity.
2025-06-22T12:02:00.723Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||||INFO|500||Successfully certified activitySpec VNFCheckPserversLockedFlagActivity
2025-06-22T12:02:00.723Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|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=?
2025-06-22T12:02:00.756Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|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]}
2025-06-22T12:02:00.757Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2025-06-22T12:02:00.758Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|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"}]}
2025-06-22T12:02:00.987Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2025-06-22T12:02:00.988Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|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], x-envoy-upstream-service-time=[225], Server=[envoy], Date=[Sun, 22 Jun 2025 12:02:03 GMT], Content-Type=[application/json]}
2025-06-22T12:02:00.988Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||||DEBUG|500||{"id":"0133cdb282054633a67f61c9974d89a8","versionId":"d8f3740b3cc9480f9b6384aeebae9bbe"}
2025-06-22T12:02:00.991Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||||INFO|500||Successfully created activitySpec VNFCheckInMaintFlagActivity
2025-06-22T12:02:01.014Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/0133cdb282054633a67f61c9974d89a8/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2025-06-22T12:02:01.015Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0133cdb282054633a67f61c9974d89a8/versions/latest/actions|INFO|500||Invoke
2025-06-22T12:02:01.016Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0133cdb282054633a67f61c9974d89a8/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2025-06-22T12:02:01.380Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0133cdb282054633a67f61c9974d89a8/versions/latest/actions|INFO|500||InvokeReturn
2025-06-22T12:02:01.381Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/0133cdb282054633a67f61c9974d89a8/versions/latest/actions has http status code:200 and response headers:{x-envoy-upstream-service-time=[362], Server=[envoy], Content-Length=[0], Date=[Sun, 22 Jun 2025 12:02:04 GMT]}
2025-06-22T12:02:01.381Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||||DEBUG|500||Response was returned with an empty entity.
2025-06-22T12:02:01.382Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||||INFO|500||Successfully certified activitySpec VNFCheckInMaintFlagActivity
2025-06-22T12:02:01.382Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|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=?
2025-06-22T12:02:01.414Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|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]}
2025-06-22T12:02:01.415Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2025-06-22T12:02:01.416Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|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"}]}
2025-06-22T12:02:01.634Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2025-06-22T12:02:01.635Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|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], x-envoy-upstream-service-time=[215], Server=[envoy], Date=[Sun, 22 Jun 2025 12:02:04 GMT], Content-Type=[application/json]}
2025-06-22T12:02:01.635Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||||DEBUG|500||{"id":"05e3bc1e42cd4a74897d78bdd5f98caf","versionId":"137fd6ac530c4e64bdb363647b4c5f9f"}
2025-06-22T12:02:01.637Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||||INFO|500||Successfully created activitySpec VNFCheckClosedLoopDisabledFlagActivity
2025-06-22T12:02:01.664Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/05e3bc1e42cd4a74897d78bdd5f98caf/versions/latest/actions|INFO|500||Invoke
2025-06-22T12:02:01.665Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/05e3bc1e42cd4a74897d78bdd5f98caf/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/05e3bc1e42cd4a74897d78bdd5f98caf/versions/latest/actions with request headers:{X-RequestID=[0d80c5ab-4376-44b6-9f62-53538526bf5c], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[c48720d5-4e88-43a7-b013-d24e81cd0745], X-ECOMP-RequestID=[0d80c5ab-4376-44b6-9f62-53538526bf5c], X-TransactionID=[0d80c5ab-4376-44b6-9f62-53538526bf5c], X-ONAP-RequestID=[0d80c5ab-4376-44b6-9f62-53538526bf5c], Content-Type=[application/json]}
2025-06-22T12:02:01.666Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/05e3bc1e42cd4a74897d78bdd5f98caf/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2025-06-22T12:02:02.021Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/05e3bc1e42cd4a74897d78bdd5f98caf/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/05e3bc1e42cd4a74897d78bdd5f98caf/versions/latest/actions has http status code:200 and response headers:{x-envoy-upstream-service-time=[353], Server=[envoy], Content-Length=[0], Date=[Sun, 22 Jun 2025 12:02:04 GMT]}
2025-06-22T12:02:02.022Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/05e3bc1e42cd4a74897d78bdd5f98caf/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2025-06-22T12:02:02.022Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/05e3bc1e42cd4a74897d78bdd5f98caf/versions/latest/actions|INFO|500||InvokeReturn
2025-06-22T12:02:02.022Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||||INFO|500||Successfully certified activitySpec VNFCheckClosedLoopDisabledFlagActivity
2025-06-22T12:02:02.022Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|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=?
2025-06-22T12:02:02.049Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|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]}
2025-06-22T12:02:02.050Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2025-06-22T12:02:02.051Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|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"}]}
2025-06-22T12:02:02.272Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2025-06-22T12:02:02.272Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|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], x-envoy-upstream-service-time=[218], Server=[envoy], Date=[Sun, 22 Jun 2025 12:02:05 GMT], Content-Type=[application/json]}
2025-06-22T12:02:02.273Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||||DEBUG|500||{"id":"1b84c7678c1b4ae0b64a274375869d1c","versionId":"56823731d89a47fea4305a63ee84c379"}
2025-06-22T12:02:02.275Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||||INFO|500||Successfully created activitySpec VNFSetClosedLoopDisabledFlagActivity
2025-06-22T12:02:02.295Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/1b84c7678c1b4ae0b64a274375869d1c/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2025-06-22T12:02:02.295Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/1b84c7678c1b4ae0b64a274375869d1c/versions/latest/actions|INFO|500||Invoke
2025-06-22T12:02:02.296Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/1b84c7678c1b4ae0b64a274375869d1c/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2025-06-22T12:02:02.635Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/1b84c7678c1b4ae0b64a274375869d1c/versions/latest/actions|INFO|500||InvokeReturn
2025-06-22T12:02:02.635Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/1b84c7678c1b4ae0b64a274375869d1c/versions/latest/actions has http status code:200 and response headers:{x-envoy-upstream-service-time=[336], Server=[envoy], Content-Length=[0], Date=[Sun, 22 Jun 2025 12:02:05 GMT]}
2025-06-22T12:02:02.636Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||||DEBUG|500||Response was returned with an empty entity.
2025-06-22T12:02:02.636Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||||INFO|500||Successfully certified activitySpec VNFSetClosedLoopDisabledFlagActivity
2025-06-22T12:02:02.636Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|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=?
2025-06-22T12:02:02.667Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|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]}
2025-06-22T12:02:02.668Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2025-06-22T12:02:02.669Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|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"}]}
2025-06-22T12:02:02.870Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2025-06-22T12:02:02.871Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|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], x-envoy-upstream-service-time=[199], Server=[envoy], Date=[Sun, 22 Jun 2025 12:02:05 GMT], Content-Type=[application/json]}
2025-06-22T12:02:02.871Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||||DEBUG|500||{"id":"1d96eddf54b547649a21bc41ca7277c5","versionId":"7d62df1f1de74f7d849298389fc56775"}
2025-06-22T12:02:02.873Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||||INFO|500||Successfully created activitySpec VNFUnsetClosedLoopDisabledFlagActivity
2025-06-22T12:02:02.893Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/1d96eddf54b547649a21bc41ca7277c5/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2025-06-22T12:02:02.894Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/1d96eddf54b547649a21bc41ca7277c5/versions/latest/actions|INFO|500||Invoke
2025-06-22T12:02:02.895Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/1d96eddf54b547649a21bc41ca7277c5/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2025-06-22T12:02:03.189Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/1d96eddf54b547649a21bc41ca7277c5/versions/latest/actions|INFO|500||InvokeReturn
2025-06-22T12:02:03.190Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/1d96eddf54b547649a21bc41ca7277c5/versions/latest/actions has http status code:200 and response headers:{x-envoy-upstream-service-time=[292], Server=[envoy], Content-Length=[0], Date=[Sun, 22 Jun 2025 12:02:06 GMT]}
2025-06-22T12:02:03.190Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||||DEBUG|500||Response was returned with an empty entity.
2025-06-22T12:02:03.190Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||||INFO|500||Successfully certified activitySpec VNFUnsetClosedLoopDisabledFlagActivity
2025-06-22T12:02:03.191Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|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=?
2025-06-22T12:02:03.217Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2025-06-22T12:02:03.217Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|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=[0d80c5ab-4376-44b6-9f62-53538526bf5c], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[b0b282c9-acb3-41bc-95c6-1d24b0b6e544], X-ECOMP-RequestID=[0d80c5ab-4376-44b6-9f62-53538526bf5c], X-TransactionID=[0d80c5ab-4376-44b6-9f62-53538526bf5c], X-ONAP-RequestID=[0d80c5ab-4376-44b6-9f62-53538526bf5c], Content-Type=[application/json]}
2025-06-22T12:02:03.218Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|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"}]}
2025-06-22T12:02:03.435Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|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], x-envoy-upstream-service-time=[214], Server=[envoy], Date=[Sun, 22 Jun 2025 12:02:06 GMT], Content-Type=[application/json]}
2025-06-22T12:02:03.435Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"b798ee6055a346ec9af16eb629d8544d","versionId":"3819db60729b485bb3f1110ac21ef2e7"}
2025-06-22T12:02:03.436Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2025-06-22T12:02:03.438Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||||INFO|500||Successfully created activitySpec VNFLockActivity
2025-06-22T12:02:03.459Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b798ee6055a346ec9af16eb629d8544d/versions/latest/actions|INFO|500||Invoke
2025-06-22T12:02:03.460Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b798ee6055a346ec9af16eb629d8544d/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/b798ee6055a346ec9af16eb629d8544d/versions/latest/actions with request headers:{X-RequestID=[0d80c5ab-4376-44b6-9f62-53538526bf5c], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[60257a40-b9ef-45c0-85e9-f722cbf6ee0f], X-ECOMP-RequestID=[0d80c5ab-4376-44b6-9f62-53538526bf5c], X-TransactionID=[0d80c5ab-4376-44b6-9f62-53538526bf5c], X-ONAP-RequestID=[0d80c5ab-4376-44b6-9f62-53538526bf5c], Content-Type=[application/json]}
2025-06-22T12:02:03.461Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b798ee6055a346ec9af16eb629d8544d/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2025-06-22T12:02:03.811Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b798ee6055a346ec9af16eb629d8544d/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/b798ee6055a346ec9af16eb629d8544d/versions/latest/actions has http status code:200 and response headers:{x-envoy-upstream-service-time=[347], Server=[envoy], Content-Length=[0], Date=[Sun, 22 Jun 2025 12:02:06 GMT]}
2025-06-22T12:02:03.812Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b798ee6055a346ec9af16eb629d8544d/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2025-06-22T12:02:03.812Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b798ee6055a346ec9af16eb629d8544d/versions/latest/actions|INFO|500||InvokeReturn
2025-06-22T12:02:03.813Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||||INFO|500||Successfully certified activitySpec VNFLockActivity
2025-06-22T12:02:03.813Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|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=?
2025-06-22T12:02:03.844Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|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]}
2025-06-22T12:02:03.845Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2025-06-22T12:02:03.846Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|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"}]}
2025-06-22T12:02:04.014Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2025-06-22T12:02:04.015Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|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], x-envoy-upstream-service-time=[165], Server=[envoy], Date=[Sun, 22 Jun 2025 12:02:07 GMT], Content-Type=[application/json]}
2025-06-22T12:02:04.015Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||||DEBUG|500||{"id":"98a2f98ea1a548d4bd7b4f12fe261c51","versionId":"70d83a71b2324f93ab570d4cc70ad6be"}
2025-06-22T12:02:04.018Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||||INFO|500||Successfully created activitySpec VNFUnlockActivity
2025-06-22T12:02:04.049Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/98a2f98ea1a548d4bd7b4f12fe261c51/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2025-06-22T12:02:04.050Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/98a2f98ea1a548d4bd7b4f12fe261c51/versions/latest/actions|INFO|500||Invoke
2025-06-22T12:02:04.051Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/98a2f98ea1a548d4bd7b4f12fe261c51/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2025-06-22T12:02:04.338Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/98a2f98ea1a548d4bd7b4f12fe261c51/versions/latest/actions|INFO|500||InvokeReturn
2025-06-22T12:02:04.338Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/98a2f98ea1a548d4bd7b4f12fe261c51/versions/latest/actions has http status code:200 and response headers:{x-envoy-upstream-service-time=[284], Server=[envoy], Content-Length=[0], Date=[Sun, 22 Jun 2025 12:02:07 GMT]}
2025-06-22T12:02:04.339Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||||DEBUG|500||Response was returned with an empty entity.
2025-06-22T12:02:04.339Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||||INFO|500||Successfully certified activitySpec VNFUnlockActivity
2025-06-22T12:02:04.339Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|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=?
2025-06-22T12:02:04.367Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2025-06-22T12:02:04.368Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|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=[0d80c5ab-4376-44b6-9f62-53538526bf5c], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[f3da5f54-acbc-4546-a52d-c9a90df5ab64], X-ECOMP-RequestID=[0d80c5ab-4376-44b6-9f62-53538526bf5c], X-TransactionID=[0d80c5ab-4376-44b6-9f62-53538526bf5c], X-ONAP-RequestID=[0d80c5ab-4376-44b6-9f62-53538526bf5c], Content-Type=[application/json]}
2025-06-22T12:02:04.368Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|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"}]}
2025-06-22T12:02:04.544Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|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], x-envoy-upstream-service-time=[174], Server=[envoy], Date=[Sun, 22 Jun 2025 12:02:07 GMT], Content-Type=[application/json]}
2025-06-22T12:02:04.545Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"529a4ca984484a4082bdbc26e7478926","versionId":"79aba79c49514d03ad36e79360dbc842"}
2025-06-22T12:02:04.546Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2025-06-22T12:02:04.548Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||||INFO|500||Successfully created activitySpec VNFStopActivity
2025-06-22T12:02:04.565Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/529a4ca984484a4082bdbc26e7478926/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2025-06-22T12:02:04.566Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/529a4ca984484a4082bdbc26e7478926/versions/latest/actions|INFO|500||Invoke
2025-06-22T12:02:04.567Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/529a4ca984484a4082bdbc26e7478926/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2025-06-22T12:02:04.924Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/529a4ca984484a4082bdbc26e7478926/versions/latest/actions|INFO|500||InvokeReturn
2025-06-22T12:02:04.925Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/529a4ca984484a4082bdbc26e7478926/versions/latest/actions has http status code:200 and response headers:{x-envoy-upstream-service-time=[355], Server=[envoy], Content-Length=[0], Date=[Sun, 22 Jun 2025 12:02:07 GMT]}
2025-06-22T12:02:04.925Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||||DEBUG|500||Response was returned with an empty entity.
2025-06-22T12:02:04.925Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||||INFO|500||Successfully certified activitySpec VNFStopActivity
2025-06-22T12:02:04.926Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|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=?
2025-06-22T12:02:04.950Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|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]}
2025-06-22T12:02:04.951Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2025-06-22T12:02:04.952Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|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"}]}
2025-06-22T12:02:05.166Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2025-06-22T12:02:05.167Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|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], x-envoy-upstream-service-time=[212], Server=[envoy], Date=[Sun, 22 Jun 2025 12:02:08 GMT], Content-Type=[application/json]}
2025-06-22T12:02:05.167Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||||DEBUG|500||{"id":"6505250d588d46bd8181f9b75d689600","versionId":"8268d19a12eb4d2d89328a6983a23310"}
2025-06-22T12:02:05.169Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||||INFO|500||Successfully created activitySpec VNFStartActivity
2025-06-22T12:02:05.185Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/6505250d588d46bd8181f9b75d689600/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2025-06-22T12:02:05.186Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6505250d588d46bd8181f9b75d689600/versions/latest/actions|INFO|500||Invoke
2025-06-22T12:02:05.187Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6505250d588d46bd8181f9b75d689600/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2025-06-22T12:02:05.522Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6505250d588d46bd8181f9b75d689600/versions/latest/actions|INFO|500||InvokeReturn
2025-06-22T12:02:05.523Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/6505250d588d46bd8181f9b75d689600/versions/latest/actions has http status code:200 and response headers:{x-envoy-upstream-service-time=[333], Server=[envoy], Content-Length=[0], Date=[Sun, 22 Jun 2025 12:02:08 GMT]}
2025-06-22T12:02:05.523Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||||DEBUG|500||Response was returned with an empty entity.
2025-06-22T12:02:05.524Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||||INFO|500||Successfully certified activitySpec VNFStartActivity
2025-06-22T12:02:05.524Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|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=?
2025-06-22T12:02:05.548Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|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]}
2025-06-22T12:02:05.549Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2025-06-22T12:02:05.551Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|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"}]}
2025-06-22T12:02:05.752Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2025-06-22T12:02:05.753Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|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], x-envoy-upstream-service-time=[198], Server=[envoy], Date=[Sun, 22 Jun 2025 12:02:08 GMT], Content-Type=[application/json]}
2025-06-22T12:02:05.754Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||||DEBUG|500||{"id":"4d7ac08609014c428bd1d33518fc2f1c","versionId":"c56af810764d48fda80a0bae5022b87e"}
2025-06-22T12:02:05.756Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||||INFO|500||Successfully created activitySpec VNFSnapShotActivity
2025-06-22T12:02:05.773Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/4d7ac08609014c428bd1d33518fc2f1c/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2025-06-22T12:02:05.774Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/4d7ac08609014c428bd1d33518fc2f1c/versions/latest/actions|INFO|500||Invoke
2025-06-22T12:02:05.775Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/4d7ac08609014c428bd1d33518fc2f1c/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2025-06-22T12:02:06.091Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/4d7ac08609014c428bd1d33518fc2f1c/versions/latest/actions|INFO|500||InvokeReturn
2025-06-22T12:02:06.092Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/4d7ac08609014c428bd1d33518fc2f1c/versions/latest/actions has http status code:200 and response headers:{x-envoy-upstream-service-time=[313], Server=[envoy], Content-Length=[0], Date=[Sun, 22 Jun 2025 12:02:08 GMT]}
2025-06-22T12:02:06.092Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||||DEBUG|500||Response was returned with an empty entity.
2025-06-22T12:02:06.093Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||||INFO|500||Successfully certified activitySpec VNFSnapShotActivity
2025-06-22T12:02:06.093Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|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=?
2025-06-22T12:02:06.126Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2025-06-22T12:02:06.127Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|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=[0d80c5ab-4376-44b6-9f62-53538526bf5c], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[9b074a27-b05d-4a86-afa5-7d0dc20fee23], X-ECOMP-RequestID=[0d80c5ab-4376-44b6-9f62-53538526bf5c], X-TransactionID=[0d80c5ab-4376-44b6-9f62-53538526bf5c], X-ONAP-RequestID=[0d80c5ab-4376-44b6-9f62-53538526bf5c], Content-Type=[application/json]}
2025-06-22T12:02:06.128Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|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"}]}
2025-06-22T12:02:06.310Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|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], x-envoy-upstream-service-time=[179], Server=[envoy], Date=[Sun, 22 Jun 2025 12:02:09 GMT], Content-Type=[application/json]}
2025-06-22T12:02:06.311Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"eb58194c23d54e358113bb16fe9cb81c","versionId":"85b24dd4d7a94983a63fb47cb2e59197"}
2025-06-22T12:02:06.312Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2025-06-22T12:02:06.314Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||||INFO|500||Successfully created activitySpec FlowCompleteActivity
2025-06-22T12:02:06.332Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/eb58194c23d54e358113bb16fe9cb81c/versions/latest/actions|INFO|500||Invoke
2025-06-22T12:02:06.332Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/eb58194c23d54e358113bb16fe9cb81c/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/eb58194c23d54e358113bb16fe9cb81c/versions/latest/actions with request headers:{X-RequestID=[0d80c5ab-4376-44b6-9f62-53538526bf5c], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[69c182cd-f4d9-4417-bbf7-c6ab7a91e1d4], X-ECOMP-RequestID=[0d80c5ab-4376-44b6-9f62-53538526bf5c], X-TransactionID=[0d80c5ab-4376-44b6-9f62-53538526bf5c], X-ONAP-RequestID=[0d80c5ab-4376-44b6-9f62-53538526bf5c], Content-Type=[application/json]}
2025-06-22T12:02:06.333Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/eb58194c23d54e358113bb16fe9cb81c/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2025-06-22T12:02:06.603Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/eb58194c23d54e358113bb16fe9cb81c/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/eb58194c23d54e358113bb16fe9cb81c/versions/latest/actions has http status code:200 and response headers:{x-envoy-upstream-service-time=[267], Server=[envoy], Content-Length=[0], Date=[Sun, 22 Jun 2025 12:02:09 GMT]}
2025-06-22T12:02:06.603Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/eb58194c23d54e358113bb16fe9cb81c/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2025-06-22T12:02:06.604Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/eb58194c23d54e358113bb16fe9cb81c/versions/latest/actions|INFO|500||InvokeReturn
2025-06-22T12:02:06.604Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||||INFO|500||Successfully certified activitySpec FlowCompleteActivity
2025-06-22T12:02:06.604Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|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=?
2025-06-22T12:02:06.627Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|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]}
2025-06-22T12:02:06.627Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2025-06-22T12:02:06.628Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|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"}]}
2025-06-22T12:02:06.851Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2025-06-22T12:02:06.852Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|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], x-envoy-upstream-service-time=[220], Server=[envoy], Date=[Sun, 22 Jun 2025 12:02:09 GMT], Content-Type=[application/json]}
2025-06-22T12:02:06.852Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||||DEBUG|500||{"id":"57410f20cc0644dead00be947f640850","versionId":"eb96cc5e7fe64bf5835cffc0f9610dab"}
2025-06-22T12:02:06.854Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||||INFO|500||Successfully created activitySpec PauseForManualTaskActivity
2025-06-22T12:02:06.869Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/57410f20cc0644dead00be947f640850/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2025-06-22T12:02:06.870Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/57410f20cc0644dead00be947f640850/versions/latest/actions|INFO|500||Invoke
2025-06-22T12:02:06.871Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/57410f20cc0644dead00be947f640850/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2025-06-22T12:02:07.192Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/57410f20cc0644dead00be947f640850/versions/latest/actions|INFO|500||InvokeReturn
2025-06-22T12:02:07.193Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/57410f20cc0644dead00be947f640850/versions/latest/actions has http status code:200 and response headers:{x-envoy-upstream-service-time=[319], Server=[envoy], Content-Length=[0], Date=[Sun, 22 Jun 2025 12:02:10 GMT]}
2025-06-22T12:02:07.193Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||||DEBUG|500||Response was returned with an empty entity.
2025-06-22T12:02:07.193Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||||INFO|500||Successfully certified activitySpec PauseForManualTaskActivity
2025-06-22T12:02:07.194Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|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=?
2025-06-22T12:02:07.220Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2025-06-22T12:02:07.220Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|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=[0d80c5ab-4376-44b6-9f62-53538526bf5c], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[577631be-bdb8-4277-878f-3efa0fba62d7], X-ECOMP-RequestID=[0d80c5ab-4376-44b6-9f62-53538526bf5c], X-TransactionID=[0d80c5ab-4376-44b6-9f62-53538526bf5c], X-ONAP-RequestID=[0d80c5ab-4376-44b6-9f62-53538526bf5c], Content-Type=[application/json]}
2025-06-22T12:02:07.221Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|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"}]}
2025-06-22T12:02:07.363Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|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], x-envoy-upstream-service-time=[139], Server=[envoy], Date=[Sun, 22 Jun 2025 12:02:10 GMT], Content-Type=[application/json]}
2025-06-22T12:02:07.364Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"392189afd1d94d1b920d4bee85e6a7af","versionId":"9dbb313eca284c44870047a5bf7076af"}
2025-06-22T12:02:07.364Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2025-06-22T12:02:07.366Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||||INFO|500||Successfully created activitySpec DistributeTrafficActivity
2025-06-22T12:02:07.383Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/392189afd1d94d1b920d4bee85e6a7af/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2025-06-22T12:02:07.384Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/392189afd1d94d1b920d4bee85e6a7af/versions/latest/actions|INFO|500||Invoke
2025-06-22T12:02:07.385Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/392189afd1d94d1b920d4bee85e6a7af/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2025-06-22T12:02:07.642Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/392189afd1d94d1b920d4bee85e6a7af/versions/latest/actions|INFO|500||InvokeReturn
2025-06-22T12:02:07.643Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/392189afd1d94d1b920d4bee85e6a7af/versions/latest/actions has http status code:200 and response headers:{x-envoy-upstream-service-time=[255], Server=[envoy], Content-Length=[0], Date=[Sun, 22 Jun 2025 12:02:10 GMT]}
2025-06-22T12:02:07.643Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||||DEBUG|500||Response was returned with an empty entity.
2025-06-22T12:02:07.644Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||||INFO|500||Successfully certified activitySpec DistributeTrafficActivity
2025-06-22T12:02:07.644Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|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=?
2025-06-22T12:02:07.668Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2025-06-22T12:02:07.669Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|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=[0d80c5ab-4376-44b6-9f62-53538526bf5c], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[e3306aa0-f224-47d2-aea2-cf2d4a4f6e31], X-ECOMP-RequestID=[0d80c5ab-4376-44b6-9f62-53538526bf5c], X-TransactionID=[0d80c5ab-4376-44b6-9f62-53538526bf5c], X-ONAP-RequestID=[0d80c5ab-4376-44b6-9f62-53538526bf5c], Content-Type=[application/json]}
2025-06-22T12:02:07.670Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|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"}]}
2025-06-22T12:02:07.857Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|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], x-envoy-upstream-service-time=[185], Server=[envoy], Date=[Sun, 22 Jun 2025 12:02:10 GMT], Content-Type=[application/json]}
2025-06-22T12:02:07.859Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"b4cc0131e1984968b21295e17161076a","versionId":"0b949112f0af445dbdb87ea4444784b6"}
2025-06-22T12:02:07.860Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2025-06-22T12:02:07.863Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||||INFO|500||Successfully created activitySpec DistributeTrafficCheckActivity
2025-06-22T12:02:07.890Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/b4cc0131e1984968b21295e17161076a/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2025-06-22T12:02:07.913Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b4cc0131e1984968b21295e17161076a/versions/latest/actions|INFO|500||Invoke
2025-06-22T12:02:07.914Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b4cc0131e1984968b21295e17161076a/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2025-06-22T12:02:08.209Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b4cc0131e1984968b21295e17161076a/versions/latest/actions|INFO|500||InvokeReturn
2025-06-22T12:02:08.210Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/b4cc0131e1984968b21295e17161076a/versions/latest/actions has http status code:200 and response headers:{x-envoy-upstream-service-time=[292], Server=[envoy], Content-Length=[0], Date=[Sun, 22 Jun 2025 12:02:11 GMT]}
2025-06-22T12:02:08.211Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||||DEBUG|500||Response was returned with an empty entity.
2025-06-22T12:02:08.211Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||||INFO|500||Successfully certified activitySpec DistributeTrafficCheckActivity
2025-06-22T12:02:08.211Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|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=?
2025-06-22T12:02:08.249Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|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]}
2025-06-22T12:02:08.250Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2025-06-22T12:02:08.251Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|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"}]}
2025-06-22T12:02:08.428Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2025-06-22T12:02:08.429Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|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], x-envoy-upstream-service-time=[174], Server=[envoy], Date=[Sun, 22 Jun 2025 12:02:11 GMT], Content-Type=[application/json]}
2025-06-22T12:02:08.430Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||||DEBUG|500||{"id":"3f35ad848c524c1ea9a6fc5ca9a56743","versionId":"78b8ee654ee8452f80bb691b8962cde4"}
2025-06-22T12:02:08.433Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||||INFO|500||Successfully created activitySpec VNFHealthCheckActivity
2025-06-22T12:02:08.457Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/3f35ad848c524c1ea9a6fc5ca9a56743/versions/latest/actions|INFO|500||Invoke
2025-06-22T12:02:08.458Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/3f35ad848c524c1ea9a6fc5ca9a56743/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/3f35ad848c524c1ea9a6fc5ca9a56743/versions/latest/actions with request headers:{X-RequestID=[0d80c5ab-4376-44b6-9f62-53538526bf5c], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[fa7070e9-6151-4bdf-a8f7-ee138ed217f3], X-ECOMP-RequestID=[0d80c5ab-4376-44b6-9f62-53538526bf5c], X-TransactionID=[0d80c5ab-4376-44b6-9f62-53538526bf5c], X-ONAP-RequestID=[0d80c5ab-4376-44b6-9f62-53538526bf5c], Content-Type=[application/json]}
2025-06-22T12:02:08.459Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/3f35ad848c524c1ea9a6fc5ca9a56743/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2025-06-22T12:02:08.830Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/3f35ad848c524c1ea9a6fc5ca9a56743/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/3f35ad848c524c1ea9a6fc5ca9a56743/versions/latest/actions has http status code:200 and response headers:{x-envoy-upstream-service-time=[368], Server=[envoy], Content-Length=[0], Date=[Sun, 22 Jun 2025 12:02:11 GMT]}
2025-06-22T12:02:08.830Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/3f35ad848c524c1ea9a6fc5ca9a56743/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2025-06-22T12:02:08.831Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/3f35ad848c524c1ea9a6fc5ca9a56743/versions/latest/actions|INFO|500||InvokeReturn
2025-06-22T12:02:08.832Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||||INFO|500||Successfully certified activitySpec VNFHealthCheckActivity
2025-06-22T12:02:08.832Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|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=?
2025-06-22T12:02:08.856Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|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]}
2025-06-22T12:02:08.857Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2025-06-22T12:02:08.858Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|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"}]}
2025-06-22T12:02:09.064Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2025-06-22T12:02:09.065Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|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], x-envoy-upstream-service-time=[202], Server=[envoy], Date=[Sun, 22 Jun 2025 12:02:12 GMT], Content-Type=[application/json]}
2025-06-22T12:02:09.065Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||||DEBUG|500||{"id":"46cf56d242d74373973863bd196ebb8a","versionId":"f973d4a10e9f4520b18bf04f458f96b0"}
2025-06-22T12:02:09.067Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||||INFO|500||Successfully created activitySpec VNFQuiesceTrafficActivity
2025-06-22T12:02:09.083Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/46cf56d242d74373973863bd196ebb8a/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2025-06-22T12:02:09.084Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/46cf56d242d74373973863bd196ebb8a/versions/latest/actions|INFO|500||Invoke
2025-06-22T12:02:09.085Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/46cf56d242d74373973863bd196ebb8a/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2025-06-22T12:02:09.448Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/46cf56d242d74373973863bd196ebb8a/versions/latest/actions|INFO|500||InvokeReturn
2025-06-22T12:02:09.449Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/46cf56d242d74373973863bd196ebb8a/versions/latest/actions has http status code:200 and response headers:{x-envoy-upstream-service-time=[361], Server=[envoy], Content-Length=[0], Date=[Sun, 22 Jun 2025 12:02:12 GMT]}
2025-06-22T12:02:09.449Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||||DEBUG|500||Response was returned with an empty entity.
2025-06-22T12:02:09.449Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||||INFO|500||Successfully certified activitySpec VNFQuiesceTrafficActivity
2025-06-22T12:02:09.450Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|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=?
2025-06-22T12:02:09.474Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2025-06-22T12:02:09.475Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|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=[0d80c5ab-4376-44b6-9f62-53538526bf5c], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[54f5b436-82e0-4c13-b0bc-9f9e5a07ad5b], X-ECOMP-RequestID=[0d80c5ab-4376-44b6-9f62-53538526bf5c], X-TransactionID=[0d80c5ab-4376-44b6-9f62-53538526bf5c], X-ONAP-RequestID=[0d80c5ab-4376-44b6-9f62-53538526bf5c], Content-Type=[application/json]}
2025-06-22T12:02:09.476Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|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"}]}
2025-06-22T12:02:09.683Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|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], x-envoy-upstream-service-time=[205], Server=[envoy], Date=[Sun, 22 Jun 2025 12:02:12 GMT], Content-Type=[application/json]}
2025-06-22T12:02:09.684Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"0503a7293c8844bda4f5ed34594a5ffe","versionId":"9885360bc94f472c828b4296c1956581"}
2025-06-22T12:02:09.685Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2025-06-22T12:02:09.687Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||||INFO|500||Successfully created activitySpec VNFResumeTrafficActivity
2025-06-22T12:02:09.703Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/0503a7293c8844bda4f5ed34594a5ffe/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2025-06-22T12:02:09.704Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0503a7293c8844bda4f5ed34594a5ffe/versions/latest/actions|INFO|500||Invoke
2025-06-22T12:02:09.705Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0503a7293c8844bda4f5ed34594a5ffe/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2025-06-22T12:02:10.025Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0503a7293c8844bda4f5ed34594a5ffe/versions/latest/actions|INFO|500||InvokeReturn
2025-06-22T12:02:10.025Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/0503a7293c8844bda4f5ed34594a5ffe/versions/latest/actions has http status code:200 and response headers:{x-envoy-upstream-service-time=[317], Server=[envoy], Content-Length=[0], Date=[Sun, 22 Jun 2025 12:02:12 GMT]}
2025-06-22T12:02:10.026Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||||DEBUG|500||Response was returned with an empty entity.
2025-06-22T12:02:10.026Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||||INFO|500||Successfully certified activitySpec VNFResumeTrafficActivity
2025-06-22T12:02:10.026Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|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=?
2025-06-22T12:02:10.050Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2025-06-22T12:02:10.050Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|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=[0d80c5ab-4376-44b6-9f62-53538526bf5c], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[d511ff99-9d7c-42dd-9ac5-64ea625830d9], X-ECOMP-RequestID=[0d80c5ab-4376-44b6-9f62-53538526bf5c], X-TransactionID=[0d80c5ab-4376-44b6-9f62-53538526bf5c], X-ONAP-RequestID=[0d80c5ab-4376-44b6-9f62-53538526bf5c], Content-Type=[application/json]}
2025-06-22T12:02:10.051Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|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"}]}
2025-06-22T12:02:10.256Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|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], x-envoy-upstream-service-time=[202], Server=[envoy], Date=[Sun, 22 Jun 2025 12:02:13 GMT], Content-Type=[application/json]}
2025-06-22T12:02:10.256Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"9f78a8767b574144a78fec126f886cec","versionId":"86f6966bc58d4af3a61575f78f06fe2d"}
2025-06-22T12:02:10.257Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2025-06-22T12:02:10.259Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||||INFO|500||Successfully created activitySpec VNFUnsetInMaintFlagActivity
2025-06-22T12:02:10.275Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/9f78a8767b574144a78fec126f886cec/versions/latest/actions|INFO|500||Invoke
2025-06-22T12:02:10.276Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/9f78a8767b574144a78fec126f886cec/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/9f78a8767b574144a78fec126f886cec/versions/latest/actions with request headers:{X-RequestID=[0d80c5ab-4376-44b6-9f62-53538526bf5c], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[563d24c6-4b58-48d4-b5c7-91d424d310d0], X-ECOMP-RequestID=[0d80c5ab-4376-44b6-9f62-53538526bf5c], X-TransactionID=[0d80c5ab-4376-44b6-9f62-53538526bf5c], X-ONAP-RequestID=[0d80c5ab-4376-44b6-9f62-53538526bf5c], Content-Type=[application/json]}
2025-06-22T12:02:10.277Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/9f78a8767b574144a78fec126f886cec/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2025-06-22T12:02:10.564Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/9f78a8767b574144a78fec126f886cec/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/9f78a8767b574144a78fec126f886cec/versions/latest/actions has http status code:200 and response headers:{x-envoy-upstream-service-time=[285], Server=[envoy], Content-Length=[0], Date=[Sun, 22 Jun 2025 12:02:13 GMT]}
2025-06-22T12:02:10.565Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/9f78a8767b574144a78fec126f886cec/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2025-06-22T12:02:10.565Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/9f78a8767b574144a78fec126f886cec/versions/latest/actions|INFO|500||InvokeReturn
2025-06-22T12:02:10.565Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||||INFO|500||Successfully certified activitySpec VNFUnsetInMaintFlagActivity
2025-06-22T12:02:10.565Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|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=?
2025-06-22T12:02:10.590Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2025-06-22T12:02:10.590Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|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=[0d80c5ab-4376-44b6-9f62-53538526bf5c], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[52d2567e-954c-43f5-ba33-1c40f4ce0fce], X-ECOMP-RequestID=[0d80c5ab-4376-44b6-9f62-53538526bf5c], X-TransactionID=[0d80c5ab-4376-44b6-9f62-53538526bf5c], X-ONAP-RequestID=[0d80c5ab-4376-44b6-9f62-53538526bf5c], Content-Type=[application/json]}
2025-06-22T12:02:10.591Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|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"}]}
2025-06-22T12:02:10.789Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|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], x-envoy-upstream-service-time=[195], Server=[envoy], Date=[Sun, 22 Jun 2025 12:02:13 GMT], Content-Type=[application/json]}
2025-06-22T12:02:10.790Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"d58f0b5addc748d289c35d294fa8190c","versionId":"191477ec2a974644a6f80ff22828e1e2"}
2025-06-22T12:02:10.791Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2025-06-22T12:02:10.792Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||||INFO|500||Successfully created activitySpec VNFUpgradeBackupActivity
2025-06-22T12:02:10.809Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/d58f0b5addc748d289c35d294fa8190c/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2025-06-22T12:02:10.810Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/d58f0b5addc748d289c35d294fa8190c/versions/latest/actions|INFO|500||Invoke
2025-06-22T12:02:10.811Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/d58f0b5addc748d289c35d294fa8190c/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2025-06-22T12:02:11.193Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/d58f0b5addc748d289c35d294fa8190c/versions/latest/actions|INFO|500||InvokeReturn
2025-06-22T12:02:11.194Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/d58f0b5addc748d289c35d294fa8190c/versions/latest/actions has http status code:200 and response headers:{x-envoy-upstream-service-time=[380], Server=[envoy], Content-Length=[0], Date=[Sun, 22 Jun 2025 12:02:13 GMT]}
2025-06-22T12:02:11.194Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||||DEBUG|500||Response was returned with an empty entity.
2025-06-22T12:02:11.195Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||||INFO|500||Successfully certified activitySpec VNFUpgradeBackupActivity
2025-06-22T12:02:11.195Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|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=?
2025-06-22T12:02:11.218Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|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]}
2025-06-22T12:02:11.219Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2025-06-22T12:02:11.220Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|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"}]}
2025-06-22T12:02:11.436Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2025-06-22T12:02:11.437Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|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], x-envoy-upstream-service-time=[213], Server=[envoy], Date=[Sun, 22 Jun 2025 12:02:14 GMT], Content-Type=[application/json]}
2025-06-22T12:02:11.438Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||||DEBUG|500||{"id":"4f6df30528024bbf964ecec783eeffd1","versionId":"1b4ea71e0d7844c4a89f285333bafc1d"}
2025-06-22T12:02:11.440Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||||INFO|500||Successfully created activitySpec VNFUpgradePostCheckActivity
2025-06-22T12:02:11.455Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/4f6df30528024bbf964ecec783eeffd1/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2025-06-22T12:02:11.457Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/4f6df30528024bbf964ecec783eeffd1/versions/latest/actions|INFO|500||Invoke
2025-06-22T12:02:11.458Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/4f6df30528024bbf964ecec783eeffd1/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2025-06-22T12:02:11.820Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/4f6df30528024bbf964ecec783eeffd1/versions/latest/actions|INFO|500||InvokeReturn
2025-06-22T12:02:11.821Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/4f6df30528024bbf964ecec783eeffd1/versions/latest/actions has http status code:200 and response headers:{x-envoy-upstream-service-time=[360], Server=[envoy], Content-Length=[0], Date=[Sun, 22 Jun 2025 12:02:14 GMT]}
2025-06-22T12:02:11.821Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||||DEBUG|500||Response was returned with an empty entity.
2025-06-22T12:02:11.821Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||||INFO|500||Successfully certified activitySpec VNFUpgradePostCheckActivity
2025-06-22T12:02:11.821Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|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=?
2025-06-22T12:02:11.842Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|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]}
2025-06-22T12:02:11.843Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2025-06-22T12:02:11.844Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|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"}]}
2025-06-22T12:02:12.027Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2025-06-22T12:02:12.028Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|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], x-envoy-upstream-service-time=[180], Server=[envoy], Date=[Sun, 22 Jun 2025 12:02:15 GMT], Content-Type=[application/json]}
2025-06-22T12:02:12.028Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||||DEBUG|500||{"id":"e3664eab1f9c4c7888a87ba0e570b148","versionId":"77c30e7564614230a66c8e610fc32bfd"}
2025-06-22T12:02:12.030Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||||INFO|500||Successfully created activitySpec VNFUpgradePreCheckActivity
2025-06-22T12:02:12.045Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/e3664eab1f9c4c7888a87ba0e570b148/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2025-06-22T12:02:12.046Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e3664eab1f9c4c7888a87ba0e570b148/versions/latest/actions|INFO|500||Invoke
2025-06-22T12:02:12.047Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e3664eab1f9c4c7888a87ba0e570b148/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2025-06-22T12:02:12.333Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e3664eab1f9c4c7888a87ba0e570b148/versions/latest/actions|INFO|500||InvokeReturn
2025-06-22T12:02:12.334Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/e3664eab1f9c4c7888a87ba0e570b148/versions/latest/actions has http status code:200 and response headers:{x-envoy-upstream-service-time=[284], Server=[envoy], Content-Length=[0], Date=[Sun, 22 Jun 2025 12:02:15 GMT]}
2025-06-22T12:02:12.334Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||||DEBUG|500||Response was returned with an empty entity.
2025-06-22T12:02:12.334Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||||INFO|500||Successfully certified activitySpec VNFUpgradePreCheckActivity
2025-06-22T12:02:12.335Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|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=?
2025-06-22T12:02:12.358Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2025-06-22T12:02:12.359Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|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=[0d80c5ab-4376-44b6-9f62-53538526bf5c], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[f6d764b6-207f-439a-9b3e-e224958d5393], X-ECOMP-RequestID=[0d80c5ab-4376-44b6-9f62-53538526bf5c], X-TransactionID=[0d80c5ab-4376-44b6-9f62-53538526bf5c], X-ONAP-RequestID=[0d80c5ab-4376-44b6-9f62-53538526bf5c], Content-Type=[application/json]}
2025-06-22T12:02:12.359Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|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"}]}
2025-06-22T12:02:12.597Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|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], x-envoy-upstream-service-time=[235], Server=[envoy], Date=[Sun, 22 Jun 2025 12:02:15 GMT], Content-Type=[application/json]}
2025-06-22T12:02:12.597Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"e25b667e7ab542cd9d80709bec552cfe","versionId":"327e29f241dd446d81619237935854ce"}
2025-06-22T12:02:12.598Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2025-06-22T12:02:12.600Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||||INFO|500||Successfully created activitySpec VNFUpgradeSoftwareActivity
2025-06-22T12:02:12.614Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/e25b667e7ab542cd9d80709bec552cfe/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2025-06-22T12:02:12.615Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e25b667e7ab542cd9d80709bec552cfe/versions/latest/actions|INFO|500||Invoke
2025-06-22T12:02:12.615Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e25b667e7ab542cd9d80709bec552cfe/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2025-06-22T12:02:12.977Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e25b667e7ab542cd9d80709bec552cfe/versions/latest/actions|INFO|500||InvokeReturn
2025-06-22T12:02:12.978Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/e25b667e7ab542cd9d80709bec552cfe/versions/latest/actions has http status code:200 and response headers:{x-envoy-upstream-service-time=[360], Server=[envoy], Content-Length=[0], Date=[Sun, 22 Jun 2025 12:02:15 GMT]}
2025-06-22T12:02:12.978Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||||DEBUG|500||Response was returned with an empty entity.
2025-06-22T12:02:12.978Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||||INFO|500||Successfully certified activitySpec VNFUpgradeSoftwareActivity
2025-06-22T12:02:12.978Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|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=?
2025-06-22T12:02:13.002Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2025-06-22T12:02:13.002Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|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=[0d80c5ab-4376-44b6-9f62-53538526bf5c], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[ecaab5c9-d023-488d-bfa2-722d88f378ce], X-ECOMP-RequestID=[0d80c5ab-4376-44b6-9f62-53538526bf5c], X-TransactionID=[0d80c5ab-4376-44b6-9f62-53538526bf5c], X-ONAP-RequestID=[0d80c5ab-4376-44b6-9f62-53538526bf5c], Content-Type=[application/json]}
2025-06-22T12:02:13.003Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VnfInPlaceSoftwareUpdate","description":"Activity InPlace Software Update on VNF","categoryList":["VNF"]}
2025-06-22T12:02:13.204Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|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], x-envoy-upstream-service-time=[198], Server=[envoy], Date=[Sun, 22 Jun 2025 12:02:16 GMT], Content-Type=[application/json]}
2025-06-22T12:02:13.205Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"7ccbb89198f049e6ae32de79898ae002","versionId":"fced86929368444aa659733f2da4f60f"}
2025-06-22T12:02:13.205Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2025-06-22T12:02:13.207Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||||INFO|500||Successfully created activitySpec VnfInPlaceSoftwareUpdate
2025-06-22T12:02:13.226Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/7ccbb89198f049e6ae32de79898ae002/versions/latest/actions|INFO|500||Invoke
2025-06-22T12:02:13.227Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/7ccbb89198f049e6ae32de79898ae002/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/7ccbb89198f049e6ae32de79898ae002/versions/latest/actions with request headers:{X-RequestID=[0d80c5ab-4376-44b6-9f62-53538526bf5c], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[93a86ff6-6180-49cb-a00c-a2a9cbd2e766], X-ECOMP-RequestID=[0d80c5ab-4376-44b6-9f62-53538526bf5c], X-TransactionID=[0d80c5ab-4376-44b6-9f62-53538526bf5c], X-ONAP-RequestID=[0d80c5ab-4376-44b6-9f62-53538526bf5c], Content-Type=[application/json]}
2025-06-22T12:02:13.227Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/7ccbb89198f049e6ae32de79898ae002/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2025-06-22T12:02:13.590Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/7ccbb89198f049e6ae32de79898ae002/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/7ccbb89198f049e6ae32de79898ae002/versions/latest/actions has http status code:200 and response headers:{x-envoy-upstream-service-time=[360], Server=[envoy], Content-Length=[0], Date=[Sun, 22 Jun 2025 12:02:16 GMT]}
2025-06-22T12:02:13.590Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/7ccbb89198f049e6ae32de79898ae002/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2025-06-22T12:02:13.591Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/7ccbb89198f049e6ae32de79898ae002/versions/latest/actions|INFO|500||InvokeReturn
2025-06-22T12:02:13.591Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||||INFO|500||Successfully certified activitySpec VnfInPlaceSoftwareUpdate
2025-06-22T12:02:15.565Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|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
2025-06-22T12:02:17.364Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||||WARN|500||---
2025-06-22T12:02:17.364Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2025-06-22T12:02:17.364Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||||WARN|500||---
2025-06-22T12:02:17.773Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2025-06-22T12:02:20.840Z|0d80c5ab-4376-44b6-9f62-53538526bf5c|main|||||INFO|500||Started Application in 44.148 seconds (JVM running for 45.095)
2025-06-22T12:02:20.861Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2025-06-22T12:02:20.864Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2025-06-22T12:02:20.870Z||scheduling-1|||||INFO|500||DistributionClient - init
2025-06-22T12:02:20.904Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 8287ee12-0595-47e1-9b01-38320112cc23 url= /sdc/v1/artifactTypes
2025-06-22T12:02:20.914Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2025-06-22T12:02:21.021Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2025-06-22T12:02:21.061Z||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
2025-06-22T12:02:21.062Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC
2025-06-22T12:02:21.062Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 5e9938aa-2f82-4127-96b1-a4ff514cb7bd url= /sdc/v1/distributionKafkaData
2025-06-22T12:02:21.062Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/distributionKafkaData
2025-06-22T12:02:21.084Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2025-06-22T12:02:21.089Z||scheduling-1|||||DEBUG|500||MessageBus cluster info retrieved successfully org.onap.sdc.utils.kafka.KafkaDataResponse@9de0c9d
2025-06-22T12:02:21.146Z||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-4b4f852d-afe4-4e72-9215-5d35869c7832
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
2025-06-22T12:02:21.194Z||scheduling-1|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-4b4f852d-afe4-4e72-9215-5d35869c7832] Instantiated an idempotent producer.
2025-06-22T12:02:21.259Z||scheduling-1|||||INFO|500||Successfully logged in.
2025-06-22T12:02:21.305Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2025-06-22T12:02:21.305Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2025-06-22T12:02:21.305Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1750593741303
2025-06-22T12:02:21.309Z||scheduling-1|||||INFO|500||start DistributionClient
2025-06-22T12:02:21.325Z||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-6c4aafd3-c7a0-4a35-b2ba-7328efaf9b9f
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
2025-06-22T12:02:21.384Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2025-06-22T12:02:21.385Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2025-06-22T12:02:21.385Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1750593741384
2025-06-22T12:02:21.386Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c4aafd3-c7a0-4a35-b2ba-7328efaf9b9f, groupId=SO] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO
2025-06-22T12:02:21.388Z||pool-3-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2025-06-22T12:02:21.388Z||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-9590a649-52f9-4750-80e1-96d941ab4388
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
2025-06-22T12:02:21.394Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2025-06-22T12:02:21.394Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2025-06-22T12:02:21.394Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1750593741394
2025-06-22T12:02:21.394Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9590a649-52f9-4750-80e1-96d941ab4388, groupId=SO] Subscribed to topic(s): SDC-DISTR-STATUS-TOPIC-AUTO
2025-06-22T12:02:21.395Z||pool-3-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2025-06-22T12:02:21.398Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2025-06-22T12:02:21.924Z||pool-3-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9590a649-52f9-4750-80e1-96d941ab4388, 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 nbiyatkwTgif7sGvfUL9MA
2025-06-22T12:02:21.925Z||kafka-producer-network-thread | SO-sdc-controller-producer-4b4f852d-afe4-4e72-9215-5d35869c7832|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-4b4f852d-afe4-4e72-9215-5d35869c7832] Cluster ID: 7ptNyWXjRgWT0TCpb3sQKA
2025-06-22T12:02:21.925Z||pool-3-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c4aafd3-c7a0-4a35-b2ba-7328efaf9b9f, 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 tWG9ioSZTAGzT9xQmRl_yw
2025-06-22T12:02:21.925Z||pool-3-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9590a649-52f9-4750-80e1-96d941ab4388, 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 nbiyatkwTgif7sGvfUL9MA
2025-06-22T12:02:21.926Z||pool-3-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c4aafd3-c7a0-4a35-b2ba-7328efaf9b9f, 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 tWG9ioSZTAGzT9xQmRl_yw
2025-06-22T12:02:21.926Z||pool-3-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9590a649-52f9-4750-80e1-96d941ab4388, 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 nbiyatkwTgif7sGvfUL9MA
2025-06-22T12:02:21.926Z||pool-3-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c4aafd3-c7a0-4a35-b2ba-7328efaf9b9f, 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 tWG9ioSZTAGzT9xQmRl_yw
2025-06-22T12:02:21.926Z||pool-3-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9590a649-52f9-4750-80e1-96d941ab4388, 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 nbiyatkwTgif7sGvfUL9MA
2025-06-22T12:02:21.926Z||pool-3-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c4aafd3-c7a0-4a35-b2ba-7328efaf9b9f, 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 tWG9ioSZTAGzT9xQmRl_yw
2025-06-22T12:02:21.926Z||pool-3-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9590a649-52f9-4750-80e1-96d941ab4388, 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 nbiyatkwTgif7sGvfUL9MA
2025-06-22T12:02:21.926Z||pool-3-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c4aafd3-c7a0-4a35-b2ba-7328efaf9b9f, 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 tWG9ioSZTAGzT9xQmRl_yw
2025-06-22T12:02:21.926Z||pool-3-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9590a649-52f9-4750-80e1-96d941ab4388, 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 nbiyatkwTgif7sGvfUL9MA
2025-06-22T12:02:21.926Z||pool-3-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c4aafd3-c7a0-4a35-b2ba-7328efaf9b9f, 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 tWG9ioSZTAGzT9xQmRl_yw
2025-06-22T12:02:21.927Z||kafka-producer-network-thread | SO-sdc-controller-producer-4b4f852d-afe4-4e72-9215-5d35869c7832|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-4b4f852d-afe4-4e72-9215-5d35869c7832] ProducerId set to 1009 with epoch 0
2025-06-22T12:02:21.928Z||pool-3-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c4aafd3-c7a0-4a35-b2ba-7328efaf9b9f, groupId=SO] Cluster ID: 7ptNyWXjRgWT0TCpb3sQKA
2025-06-22T12:02:21.928Z||pool-3-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9590a649-52f9-4750-80e1-96d941ab4388, groupId=SO] Cluster ID: 7ptNyWXjRgWT0TCpb3sQKA
2025-06-22T12:02:21.929Z||pool-3-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c4aafd3-c7a0-4a35-b2ba-7328efaf9b9f, groupId=SO] Discovered group coordinator onap-strimzi-onap-strimzi-broker-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null)
2025-06-22T12:02:21.929Z||pool-3-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9590a649-52f9-4750-80e1-96d941ab4388, groupId=SO] Discovered group coordinator onap-strimzi-onap-strimzi-broker-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null)
2025-06-22T12:02:21.952Z||pool-3-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c4aafd3-c7a0-4a35-b2ba-7328efaf9b9f, groupId=SO] (Re-)joining group
2025-06-22T12:02:21.952Z||pool-3-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9590a649-52f9-4750-80e1-96d941ab4388, groupId=SO] (Re-)joining group
2025-06-22T12:02:21.995Z||pool-3-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c4aafd3-c7a0-4a35-b2ba-7328efaf9b9f, groupId=SO] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-6c4aafd3-c7a0-4a35-b2ba-7328efaf9b9f-9453f89b-69d4-4d35-876d-41a3d426c5bc
2025-06-22T12:02:21.995Z||pool-3-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9590a649-52f9-4750-80e1-96d941ab4388, groupId=SO] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-9590a649-52f9-4750-80e1-96d941ab4388-f74f48f3-39fb-4493-af62-76f8f86d91d8
2025-06-22T12:02:21.995Z||pool-3-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c4aafd3-c7a0-4a35-b2ba-7328efaf9b9f, 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)
2025-06-22T12:02:21.995Z||pool-3-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9590a649-52f9-4750-80e1-96d941ab4388, 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)
2025-06-22T12:02:21.996Z||pool-3-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c4aafd3-c7a0-4a35-b2ba-7328efaf9b9f, groupId=SO] (Re-)joining group
2025-06-22T12:02:21.996Z||pool-3-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9590a649-52f9-4750-80e1-96d941ab4388, groupId=SO] (Re-)joining group
2025-06-22T12:02:28.002Z||pool-3-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9590a649-52f9-4750-80e1-96d941ab4388, groupId=SO] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-9590a649-52f9-4750-80e1-96d941ab4388-f74f48f3-39fb-4493-af62-76f8f86d91d8', protocol='range'}
2025-06-22T12:02:28.002Z||pool-3-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c4aafd3-c7a0-4a35-b2ba-7328efaf9b9f, groupId=SO] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-6c4aafd3-c7a0-4a35-b2ba-7328efaf9b9f-9453f89b-69d4-4d35-876d-41a3d426c5bc', protocol='range'}
2025-06-22T12:02:28.049Z||pool-3-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9590a649-52f9-4750-80e1-96d941ab4388, 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 tWG9ioSZTAGzT9xQmRl_yw
2025-06-22T12:02:28.050Z||pool-3-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9590a649-52f9-4750-80e1-96d941ab4388, 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 tWG9ioSZTAGzT9xQmRl_yw
2025-06-22T12:02:28.050Z||pool-3-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9590a649-52f9-4750-80e1-96d941ab4388, 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 tWG9ioSZTAGzT9xQmRl_yw
2025-06-22T12:02:28.050Z||pool-3-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9590a649-52f9-4750-80e1-96d941ab4388, 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 tWG9ioSZTAGzT9xQmRl_yw
2025-06-22T12:02:28.050Z||pool-3-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9590a649-52f9-4750-80e1-96d941ab4388, 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 tWG9ioSZTAGzT9xQmRl_yw
2025-06-22T12:02:28.050Z||pool-3-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9590a649-52f9-4750-80e1-96d941ab4388, 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 tWG9ioSZTAGzT9xQmRl_yw
2025-06-22T12:02:28.055Z||pool-3-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9590a649-52f9-4750-80e1-96d941ab4388, groupId=SO] Finished assignment for group at generation 1: {SO-sdc-controller-consumer-6c4aafd3-c7a0-4a35-b2ba-7328efaf9b9f-9453f89b-69d4-4d35-876d-41a3d426c5bc=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-9590a649-52f9-4750-80e1-96d941ab4388-f74f48f3-39fb-4493-af62-76f8f86d91d8=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])}
2025-06-22T12:02:28.102Z||pool-3-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9590a649-52f9-4750-80e1-96d941ab4388, groupId=SO] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-9590a649-52f9-4750-80e1-96d941ab4388-f74f48f3-39fb-4493-af62-76f8f86d91d8', protocol='range'}
2025-06-22T12:02:28.102Z||pool-3-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c4aafd3-c7a0-4a35-b2ba-7328efaf9b9f, groupId=SO] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-6c4aafd3-c7a0-4a35-b2ba-7328efaf9b9f-9453f89b-69d4-4d35-876d-41a3d426c5bc', protocol='range'}
2025-06-22T12:02:28.103Z||pool-3-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9590a649-52f9-4750-80e1-96d941ab4388, 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])
2025-06-22T12:02:28.103Z||pool-3-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c4aafd3-c7a0-4a35-b2ba-7328efaf9b9f, 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])
2025-06-22T12:02:28.107Z||pool-3-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c4aafd3-c7a0-4a35-b2ba-7328efaf9b9f, 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
2025-06-22T12:02:28.108Z||pool-3-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9590a649-52f9-4750-80e1-96d941ab4388, 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
2025-06-22T12:02:28.119Z||pool-3-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9590a649-52f9-4750-80e1-96d941ab4388, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5
2025-06-22T12:02:28.119Z||pool-3-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c4aafd3-c7a0-4a35-b2ba-7328efaf9b9f, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5
2025-06-22T12:02:28.119Z||pool-3-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c4aafd3-c7a0-4a35-b2ba-7328efaf9b9f, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4
2025-06-22T12:02:28.119Z||pool-3-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9590a649-52f9-4750-80e1-96d941ab4388, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4
2025-06-22T12:02:28.119Z||pool-3-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9590a649-52f9-4750-80e1-96d941ab4388, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3
2025-06-22T12:02:28.119Z||pool-3-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9590a649-52f9-4750-80e1-96d941ab4388, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2
2025-06-22T12:02:28.119Z||pool-3-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9590a649-52f9-4750-80e1-96d941ab4388, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1
2025-06-22T12:02:28.119Z||pool-3-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9590a649-52f9-4750-80e1-96d941ab4388, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0
2025-06-22T12:02:28.119Z||pool-3-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c4aafd3-c7a0-4a35-b2ba-7328efaf9b9f, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3
2025-06-22T12:02:28.120Z||pool-3-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c4aafd3-c7a0-4a35-b2ba-7328efaf9b9f, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2
2025-06-22T12:02:28.120Z||pool-3-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c4aafd3-c7a0-4a35-b2ba-7328efaf9b9f, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1
2025-06-22T12:02:28.120Z||pool-3-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c4aafd3-c7a0-4a35-b2ba-7328efaf9b9f, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0
2025-06-22T12:02:28.146Z||pool-3-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9590a649-52f9-4750-80e1-96d941ab4388, 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-onap-strimzi-broker-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2025-06-22T12:02:28.146Z||pool-3-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9590a649-52f9-4750-80e1-96d941ab4388, 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-onap-strimzi-broker-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2025-06-22T12:02:28.187Z||pool-3-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9590a649-52f9-4750-80e1-96d941ab4388, 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-onap-strimzi-broker-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2025-06-22T12:02:28.187Z||pool-3-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9590a649-52f9-4750-80e1-96d941ab4388, 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-onap-strimzi-broker-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2025-06-22T12:02:28.189Z||pool-3-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c4aafd3-c7a0-4a35-b2ba-7328efaf9b9f, 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-onap-strimzi-broker-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2025-06-22T12:02:28.189Z||pool-3-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c4aafd3-c7a0-4a35-b2ba-7328efaf9b9f, 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-onap-strimzi-broker-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2025-06-22T12:02:28.189Z||pool-3-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9590a649-52f9-4750-80e1-96d941ab4388, 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-onap-strimzi-broker-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2025-06-22T12:02:28.190Z||pool-3-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9590a649-52f9-4750-80e1-96d941ab4388, 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-onap-strimzi-broker-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2025-06-22T12:02:28.190Z||pool-3-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c4aafd3-c7a0-4a35-b2ba-7328efaf9b9f, 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-onap-strimzi-broker-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2025-06-22T12:02:28.190Z||pool-3-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c4aafd3-c7a0-4a35-b2ba-7328efaf9b9f, 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-onap-strimzi-broker-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2025-06-22T12:02:28.198Z||pool-3-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c4aafd3-c7a0-4a35-b2ba-7328efaf9b9f, 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-onap-strimzi-broker-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2025-06-22T12:02:28.198Z||pool-3-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c4aafd3-c7a0-4a35-b2ba-7328efaf9b9f, 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-onap-strimzi-broker-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2025-06-22T12:03:08.464Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2025-06-22T12:03:21.391Z||pool-3-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2025-06-22T12:03:21.396Z||pool-3-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2025-06-22T12:04:21.393Z||pool-3-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2025-06-22T12:04:21.397Z||pool-3-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2025-06-22T12:05:21.393Z||pool-3-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2025-06-22T12:05:21.398Z||pool-3-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2025-06-22T12:06:21.394Z||pool-3-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2025-06-22T12:06:21.399Z||pool-3-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2025-06-22T12:07:21.394Z||pool-3-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2025-06-22T12:07:21.399Z||pool-3-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2025-06-22T12:08:21.395Z||pool-3-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2025-06-22T12:08:21.400Z||pool-3-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2025-06-22T12:09:21.396Z||pool-3-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2025-06-22T12:09:21.402Z||pool-3-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2025-06-22T12:10:21.396Z||pool-3-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2025-06-22T12:10:21.402Z||pool-3-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2025-06-22T12:11:21.396Z||pool-3-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2025-06-22T12:11:21.402Z||pool-3-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2025-06-22T12:11:21.950Z||pool-3-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-9590a649-52f9-4750-80e1-96d941ab4388, groupId=SO] Node -1 disconnected.
2025-06-22T12:11:22.074Z||pool-3-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6c4aafd3-c7a0-4a35-b2ba-7328efaf9b9f, groupId=SO] Node -1 disconnected.
2025-06-22T12:11:22.191Z||kafka-producer-network-thread | SO-sdc-controller-producer-4b4f852d-afe4-4e72-9215-5d35869c7832|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-4b4f852d-afe4-4e72-9215-5d35869c7832] Node -1 disconnected.
2025-06-22T12:12:21.397Z||pool-3-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2025-06-22T12:12:21.403Z||pool-3-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2025-06-22T12:13:21.397Z||pool-3-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2025-06-22T12:13:21.404Z||pool-3-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2025-06-22T12:14:21.398Z||pool-3-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2025-06-22T12:14:21.405Z||pool-3-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2025-06-22T12:15:21.398Z||pool-3-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2025-06-22T12:15:21.406Z||pool-3-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2025-06-22T12:16:21.399Z||pool-3-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2025-06-22T12:16:21.407Z||pool-3-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2025-06-22T12:17:21.400Z||pool-3-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2025-06-22T12:17:21.408Z||pool-3-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2025-06-22T12:18:21.402Z||pool-3-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2025-06-22T12:18:21.409Z||pool-3-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2025-06-22T12:19:21.403Z||pool-3-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2025-06-22T12:19:21.410Z||pool-3-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2025-06-22T12:20:21.403Z||pool-3-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2025-06-22T12:20:21.410Z||pool-3-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2025-06-22T12:21:21.404Z||pool-3-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2025-06-22T12:21:21.411Z||pool-3-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2025-06-22T12:22:21.405Z||pool-3-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2025-06-22T12:22:21.411Z||pool-3-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2025-06-22T12:23:21.406Z||pool-3-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2025-06-22T12:23:21.411Z||pool-3-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2025-06-22T12:24:21.406Z||pool-3-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2025-06-22T12:24:21.413Z||pool-3-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2025-06-22T12:25:21.407Z||pool-3-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2025-06-22T12:25:21.413Z||pool-3-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2025-06-22T12:26:21.408Z||pool-3-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2025-06-22T12:26:21.415Z||pool-3-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2025-06-22T12:27:21.410Z||pool-3-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2025-06-22T12:27:21.415Z||pool-3-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2025-06-22T12:28:21.410Z||pool-3-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2025-06-22T12:28:21.417Z||pool-3-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2025-06-22T12:29:21.411Z||pool-3-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2025-06-22T12:29:21.417Z||pool-3-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2025-06-22T12:30:21.412Z||pool-3-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2025-06-22T12:30:21.419Z||pool-3-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2025-06-22T12:31:21.414Z||pool-3-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2025-06-22T12:31:21.420Z||pool-3-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2025-06-22T12:32:21.415Z||pool-3-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2025-06-22T12:32:21.421Z||pool-3-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2025-06-22T12:33:21.415Z||pool-3-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2025-06-22T12:33:21.422Z||pool-3-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2025-06-22T12:33:35.493Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2025-06-22T12:33:35.494Z||pool-3-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748","serviceName":"vFW 2025-06-22 12-32-37","serviceVersion":"1.0","serviceUUID":"99ce9ffd-ef86-44d7-a6b9-520725d597e0","serviceDescription":"catalog service description","serviceInvariantUUID":"e371e297-8ead-46f0-b1cc-7a135ff7cdfb","resources":[{"resourceInstanceName":"vFW 99d7c1a8-6192 0","resourceName":"vFW 99d7c1a8-6192","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e260c41c-9890-40d9-89ff-2c8a6d70f3ac","resourceInvariantUUID":"f5ec6524-598b-427e-8237-248be3ca99c7","resourceCustomizationUUID":"76e92078-0636-4676-b7ed-0f45d4f1a8cb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20250622123237/1.0/resourceInstances/vfw99d7c1a861920/artifacts/vf-license-model.xml","artifactChecksum":"OWU4YzJmMTEyNWNkNDJkY2E1OTA2N2RmYjk5MzEzMDk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"42652eaa-c093-4bfe-a3ff-94f30b5bdf97","artifactVersion":"1"},{"artifactName":"vfw99d7c1a861920_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20250622123237/1.0/resourceInstances/vfw99d7c1a861920/artifacts/vfw99d7c1a861920_modules.json","artifactChecksum":"OGQyN2UyNWRkYmFhYmJjOTgzZTVkZjAwMjZkZDA0NGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c12feb67-b04f-4025-bfef-24d9c4c1275a","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20250622123237/1.0/resourceInstances/vfw99d7c1a861920/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d462dacf-0f5b-4739-84d7-fe1aab0a21f9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20250622123237/1.0/resourceInstances/vfw99d7c1a861920/artifacts/vendor-license-model.xml","artifactChecksum":"MDFhMjRiZDRmNjVjM2ExN2EyNzQ4ZTY5MjFkZTA0NGI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8456ec30-7b76-47bd-b747-b4b122278fe9","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20250622123237/1.0/resourceInstances/vfw99d7c1a861920/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7c7a6d1c-386a-4123-9851-3d6e333e9ce4","artifactVersion":"2","generatedFromUUID":"d462dacf-0f5b-4739-84d7-fe1aab0a21f9"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20250622123237-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20250622123237/1.0/artifacts/service-Vfw20250622123237-template.yml","artifactChecksum":"YTc3NWI2YThmZWVlMmJjMTZhNzZlYjNmZmY2NTRkNWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a8adf8fc-9c1e-419a-b88c-9668d25904ac","artifactVersion":"1"},{"artifactName":"service-Vfw20250622123237-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20250622123237/1.0/artifacts/service-Vfw20250622123237-csar.csar","artifactChecksum":"YzY5OTVlMTU0YzJiODE2OTc0YmYxMDVhNGRiZTQ1YjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"795d3081-c917-478b-92a2-8acfdb157e64","artifactVersion":"1"}],"workloadContext":"Production"}
2025-06-22T12:33:35.503Z||pool-3-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2025-06-22T12:33:35.510Z||pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2025-06-22T12:33:35.510Z||pool-3-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2025-06-22T12:33:35.510Z||pool-3-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748",
"consumerID": "SO-sdc-controller",
"timestamp": 1750595601415,
"artifactURL": "/sdc/v1/catalog/services/Vfw20250622123237/1.0/resourceInstances/vfw99d7c1a861920/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2025-06-22T12:33:35.515Z||kafka-producer-network-thread | SO-sdc-controller-producer-4b4f852d-afe4-4e72-9215-5d35869c7832|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-4b4f852d-afe4-4e72-9215-5d35869c7832] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to nbiyatkwTgif7sGvfUL9MA
2025-06-22T12:33:35.516Z||kafka-producer-network-thread | SO-sdc-controller-producer-4b4f852d-afe4-4e72-9215-5d35869c7832|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-4b4f852d-afe4-4e72-9215-5d35869c7832] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to nbiyatkwTgif7sGvfUL9MA
2025-06-22T12:33:35.516Z||kafka-producer-network-thread | SO-sdc-controller-producer-4b4f852d-afe4-4e72-9215-5d35869c7832|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-4b4f852d-afe4-4e72-9215-5d35869c7832] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to nbiyatkwTgif7sGvfUL9MA
2025-06-22T12:33:35.516Z||kafka-producer-network-thread | SO-sdc-controller-producer-4b4f852d-afe4-4e72-9215-5d35869c7832|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-4b4f852d-afe4-4e72-9215-5d35869c7832] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to nbiyatkwTgif7sGvfUL9MA
2025-06-22T12:33:35.516Z||kafka-producer-network-thread | SO-sdc-controller-producer-4b4f852d-afe4-4e72-9215-5d35869c7832|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-4b4f852d-afe4-4e72-9215-5d35869c7832] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to nbiyatkwTgif7sGvfUL9MA
2025-06-22T12:33:35.516Z||kafka-producer-network-thread | SO-sdc-controller-producer-4b4f852d-afe4-4e72-9215-5d35869c7832|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-4b4f852d-afe4-4e72-9215-5d35869c7832] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to nbiyatkwTgif7sGvfUL9MA
2025-06-22T12:33:35.567Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:33:35.567Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748",
"consumerID": "multicloud-k8s",
"timestamp": 1750595613213,
"artifactURL": "/sdc/v1/catalog/services/Vfw20250622123237/1.0/resourceInstances/vfw99d7c1a861920/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:33:35.589Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:33:36.533Z||pool-3-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2025-06-22T12:33:36.534Z||pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2025-06-22T12:33:36.534Z||pool-3-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2025-06-22T12:33:36.534Z||pool-3-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748",
"consumerID": "SO-sdc-controller",
"timestamp": 1750595601415,
"artifactURL": "/sdc/v1/catalog/services/Vfw20250622123237/1.0/resourceInstances/vfw99d7c1a861920/artifacts/vfw99d7c1a861920_modules.json",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2025-06-22T12:33:37.535Z||pool-3-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2025-06-22T12:33:37.535Z||pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2025-06-22T12:33:37.536Z||pool-3-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2025-06-22T12:33:37.536Z||pool-3-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748",
"consumerID": "SO-sdc-controller",
"timestamp": 1750595601415,
"artifactURL": "/sdc/v1/catalog/services/Vfw20250622123237/1.0/resourceInstances/vfw99d7c1a861920/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2025-06-22T12:33:38.537Z||pool-3-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2025-06-22T12:33:38.537Z||pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2025-06-22T12:33:38.537Z||pool-3-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2025-06-22T12:33:38.537Z||pool-3-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748",
"consumerID": "SO-sdc-controller",
"timestamp": 1750595601415,
"artifactURL": "/sdc/v1/catalog/services/Vfw20250622123237/1.0/resourceInstances/vfw99d7c1a861920/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2025-06-22T12:33:39.538Z||pool-3-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2025-06-22T12:33:39.539Z||pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2025-06-22T12:33:39.539Z||pool-3-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2025-06-22T12:33:39.539Z||pool-3-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748",
"consumerID": "SO-sdc-controller",
"timestamp": 1750595601415,
"artifactURL": "/sdc/v1/catalog/services/Vfw20250622123237/1.0/resourceInstances/vfw99d7c1a861920/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2025-06-22T12:33:40.540Z||pool-3-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2025-06-22T12:33:40.540Z||pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2025-06-22T12:33:40.540Z||pool-3-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2025-06-22T12:33:40.540Z||pool-3-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748",
"consumerID": "SO-sdc-controller",
"timestamp": 1750595601415,
"artifactURL": "/sdc/v1/catalog/services/Vfw20250622123237/1.0/artifacts/service-Vfw20250622123237-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2025-06-22T12:33:41.541Z||pool-3-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2025-06-22T12:33:41.542Z||pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2025-06-22T12:33:41.542Z||pool-3-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2025-06-22T12:33:41.542Z||pool-3-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748",
"consumerID": "SO-sdc-controller",
"timestamp": 1750595601415,
"artifactURL": "/sdc/v1/catalog/services/Vfw20250622123237/1.0/artifacts/service-Vfw20250622123237-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2025-06-22T12:33:42.544Z||pool-3-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748",
"serviceName": "vFW 2025-06-22 12-32-37",
"serviceVersion": "1.0",
"serviceUUID": "99ce9ffd-ef86-44d7-a6b9-520725d597e0",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "e371e297-8ead-46f0-b1cc-7a135ff7cdfb",
"resources": [
{
"resourceInstanceName": "vFW 99d7c1a8-6192 0",
"resourceCustomizationUUID": "76e92078-0636-4676-b7ed-0f45d4f1a8cb",
"resourceName": "vFW 99d7c1a8-6192",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "e260c41c-9890-40d9-89ff-2c8a6d70f3ac",
"resourceInvariantUUID": "f5ec6524-598b-427e-8237-248be3ca99c7",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw99d7c1a861920_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20250622123237/1.0/resourceInstances/vfw99d7c1a861920/artifacts/vfw99d7c1a861920_modules.json",
"artifactChecksum": "OGQyN2UyNWRkYmFhYmJjOTgzZTVkZjAwMjZkZDA0NGE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c12feb67-b04f-4025-bfef-24d9c4c1275a",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20250622123237/1.0/resourceInstances/vfw99d7c1a861920/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "d462dacf-0f5b-4739-84d7-fe1aab0a21f9",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20250622123237/1.0/resourceInstances/vfw99d7c1a861920/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "7c7a6d1c-386a-4123-9851-3d6e333e9ce4",
"generatedFromUUID": "d462dacf-0f5b-4739-84d7-fe1aab0a21f9"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20250622123237/1.0/resourceInstances/vfw99d7c1a861920/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "7c7a6d1c-386a-4123-9851-3d6e333e9ce4",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20250622123237-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20250622123237/1.0/artifacts/service-Vfw20250622123237-csar.csar",
"artifactChecksum": "YzY5OTVlMTU0YzJiODE2OTc0YmYxMDVhNGRiZTQ1YjE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "795d3081-c917-478b-92a2-8acfdb157e64"
}
],
"workloadContext": "Production"
}
2025-06-22T12:33:42.545Z||pool-3-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2025-06-22T12:33:42.545Z||pool-3-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 99ce9ffd-ef86-44d7-a6b9-520725d597e0 ASDC
2025-06-22T12:33:42.623Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748
ServiceName:vFW 2025-06-22 12-32-37
ServiceVersion:1.0
ServiceUUID:99ce9ffd-ef86-44d7-a6b9-520725d597e0
ServiceInvariantUUID:e371e297-8ead-46f0-b1cc-7a135ff7cdfb
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20250622123237-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20250622123237/1.0/artifacts/service-Vfw20250622123237-csar.csar
ArtifactUUID:795d3081-c917-478b-92a2-8acfdb157e64
ArtifactChecksum:YzY5OTVlMTU0YzJiODE2OTc0YmYxMDVhNGRiZTQ1YjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 99d7c1a8-6192 0
ResourceCustomizationUUID:76e92078-0636-4676-b7ed-0f45d4f1a8cb
ResourceInvariantUUID:f5ec6524-598b-427e-8237-248be3ca99c7
ResourceName:vFW 99d7c1a8-6192
ResourceType:VF
ResourceUUID:e260c41c-9890-40d9-89ff-2c8a6d70f3ac
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw99d7c1a861920_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20250622123237/1.0/resourceInstances/vfw99d7c1a861920/artifacts/vfw99d7c1a861920_modules.json
ArtifactUUID:c12feb67-b04f-4025-bfef-24d9c4c1275a
ArtifactChecksum:OGQyN2UyNWRkYmFhYmJjOTgzZTVkZjAwMjZkZDA0NGE=
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/Vfw20250622123237/1.0/resourceInstances/vfw99d7c1a861920/artifacts/base_vfw.yaml
ArtifactUUID:d462dacf-0f5b-4739-84d7-fe1aab0a21f9
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/Vfw20250622123237/1.0/resourceInstances/vfw99d7c1a861920/artifacts/base_vfw.env
ArtifactUUID:7c7a6d1c-386a-4123-9851-3d6e333e9ce4
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/Vfw20250622123237/1.0/resourceInstances/vfw99d7c1a861920/artifacts/base_vfw.env
ArtifactUUID:7c7a6d1c-386a-4123-9851-3d6e333e9ce4
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2025-06-22T12:33:42.623Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 99ce9ffd-ef86-44d7-a6b9-520725d597e0 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 (?, ?, ?, ?, ?)
2025-06-22T12:33:42.762Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2025-06-22T12:33:42.763Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||INFO|500||MSO config path is: /app
2025-06-22T12:33:42.764Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||INFO|500||MSO config path is: /app
2025-06-22T12:33:42.764Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||INFO|500||Trying to download the artifact UUID: 795d3081-c917-478b-92a2-8acfdb157e64 from URL: /sdc/v1/catalog/services/Vfw20250622123237/1.0/artifacts/service-Vfw20250622123237-csar.csar
2025-06-22T12:33:42.764Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||INFO|500||DistributionClient - download
2025-06-22T12:33:42.764Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20250622123237/1.0/artifacts/service-Vfw20250622123237-csar.csar
2025-06-22T12:33:42.952Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||GET Response Status 200
2025-06-22T12:33:42.959Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20250622123237/1.0/artifacts/service-Vfw20250622123237-csar.csar 795d3081-c917-478b-92a2-8acfdb157e64 101850
2025-06-22T12:33:42.960Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20250622123237/1.0/artifacts/service-Vfw20250622123237-csar.csar ASDC sendASDCNotification
2025-06-22T12:33:42.961Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20250622123237/1.0/artifacts/service-Vfw20250622123237-csar.csar
2025-06-22T12:33:42.961Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2025-06-22T12:33:42.962Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2025-06-22T12:33:42.962Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2025-06-22T12:33:42.963Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748",
"consumerID": "SO-sdc-controller",
"timestamp": 1750595622960,
"artifactURL": "/sdc/v1/catalog/services/Vfw20250622123237/1.0/artifacts/service-Vfw20250622123237-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2025-06-22T12:33:43.963Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2025-06-22T12:33:43.964Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||INFO|500||MSO config path is: /app
2025-06-22T12:33:43.965Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||INFO|500||Trying to write artifact UUID: 795d3081-c917-478b-92a2-8acfdb157e64, URL: /sdc/v1/catalog/services/Vfw20250622123237/1.0/artifacts/service-Vfw20250622123237-csar.csar to file: /app/ASDC/1/service-Vfw20250622123237-csar.csar
2025-06-22T12:33:43.965Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20250622123237-csar.csar
2025-06-22T12:33:44.032Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20250622123237-csar.csar
2025-06-22T12:33:44.032Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20250622123237-csar.csar
2025-06-22T12:33:44.356Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP774553039955531309/Definitions/service-Vfw20250622123237-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
2025-06-22T12:33:45.892Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2025-06-22T12:33:45.898Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||WARN|500||####################################################################################################
2025-06-22T12:33:45.899Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20250622123237-csar.csar
2025-06-22T12:33:45.899Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2025-06-22T12:33:45.899Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-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-Vfw20250622123237-csar.csar
2025-06-22T12:33:45.899Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-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-Vfw20250622123237-csar.csar
2025-06-22T12:33:45.899Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-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-Vfw20250622123237-csar.csar
2025-06-22T12:33:45.899Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-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-Vfw20250622123237-csar.csar
2025-06-22T12:33:45.899Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-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-Vfw20250622123237-csar.csar
2025-06-22T12:33:45.899Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-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-Vfw20250622123237-csar.csar
2025-06-22T12:33:45.899Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-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-Vfw20250622123237-csar.csar
2025-06-22T12:33:45.900Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-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-Vfw20250622123237-csar.csar
2025-06-22T12:33:45.900Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-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-Vfw20250622123237-csar.csar
2025-06-22T12:33:45.900Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 99d7c1a8-6192 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-Vfw20250622123237-csar.csar
2025-06-22T12:33:45.900Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-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-Vfw20250622123237-csar.csar
2025-06-22T12:33:45.900Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||WARN|500||####################################################################################################
2025-06-22T12:33:45.907Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2025-06-22T12:33:45.908Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Service vFW 2025-06-22 12-32-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2025-06-22T12:33:45.912Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Node template vFW 99d7c1a8-6192 0 is matching search criteria
2025-06-22T12:33:45.912Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Search for entities recursively
2025-06-22T12:33:45.914Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Found topology templates [vFW 99d7c1a8-6192 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2025-06-22T12:33:45.916Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2025-06-22T12:33:45.917Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Service vFW 2025-06-22 12-32-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2025-06-22T12:33:45.917Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Node template vFW 99d7c1a8-6192 0 is matching search criteria
2025-06-22T12:33:45.917Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Search for entities recursively
2025-06-22T12:33:45.917Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Found topology templates [vFW 99d7c1a8-6192 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2025-06-22T12:33:45.917Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2025-06-22T12:33:45.917Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Service vFW 2025-06-22 12-32-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2025-06-22T12:33:45.921Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2025-06-22T12:33:45.921Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Node template vFW 99d7c1a8-6192 0 is not matching search criteria
2025-06-22T12:33:45.921Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2025-06-22T12:33:45.921Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2025-06-22T12:33:45.921Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2025-06-22T12:33:45.922Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2025-06-22T12:33:45.922Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2025-06-22T12:33:45.922Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2025-06-22T12:33:45.922Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2025-06-22T12:33:45.922Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2025-06-22T12:33:45.922Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2025-06-22T12:33:45.923Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2025-06-22T12:33:45.923Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2025-06-22T12:33:45.923Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2025-06-22T12:33:45.923Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2025-06-22T12:33:45.923Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2025-06-22T12:33:45.923Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2025-06-22T12:33:45.923Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2025-06-22T12:33:45.923Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2025-06-22T12:33:45.924Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Service vFW 2025-06-22 12-32-37 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2025-06-22T12:33:45.925Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2025-06-22T12:33:45.925Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Node template vFW 99d7c1a8-6192 0 is matching search criteria
2025-06-22T12:33:45.925Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Found topology templates [vFW 99d7c1a8-6192 0] matching following query criteria: sdcType=VF, customizationUUID=null
2025-06-22T12:33:45.925Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2025-06-22T12:33:45.925Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Node template vFW 99d7c1a8-6192 0 is matching search criteria
2025-06-22T12:33:45.926Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Found topology templates [vFW 99d7c1a8-6192 0] matching following query criteria: sdcType=VF, customizationUUID=null
2025-06-22T12:33:45.926Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2025-06-22T12:33:45.926Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Node template vFW 99d7c1a8-6192 0 is matching search criteria
2025-06-22T12:33:45.926Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Found topology templates [vFW 99d7c1a8-6192 0] matching following query criteria: sdcType=VF, customizationUUID=null
2025-06-22T12:33:45.926Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2025-06-22T12:33:45.926Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Node template vFW 99d7c1a8-6192 0 is not matching search criteria
2025-06-22T12:33:45.926Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2025-06-22T12:33:45.926Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2025-06-22T12:33:45.927Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2025-06-22T12:33:45.927Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2025-06-22T12:33:45.927Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2025-06-22T12:33:45.927Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2025-06-22T12:33:45.927Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2025-06-22T12:33:45.927Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2025-06-22T12:33:45.927Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2025-06-22T12:33:45.927Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2025-06-22T12:33:45.927Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2025-06-22T12:33:45.928Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=78e072cb-cddd-4cce-8498-b152d08c86d9
2025-06-22T12:33:45.928Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2025-06-22T12:33:45.928Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Node template vFW 99d7c1a8-6192 0 is not matching search criteria
2025-06-22T12:33:45.928Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2025-06-22T12:33:45.928Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2025-06-22T12:33:45.928Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2025-06-22T12:33:45.928Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2025-06-22T12:33:45.928Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2025-06-22T12:33:45.928Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2025-06-22T12:33:45.929Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2025-06-22T12:33:45.929Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2025-06-22T12:33:45.929Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2025-06-22T12:33:45.929Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2025-06-22T12:33:45.929Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2025-06-22T12:33:45.929Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2025-06-22T12:33:45.929Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=9d98fa60-87eb-46d9-9e57-73490c548be5
2025-06-22T12:33:45.929Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2025-06-22T12:33:45.929Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Node template vFW 99d7c1a8-6192 0 is not matching search criteria
2025-06-22T12:33:45.930Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2025-06-22T12:33:45.930Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2025-06-22T12:33:45.930Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2025-06-22T12:33:45.930Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2025-06-22T12:33:45.930Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2025-06-22T12:33:45.930Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2025-06-22T12:33:45.930Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2025-06-22T12:33:45.930Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2025-06-22T12:33:45.930Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2025-06-22T12:33:45.931Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2025-06-22T12:33:45.931Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2025-06-22T12:33:45.931Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2025-06-22T12:33:45.931Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=21169330-c840-4568-9442-e5b911d0c424
2025-06-22T12:33:45.931Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2025-06-22T12:33:45.931Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Service vFW 2025-06-22 12-32-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2025-06-22T12:33:45.931Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2025-06-22T12:33:45.932Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Service vFW 2025-06-22 12-32-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2025-06-22T12:33:45.932Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2025-06-22T12:33:45.932Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Service vFW 2025-06-22 12-32-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2025-06-22T12:33:45.932Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2025-06-22T12:33:45.932Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Service vFW 2025-06-22 12-32-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2025-06-22T12:33:45.932Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2025-06-22 12-32-37
Description:catalog service description
Model UUID:99ce9ffd-ef86-44d7-a6b9-520725d597e0
Model Version:NULL
Model InvariantUuid:e371e297-8ead-46f0-b1cc-7a135ff7cdfb
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 99d7c1a8-6192
Model UUID:850b6485-40d0-41df-9905-43a3da8cc8f8
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f5ec6524-598b-427e-8237-248be3ca99c7
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:76e92078-0636-4676-b7ed-0f45d4f1a8cb
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:7337f467-45c6-4ae0-89ad-f2e4ff6d4f06
ModelName:Vfw99d7c1a86192..base_vfw..module-0
ModelUuid:617c9592-2521-4e78-815c-116cd8f37b9a
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:78e072cb-cddd-4cce-8498-b152d08c86d9
ModelInvariantUuid:e1f2c2f6-e041-448f-8b07-9ba6de3a4780
ModelName:vFW 99d7c1a8-6192-nodes.vfwCvfc
ModelUuid:2128c66f-6025-47de-b379-4d46e7880a53
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:77836cdb-76c5-451d-8c29-7fd738e8bb2b
ModelInvariantUuid:c2f9f453-9c91-4c80-95ac-4e7e113bedc0
ModelName:Vfw99d7c1a86192.compute.nodes.heat.vfw
ModelUuid:10b89ad9-c309-42f0-b4f6-e836e3b0b667
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:9d98fa60-87eb-46d9-9e57-73490c548be5
ModelInvariantUuid:713884c7-1fcc-4393-b2f6-2cf4bde9b1c0
ModelName:vFW 99d7c1a8-6192-nodes.vsnCvfc
ModelUuid:bdf2893b-c84e-4df4-a883-6115edf59068
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:26ba9980-5ba0-4824-896c-2868e6d38df6
ModelInvariantUuid:80bb003c-096a-411d-951c-126c5ec27d68
ModelName:Vfw99d7c1a86192.compute.nodes.heat.vsn
ModelUuid:5c1df3be-1191-4fa5-9b92-e23ab64481b5
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:21169330-c840-4568-9442-e5b911d0c424
ModelInvariantUuid:1efa06a5-856d-4ed9-aac1-01f17032b27c
ModelName:vFW 99d7c1a8-6192-nodes.vpgCvfc
ModelUuid:b96906ef-7c53-4a2d-8359-b59f77d2c02d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:57d99335-b5dc-4a8b-8cc4-8368bbb2cc73
ModelInvariantUuid:97176562-6129-4426-96d7-b0039535c007
ModelName:Vfw99d7c1a86192.compute.nodes.heat.vpg
ModelUuid:91df217d-591a-4fda-be19-014a1d4a40db
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=?
2025-06-22T12:33:45.943Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: e260c41c-9890-40d9-89ff-2c8a6d70f3ac
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2025-06-22T12:33:45.991Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||INFO|500||vFW 99d7c1a8-6192 0
2025-06-22T12:33:45.997Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e260c41c-9890-40d9-89ff-2c8a6d70f3ac
2025-06-22T12:33:45.997Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||INFO|500||Trying to download the artifact UUID: c12feb67-b04f-4025-bfef-24d9c4c1275a from URL: /sdc/v1/catalog/services/Vfw20250622123237/1.0/resourceInstances/vfw99d7c1a861920/artifacts/vfw99d7c1a861920_modules.json
2025-06-22T12:33:45.997Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||INFO|500||DistributionClient - download
2025-06-22T12:33:45.998Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20250622123237/1.0/resourceInstances/vfw99d7c1a861920/artifacts/vfw99d7c1a861920_modules.json
2025-06-22T12:33:46.168Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||GET Response Status 200
2025-06-22T12:33:46.172Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20250622123237/1.0/resourceInstances/vfw99d7c1a861920/artifacts/vfw99d7c1a861920_modules.json c12feb67-b04f-4025-bfef-24d9c4c1275a 785
2025-06-22T12:33:46.173Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20250622123237/1.0/resourceInstances/vfw99d7c1a861920/artifacts/vfw99d7c1a861920_modules.json ASDC sendASDCNotification
2025-06-22T12:33:46.173Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20250622123237/1.0/resourceInstances/vfw99d7c1a861920/artifacts/vfw99d7c1a861920_modules.json
2025-06-22T12:33:46.173Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2025-06-22T12:33:46.174Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2025-06-22T12:33:46.174Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2025-06-22T12:33:46.174Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748",
"consumerID": "SO-sdc-controller",
"timestamp": 1750595626172,
"artifactURL": "/sdc/v1/catalog/services/Vfw20250622123237/1.0/resourceInstances/vfw99d7c1a861920/artifacts/vfw99d7c1a861920_modules.json",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2025-06-22T12:33:47.178Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw99d7c1a86192..base_vfw..module-0",
"vfModuleModelInvariantUUID": "7337f467-45c6-4ae0-89ad-f2e4ff6d4f06",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "617c9592-2521-4e78-815c-116cd8f37b9a",
"vfModuleModelCustomizationUUID": "49f26136-5775-43d9-9d23-82168eafdc64",
"isBase": true,
"artifacts": [
"d462dacf-0f5b-4739-84d7-fe1aab0a21f9",
"7c7a6d1c-386a-4123-9851-3d6e333e9ce4"
],
"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": ""
}
}
]
2025-06-22T12:33:47.189Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw99d7c1a86192..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:617c9592-2521-4e78-815c-116cd8f37b9a
VfModuleModelInvariantUUID:7337f467-45c6-4ae0-89ad-f2e4ff6d4f06
VfModuleModelDescription:NULL
Artifacts UUID List:{
d462dacf-0f5b-4739-84d7-fe1aab0a21f9
,
7c7a6d1c-386a-4123-9851-3d6e333e9ce4
}
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
}
2025-06-22T12:33:47.195Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw99d7c1a86192..base_vfw..module-0",
"vfModuleModelInvariantUUID": "7337f467-45c6-4ae0-89ad-f2e4ff6d4f06",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "617c9592-2521-4e78-815c-116cd8f37b9a",
"vfModuleModelCustomizationUUID": "49f26136-5775-43d9-9d23-82168eafdc64",
"isBase": true,
"artifacts": [
"d462dacf-0f5b-4739-84d7-fe1aab0a21f9",
"7c7a6d1c-386a-4123-9851-3d6e333e9ce4"
],
"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": ""
}
}
]
2025-06-22T12:33:47.196Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw99d7c1a86192..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:617c9592-2521-4e78-815c-116cd8f37b9a
VfModuleModelInvariantUUID:7337f467-45c6-4ae0-89ad-f2e4ff6d4f06
VfModuleModelDescription:NULL
Artifacts UUID List:{
d462dacf-0f5b-4739-84d7-fe1aab0a21f9
,
7c7a6d1c-386a-4123-9851-3d6e333e9ce4
}
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
}
2025-06-22T12:33:47.196Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||INFO|500||Trying to download the artifact UUID: d462dacf-0f5b-4739-84d7-fe1aab0a21f9 from URL: /sdc/v1/catalog/services/Vfw20250622123237/1.0/resourceInstances/vfw99d7c1a861920/artifacts/base_vfw.yaml
2025-06-22T12:33:47.196Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||INFO|500||DistributionClient - download
2025-06-22T12:33:47.197Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20250622123237/1.0/resourceInstances/vfw99d7c1a861920/artifacts/base_vfw.yaml
2025-06-22T12:33:47.408Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||GET Response Status 200
2025-06-22T12:33:47.409Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20250622123237/1.0/resourceInstances/vfw99d7c1a861920/artifacts/base_vfw.yaml d462dacf-0f5b-4739-84d7-fe1aab0a21f9 20368
2025-06-22T12:33:47.409Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20250622123237/1.0/resourceInstances/vfw99d7c1a861920/artifacts/base_vfw.yaml ASDC sendASDCNotification
2025-06-22T12:33:47.409Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20250622123237/1.0/resourceInstances/vfw99d7c1a861920/artifacts/base_vfw.yaml
2025-06-22T12:33:47.409Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2025-06-22T12:33:47.410Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2025-06-22T12:33:47.410Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2025-06-22T12:33:47.410Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748",
"consumerID": "SO-sdc-controller",
"timestamp": 1750595627409,
"artifactURL": "/sdc/v1/catalog/services/Vfw20250622123237/1.0/resourceInstances/vfw99d7c1a861920/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2025-06-22T12:33:48.411Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||INFO|500||Trying to download the artifact UUID: 7c7a6d1c-386a-4123-9851-3d6e333e9ce4 from URL: /sdc/v1/catalog/services/Vfw20250622123237/1.0/resourceInstances/vfw99d7c1a861920/artifacts/base_vfw.env
2025-06-22T12:33:48.412Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||INFO|500||DistributionClient - download
2025-06-22T12:33:48.412Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20250622123237/1.0/resourceInstances/vfw99d7c1a861920/artifacts/base_vfw.env
2025-06-22T12:33:48.624Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||GET Response Status 200
2025-06-22T12:33:48.625Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20250622123237/1.0/resourceInstances/vfw99d7c1a861920/artifacts/base_vfw.env 7c7a6d1c-386a-4123-9851-3d6e333e9ce4 2098
2025-06-22T12:33:48.625Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20250622123237/1.0/resourceInstances/vfw99d7c1a861920/artifacts/base_vfw.env ASDC sendASDCNotification
2025-06-22T12:33:48.625Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20250622123237/1.0/resourceInstances/vfw99d7c1a861920/artifacts/base_vfw.env
2025-06-22T12:33:48.626Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2025-06-22T12:33:48.626Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2025-06-22T12:33:48.626Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2025-06-22T12:33:48.626Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748",
"consumerID": "SO-sdc-controller",
"timestamp": 1750595628625,
"artifactURL": "/sdc/v1/catalog/services/Vfw20250622123237/1.0/resourceInstances/vfw99d7c1a861920/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2025-06-22T12:33:49.627Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Preparing to deploy Service: 99ce9ffd-ef86-44d7-a6b9-520725d597e0
2025-06-22T12:33:49.627Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 99d7c1a8-6192 0 e260c41c-9890-40d9-89ff-2c8a6d70f3ac 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=?
2025-06-22T12:33:49.654Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1d586a62, org.onap.sdc.toscaparser.api.parameters.Input@62fff4bf, org.onap.sdc.toscaparser.api.parameters.Input@6b9e8db1, org.onap.sdc.toscaparser.api.parameters.Input@132ae9c7, org.onap.sdc.toscaparser.api.parameters.Input@4dff9aba]
2025-06-22T12:33:49.658Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2025-06-22T12:33:49.658Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Service vFW 2025-06-22 12-32-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2025-06-22T12:33:49.658Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||VF Category is: Generic
2025-06-22T12:33:49.658Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||VFCustomizationUUID= 76e92078-0636-4676-b7ed-0f45d4f1a8cb
2025-06-22T12:33:49.658Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 76e92078-0636-4676-b7ed-0f45d4f1a8cb matches Tosca VF Customization UUID: 76e92078-0636-4676-b7ed-0f45d4f1a8cb
2025-06-22T12:33:49.658Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||vfCustomizationUUID: 76e92078-0636-4676-b7ed-0f45d4f1a8cb 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=?
2025-06-22T12:33:49.665Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2025-06-22T12:33:49.665Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Service vFW 2025-06-22 12-32-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2025-06-22T12:33:49.667Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||resource request for resource customization id 76e92078-0636-4676-b7ed-0f45d4f1a8cb: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2025-06-22T12:33:49.667Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5bc7ac4b
2025-06-22T12:33:49.667Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2025-06-22T12:33:49.667Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Service vFW 2025-06-22 12-32-37 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2025-06-22T12:33:49.667Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 49f26136-5775-43d9-9d23-82168eafdc64
2025-06-22T12:33:49.668Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 49f26136-5775-43d9-9d23-82168eafdc64
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=?
2025-06-22T12:33:49.675Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2025-06-22T12:33:49.675Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Node template vFW 99d7c1a8-6192 0 is matching search criteria
2025-06-22T12:33:49.675Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Found topology templates [vFW 99d7c1a8-6192 0] matching following query criteria: sdcType=VF, customizationUUID=null
2025-06-22T12:33:49.676Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2025-06-22T12:33:49.676Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Node template vFW 99d7c1a8-6192 0 is matching search criteria
2025-06-22T12:33:49.676Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Found topology templates [vFW 99d7c1a8-6192 0] matching following query criteria: sdcType=VF, customizationUUID=null
2025-06-22T12:33:49.676Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2025-06-22T12:33:49.676Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Node template vFW 99d7c1a8-6192 0 is not matching search criteria
2025-06-22T12:33:49.677Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2025-06-22T12:33:49.677Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2025-06-22T12:33:49.677Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2025-06-22T12:33:49.677Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2025-06-22T12:33:49.677Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2025-06-22T12:33:49.677Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2025-06-22T12:33:49.677Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2025-06-22T12:33:49.677Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2025-06-22T12:33:49.677Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2025-06-22T12:33:49.677Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2025-06-22T12:33:49.677Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2025-06-22T12:33:49.678Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=78e072cb-cddd-4cce-8498-b152d08c86d9
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=?
2025-06-22T12:33:49.684Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2025-06-22T12:33:49.684Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Node template vFW 99d7c1a8-6192 0 is matching search criteria
2025-06-22T12:33:49.684Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Found topology templates [vFW 99d7c1a8-6192 0] matching following query criteria: sdcType=VF, customizationUUID=null
2025-06-22T12:33:49.684Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2025-06-22T12:33:49.684Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Node template vFW 99d7c1a8-6192 0 is not matching search criteria
2025-06-22T12:33:49.685Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2025-06-22T12:33:49.685Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2025-06-22T12:33:49.685Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2025-06-22T12:33:49.685Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2025-06-22T12:33:49.685Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2025-06-22T12:33:49.685Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2025-06-22T12:33:49.685Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2025-06-22T12:33:49.685Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2025-06-22T12:33:49.685Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2025-06-22T12:33:49.685Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2025-06-22T12:33:49.686Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2025-06-22T12:33:49.686Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2025-06-22T12:33:49.686Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=9d98fa60-87eb-46d9-9e57-73490c548be5
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=?
2025-06-22T12:33:49.688Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2025-06-22T12:33:49.688Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Node template vFW 99d7c1a8-6192 0 is matching search criteria
2025-06-22T12:33:49.688Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Found topology templates [vFW 99d7c1a8-6192 0] matching following query criteria: sdcType=VF, customizationUUID=null
2025-06-22T12:33:49.691Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2025-06-22T12:33:49.691Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Node template vFW 99d7c1a8-6192 0 is not matching search criteria
2025-06-22T12:33:49.691Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2025-06-22T12:33:49.691Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2025-06-22T12:33:49.691Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2025-06-22T12:33:49.691Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2025-06-22T12:33:49.691Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2025-06-22T12:33:49.691Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2025-06-22T12:33:49.691Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2025-06-22T12:33:49.691Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2025-06-22T12:33:49.692Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2025-06-22T12:33:49.692Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2025-06-22T12:33:49.692Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2025-06-22T12:33:49.692Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2025-06-22T12:33:49.692Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=21169330-c840-4568-9442-e5b911d0c424
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=?
2025-06-22T12:33:49.694Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2025-06-22T12:33:49.694Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Node template vFW 99d7c1a8-6192 0 is matching search criteria
2025-06-22T12:33:49.694Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Found topology templates [vFW 99d7c1a8-6192 0] matching following query criteria: sdcType=VF, customizationUUID=null
2025-06-22T12:33:49.695Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2025-06-22T12:33:49.695Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Node template vFW 99d7c1a8-6192 0 is matching search criteria
2025-06-22T12:33:49.695Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Found topology templates [vFW 99d7c1a8-6192 0] matching following query criteria: sdcType=VF, customizationUUID=76e92078-0636-4676-b7ed-0f45d4f1a8cb
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2025-06-22T12:33:49.697Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2025-06-22T12:33:49.697Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Service vFW 2025-06-22 12-32-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2025-06-22T12:33:49.697Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500|| resourceSeq for service uuid 99ce9ffd-ef86-44d7-a6b9-520725d597e0: vFW 99d7c1a8-6192
2025-06-22T12:33:49.697Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2025-06-22T12:33:49.697Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Service vFW 2025-06-22 12-32-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2025-06-22T12:33:49.697Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2025-06-22T12:33:49.697Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Service vFW 2025-06-22 12-32-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2025-06-22T12:33:49.698Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2025-06-22T12:33:49.698Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Service vFW 2025-06-22 12-32-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2025-06-22T12:33:49.698Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2025-06-22T12:33:49.698Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Service vFW 2025-06-22 12-32-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2025-06-22T12:33:49.698Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2025-06-22T12:33:49.698Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Service vFW 2025-06-22 12-32-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2025-06-22T12:33:49.698Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||INFO|500||Saving Service: vFW 2025-06-22 12-32-37
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 (?, ?, ?, ?, ?)
2025-06-22T12:33:49.957Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 99d7c1a8-6192 e260c41c-9890-40d9-89ff-2c8a6d70f3ac 1 ASDC deployResourceStructure
2025-06-22T12:33:49.958Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20250622123237/1.0/resourceInstances/vfw99d7c1a861920/artifacts/vfw99d7c1a861920_modules.json ASDC sendASDCNotification
2025-06-22T12:33:49.958Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20250622123237/1.0/resourceInstances/vfw99d7c1a861920/artifacts/vfw99d7c1a861920_modules.json
2025-06-22T12:33:49.958Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2025-06-22T12:33:49.959Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2025-06-22T12:33:49.959Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2025-06-22T12:33:49.959Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748",
"consumerID": "SO-sdc-controller",
"timestamp": 1750595629958,
"artifactURL": "/sdc/v1/catalog/services/Vfw20250622123237/1.0/resourceInstances/vfw99d7c1a861920/artifacts/vfw99d7c1a861920_modules.json",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2025-06-22T12:33:50.960Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20250622123237/1.0/resourceInstances/vfw99d7c1a861920/artifacts/base_vfw.yaml ASDC sendASDCNotification
2025-06-22T12:33:50.960Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20250622123237/1.0/resourceInstances/vfw99d7c1a861920/artifacts/base_vfw.yaml
2025-06-22T12:33:50.960Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2025-06-22T12:33:50.960Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2025-06-22T12:33:50.960Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2025-06-22T12:33:50.960Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748",
"consumerID": "SO-sdc-controller",
"timestamp": 1750595630960,
"artifactURL": "/sdc/v1/catalog/services/Vfw20250622123237/1.0/resourceInstances/vfw99d7c1a861920/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2025-06-22T12:33:51.961Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20250622123237/1.0/resourceInstances/vfw99d7c1a861920/artifacts/base_vfw.env ASDC sendASDCNotification
2025-06-22T12:33:51.961Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20250622123237/1.0/resourceInstances/vfw99d7c1a861920/artifacts/base_vfw.env
2025-06-22T12:33:51.961Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2025-06-22T12:33:51.961Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2025-06-22T12:33:51.962Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2025-06-22T12:33:51.962Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748",
"consumerID": "SO-sdc-controller",
"timestamp": 1750595631961,
"artifactURL": "/sdc/v1/catalog/services/Vfw20250622123237/1.0/resourceInstances/vfw99d7c1a861920/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2025-06-22T12:33:52.962Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20250622123237/1.0/artifacts/service-Vfw20250622123237-csar.csar ASDC sendASDCNotification
2025-06-22T12:33:52.963Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20250622123237/1.0/artifacts/service-Vfw20250622123237-csar.csar
2025-06-22T12:33:52.963Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2025-06-22T12:33:52.963Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2025-06-22T12:33:52.963Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2025-06-22T12:33:52.963Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748",
"consumerID": "SO-sdc-controller",
"timestamp": 1750595632962,
"artifactURL": "/sdc/v1/catalog/services/Vfw20250622123237/1.0/artifacts/service-Vfw20250622123237-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2025-06-22T12:33:53.964Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2025-06-22T12:33:53.979Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2025-06-22T12:33:53.982Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2025-06-22T12:33:53.982Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2025-06-22T12:33:53.983Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2025-06-22T12:34:21.395Z||pool-3-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2025-06-22T12:34:21.397Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:34:21.397Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748",
"consumerID": "aai-model-loader",
"timestamp": 1750595603697,
"artifactURL": "/sdc/v1/catalog/services/Vfw20250622123237/1.0/resourceInstances/vfw99d7c1a861920/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:34:21.398Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:34:23.983Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2025-06-22T12:34:23.992Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2025-06-22T12:34:23.994Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2025-06-22T12:34:23.995Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2025-06-22T12:34:23.995Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2025-06-22T12:34:53.995Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2025-06-22T12:34:54.006Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2025-06-22T12:34:54.009Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2025-06-22T12:34:54.009Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2025-06-22T12:34:54.010Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2025-06-22T12:35:21.395Z||pool-3-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2025-06-22T12:35:21.400Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:35:21.400Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748",
"consumerID": "policy-distribution-id",
"timestamp": 1750595611449,
"artifactURL": "/sdc/v1/catalog/services/Vfw20250622123237/1.0/resourceInstances/vfw99d7c1a861920/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:35:21.401Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:35:21.401Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:35:21.401Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748",
"consumerID": "SO-sdc-controller",
"timestamp": 1750595601415,
"artifactURL": "/sdc/v1/catalog/services/Vfw20250622123237/1.0/resourceInstances/vfw99d7c1a861920/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:35:21.401Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:35:21.401Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:35:21.401Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748",
"consumerID": "cds-sdc-listener",
"timestamp": 1750595601834,
"artifactURL": "/sdc/v1/catalog/services/Vfw20250622123237/1.0/resourceInstances/vfw99d7c1a861920/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:35:21.401Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:35:21.402Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:35:21.402Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748",
"consumerID": "multicloud-k8s",
"timestamp": 1750595613213,
"artifactURL": "/sdc/v1/catalog/services/Vfw20250622123237/1.0/resourceInstances/vfw99d7c1a861920/artifacts/vfw99d7c1a861920_modules.json",
"status": "NOTIFIED"
}
2025-06-22T12:35:21.402Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:35:21.402Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:35:21.402Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748",
"consumerID": "SO-sdc-controller",
"timestamp": 1750595601415,
"artifactURL": "/sdc/v1/catalog/services/Vfw20250622123237/1.0/resourceInstances/vfw99d7c1a861920/artifacts/vfw99d7c1a861920_modules.json",
"status": "NOTIFIED"
}
2025-06-22T12:35:21.402Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:35:21.402Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:35:21.402Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748",
"consumerID": "aai-model-loader",
"timestamp": 1750595603697,
"artifactURL": "/sdc/v1/catalog/services/Vfw20250622123237/1.0/resourceInstances/vfw99d7c1a861920/artifacts/vfw99d7c1a861920_modules.json",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:35:21.402Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:35:21.402Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:35:21.402Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748",
"consumerID": "policy-distribution-id",
"timestamp": 1750595611449,
"artifactURL": "/sdc/v1/catalog/services/Vfw20250622123237/1.0/resourceInstances/vfw99d7c1a861920/artifacts/vfw99d7c1a861920_modules.json",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:35:21.402Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:35:21.402Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:35:21.402Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748",
"consumerID": "cds-sdc-listener",
"timestamp": 1750595601834,
"artifactURL": "/sdc/v1/catalog/services/Vfw20250622123237/1.0/resourceInstances/vfw99d7c1a861920/artifacts/vfw99d7c1a861920_modules.json",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:35:21.403Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:35:21.403Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:35:21.403Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748",
"consumerID": "multicloud-k8s",
"timestamp": 1750595613213,
"artifactURL": "/sdc/v1/catalog/services/Vfw20250622123237/1.0/resourceInstances/vfw99d7c1a861920/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2025-06-22T12:35:21.403Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:35:21.403Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:35:21.403Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748",
"consumerID": "SO-sdc-controller",
"timestamp": 1750595601415,
"artifactURL": "/sdc/v1/catalog/services/Vfw20250622123237/1.0/resourceInstances/vfw99d7c1a861920/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2025-06-22T12:35:21.403Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:35:21.403Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:35:21.403Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748",
"consumerID": "aai-model-loader",
"timestamp": 1750595603697,
"artifactURL": "/sdc/v1/catalog/services/Vfw20250622123237/1.0/resourceInstances/vfw99d7c1a861920/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:35:21.403Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:35:21.403Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:35:21.403Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748",
"consumerID": "policy-distribution-id",
"timestamp": 1750595611449,
"artifactURL": "/sdc/v1/catalog/services/Vfw20250622123237/1.0/resourceInstances/vfw99d7c1a861920/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2025-06-22T12:35:21.403Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:35:21.403Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:35:21.403Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748",
"consumerID": "cds-sdc-listener",
"timestamp": 1750595601834,
"artifactURL": "/sdc/v1/catalog/services/Vfw20250622123237/1.0/resourceInstances/vfw99d7c1a861920/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:35:21.404Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:35:21.404Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:35:21.404Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748",
"consumerID": "multicloud-k8s",
"timestamp": 1750595613213,
"artifactURL": "/sdc/v1/catalog/services/Vfw20250622123237/1.0/resourceInstances/vfw99d7c1a861920/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:35:21.404Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:35:21.405Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:35:21.405Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748",
"consumerID": "SO-sdc-controller",
"timestamp": 1750595601415,
"artifactURL": "/sdc/v1/catalog/services/Vfw20250622123237/1.0/resourceInstances/vfw99d7c1a861920/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:35:21.405Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:35:21.405Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:35:21.405Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748",
"consumerID": "aai-model-loader",
"timestamp": 1750595603697,
"artifactURL": "/sdc/v1/catalog/services/Vfw20250622123237/1.0/resourceInstances/vfw99d7c1a861920/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:35:21.405Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:35:21.405Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:35:21.405Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748",
"consumerID": "policy-distribution-id",
"timestamp": 1750595611449,
"artifactURL": "/sdc/v1/catalog/services/Vfw20250622123237/1.0/resourceInstances/vfw99d7c1a861920/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:35:21.405Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:35:21.405Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:35:21.405Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748",
"consumerID": "cds-sdc-listener",
"timestamp": 1750595601834,
"artifactURL": "/sdc/v1/catalog/services/Vfw20250622123237/1.0/resourceInstances/vfw99d7c1a861920/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:35:21.405Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:35:21.405Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:35:21.405Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1750595621969,
"artifactURL": "/sdc/v1/catalog/services/Vfw20250622123237/1.0/resourceInstances/vfw99d7c1a861920/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:35:21.405Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:35:21.406Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:35:21.406Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748",
"consumerID": "multicloud-k8s",
"timestamp": 1750595613213,
"artifactURL": "/sdc/v1/catalog/services/Vfw20250622123237/1.0/resourceInstances/vfw99d7c1a861920/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2025-06-22T12:35:21.406Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:35:21.406Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:35:21.406Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748",
"consumerID": "SO-sdc-controller",
"timestamp": 1750595601415,
"artifactURL": "/sdc/v1/catalog/services/Vfw20250622123237/1.0/resourceInstances/vfw99d7c1a861920/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2025-06-22T12:35:21.406Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:35:21.406Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:35:21.406Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748",
"consumerID": "aai-model-loader",
"timestamp": 1750595603697,
"artifactURL": "/sdc/v1/catalog/services/Vfw20250622123237/1.0/resourceInstances/vfw99d7c1a861920/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:35:21.406Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:35:21.406Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:35:21.406Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748",
"consumerID": "policy-distribution-id",
"timestamp": 1750595611449,
"artifactURL": "/sdc/v1/catalog/services/Vfw20250622123237/1.0/resourceInstances/vfw99d7c1a861920/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:35:21.406Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:35:21.406Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:35:21.406Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748",
"consumerID": "cds-sdc-listener",
"timestamp": 1750595601834,
"artifactURL": "/sdc/v1/catalog/services/Vfw20250622123237/1.0/resourceInstances/vfw99d7c1a861920/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:35:21.406Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:35:21.406Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:35:21.407Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1750595621969,
"artifactURL": "/sdc/v1/catalog/services/Vfw20250622123237/1.0/resourceInstances/vfw99d7c1a861920/artifacts/vfw99d7c1a861920_modules.json",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:35:21.407Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:35:21.407Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:35:21.407Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748",
"consumerID": "multicloud-k8s",
"timestamp": 1750595613213,
"artifactURL": "/sdc/v1/catalog/services/Vfw20250622123237/1.0/artifacts/service-Vfw20250622123237-template.yml",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:35:21.407Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:35:21.407Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:35:21.407Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748",
"consumerID": "SO-sdc-controller",
"timestamp": 1750595601415,
"artifactURL": "/sdc/v1/catalog/services/Vfw20250622123237/1.0/artifacts/service-Vfw20250622123237-template.yml",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:35:21.407Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:35:21.407Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:35:21.407Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748",
"consumerID": "aai-model-loader",
"timestamp": 1750595603697,
"artifactURL": "/sdc/v1/catalog/services/Vfw20250622123237/1.0/artifacts/service-Vfw20250622123237-template.yml",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:35:21.407Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:35:21.407Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:35:21.407Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748",
"consumerID": "policy-distribution-id",
"timestamp": 1750595611449,
"artifactURL": "/sdc/v1/catalog/services/Vfw20250622123237/1.0/artifacts/service-Vfw20250622123237-template.yml",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:35:21.407Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:35:21.407Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:35:21.408Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748",
"consumerID": "cds-sdc-listener",
"timestamp": 1750595601834,
"artifactURL": "/sdc/v1/catalog/services/Vfw20250622123237/1.0/artifacts/service-Vfw20250622123237-template.yml",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:35:21.408Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:35:21.408Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:35:21.408Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1750595621969,
"artifactURL": "/sdc/v1/catalog/services/Vfw20250622123237/1.0/resourceInstances/vfw99d7c1a861920/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:35:21.408Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:35:21.408Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:35:21.408Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748",
"consumerID": "multicloud-k8s",
"timestamp": 1750595613213,
"artifactURL": "/sdc/v1/catalog/services/Vfw20250622123237/1.0/artifacts/service-Vfw20250622123237-csar.csar",
"status": "NOTIFIED"
}
2025-06-22T12:35:21.408Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:35:21.408Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:35:21.408Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748",
"consumerID": "SO-sdc-controller",
"timestamp": 1750595601415,
"artifactURL": "/sdc/v1/catalog/services/Vfw20250622123237/1.0/artifacts/service-Vfw20250622123237-csar.csar",
"status": "NOTIFIED"
}
2025-06-22T12:35:21.408Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:35:21.408Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:35:21.408Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748",
"consumerID": "aai-model-loader",
"timestamp": 1750595603697,
"artifactURL": "/sdc/v1/catalog/services/Vfw20250622123237/1.0/artifacts/service-Vfw20250622123237-csar.csar",
"status": "NOTIFIED"
}
2025-06-22T12:35:21.408Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:35:21.408Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:35:21.409Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748",
"consumerID": "policy-distribution-id",
"timestamp": 1750595611449,
"artifactURL": "/sdc/v1/catalog/services/Vfw20250622123237/1.0/artifacts/service-Vfw20250622123237-csar.csar",
"status": "NOTIFIED"
}
2025-06-22T12:35:21.409Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:35:21.409Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:35:21.409Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748",
"consumerID": "cds-sdc-listener",
"timestamp": 1750595601834,
"artifactURL": "/sdc/v1/catalog/services/Vfw20250622123237/1.0/artifacts/service-Vfw20250622123237-csar.csar",
"status": "NOTIFIED"
}
2025-06-22T12:35:21.409Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:35:21.409Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:35:21.409Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1750595621969,
"artifactURL": "/sdc/v1/catalog/services/Vfw20250622123237/1.0/resourceInstances/vfw99d7c1a861920/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:35:21.409Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:35:21.409Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:35:21.409Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748",
"consumerID": "multicloud-k8s",
"timestamp": 1750595625984,
"artifactURL": "/sdc/v1/catalog/services/Vfw20250622123237/1.0/resourceInstances/vfw99d7c1a861920/artifacts/vfw99d7c1a861920_modules.json",
"status": "DOWNLOAD_OK"
}
2025-06-22T12:35:21.409Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:35:21.409Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:35:21.409Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748",
"consumerID": "policy-distribution-id",
"timestamp": 1750595634373,
"artifactURL": "/sdc/v1/catalog/services/Vfw20250622123237/1.0/artifacts/service-Vfw20250622123237-csar.csar",
"status": "DOWNLOAD_OK"
}
2025-06-22T12:35:21.409Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:35:21.409Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:35:21.409Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1750595621969,
"artifactURL": "/sdc/v1/catalog/services/Vfw20250622123237/1.0/resourceInstances/vfw99d7c1a861920/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:35:21.410Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:35:21.410Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:35:21.410Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748",
"consumerID": "cds-sdc-listener",
"timestamp": 1750595634386,
"artifactURL": "/sdc/v1/catalog/services/Vfw20250622123237/1.0/artifacts/service-Vfw20250622123237-csar.csar",
"status": "DOWNLOAD_OK"
}
2025-06-22T12:35:21.410Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:35:21.410Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:35:21.410Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748",
"consumerID": "aai-model-loader",
"timestamp": 1750595622819,
"artifactURL": "/sdc/v1/catalog/services/Vfw20250622123237/1.0/artifacts/service-Vfw20250622123237-csar.csar",
"status": "DOWNLOAD_OK"
}
2025-06-22T12:35:21.410Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:35:21.410Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:35:21.410Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748",
"consumerID": "SO-sdc-controller",
"timestamp": 1750595622960,
"artifactURL": "/sdc/v1/catalog/services/Vfw20250622123237/1.0/artifacts/service-Vfw20250622123237-csar.csar",
"status": "DOWNLOAD_OK"
}
2025-06-22T12:35:21.410Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:35:21.410Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:35:21.410Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1750595621969,
"artifactURL": "/sdc/v1/catalog/services/Vfw20250622123237/1.0/artifacts/service-Vfw20250622123237-template.yml",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:35:21.410Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:35:21.410Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:35:21.411Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748",
"consumerID": "policy-distribution-id",
"timestamp": 1750595635397,
"artifactURL": "/sdc/v1/catalog/services/Vfw20250622123237/1.0/artifacts/service-Vfw20250622123237-csar.csar",
"status": "DEPLOY_OK"
}
2025-06-22T12:35:21.411Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:35:21.411Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:35:21.411Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748",
"consumerID": "cds-sdc-listener",
"timestamp": 1750595635411,
"artifactURL": "/sdc/v1/catalog/services/Vfw20250622123237/1.0/artifacts/service-Vfw20250622123237-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=?
2025-06-22T12:35:21.420Z||pool-3-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748
2025-06-22T12:35:21.421Z||pool-3-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748 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 (?, ?, ?, ?, ?)
2025-06-22T12:35:21.441Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:35:21.441Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748",
"consumerID": "multicloud-k8s",
"timestamp": 1750595627174,
"artifactURL": "/sdc/v1/catalog/services/Vfw20250622123237/1.0/resourceInstances/vfw99d7c1a861920/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2025-06-22T12:35:21.441Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:35:21.441Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:35:21.442Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1750595621969,
"artifactURL": "/sdc/v1/catalog/services/Vfw20250622123237/1.0/artifacts/service-Vfw20250622123237-csar.csar",
"status": "NOTIFIED"
}
2025-06-22T12:35:21.442Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:35:21.442Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:35:21.442Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748",
"consumerID": "policy-distribution-id",
"timestamp": 1750595636404,
"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=?
2025-06-22T12:35:21.457Z||pool-3-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748
2025-06-22T12:35:21.457Z||pool-3-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748 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 (?, ?, ?, ?, ?)
2025-06-22T12:35:21.474Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:35:21.474Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "8c62ce1d-eec5-4702-ba5b-c558f5609d02",
"consumerID": "cds-sdc-listener",
"timestamp": 1750595636418,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlslri/1.0/resourceInstances/basic_onboard_glslri0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:35:21.474Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:35:21.474Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:35:21.474Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748",
"consumerID": "multicloud-k8s",
"timestamp": 1750595628350,
"artifactURL": "/sdc/v1/catalog/services/Vfw20250622123237/1.0/resourceInstances/vfw99d7c1a861920/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2025-06-22T12:35:21.474Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:35:21.474Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:35:21.474Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "8c62ce1d-eec5-4702-ba5b-c558f5609d02",
"consumerID": "policy-distribution-id",
"timestamp": 1750595637408,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlslri/1.0/resourceInstances/basic_onboard_glslri0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:35:21.474Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:35:21.474Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:35:21.474Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "8c62ce1d-eec5-4702-ba5b-c558f5609d02",
"consumerID": "cds-sdc-listener",
"timestamp": 1750595636418,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlslri/1.0/resourceInstances/basic_onboard_glslri0/artifacts/basic_onboard_glslri0_modules.json",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:35:21.474Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:35:21.474Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:35:21.474Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1750595629211,
"artifactURL": "/sdc/v1/catalog/services/Vfw20250622123237/1.0/artifacts/service-Vfw20250622123237-csar.csar",
"status": "DOWNLOAD_OK"
}
2025-06-22T12:35:21.475Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:35:21.475Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:35:21.475Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748",
"consumerID": "SO-sdc-controller",
"timestamp": 1750595626172,
"artifactURL": "/sdc/v1/catalog/services/Vfw20250622123237/1.0/resourceInstances/vfw99d7c1a861920/artifacts/vfw99d7c1a861920_modules.json",
"status": "DOWNLOAD_OK"
}
2025-06-22T12:35:21.475Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:35:21.475Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:35:21.475Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748",
"consumerID": "multicloud-k8s",
"timestamp": 1750595629426,
"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=?
2025-06-22T12:35:21.483Z||pool-3-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748
2025-06-22T12:35:21.483Z||pool-3-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748 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=?
2025-06-22T12:35:21.494Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:35:21.494Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "8c62ce1d-eec5-4702-ba5b-c558f5609d02",
"consumerID": "policy-distribution-id",
"timestamp": 1750595637408,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlslri/1.0/resourceInstances/basic_onboard_glslri0/artifacts/basic_onboard_glslri0_modules.json",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:35:21.494Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:35:21.494Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:35:21.494Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "8c62ce1d-eec5-4702-ba5b-c558f5609d02",
"consumerID": "cds-sdc-listener",
"timestamp": 1750595636418,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlslri/1.0/resourceInstances/basic_onboard_glslri0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:35:21.494Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:35:21.494Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:35:21.494Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748",
"consumerID": "multicloud-k8s",
"timestamp": 1750595630427,
"artifactURL": "/sdc/v1/catalog/services/Vfw20250622123237/1.0/resourceInstances/vfw99d7c1a861920/artifacts/vfw99d7c1a861920_modules.json",
"status": "DEPLOY_OK"
}
2025-06-22T12:35:21.495Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:35:21.495Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:35:21.495Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748",
"consumerID": "SO-sdc-controller",
"timestamp": 1750595627409,
"artifactURL": "/sdc/v1/catalog/services/Vfw20250622123237/1.0/resourceInstances/vfw99d7c1a861920/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2025-06-22T12:35:21.495Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:35:21.495Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:35:21.495Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "8c62ce1d-eec5-4702-ba5b-c558f5609d02",
"consumerID": "policy-distribution-id",
"timestamp": 1750595637408,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlslri/1.0/resourceInstances/basic_onboard_glslri0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2025-06-22T12:35:21.495Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:35:21.495Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:35:21.495Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "8c62ce1d-eec5-4702-ba5b-c558f5609d02",
"consumerID": "cds-sdc-listener",
"timestamp": 1750595636418,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlslri/1.0/resourceInstances/basic_onboard_glslri0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:35:21.495Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:35:21.495Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:35:21.495Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "8c62ce1d-eec5-4702-ba5b-c558f5609d02",
"consumerID": "multicloud-k8s",
"timestamp": 1750595631428,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlslri/1.0/resourceInstances/basic_onboard_glslri0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:35:21.496Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:35:21.496Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:35:21.496Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748",
"consumerID": "SO-sdc-controller",
"timestamp": 1750595628625,
"artifactURL": "/sdc/v1/catalog/services/Vfw20250622123237/1.0/resourceInstances/vfw99d7c1a861920/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2025-06-22T12:35:21.496Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:35:21.496Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:35:21.496Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "8c62ce1d-eec5-4702-ba5b-c558f5609d02",
"consumerID": "policy-distribution-id",
"timestamp": 1750595637408,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlslri/1.0/resourceInstances/basic_onboard_glslri0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:35:21.496Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:35:21.496Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:35:21.496Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "8c62ce1d-eec5-4702-ba5b-c558f5609d02",
"consumerID": "cds-sdc-listener",
"timestamp": 1750595636418,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlslri/1.0/resourceInstances/basic_onboard_glslri0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:35:21.496Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:35:21.496Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:35:21.496Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1750595632216,
"artifactURL": "/sdc/v1/catalog/services/Vfw20250622123237/1.0/artifacts/service-Vfw20250622123237-csar.csar",
"status": "DEPLOY_OK"
}
2025-06-22T12:35:21.496Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:35:21.496Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:35:21.496Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "8c62ce1d-eec5-4702-ba5b-c558f5609d02",
"consumerID": "multicloud-k8s",
"timestamp": 1750595631428,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlslri/1.0/resourceInstances/basic_onboard_glslri0/artifacts/basic_onboard_glslri0_modules.json",
"status": "NOTIFIED"
}
2025-06-22T12:35:21.496Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:35:21.497Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:35:21.497Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "8c62ce1d-eec5-4702-ba5b-c558f5609d02",
"consumerID": "policy-distribution-id",
"timestamp": 1750595637408,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlslri/1.0/resourceInstances/basic_onboard_glslri0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:35:21.497Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:35:21.497Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:35:21.497Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "8c62ce1d-eec5-4702-ba5b-c558f5609d02",
"consumerID": "cds-sdc-listener",
"timestamp": 1750595636418,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlslri/1.0/artifacts/service-BasicOnboardGlslri-template.yml",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:35:21.497Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:35:21.497Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:35:21.497Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748",
"consumerID": "SO-sdc-controller",
"timestamp": 1750595629958,
"artifactURL": "/sdc/v1/catalog/services/Vfw20250622123237/1.0/resourceInstances/vfw99d7c1a861920/artifacts/vfw99d7c1a861920_modules.json",
"status": "DEPLOY_OK"
}
2025-06-22T12:35:21.497Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:35:21.497Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:35:21.497Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1750595633217,
"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=?
2025-06-22T12:35:21.506Z||pool-3-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748
2025-06-22T12:35:21.507Z||pool-3-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748 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 (?, ?, ?, ?, ?)
2025-06-22T12:35:21.531Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:35:21.532Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "8c62ce1d-eec5-4702-ba5b-c558f5609d02",
"consumerID": "multicloud-k8s",
"timestamp": 1750595631428,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlslri/1.0/resourceInstances/basic_onboard_glslri0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2025-06-22T12:35:21.532Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:35:21.532Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:35:21.532Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "8c62ce1d-eec5-4702-ba5b-c558f5609d02",
"consumerID": "policy-distribution-id",
"timestamp": 1750595637408,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlslri/1.0/artifacts/service-BasicOnboardGlslri-template.yml",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:35:21.532Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:35:21.532Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:35:21.532Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "8c62ce1d-eec5-4702-ba5b-c558f5609d02",
"consumerID": "cds-sdc-listener",
"timestamp": 1750595636418,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlslri/1.0/artifacts/service-BasicOnboardGlslri-csar.csar",
"status": "NOTIFIED"
}
2025-06-22T12:35:21.532Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:35:21.532Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:35:21.533Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748",
"consumerID": "SO-sdc-controller",
"timestamp": 1750595630960,
"artifactURL": "/sdc/v1/catalog/services/Vfw20250622123237/1.0/resourceInstances/vfw99d7c1a861920/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2025-06-22T12:35:21.533Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:35:21.533Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:35:21.533Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "8c62ce1d-eec5-4702-ba5b-c558f5609d02",
"consumerID": "multicloud-k8s",
"timestamp": 1750595631428,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlslri/1.0/resourceInstances/basic_onboard_glslri0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:35:21.533Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:35:21.533Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:35:21.533Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "8c62ce1d-eec5-4702-ba5b-c558f5609d02",
"consumerID": "policy-distribution-id",
"timestamp": 1750595637408,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlslri/1.0/artifacts/service-BasicOnboardGlslri-csar.csar",
"status": "NOTIFIED"
}
2025-06-22T12:35:21.533Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:35:21.533Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:35:21.533Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748",
"consumerID": "SO-sdc-controller",
"timestamp": 1750595631961,
"artifactURL": "/sdc/v1/catalog/services/Vfw20250622123237/1.0/resourceInstances/vfw99d7c1a861920/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2025-06-22T12:35:21.533Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:35:21.533Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:35:21.533Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "8c62ce1d-eec5-4702-ba5b-c558f5609d02",
"consumerID": "cds-sdc-listener",
"timestamp": 1750595643639,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlslri/1.0/artifacts/service-BasicOnboardGlslri-csar.csar",
"status": "DOWNLOAD_OK"
}
2025-06-22T12:35:21.533Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:35:21.533Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:35:21.533Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "8c62ce1d-eec5-4702-ba5b-c558f5609d02",
"consumerID": "multicloud-k8s",
"timestamp": 1750595631428,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlslri/1.0/resourceInstances/basic_onboard_glslri0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2025-06-22T12:35:21.533Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:35:21.534Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:35:21.534Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748",
"consumerID": "SO-sdc-controller",
"timestamp": 1750595632962,
"artifactURL": "/sdc/v1/catalog/services/Vfw20250622123237/1.0/artifacts/service-Vfw20250622123237-csar.csar",
"status": "DEPLOY_OK"
}
2025-06-22T12:35:21.534Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:35:21.534Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:35:21.534Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "8c62ce1d-eec5-4702-ba5b-c558f5609d02",
"consumerID": "policy-distribution-id",
"timestamp": 1750595644631,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlslri/1.0/artifacts/service-BasicOnboardGlslri-csar.csar",
"status": "DOWNLOAD_OK"
}
2025-06-22T12:35:21.534Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:35:21.534Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:35:21.534Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "8c62ce1d-eec5-4702-ba5b-c558f5609d02",
"consumerID": "cds-sdc-listener",
"timestamp": 1750595644647,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlslri/1.0/artifacts/service-BasicOnboardGlslri-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 (?, ?, ?, ?, ?)
2025-06-22T12:35:21.558Z||pool-3-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8c62ce1d-eec5-4702-ba5b-c558f5609d02
2025-06-22T12:35:21.558Z||pool-3-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8c62ce1d-eec5-4702-ba5b-c558f5609d02 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 (?, ?, ?, ?, ?)
2025-06-22T12:35:21.575Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:35:21.576Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "8c62ce1d-eec5-4702-ba5b-c558f5609d02",
"consumerID": "multicloud-k8s",
"timestamp": 1750595631428,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlslri/1.0/artifacts/service-BasicOnboardGlslri-template.yml",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:35:21.576Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:35:21.576Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:35:21.576Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "8c62ce1d-eec5-4702-ba5b-c558f5609d02",
"consumerID": "policy-distribution-id",
"timestamp": 1750595645644,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlslri/1.0/artifacts/service-BasicOnboardGlslri-csar.csar",
"status": "DEPLOY_OK"
}
2025-06-22T12:35:21.576Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:35:21.576Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:35:21.576Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "8c62ce1d-eec5-4702-ba5b-c558f5609d02",
"consumerID": "multicloud-k8s",
"timestamp": 1750595631428,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlslri/1.0/artifacts/service-BasicOnboardGlslri-csar.csar",
"status": "NOTIFIED"
}
2025-06-22T12:35:21.576Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:35:21.576Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:35:21.576Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748",
"consumerID": "aai-model-loader",
"timestamp": 1750595634998,
"artifactURL": "/sdc/v1/catalog/services/Vfw20250622123237/1.0/artifacts/service-Vfw20250622123237-csar.csar",
"status": "DEPLOY_OK"
}
2025-06-22T12:35:21.577Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:35:21.577Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:35:21.577Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "8c62ce1d-eec5-4702-ba5b-c558f5609d02",
"consumerID": "policy-distribution-id",
"timestamp": 1750595646647,
"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=?
2025-06-22T12:35:21.584Z||pool-3-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8c62ce1d-eec5-4702-ba5b-c558f5609d02
2025-06-22T12:35:21.584Z||pool-3-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8c62ce1d-eec5-4702-ba5b-c558f5609d02 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 (?, ?, ?, ?, ?)
2025-06-22T12:35:21.599Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:35:21.600Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "8c62ce1d-eec5-4702-ba5b-c558f5609d02",
"consumerID": "multicloud-k8s",
"timestamp": 1750595638636,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlslri/1.0/resourceInstances/basic_onboard_glslri0/artifacts/basic_onboard_glslri0_modules.json",
"status": "DOWNLOAD_OK"
}
2025-06-22T12:35:21.600Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:35:21.600Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:35:21.600Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748",
"consumerID": "aai-model-loader",
"timestamp": 1750595636003,
"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=?
2025-06-22T12:35:21.611Z||pool-3-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748
2025-06-22T12:35:21.612Z||pool-3-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748 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 (?, ?, ?, ?, ?)
2025-06-22T12:35:21.638Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:35:21.638Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "8c62ce1d-eec5-4702-ba5b-c558f5609d02",
"consumerID": "multicloud-k8s",
"timestamp": 1750595639837,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlslri/1.0/resourceInstances/basic_onboard_glslri0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2025-06-22T12:35:21.638Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:35:21.638Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:35:21.638Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "8c62ce1d-eec5-4702-ba5b-c558f5609d02",
"consumerID": "aai-model-loader",
"timestamp": 1750595637005,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlslri/1.0/resourceInstances/basic_onboard_glslri0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:35:21.638Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:35:21.638Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:35:21.638Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "8c62ce1d-eec5-4702-ba5b-c558f5609d02",
"consumerID": "multicloud-k8s",
"timestamp": 1750595641042,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlslri/1.0/resourceInstances/basic_onboard_glslri0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2025-06-22T12:35:21.638Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:35:21.638Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:35:21.638Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "8c62ce1d-eec5-4702-ba5b-c558f5609d02",
"consumerID": "aai-model-loader",
"timestamp": 1750595637005,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlslri/1.0/resourceInstances/basic_onboard_glslri0/artifacts/basic_onboard_glslri0_modules.json",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:35:21.639Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:35:21.639Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:35:21.639Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "8c62ce1d-eec5-4702-ba5b-c558f5609d02",
"consumerID": "multicloud-k8s",
"timestamp": 1750595642067,
"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=?
2025-06-22T12:35:21.646Z||pool-3-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8c62ce1d-eec5-4702-ba5b-c558f5609d02
2025-06-22T12:35:21.646Z||pool-3-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8c62ce1d-eec5-4702-ba5b-c558f5609d02 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=?
2025-06-22T12:35:21.657Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:35:21.657Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "8c62ce1d-eec5-4702-ba5b-c558f5609d02",
"consumerID": "aai-model-loader",
"timestamp": 1750595637005,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlslri/1.0/resourceInstances/basic_onboard_glslri0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:35:21.658Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:35:21.658Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:35:21.658Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "8c62ce1d-eec5-4702-ba5b-c558f5609d02",
"consumerID": "multicloud-k8s",
"timestamp": 1750595643067,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlslri/1.0/resourceInstances/basic_onboard_glslri0/artifacts/basic_onboard_glslri0_modules.json",
"status": "DEPLOY_OK"
}
2025-06-22T12:35:21.658Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:35:21.658Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:35:21.658Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "8c62ce1d-eec5-4702-ba5b-c558f5609d02",
"consumerID": "aai-model-loader",
"timestamp": 1750595637005,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlslri/1.0/resourceInstances/basic_onboard_glslri0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:35:21.658Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:35:21.658Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:35:21.658Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "8c62ce1d-eec5-4702-ba5b-c558f5609d02",
"consumerID": "aai-model-loader",
"timestamp": 1750595637005,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlslri/1.0/resourceInstances/basic_onboard_glslri0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:35:21.659Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:35:21.659Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:35:21.659Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "8c62ce1d-eec5-4702-ba5b-c558f5609d02",
"consumerID": "aai-model-loader",
"timestamp": 1750595637005,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlslri/1.0/artifacts/service-BasicOnboardGlslri-template.yml",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:35:21.659Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:35:21.659Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:35:21.659Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "8c62ce1d-eec5-4702-ba5b-c558f5609d02",
"consumerID": "aai-model-loader",
"timestamp": 1750595637005,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlslri/1.0/artifacts/service-BasicOnboardGlslri-csar.csar",
"status": "NOTIFIED"
}
2025-06-22T12:35:21.659Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:35:21.659Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:35:21.659Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "8c62ce1d-eec5-4702-ba5b-c558f5609d02",
"consumerID": "aai-model-loader",
"timestamp": 1750595644223,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlslri/1.0/artifacts/service-BasicOnboardGlslri-csar.csar",
"status": "DOWNLOAD_OK"
}
2025-06-22T12:35:21.659Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:35:21.660Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:35:21.660Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "8c62ce1d-eec5-4702-ba5b-c558f5609d02",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1750595651969,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlslri/1.0/resourceInstances/basic_onboard_glslri0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:35:21.660Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:35:21.660Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:35:21.660Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "8c62ce1d-eec5-4702-ba5b-c558f5609d02",
"consumerID": "aai-model-loader",
"timestamp": 1750595649599,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlslri/1.0/artifacts/service-BasicOnboardGlslri-csar.csar",
"status": "DEPLOY_OK"
}
2025-06-22T12:35:21.660Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:35:21.660Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:35:21.660Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "8c62ce1d-eec5-4702-ba5b-c558f5609d02",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1750595651969,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlslri/1.0/resourceInstances/basic_onboard_glslri0/artifacts/basic_onboard_glslri0_modules.json",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:35:21.660Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:35:21.660Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:35:21.660Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "8c62ce1d-eec5-4702-ba5b-c558f5609d02",
"consumerID": "aai-model-loader",
"timestamp": 1750595650601,
"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=?
2025-06-22T12:35:21.666Z||pool-3-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8c62ce1d-eec5-4702-ba5b-c558f5609d02
2025-06-22T12:35:21.667Z||pool-3-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8c62ce1d-eec5-4702-ba5b-c558f5609d02 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 (?, ?, ?, ?, ?)
2025-06-22T12:35:21.683Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:35:21.683Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "8c62ce1d-eec5-4702-ba5b-c558f5609d02",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1750595651969,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlslri/1.0/resourceInstances/basic_onboard_glslri0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:35:21.683Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:35:21.683Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:35:21.684Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "8c62ce1d-eec5-4702-ba5b-c558f5609d02",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1750595651969,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlslri/1.0/resourceInstances/basic_onboard_glslri0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:35:21.684Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:35:21.684Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:35:21.684Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "8c62ce1d-eec5-4702-ba5b-c558f5609d02",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1750595651969,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlslri/1.0/resourceInstances/basic_onboard_glslri0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:35:21.684Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:35:21.684Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:35:21.684Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "8c62ce1d-eec5-4702-ba5b-c558f5609d02",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1750595651969,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlslri/1.0/artifacts/service-BasicOnboardGlslri-template.yml",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:35:21.684Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:35:21.684Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:35:21.685Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "8c62ce1d-eec5-4702-ba5b-c558f5609d02",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1750595651969,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlslri/1.0/artifacts/service-BasicOnboardGlslri-csar.csar",
"status": "NOTIFIED"
}
2025-06-22T12:35:21.685Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:35:21.685Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:35:21.685Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "8c62ce1d-eec5-4702-ba5b-c558f5609d02",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1750595659153,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlslri/1.0/artifacts/service-BasicOnboardGlslri-csar.csar",
"status": "DOWNLOAD_OK"
}
2025-06-22T12:35:21.685Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:35:21.685Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:35:21.685Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "8c62ce1d-eec5-4702-ba5b-c558f5609d02",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1750595660844,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlslri/1.0/artifacts/service-BasicOnboardGlslri-csar.csar",
"status": "DEPLOY_OK"
}
2025-06-22T12:35:21.685Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:35:21.685Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:35:21.686Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "8c62ce1d-eec5-4702-ba5b-c558f5609d02",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1750595661845,
"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=?
2025-06-22T12:35:21.694Z||pool-3-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8c62ce1d-eec5-4702-ba5b-c558f5609d02
2025-06-22T12:35:21.695Z||pool-3-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8c62ce1d-eec5-4702-ba5b-c558f5609d02 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 (?, ?, ?, ?, ?)
2025-06-22T12:35:24.010Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2025-06-22T12:35:24.025Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2025-06-22T12:35:24.027Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2025-06-22T12:35:24.027Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2025-06-22T12:35:24.027Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2025-06-22T12:35:24.027Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2025-06-22T12:35:24.027Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2025-06-22T12:35:24.027Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2025-06-22T12:35:24.028Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2025-06-22T12:35:24.028Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2025-06-22T12:35:24.028Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2025-06-22T12:35:24.028Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-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=?
2025-06-22T12:35:24.034Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2025-06-22T12:35:54.034Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748 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=?
2025-06-22T12:35:54.041Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748 and serviceModelVersionId: 99ce9ffd-ef86-44d7-a6b9-520725d597e0
2025-06-22T12:35:54.042Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e371e297-8ead-46f0-b1cc-7a135ff7cdfb
2025-06-22T12:36:06.197Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e371e297-8ead-46f0-b1cc-7a135ff7cdfb/model-vers/model-ver/99ce9ffd-ef86-44d7-a6b9-520725d597e0?depth=0
2025-06-22T12:36:06.254Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2025-06-22T12:36:06.279Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e371e297-8ead-46f0-b1cc-7a135ff7cdfb/model-vers/model-ver/99ce9ffd-ef86-44d7-a6b9-520725d597e0?depth=0|INFO|500||Invoke
2025-06-22T12:36:06.279Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e371e297-8ead-46f0-b1cc-7a135ff7cdfb/model-vers/model-ver/99ce9ffd-ef86-44d7-a6b9-520725d597e0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e371e297-8ead-46f0-b1cc-7a135ff7cdfb/model-vers/model-ver/99ce9ffd-ef86-44d7-a6b9-520725d597e0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[55f37feb-fbb9-4e19-9edb-493d7c51a5e9], X-ECOMP-RequestID=[5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748], X-TransactionId=[], X-ONAP-RequestID=[5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748], Content-Type=[application/merge-patch+json]}
2025-06-22T12:36:06.285Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e371e297-8ead-46f0-b1cc-7a135ff7cdfb/model-vers/model-ver/99ce9ffd-ef86-44d7-a6b9-520725d597e0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2025-06-22T12:36:06.604Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e371e297-8ead-46f0-b1cc-7a135ff7cdfb/model-vers/model-ver/99ce9ffd-ef86-44d7-a6b9-520725d597e0?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/e371e297-8ead-46f0-b1cc-7a135ff7cdfb/model-vers/model-ver/99ce9ffd-ef86-44d7-a6b9-520725d597e0?depth=0 has http status code:200 and response headers:{date=[Sun, 22 Jun 2025 12:36:05 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[312], vertex-id=[356528], x-aai-txid=[0-aai-resources-250622-12:36:05:255-22814], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2025-06-22T12:36:06.605Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e371e297-8ead-46f0-b1cc-7a135ff7cdfb/model-vers/model-ver/99ce9ffd-ef86-44d7-a6b9-520725d597e0?depth=0|DEBUG|500||Response was returned with an empty entity.
2025-06-22T12:36:06.605Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e371e297-8ead-46f0-b1cc-7a135ff7cdfb/model-vers/model-ver/99ce9ffd-ef86-44d7-a6b9-520725d597e0?depth=0|INFO|500||InvokeReturn
2025-06-22T12:36:06.608Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2025-06-22T12:36:06.608Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-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=?
2025-06-22T12:36:06.617Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-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)
2025-06-22T12:36:06.618Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2025-06-22T12:36:06.618Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2025-06-22T12:36:06.619Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2025-06-22T12:36:06.619Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2025-06-22T12:36:06.619Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748",
"consumerID": "SO-sdc-controller",
"timestamp": 1750595766618,
"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=?
2025-06-22T12:36:07.641Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2025-06-22T12:36:07.645Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||received message from topic
2025-06-22T12:36:07.645Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"8c62ce1d-eec5-4702-ba5b-c558f5609d02","serviceName":"basic_onboard_GlsLRI","serviceVersion":"1.0","serviceUUID":"c53f3d1b-a871-4e3c-ade6-cdddc1a70549","serviceDescription":"ONAP SDK Service","serviceInvariantUUID":"08397005-4c0b-4df0-99f1-74726e9b77dd","resources":[{"resourceInstanceName":"basic_onboard_GlsLRI 0","resourceName":"basic_onboard_GlsLRI","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b37e6af4-fb8f-40b6-9eb5-3e9b2dae6108","resourceInvariantUUID":"56b49bfb-b035-43d6-911a-a9399812c49d","resourceCustomizationUUID":"44e3a035-8d0c-428c-a6e4-a1f1352b71e4","category":"Generic","subcategory":"Network Service","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGlslri/1.0/resourceInstances/basic_onboard_glslri0/artifacts/vf-license-model.xml","artifactChecksum":"M2Q5MmUxMDFhNWIxYzQ4ZWQ3OWI4ZmI2NWFmNzM3MDI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"103b68ca-5e24-46cd-bc26-9b66ddcf128e","artifactVersion":"1"},{"artifactName":"basic_onboard_glslri0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGlslri/1.0/resourceInstances/basic_onboard_glslri0/artifacts/basic_onboard_glslri0_modules.json","artifactChecksum":"OWExY2FjZmVhNWJmNGE5MGNjYTE3NGRlYzBmMmQ0Mzk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"84889416-b6c6-4803-b221-5ff1e8100557","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGlslri/1.0/resourceInstances/basic_onboard_glslri0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0064c1db-fb0b-49e5-a66a-61f717b124be","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGlslri/1.0/resourceInstances/basic_onboard_glslri0/artifacts/vendor-license-model.xml","artifactChecksum":"MDI4NTU2YTE2NTQyNzA1YWYxNWQwNzc1OTAxNGEyZWQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"04bd8bd9-4aaa-44cb-b3f2-62d4938466ba","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGlslri/1.0/resourceInstances/basic_onboard_glslri0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c3f18b76-b743-44a2-a220-acc62eea49e3","artifactVersion":"2","generatedFromUUID":"0064c1db-fb0b-49e5-a66a-61f717b124be"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardGlslri-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGlslri/1.0/artifacts/service-BasicOnboardGlslri-template.yml","artifactChecksum":"MzA4MTY4Y2VjZjI4ZjJiZDA3ZDQwNTJlZTMzZTkzNTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"52a03056-9843-4e52-8fa5-6d90960af8e9","artifactVersion":"1"},{"artifactName":"service-BasicOnboardGlslri-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGlslri/1.0/artifacts/service-BasicOnboardGlslri-csar.csar","artifactChecksum":"YmEyYjk1ZWUxNmNlZWM0Yjg2YmVlM2NmNWNjZTYwOTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"acdad678-1a9e-4776-a64e-de514ca8b796","artifactVersion":"1"}],"workloadContext":"Production"}
2025-06-22T12:36:07.647Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2025-06-22T12:36:07.647Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2025-06-22T12:36:07.647Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2025-06-22T12:36:07.647Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "8c62ce1d-eec5-4702-ba5b-c558f5609d02",
"consumerID": "SO-sdc-controller",
"timestamp": 1750595767641,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlslri/1.0/resourceInstances/basic_onboard_glslri0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2025-06-22T12:36:08.648Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2025-06-22T12:36:08.649Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2025-06-22T12:36:08.649Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2025-06-22T12:36:08.649Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "8c62ce1d-eec5-4702-ba5b-c558f5609d02",
"consumerID": "SO-sdc-controller",
"timestamp": 1750595767641,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlslri/1.0/resourceInstances/basic_onboard_glslri0/artifacts/basic_onboard_glslri0_modules.json",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2025-06-22T12:36:09.650Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2025-06-22T12:36:09.651Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2025-06-22T12:36:09.651Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2025-06-22T12:36:09.651Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "8c62ce1d-eec5-4702-ba5b-c558f5609d02",
"consumerID": "SO-sdc-controller",
"timestamp": 1750595767641,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlslri/1.0/resourceInstances/basic_onboard_glslri0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2025-06-22T12:36:10.652Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2025-06-22T12:36:10.653Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2025-06-22T12:36:10.653Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2025-06-22T12:36:10.653Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "8c62ce1d-eec5-4702-ba5b-c558f5609d02",
"consumerID": "SO-sdc-controller",
"timestamp": 1750595767641,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlslri/1.0/resourceInstances/basic_onboard_glslri0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2025-06-22T12:36:11.654Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2025-06-22T12:36:11.655Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2025-06-22T12:36:11.655Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2025-06-22T12:36:11.655Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "8c62ce1d-eec5-4702-ba5b-c558f5609d02",
"consumerID": "SO-sdc-controller",
"timestamp": 1750595767641,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlslri/1.0/resourceInstances/basic_onboard_glslri0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2025-06-22T12:36:12.655Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2025-06-22T12:36:12.656Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2025-06-22T12:36:12.656Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2025-06-22T12:36:12.656Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "8c62ce1d-eec5-4702-ba5b-c558f5609d02",
"consumerID": "SO-sdc-controller",
"timestamp": 1750595767641,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlslri/1.0/artifacts/service-BasicOnboardGlslri-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2025-06-22T12:36:13.657Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2025-06-22T12:36:13.657Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2025-06-22T12:36:13.658Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2025-06-22T12:36:13.658Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "8c62ce1d-eec5-4702-ba5b-c558f5609d02",
"consumerID": "SO-sdc-controller",
"timestamp": 1750595767641,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlslri/1.0/artifacts/service-BasicOnboardGlslri-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2025-06-22T12:36:14.659Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "8c62ce1d-eec5-4702-ba5b-c558f5609d02",
"serviceName": "basic_onboard_GlsLRI",
"serviceVersion": "1.0",
"serviceUUID": "c53f3d1b-a871-4e3c-ade6-cdddc1a70549",
"serviceDescription": "ONAP SDK Service",
"serviceInvariantUUID": "08397005-4c0b-4df0-99f1-74726e9b77dd",
"resources": [
{
"resourceInstanceName": "basic_onboard_GlsLRI 0",
"resourceCustomizationUUID": "44e3a035-8d0c-428c-a6e4-a1f1352b71e4",
"resourceName": "basic_onboard_GlsLRI",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "b37e6af4-fb8f-40b6-9eb5-3e9b2dae6108",
"resourceInvariantUUID": "56b49bfb-b035-43d6-911a-a9399812c49d",
"category": "Generic",
"subcategory": "Network Service",
"artifacts": [
{
"artifactName": "basic_onboard_glslri0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlslri/1.0/resourceInstances/basic_onboard_glslri0/artifacts/basic_onboard_glslri0_modules.json",
"artifactChecksum": "OWExY2FjZmVhNWJmNGE5MGNjYTE3NGRlYzBmMmQ0Mzk\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "84889416-b6c6-4803-b221-5ff1e8100557",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlslri/1.0/resourceInstances/basic_onboard_glslri0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "0064c1db-fb0b-49e5-a66a-61f717b124be",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlslri/1.0/resourceInstances/basic_onboard_glslri0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "c3f18b76-b743-44a2-a220-acc62eea49e3",
"generatedFromUUID": "0064c1db-fb0b-49e5-a66a-61f717b124be"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlslri/1.0/resourceInstances/basic_onboard_glslri0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "c3f18b76-b743-44a2-a220-acc62eea49e3",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardGlslri-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlslri/1.0/artifacts/service-BasicOnboardGlslri-csar.csar",
"artifactChecksum": "YmEyYjk1ZWUxNmNlZWM0Yjg2YmVlM2NmNWNjZTYwOTg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "acdad678-1a9e-4776-a64e-de514ca8b796"
}
],
"workloadContext": "Production"
}
2025-06-22T12:36:14.659Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2025-06-22T12:36:14.660Z|5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748|pool-3-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c53f3d1b-a871-4e3c-ade6-cdddc1a70549 ASDC
2025-06-22T12:36:14.660Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:8c62ce1d-eec5-4702-ba5b-c558f5609d02
ServiceName:basic_onboard_GlsLRI
ServiceVersion:1.0
ServiceUUID:c53f3d1b-a871-4e3c-ade6-cdddc1a70549
ServiceInvariantUUID:08397005-4c0b-4df0-99f1-74726e9b77dd
ServiceDescription:ONAP SDK Service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardGlslri-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGlslri/1.0/artifacts/service-BasicOnboardGlslri-csar.csar
ArtifactUUID:acdad678-1a9e-4776-a64e-de514ca8b796
ArtifactChecksum:YmEyYjk1ZWUxNmNlZWM0Yjg2YmVlM2NmNWNjZTYwOTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_GlsLRI 0
ResourceCustomizationUUID:44e3a035-8d0c-428c-a6e4-a1f1352b71e4
ResourceInvariantUUID:56b49bfb-b035-43d6-911a-a9399812c49d
ResourceName:basic_onboard_GlsLRI
ResourceType:VF
ResourceUUID:b37e6af4-fb8f-40b6-9eb5-3e9b2dae6108
ResourceVersion:1.0
Category:Generic
SubCategory:Network Service
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_glslri0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGlslri/1.0/resourceInstances/basic_onboard_glslri0/artifacts/basic_onboard_glslri0_modules.json
ArtifactUUID:84889416-b6c6-4803-b221-5ff1e8100557
ArtifactChecksum:OWExY2FjZmVhNWJmNGE5MGNjYTE3NGRlYzBmMmQ0Mzk=
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/BasicOnboardGlslri/1.0/resourceInstances/basic_onboard_glslri0/artifacts/base_ubuntu18.yaml
ArtifactUUID:0064c1db-fb0b-49e5-a66a-61f717b124be
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/BasicOnboardGlslri/1.0/resourceInstances/basic_onboard_glslri0/artifacts/base_ubuntu18.env
ArtifactUUID:c3f18b76-b743-44a2-a220-acc62eea49e3
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/BasicOnboardGlslri/1.0/resourceInstances/basic_onboard_glslri0/artifacts/base_ubuntu18.env
ArtifactUUID:c3f18b76-b743-44a2-a220-acc62eea49e3
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2025-06-22T12:36:14.660Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c53f3d1b-a871-4e3c-ade6-cdddc1a70549 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=?
2025-06-22T12:36:14.710Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2025-06-22T12:36:14.711Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||INFO|500||MSO config path is: /app
2025-06-22T12:36:14.711Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||INFO|500||MSO config path is: /app
2025-06-22T12:36:14.711Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||INFO|500||Trying to download the artifact UUID: acdad678-1a9e-4776-a64e-de514ca8b796 from URL: /sdc/v1/catalog/services/BasicOnboardGlslri/1.0/artifacts/service-BasicOnboardGlslri-csar.csar
2025-06-22T12:36:14.711Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||INFO|500||DistributionClient - download
2025-06-22T12:36:14.711Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGlslri/1.0/artifacts/service-BasicOnboardGlslri-csar.csar
2025-06-22T12:36:14.923Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||GET Response Status 200
2025-06-22T12:36:14.925Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGlslri/1.0/artifacts/service-BasicOnboardGlslri-csar.csar acdad678-1a9e-4776-a64e-de514ca8b796 76404
2025-06-22T12:36:14.925Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGlslri/1.0/artifacts/service-BasicOnboardGlslri-csar.csar ASDC sendASDCNotification
2025-06-22T12:36:14.925Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGlslri/1.0/artifacts/service-BasicOnboardGlslri-csar.csar
2025-06-22T12:36:14.926Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2025-06-22T12:36:14.926Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2025-06-22T12:36:14.926Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2025-06-22T12:36:14.926Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "8c62ce1d-eec5-4702-ba5b-c558f5609d02",
"consumerID": "SO-sdc-controller",
"timestamp": 1750595774925,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlslri/1.0/artifacts/service-BasicOnboardGlslri-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2025-06-22T12:36:15.927Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2025-06-22T12:36:15.928Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||INFO|500||MSO config path is: /app
2025-06-22T12:36:15.928Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||INFO|500||Trying to write artifact UUID: acdad678-1a9e-4776-a64e-de514ca8b796, URL: /sdc/v1/catalog/services/BasicOnboardGlslri/1.0/artifacts/service-BasicOnboardGlslri-csar.csar to file: /app/ASDC/1/service-BasicOnboardGlslri-csar.csar
2025-06-22T12:36:15.928Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardGlslri-csar.csar
2025-06-22T12:36:15.929Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardGlslri-csar.csar
2025-06-22T12:36:15.929Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardGlslri-csar.csar
2025-06-22T12:36:15.992Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1067677649658755785/Definitions/service-BasicOnboardGlslri-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2025-06-22T12:36:16.554Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2025-06-22T12:36:16.554Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||WARN|500||####################################################################################################
2025-06-22T12:36:16.554Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardGlslri-csar.csar
2025-06-22T12:36:16.555Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2025-06-22T12:36:16.555Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardGlslri-csar.csar
2025-06-22T12:36:16.555Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_GlsLRI 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-BasicOnboardGlslri-csar.csar
2025-06-22T12:36:16.555Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-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-BasicOnboardGlslri-csar.csar
2025-06-22T12:36:16.555Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-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-BasicOnboardGlslri-csar.csar
2025-06-22T12:36:16.555Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-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-BasicOnboardGlslri-csar.csar
2025-06-22T12:36:16.555Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardGlslri-csar.csar
2025-06-22T12:36:16.555Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-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-BasicOnboardGlslri-csar.csar
2025-06-22T12:36:16.555Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||WARN|500||####################################################################################################
2025-06-22T12:36:16.555Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2025-06-22T12:36:16.555Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||Service basic_onboard_GlsLRI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2025-06-22T12:36:16.555Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||Node template basic_onboard_GlsLRI 0 is matching search criteria
2025-06-22T12:36:16.556Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||Search for entities recursively
2025-06-22T12:36:16.556Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_GlsLRI 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2025-06-22T12:36:16.556Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2025-06-22T12:36:16.556Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||Service basic_onboard_GlsLRI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2025-06-22T12:36:16.556Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||Node template basic_onboard_GlsLRI 0 is matching search criteria
2025-06-22T12:36:16.556Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||Search for entities recursively
2025-06-22T12:36:16.556Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_GlsLRI 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2025-06-22T12:36:16.557Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2025-06-22T12:36:16.557Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||Service basic_onboard_GlsLRI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2025-06-22T12:36:16.557Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2025-06-22T12:36:16.557Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||Node template basic_onboard_GlsLRI 0 is not matching search criteria
2025-06-22T12:36:16.557Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2025-06-22T12:36:16.557Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2025-06-22T12:36:16.557Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2025-06-22T12:36:16.557Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2025-06-22T12:36:16.557Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2025-06-22T12:36:16.557Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2025-06-22T12:36:16.558Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||Service basic_onboard_GlsLRI is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2025-06-22T12:36:16.558Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2025-06-22T12:36:16.558Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||Node template basic_onboard_GlsLRI 0 is matching search criteria
2025-06-22T12:36:16.558Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_GlsLRI 0] matching following query criteria: sdcType=VF, customizationUUID=null
2025-06-22T12:36:16.558Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2025-06-22T12:36:16.558Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||Node template basic_onboard_GlsLRI 0 is matching search criteria
2025-06-22T12:36:16.558Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_GlsLRI 0] matching following query criteria: sdcType=VF, customizationUUID=null
2025-06-22T12:36:16.558Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2025-06-22T12:36:16.558Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||Node template basic_onboard_GlsLRI 0 is matching search criteria
2025-06-22T12:36:16.559Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_GlsLRI 0] matching following query criteria: sdcType=VF, customizationUUID=null
2025-06-22T12:36:16.559Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2025-06-22T12:36:16.559Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||Node template basic_onboard_GlsLRI 0 is not matching search criteria
2025-06-22T12:36:16.559Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2025-06-22T12:36:16.559Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2025-06-22T12:36:16.559Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=4b0aab51-81c3-441a-bd3e-f422e8ef9969
2025-06-22T12:36:16.559Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2025-06-22T12:36:16.559Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||Service basic_onboard_GlsLRI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2025-06-22T12:36:16.559Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2025-06-22T12:36:16.559Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||Service basic_onboard_GlsLRI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2025-06-22T12:36:16.560Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2025-06-22T12:36:16.560Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||Service basic_onboard_GlsLRI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2025-06-22T12:36:16.560Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2025-06-22T12:36:16.560Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||Service basic_onboard_GlsLRI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2025-06-22T12:36:16.560Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_GlsLRI
Description:ONAP SDK Service
Model UUID:c53f3d1b-a871-4e3c-ade6-cdddc1a70549
Model Version:NULL
Model InvariantUuid:08397005-4c0b-4df0-99f1-74726e9b77dd
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_GlsLRI
Model UUID:1784d869-5bee-474e-806e-6cc07a978e67
Description:ONAP SDK Resource
Version:1.0
Type:VF
Category:Generic
InvariantUuid:56b49bfb-b035-43d6-911a-a9399812c49d
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:44e3a035-8d0c-428c-a6e4-a1f1352b71e4
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:c019f82d-7e28-438e-807b-517cd618e901
ModelName:BasicOnboardGlslri..base_ubuntu18..module-0
ModelUuid:3df1c4dd-c024-43b6-81f1-fa2e68bef458
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:4b0aab51-81c3-441a-bd3e-f422e8ef9969
ModelInvariantUuid:0b24f3b5-cc79-48e2-a4da-d5267863cc4f
ModelName:basic_onboard_GlsLRI-nodes.ubuntu18Cvfc
ModelUuid:fd87a37d-5a25-435f-b28f-8623072682cf
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:271696a4-6e41-45a3-ab09-06465de39a80
ModelInvariantUuid:20783b0b-7fc8-4768-b676-4724c9a03558
ModelName:BasicOnboardGlslri.compute.nodes.heat.ubuntu18
ModelUuid:fb37e07c-f977-4b3c-9c5d-548b22e18f71
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=?
2025-06-22T12:36:16.568Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: b37e6af4-fb8f-40b6-9eb5-3e9b2dae6108
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2025-06-22T12:36:16.572Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||INFO|500||basic_onboard_GlsLRI 0
2025-06-22T12:36:16.572Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b37e6af4-fb8f-40b6-9eb5-3e9b2dae6108
2025-06-22T12:36:16.572Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||INFO|500||Trying to download the artifact UUID: 84889416-b6c6-4803-b221-5ff1e8100557 from URL: /sdc/v1/catalog/services/BasicOnboardGlslri/1.0/resourceInstances/basic_onboard_glslri0/artifacts/basic_onboard_glslri0_modules.json
2025-06-22T12:36:16.572Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||INFO|500||DistributionClient - download
2025-06-22T12:36:16.572Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGlslri/1.0/resourceInstances/basic_onboard_glslri0/artifacts/basic_onboard_glslri0_modules.json
2025-06-22T12:36:16.754Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||GET Response Status 200
2025-06-22T12:36:16.755Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGlslri/1.0/resourceInstances/basic_onboard_glslri0/artifacts/basic_onboard_glslri0_modules.json 84889416-b6c6-4803-b221-5ff1e8100557 798
2025-06-22T12:36:16.755Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGlslri/1.0/resourceInstances/basic_onboard_glslri0/artifacts/basic_onboard_glslri0_modules.json ASDC sendASDCNotification
2025-06-22T12:36:16.755Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGlslri/1.0/resourceInstances/basic_onboard_glslri0/artifacts/basic_onboard_glslri0_modules.json
2025-06-22T12:36:16.755Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2025-06-22T12:36:16.755Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2025-06-22T12:36:16.755Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2025-06-22T12:36:16.756Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "8c62ce1d-eec5-4702-ba5b-c558f5609d02",
"consumerID": "SO-sdc-controller",
"timestamp": 1750595776755,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlslri/1.0/resourceInstances/basic_onboard_glslri0/artifacts/basic_onboard_glslri0_modules.json",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2025-06-22T12:36:17.756Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardGlslri..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "c019f82d-7e28-438e-807b-517cd618e901",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "3df1c4dd-c024-43b6-81f1-fa2e68bef458",
"vfModuleModelCustomizationUUID": "1b7b34c2-51d7-4685-bb80-f8639434ace4",
"isBase": true,
"artifacts": [
"0064c1db-fb0b-49e5-a66a-61f717b124be",
"c3f18b76-b743-44a2-a220-acc62eea49e3"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2025-06-22T12:36:17.760Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardGlslri..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3df1c4dd-c024-43b6-81f1-fa2e68bef458
VfModuleModelInvariantUUID:c019f82d-7e28-438e-807b-517cd618e901
VfModuleModelDescription:NULL
Artifacts UUID List:{
0064c1db-fb0b-49e5-a66a-61f717b124be
,
c3f18b76-b743-44a2-a220-acc62eea49e3
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2025-06-22T12:36:17.761Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardGlslri..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "c019f82d-7e28-438e-807b-517cd618e901",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "3df1c4dd-c024-43b6-81f1-fa2e68bef458",
"vfModuleModelCustomizationUUID": "1b7b34c2-51d7-4685-bb80-f8639434ace4",
"isBase": true,
"artifacts": [
"0064c1db-fb0b-49e5-a66a-61f717b124be",
"c3f18b76-b743-44a2-a220-acc62eea49e3"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2025-06-22T12:36:17.761Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardGlslri..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3df1c4dd-c024-43b6-81f1-fa2e68bef458
VfModuleModelInvariantUUID:c019f82d-7e28-438e-807b-517cd618e901
VfModuleModelDescription:NULL
Artifacts UUID List:{
0064c1db-fb0b-49e5-a66a-61f717b124be
,
c3f18b76-b743-44a2-a220-acc62eea49e3
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2025-06-22T12:36:17.761Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||INFO|500||Trying to download the artifact UUID: 0064c1db-fb0b-49e5-a66a-61f717b124be from URL: /sdc/v1/catalog/services/BasicOnboardGlslri/1.0/resourceInstances/basic_onboard_glslri0/artifacts/base_ubuntu18.yaml
2025-06-22T12:36:17.762Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||INFO|500||DistributionClient - download
2025-06-22T12:36:17.762Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGlslri/1.0/resourceInstances/basic_onboard_glslri0/artifacts/base_ubuntu18.yaml
2025-06-22T12:36:17.944Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||GET Response Status 200
2025-06-22T12:36:17.944Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGlslri/1.0/resourceInstances/basic_onboard_glslri0/artifacts/base_ubuntu18.yaml 0064c1db-fb0b-49e5-a66a-61f717b124be 5033
2025-06-22T12:36:17.945Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGlslri/1.0/resourceInstances/basic_onboard_glslri0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2025-06-22T12:36:17.945Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGlslri/1.0/resourceInstances/basic_onboard_glslri0/artifacts/base_ubuntu18.yaml
2025-06-22T12:36:17.945Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2025-06-22T12:36:17.945Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2025-06-22T12:36:17.945Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2025-06-22T12:36:17.945Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "8c62ce1d-eec5-4702-ba5b-c558f5609d02",
"consumerID": "SO-sdc-controller",
"timestamp": 1750595777945,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlslri/1.0/resourceInstances/basic_onboard_glslri0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2025-06-22T12:36:18.947Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||INFO|500||Trying to download the artifact UUID: c3f18b76-b743-44a2-a220-acc62eea49e3 from URL: /sdc/v1/catalog/services/BasicOnboardGlslri/1.0/resourceInstances/basic_onboard_glslri0/artifacts/base_ubuntu18.env
2025-06-22T12:36:18.947Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||INFO|500||DistributionClient - download
2025-06-22T12:36:18.948Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGlslri/1.0/resourceInstances/basic_onboard_glslri0/artifacts/base_ubuntu18.env
2025-06-22T12:36:19.121Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||GET Response Status 200
2025-06-22T12:36:19.122Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGlslri/1.0/resourceInstances/basic_onboard_glslri0/artifacts/base_ubuntu18.env c3f18b76-b743-44a2-a220-acc62eea49e3 909
2025-06-22T12:36:19.122Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGlslri/1.0/resourceInstances/basic_onboard_glslri0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2025-06-22T12:36:19.122Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGlslri/1.0/resourceInstances/basic_onboard_glslri0/artifacts/base_ubuntu18.env
2025-06-22T12:36:19.122Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2025-06-22T12:36:19.122Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2025-06-22T12:36:19.123Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2025-06-22T12:36:19.123Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "8c62ce1d-eec5-4702-ba5b-c558f5609d02",
"consumerID": "SO-sdc-controller",
"timestamp": 1750595779122,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlslri/1.0/resourceInstances/basic_onboard_glslri0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2025-06-22T12:36:20.124Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||Preparing to deploy Service: c53f3d1b-a871-4e3c-ade6-cdddc1a70549
2025-06-22T12:36:20.125Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_GlsLRI 0 b37e6af4-fb8f-40b6-9eb5-3e9b2dae6108 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=?
2025-06-22T12:36:20.136Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5971faa6, org.onap.sdc.toscaparser.api.parameters.Input@6388bc51, org.onap.sdc.toscaparser.api.parameters.Input@19f35844, org.onap.sdc.toscaparser.api.parameters.Input@2f81ff3, org.onap.sdc.toscaparser.api.parameters.Input@540a61c0]
2025-06-22T12:36:20.138Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2025-06-22T12:36:20.138Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||Service basic_onboard_GlsLRI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2025-06-22T12:36:20.138Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||VF Category is: Generic
2025-06-22T12:36:20.138Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||VFCustomizationUUID= 44e3a035-8d0c-428c-a6e4-a1f1352b71e4
2025-06-22T12:36:20.138Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 44e3a035-8d0c-428c-a6e4-a1f1352b71e4 matches Tosca VF Customization UUID: 44e3a035-8d0c-428c-a6e4-a1f1352b71e4
2025-06-22T12:36:20.138Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||vfCustomizationUUID: 44e3a035-8d0c-428c-a6e4-a1f1352b71e4 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=?
2025-06-22T12:36:20.141Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2025-06-22T12:36:20.141Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||Service basic_onboard_GlsLRI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2025-06-22T12:36:20.142Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||resource request for resource customization id 44e3a035-8d0c-428c-a6e4-a1f1352b71e4: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2025-06-22T12:36:20.142Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@33b1ec0a
2025-06-22T12:36:20.142Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2025-06-22T12:36:20.142Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||Service basic_onboard_GlsLRI is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2025-06-22T12:36:20.142Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1b7b34c2-51d7-4685-bb80-f8639434ace4
2025-06-22T12:36:20.143Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1b7b34c2-51d7-4685-bb80-f8639434ace4
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=?
2025-06-22T12:36:20.145Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2025-06-22T12:36:20.145Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||Node template basic_onboard_GlsLRI 0 is matching search criteria
2025-06-22T12:36:20.146Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_GlsLRI 0] matching following query criteria: sdcType=VF, customizationUUID=null
2025-06-22T12:36:20.146Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2025-06-22T12:36:20.146Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||Node template basic_onboard_GlsLRI 0 is matching search criteria
2025-06-22T12:36:20.147Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_GlsLRI 0] matching following query criteria: sdcType=VF, customizationUUID=null
2025-06-22T12:36:20.147Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2025-06-22T12:36:20.147Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||Node template basic_onboard_GlsLRI 0 is not matching search criteria
2025-06-22T12:36:20.147Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2025-06-22T12:36:20.148Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2025-06-22T12:36:20.148Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=4b0aab51-81c3-441a-bd3e-f422e8ef9969
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=?
2025-06-22T12:36:20.150Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2025-06-22T12:36:20.151Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||Node template basic_onboard_GlsLRI 0 is matching search criteria
2025-06-22T12:36:20.151Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_GlsLRI 0] matching following query criteria: sdcType=VF, customizationUUID=null
2025-06-22T12:36:20.151Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2025-06-22T12:36:20.151Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||Node template basic_onboard_GlsLRI 0 is matching search criteria
2025-06-22T12:36:20.152Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_GlsLRI 0] matching following query criteria: sdcType=VF, customizationUUID=44e3a035-8d0c-428c-a6e4-a1f1352b71e4
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2025-06-22T12:36:20.154Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2025-06-22T12:36:20.154Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||Service basic_onboard_GlsLRI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2025-06-22T12:36:20.155Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500|| resourceSeq for service uuid c53f3d1b-a871-4e3c-ade6-cdddc1a70549: basic_onboard_GlsLRI
2025-06-22T12:36:20.155Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2025-06-22T12:36:20.155Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||Service basic_onboard_GlsLRI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2025-06-22T12:36:20.155Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2025-06-22T12:36:20.155Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||Service basic_onboard_GlsLRI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2025-06-22T12:36:20.156Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2025-06-22T12:36:20.156Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||Service basic_onboard_GlsLRI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2025-06-22T12:36:20.156Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2025-06-22T12:36:20.156Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||Service basic_onboard_GlsLRI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2025-06-22T12:36:20.157Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2025-06-22T12:36:20.157Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||Service basic_onboard_GlsLRI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2025-06-22T12:36:20.157Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||INFO|500||Saving Service: basic_onboard_GlsLRI
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 (?, ?, ?, ?, ?)
2025-06-22T12:36:20.475Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_GlsLRI b37e6af4-fb8f-40b6-9eb5-3e9b2dae6108 1 ASDC deployResourceStructure
2025-06-22T12:36:20.475Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGlslri/1.0/resourceInstances/basic_onboard_glslri0/artifacts/basic_onboard_glslri0_modules.json ASDC sendASDCNotification
2025-06-22T12:36:20.475Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGlslri/1.0/resourceInstances/basic_onboard_glslri0/artifacts/basic_onboard_glslri0_modules.json
2025-06-22T12:36:20.475Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2025-06-22T12:36:20.476Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2025-06-22T12:36:20.476Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2025-06-22T12:36:20.476Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "8c62ce1d-eec5-4702-ba5b-c558f5609d02",
"consumerID": "SO-sdc-controller",
"timestamp": 1750595780475,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlslri/1.0/resourceInstances/basic_onboard_glslri0/artifacts/basic_onboard_glslri0_modules.json",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2025-06-22T12:36:21.395Z||pool-3-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2025-06-22T12:36:21.400Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:36:21.400Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "5f9a7ad9-9b0e-4a38-8d23-7e9ca9515748",
"consumerID": "SO-sdc-controller",
"timestamp": 1750595766618,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2025-06-22T12:36:21.401Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:36:21.401Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:36:21.401Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "8c62ce1d-eec5-4702-ba5b-c558f5609d02",
"consumerID": "SO-sdc-controller",
"timestamp": 1750595767641,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlslri/1.0/resourceInstances/basic_onboard_glslri0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:36:21.401Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:36:21.401Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:36:21.401Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "8c62ce1d-eec5-4702-ba5b-c558f5609d02",
"consumerID": "SO-sdc-controller",
"timestamp": 1750595767641,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlslri/1.0/resourceInstances/basic_onboard_glslri0/artifacts/basic_onboard_glslri0_modules.json",
"status": "NOTIFIED"
}
2025-06-22T12:36:21.401Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:36:21.401Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:36:21.401Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "8c62ce1d-eec5-4702-ba5b-c558f5609d02",
"consumerID": "SO-sdc-controller",
"timestamp": 1750595767641,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlslri/1.0/resourceInstances/basic_onboard_glslri0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2025-06-22T12:36:21.402Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:36:21.402Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:36:21.402Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "8c62ce1d-eec5-4702-ba5b-c558f5609d02",
"consumerID": "SO-sdc-controller",
"timestamp": 1750595767641,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlslri/1.0/resourceInstances/basic_onboard_glslri0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:36:21.402Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:36:21.402Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:36:21.402Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "8c62ce1d-eec5-4702-ba5b-c558f5609d02",
"consumerID": "SO-sdc-controller",
"timestamp": 1750595767641,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlslri/1.0/resourceInstances/basic_onboard_glslri0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2025-06-22T12:36:21.402Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:36:21.402Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:36:21.402Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "8c62ce1d-eec5-4702-ba5b-c558f5609d02",
"consumerID": "SO-sdc-controller",
"timestamp": 1750595767641,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlslri/1.0/artifacts/service-BasicOnboardGlslri-template.yml",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:36:21.402Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:36:21.402Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:36:21.402Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "8c62ce1d-eec5-4702-ba5b-c558f5609d02",
"consumerID": "SO-sdc-controller",
"timestamp": 1750595767641,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlslri/1.0/artifacts/service-BasicOnboardGlslri-csar.csar",
"status": "NOTIFIED"
}
2025-06-22T12:36:21.403Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:36:21.403Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:36:21.403Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "8c62ce1d-eec5-4702-ba5b-c558f5609d02",
"consumerID": "SO-sdc-controller",
"timestamp": 1750595774925,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlslri/1.0/artifacts/service-BasicOnboardGlslri-csar.csar",
"status": "DOWNLOAD_OK"
}
2025-06-22T12:36:21.403Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:36:21.403Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:36:21.403Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "8c62ce1d-eec5-4702-ba5b-c558f5609d02",
"consumerID": "SO-sdc-controller",
"timestamp": 1750595776755,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlslri/1.0/resourceInstances/basic_onboard_glslri0/artifacts/basic_onboard_glslri0_modules.json",
"status": "DOWNLOAD_OK"
}
2025-06-22T12:36:21.403Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:36:21.403Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:36:21.403Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "8c62ce1d-eec5-4702-ba5b-c558f5609d02",
"consumerID": "SO-sdc-controller",
"timestamp": 1750595777945,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlslri/1.0/resourceInstances/basic_onboard_glslri0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2025-06-22T12:36:21.403Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:36:21.403Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:36:21.403Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "8c62ce1d-eec5-4702-ba5b-c558f5609d02",
"consumerID": "SO-sdc-controller",
"timestamp": 1750595779122,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlslri/1.0/resourceInstances/basic_onboard_glslri0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2025-06-22T12:36:21.403Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:36:21.403Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:36:21.403Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "8c62ce1d-eec5-4702-ba5b-c558f5609d02",
"consumerID": "SO-sdc-controller",
"timestamp": 1750595780475,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlslri/1.0/resourceInstances/basic_onboard_glslri0/artifacts/basic_onboard_glslri0_modules.json",
"status": "DEPLOY_OK"
}
2025-06-22T12:36:21.404Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:36:21.477Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGlslri/1.0/resourceInstances/basic_onboard_glslri0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2025-06-22T12:36:21.478Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGlslri/1.0/resourceInstances/basic_onboard_glslri0/artifacts/base_ubuntu18.yaml
2025-06-22T12:36:21.478Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2025-06-22T12:36:21.478Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2025-06-22T12:36:21.478Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2025-06-22T12:36:21.478Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "8c62ce1d-eec5-4702-ba5b-c558f5609d02",
"consumerID": "SO-sdc-controller",
"timestamp": 1750595781477,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlslri/1.0/resourceInstances/basic_onboard_glslri0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2025-06-22T12:36:22.480Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGlslri/1.0/resourceInstances/basic_onboard_glslri0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2025-06-22T12:36:22.480Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGlslri/1.0/resourceInstances/basic_onboard_glslri0/artifacts/base_ubuntu18.env
2025-06-22T12:36:22.480Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2025-06-22T12:36:22.481Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2025-06-22T12:36:22.481Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2025-06-22T12:36:22.481Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "8c62ce1d-eec5-4702-ba5b-c558f5609d02",
"consumerID": "SO-sdc-controller",
"timestamp": 1750595782480,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlslri/1.0/resourceInstances/basic_onboard_glslri0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2025-06-22T12:36:23.482Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGlslri/1.0/artifacts/service-BasicOnboardGlslri-csar.csar ASDC sendASDCNotification
2025-06-22T12:36:23.482Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGlslri/1.0/artifacts/service-BasicOnboardGlslri-csar.csar
2025-06-22T12:36:23.482Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2025-06-22T12:36:23.482Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2025-06-22T12:36:23.482Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2025-06-22T12:36:23.482Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "8c62ce1d-eec5-4702-ba5b-c558f5609d02",
"consumerID": "SO-sdc-controller",
"timestamp": 1750595783482,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlslri/1.0/artifacts/service-BasicOnboardGlslri-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2025-06-22T12:36:24.483Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8c62ce1d-eec5-4702-ba5b-c558f5609d02
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2025-06-22T12:36:24.493Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8c62ce1d-eec5-4702-ba5b-c558f5609d02
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2025-06-22T12:36:24.497Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2025-06-22T12:36:24.497Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2025-06-22T12:36:24.497Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2025-06-22T12:36:24.497Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2025-06-22T12:36:24.497Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2025-06-22T12:36:24.497Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2025-06-22T12:36:24.497Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2025-06-22T12:36:24.497Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2025-06-22T12:36:24.497Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2025-06-22T12:36:24.497Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-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=?
2025-06-22T12:36:24.502Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2025-06-22T12:36:54.503Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8c62ce1d-eec5-4702-ba5b-c558f5609d02 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=?
2025-06-22T12:36:54.509Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8c62ce1d-eec5-4702-ba5b-c558f5609d02 and serviceModelVersionId: c53f3d1b-a871-4e3c-ade6-cdddc1a70549
2025-06-22T12:36:54.510Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 08397005-4c0b-4df0-99f1-74726e9b77dd
2025-06-22T12:36:54.510Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/08397005-4c0b-4df0-99f1-74726e9b77dd/model-vers/model-ver/c53f3d1b-a871-4e3c-ade6-cdddc1a70549?depth=0
2025-06-22T12:36:54.516Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2025-06-22T12:36:54.531Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/08397005-4c0b-4df0-99f1-74726e9b77dd/model-vers/model-ver/c53f3d1b-a871-4e3c-ade6-cdddc1a70549?depth=0|INFO|500||Invoke
2025-06-22T12:36:54.532Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/08397005-4c0b-4df0-99f1-74726e9b77dd/model-vers/model-ver/c53f3d1b-a871-4e3c-ade6-cdddc1a70549?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/08397005-4c0b-4df0-99f1-74726e9b77dd/model-vers/model-ver/c53f3d1b-a871-4e3c-ade6-cdddc1a70549?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8c62ce1d-eec5-4702-ba5b-c558f5609d02], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b684b316-c05b-4ee6-90ca-93814c29091c], X-ECOMP-RequestID=[8c62ce1d-eec5-4702-ba5b-c558f5609d02], X-TransactionId=[], X-ONAP-RequestID=[8c62ce1d-eec5-4702-ba5b-c558f5609d02], Content-Type=[application/merge-patch+json]}
2025-06-22T12:36:54.537Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/08397005-4c0b-4df0-99f1-74726e9b77dd/model-vers/model-ver/c53f3d1b-a871-4e3c-ade6-cdddc1a70549?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2025-06-22T12:36:54.677Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/08397005-4c0b-4df0-99f1-74726e9b77dd/model-vers/model-ver/c53f3d1b-a871-4e3c-ade6-cdddc1a70549?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/08397005-4c0b-4df0-99f1-74726e9b77dd/model-vers/model-ver/c53f3d1b-a871-4e3c-ade6-cdddc1a70549?depth=0 has http status code:200 and response headers:{date=[Sun, 22 Jun 2025 12:36:53 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[137], vertex-id=[225496], x-aai-txid=[1-aai-resources-250622-12:36:53:497-80429], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2025-06-22T12:36:54.677Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/08397005-4c0b-4df0-99f1-74726e9b77dd/model-vers/model-ver/c53f3d1b-a871-4e3c-ade6-cdddc1a70549?depth=0|DEBUG|500||Response was returned with an empty entity.
2025-06-22T12:36:54.678Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/08397005-4c0b-4df0-99f1-74726e9b77dd/model-vers/model-ver/c53f3d1b-a871-4e3c-ade6-cdddc1a70549?depth=0|INFO|500||InvokeReturn
2025-06-22T12:36:54.678Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2025-06-22T12:36:54.678Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-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=?
2025-06-22T12:36:54.683Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-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)
2025-06-22T12:36:54.683Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8c62ce1d-eec5-4702-ba5b-c558f5609d02 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2025-06-22T12:36:54.683Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2025-06-22T12:36:54.684Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2025-06-22T12:36:54.684Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2025-06-22T12:36:54.684Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "8c62ce1d-eec5-4702-ba5b-c558f5609d02",
"consumerID": "SO-sdc-controller",
"timestamp": 1750595814683,
"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=?
2025-06-22T12:36:55.716Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2025-06-22T12:37:21.395Z||pool-3-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2025-06-22T12:37:21.397Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:37:21.397Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "8c62ce1d-eec5-4702-ba5b-c558f5609d02",
"consumerID": "SO-sdc-controller",
"timestamp": 1750595781477,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlslri/1.0/resourceInstances/basic_onboard_glslri0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2025-06-22T12:37:21.398Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:37:55.716Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2025-06-22T12:38:21.395Z||pool-3-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2025-06-22T12:38:21.397Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2025-06-22T12:38:21.398Z||pool-3-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "8c62ce1d-eec5-4702-ba5b-c558f5609d02",
"consumerID": "SO-sdc-controller",
"timestamp": 1750595782480,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlslri/1.0/resourceInstances/basic_onboard_glslri0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2025-06-22T12:38:21.398Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:38:21.398Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2025-06-22T12:38:21.399Z||pool-3-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "8c62ce1d-eec5-4702-ba5b-c558f5609d02",
"consumerID": "SO-sdc-controller",
"timestamp": 1750595783482,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlslri/1.0/artifacts/service-BasicOnboardGlslri-csar.csar",
"status": "DEPLOY_OK"
}
2025-06-22T12:38:21.399Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:38:21.399Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2025-06-22T12:38:21.399Z||pool-3-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "8c62ce1d-eec5-4702-ba5b-c558f5609d02",
"consumerID": "SO-sdc-controller",
"timestamp": 1750595814683,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2025-06-22T12:38:21.399Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:38:55.718Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2025-06-22T12:39:21.395Z||pool-3-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2025-06-22T12:39:55.719Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2025-06-22T12:40:21.397Z||pool-3-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2025-06-22T12:40:55.720Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2025-06-22T12:41:05.157Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||received message from topic
2025-06-22T12:41:05.157Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"38d12f6d-14fc-4a66-8b9c-8120de0e2a71","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"66682d9b-f13e-45ba-90f1-9ae2d1228f4d","serviceDescription":"ONAP SDK Service","serviceInvariantUUID":"d8178fc4-e9a2-4c97-8b2f-ca8c8aa5e953","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"1936f323-4ffa-4c8a-a4f7-29c7e102fc30","resourceInvariantUUID":"7faeb7f3-7e25-420e-a08a-94c3792a2730","resourceCustomizationUUID":"3e24e583-b89d-4337-aa60-c4a4b6f01746","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":"NjVjODJkNjI0YzhiMTgzOGU3NzgyZDVhZWQxM2JkMjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8dacc586-fed9-4cdc-9f37-9777c6c3c5cb","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YzA2NTQwODQ5YmRlYzIyNThkNTc5YzhiMzMzOTBhMzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"475a5357-23fd-4575-9c5f-7712e8c460e4","artifactVersion":"1"}],"workloadContext":"Production"}
2025-06-22T12:41:05.162Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2025-06-22T12:41:05.162Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2025-06-22T12:41:05.162Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2025-06-22T12:41:05.162Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "38d12f6d-14fc-4a66-8b9c-8120de0e2a71",
"consumerID": "SO-sdc-controller",
"timestamp": 1750596055720,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2025-06-22T12:41:05.176Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2025-06-22T12:41:05.176Z||pool-3-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "38d12f6d-14fc-4a66-8b9c-8120de0e2a71",
"consumerID": "SO-sdc-controller",
"timestamp": 1750596055720,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:41:05.177Z||pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:41:06.163Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2025-06-22T12:41:06.164Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2025-06-22T12:41:06.164Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2025-06-22T12:41:06.164Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "38d12f6d-14fc-4a66-8b9c-8120de0e2a71",
"consumerID": "SO-sdc-controller",
"timestamp": 1750596055720,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2025-06-22T12:41:07.165Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "38d12f6d-14fc-4a66-8b9c-8120de0e2a71",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "66682d9b-f13e-45ba-90f1-9ae2d1228f4d",
"serviceDescription": "ONAP SDK Service",
"serviceInvariantUUID": "d8178fc4-e9a2-4c97-8b2f-ca8c8aa5e953",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "3e24e583-b89d-4337-aa60-c4a4b6f01746",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "1936f323-4ffa-4c8a-a4f7-29c7e102fc30",
"resourceInvariantUUID": "7faeb7f3-7e25-420e-a08a-94c3792a2730",
"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": "YzA2NTQwODQ5YmRlYzIyNThkNTc5YzhiMzMzOTBhMzk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "475a5357-23fd-4575-9c5f-7712e8c460e4"
}
],
"workloadContext": "Production"
}
2025-06-22T12:41:07.166Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2025-06-22T12:41:07.166Z|8c62ce1d-eec5-4702-ba5b-c558f5609d02|pool-3-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 66682d9b-f13e-45ba-90f1-9ae2d1228f4d ASDC
2025-06-22T12:41:07.167Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:38d12f6d-14fc-4a66-8b9c-8120de0e2a71
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:66682d9b-f13e-45ba-90f1-9ae2d1228f4d
ServiceInvariantUUID:d8178fc4-e9a2-4c97-8b2f-ca8c8aa5e953
ServiceDescription:ONAP SDK 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:475a5357-23fd-4575-9c5f-7712e8c460e4
ArtifactChecksum:YzA2NTQwODQ5YmRlYzIyNThkNTc5YzhiMzMzOTBhMzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:3e24e583-b89d-4337-aa60-c4a4b6f01746
ResourceInvariantUUID:7faeb7f3-7e25-420e-a08a-94c3792a2730
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:1936f323-4ffa-4c8a-a4f7-29c7e102fc30
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2025-06-22T12:41:07.167Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 66682d9b-f13e-45ba-90f1-9ae2d1228f4d 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 (?, ?, ?, ?, ?)
2025-06-22T12:41:07.223Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2025-06-22T12:41:07.224Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||INFO|500||MSO config path is: /app
2025-06-22T12:41:07.225Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||INFO|500||MSO config path is: /app
2025-06-22T12:41:07.225Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||INFO|500||Trying to download the artifact UUID: 475a5357-23fd-4575-9c5f-7712e8c460e4 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2025-06-22T12:41:07.225Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||INFO|500||DistributionClient - download
2025-06-22T12:41:07.225Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2025-06-22T12:41:07.425Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||DEBUG|500||GET Response Status 200
2025-06-22T12:41:07.426Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 475a5357-23fd-4575-9c5f-7712e8c460e4 58497
2025-06-22T12:41:07.427Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2025-06-22T12:41:07.427Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2025-06-22T12:41:07.427Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2025-06-22T12:41:07.427Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2025-06-22T12:41:07.427Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2025-06-22T12:41:07.427Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "38d12f6d-14fc-4a66-8b9c-8120de0e2a71",
"consumerID": "SO-sdc-controller",
"timestamp": 1750596067427,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2025-06-22T12:41:08.428Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2025-06-22T12:41:08.429Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||INFO|500||MSO config path is: /app
2025-06-22T12:41:08.429Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||INFO|500||Trying to write artifact UUID: 475a5357-23fd-4575-9c5f-7712e8c460e4, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2025-06-22T12:41:08.430Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2025-06-22T12:41:08.430Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2025-06-22T12:41:08.430Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2025-06-22T12:41:08.517Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9465757031123686268/Definitions/service-BasicNetwork-template.yml
2025-06-22T12:41:08.838Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2025-06-22T12:41:08.839Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||WARN|500||####################################################################################################
2025-06-22T12:41:08.839Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2025-06-22T12:41:08.839Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2025-06-22T12:41:08.840Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||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
2025-06-22T12:41:08.840Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||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
2025-06-22T12:41:08.840Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||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
2025-06-22T12:41:08.840Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||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
2025-06-22T12:41:08.840Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-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-BasicNetwork-csar.csar
2025-06-22T12:41:08.840Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||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
2025-06-22T12:41:08.840Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||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
2025-06-22T12:41:08.840Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||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
2025-06-22T12:41:08.840Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||WARN|500||####################################################################################################
2025-06-22T12:41:08.841Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2025-06-22T12:41:08.841Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2025-06-22T12:41:08.841Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2025-06-22T12:41:08.841Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||DEBUG|500||Search for entities recursively
2025-06-22T12:41:08.841Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2025-06-22T12:41:08.842Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2025-06-22T12:41:08.842Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2025-06-22T12:41:08.842Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2025-06-22T12:41:08.842Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||DEBUG|500||Search for entities recursively
2025-06-22T12:41:08.842Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2025-06-22T12:41:08.843Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2025-06-22T12:41:08.843Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2025-06-22T12:41:08.843Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2025-06-22T12:41:08.843Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2025-06-22T12:41:08.843Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2025-06-22T12:41:08.843Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2025-06-22T12:41:08.844Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2025-06-22T12:41:08.844Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2025-06-22T12:41:08.844Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2025-06-22T12:41:08.844Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2025-06-22T12:41:08.844Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:ONAP SDK Service
Model UUID:66682d9b-f13e-45ba-90f1-9ae2d1228f4d
Model Version:NULL
Model InvariantUuid:d8178fc4-e9a2-4c97-8b2f-ca8c8aa5e953
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:7faeb7f3-7e25-420e-a08a-94c3792a2730
Model UUID:2269dfc1-3164-4055-a83c-75bfcd91866a
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:3e24e583-b89d-4337-aa60-c4a4b6f01746
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=?
2025-06-22T12:41:08.852Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||INFO|500||Processing Resource Type: VL, Model UUID: 1936f323-4ffa-4c8a-a4f7-29c7e102fc30
2025-06-22T12:41:08.852Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||INFO|500||No resources found for Service: 66682d9b-f13e-45ba-90f1-9ae2d1228f4d
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2025-06-22T12:41:08.857Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||INFO|500||
2025-06-22T12:41:08.858Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2025-06-22T12:41:08.859Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||DEBUG|500||No resources found for Service: 66682d9b-f13e-45ba-90f1-9ae2d1228f4d
2025-06-22T12:41:08.859Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||DEBUG|500||Preparing to deploy Service: 66682d9b-f13e-45ba-90f1-9ae2d1228f4d
2025-06-22T12:41:08.859Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2025-06-22T12:41:08.859Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||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=?
2025-06-22T12:41:08.866Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3b7546f8, org.onap.sdc.toscaparser.api.parameters.Input@1e813c7d, org.onap.sdc.toscaparser.api.parameters.Input@5022d2e2, org.onap.sdc.toscaparser.api.parameters.Input@51589d58, org.onap.sdc.toscaparser.api.parameters.Input@400b430d]
2025-06-22T12:41:08.868Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2025-06-22T12:41:08.868Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2025-06-22T12:41:08.869Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2025-06-22T12:41:08.869Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2025-06-22T12:41:08.869Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||DEBUG|500|| resourceSeq for service uuid 66682d9b-f13e-45ba-90f1-9ae2d1228f4d: Generic NeutronNet
2025-06-22T12:41:08.869Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2025-06-22T12:41:08.869Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2025-06-22T12:41:08.869Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2025-06-22T12:41:08.870Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||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=?
2025-06-22T12:41:08.903Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2025-06-22T12:41:08.904Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2025-06-22T12:41:08.905Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2025-06-22T12:41:08.905Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2025-06-22T12:41:08.906Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2025-06-22T12:41:08.906Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2025-06-22T12:41:08.906Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||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 (?, ?)
2025-06-22T12:41:08.999Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2025-06-22T12:41:09.000Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2025-06-22T12:41:09.000Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2025-06-22T12:41:09.000Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2025-06-22T12:41:09.000Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2025-06-22T12:41:09.000Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2025-06-22T12:41:09.000Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "38d12f6d-14fc-4a66-8b9c-8120de0e2a71",
"consumerID": "SO-sdc-controller",
"timestamp": 1750596068999,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2025-06-22T12:41:10.002Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 38d12f6d-14fc-4a66-8b9c-8120de0e2a71
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2025-06-22T12:41:10.012Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 38d12f6d-14fc-4a66-8b9c-8120de0e2a71
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2025-06-22T12:41:10.014Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2025-06-22T12:41:10.014Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2025-06-22T12:41:10.014Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2025-06-22T12:41:21.395Z||pool-3-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2025-06-22T12:41:21.397Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2025-06-22T12:41:21.397Z||pool-3-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "38d12f6d-14fc-4a66-8b9c-8120de0e2a71",
"consumerID": "multicloud-k8s",
"timestamp": 1750596064075,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:41:21.397Z||pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:41:21.397Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2025-06-22T12:41:21.397Z||pool-3-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "38d12f6d-14fc-4a66-8b9c-8120de0e2a71",
"consumerID": "aai-model-loader",
"timestamp": 1750596053697,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:41:21.398Z||pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:41:40.015Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 38d12f6d-14fc-4a66-8b9c-8120de0e2a71
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2025-06-22T12:41:40.024Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 38d12f6d-14fc-4a66-8b9c-8120de0e2a71
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2025-06-22T12:41:40.026Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2025-06-22T12:41:40.027Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2025-06-22T12:41:40.027Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2025-06-22T12:42:10.027Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 38d12f6d-14fc-4a66-8b9c-8120de0e2a71
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2025-06-22T12:42:10.035Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 38d12f6d-14fc-4a66-8b9c-8120de0e2a71
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2025-06-22T12:42:10.039Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2025-06-22T12:42:10.039Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2025-06-22T12:42:10.039Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2025-06-22T12:42:21.395Z||pool-3-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2025-06-22T12:42:21.398Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:42:21.398Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "38d12f6d-14fc-4a66-8b9c-8120de0e2a71",
"consumerID": "policy-distribution-id",
"timestamp": 1750596067685,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:42:21.399Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:42:21.399Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:42:21.399Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "38d12f6d-14fc-4a66-8b9c-8120de0e2a71",
"consumerID": "cds-sdc-listener",
"timestamp": 1750596065661,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:42:21.400Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:42:21.400Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:42:21.400Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "38d12f6d-14fc-4a66-8b9c-8120de0e2a71",
"consumerID": "SO-sdc-controller",
"timestamp": 1750596055720,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2025-06-22T12:42:21.400Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:42:21.400Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:42:21.400Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "38d12f6d-14fc-4a66-8b9c-8120de0e2a71",
"consumerID": "multicloud-k8s",
"timestamp": 1750596064075,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2025-06-22T12:42:21.400Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:42:21.400Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:42:21.400Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "38d12f6d-14fc-4a66-8b9c-8120de0e2a71",
"consumerID": "aai-model-loader",
"timestamp": 1750596053697,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2025-06-22T12:42:21.400Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:42:21.400Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:42:21.400Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "38d12f6d-14fc-4a66-8b9c-8120de0e2a71",
"consumerID": "policy-distribution-id",
"timestamp": 1750596067685,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2025-06-22T12:42:21.401Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:42:21.401Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:42:21.401Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "38d12f6d-14fc-4a66-8b9c-8120de0e2a71",
"consumerID": "cds-sdc-listener",
"timestamp": 1750596065661,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2025-06-22T12:42:21.401Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:42:21.401Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:42:21.401Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "38d12f6d-14fc-4a66-8b9c-8120de0e2a71",
"consumerID": "aai-model-loader",
"timestamp": 1750596067372,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2025-06-22T12:42:21.401Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:42:21.401Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:42:21.401Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "38d12f6d-14fc-4a66-8b9c-8120de0e2a71",
"consumerID": "policy-distribution-id",
"timestamp": 1750596078962,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2025-06-22T12:42:21.401Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:42:21.401Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:42:21.401Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "38d12f6d-14fc-4a66-8b9c-8120de0e2a71",
"consumerID": "cds-sdc-listener",
"timestamp": 1750596078964,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2025-06-22T12:42:21.401Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:42:21.401Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:42:21.401Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "38d12f6d-14fc-4a66-8b9c-8120de0e2a71",
"consumerID": "SO-sdc-controller",
"timestamp": 1750596067427,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2025-06-22T12:42:21.402Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:42:21.402Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:42:21.402Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "38d12f6d-14fc-4a66-8b9c-8120de0e2a71",
"consumerID": "policy-distribution-id",
"timestamp": 1750596079966,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2025-06-22T12:42:21.402Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:42:21.402Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:42:21.402Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "38d12f6d-14fc-4a66-8b9c-8120de0e2a71",
"consumerID": "cds-sdc-listener",
"timestamp": 1750596079971,
"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=?
2025-06-22T12:42:21.410Z||pool-3-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 38d12f6d-14fc-4a66-8b9c-8120de0e2a71
2025-06-22T12:42:21.410Z||pool-3-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 38d12f6d-14fc-4a66-8b9c-8120de0e2a71 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 (?, ?, ?, ?, ?)
2025-06-22T12:42:21.428Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:42:21.428Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "38d12f6d-14fc-4a66-8b9c-8120de0e2a71",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1750596071969,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:42:21.429Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:42:21.429Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:42:21.429Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "38d12f6d-14fc-4a66-8b9c-8120de0e2a71",
"consumerID": "SO-sdc-controller",
"timestamp": 1750596068999,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2025-06-22T12:42:21.429Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:42:21.429Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:42:21.429Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "38d12f6d-14fc-4a66-8b9c-8120de0e2a71",
"consumerID": "policy-distribution-id",
"timestamp": 1750596080971,
"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=?
2025-06-22T12:42:21.440Z||pool-3-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 38d12f6d-14fc-4a66-8b9c-8120de0e2a71
2025-06-22T12:42:21.441Z||pool-3-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 38d12f6d-14fc-4a66-8b9c-8120de0e2a71 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 (?, ?, ?, ?, ?)
2025-06-22T12:42:21.453Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:42:21.453Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "38d12f6d-14fc-4a66-8b9c-8120de0e2a71",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1750596071969,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2025-06-22T12:42:21.454Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:42:21.454Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:42:21.454Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "38d12f6d-14fc-4a66-8b9c-8120de0e2a71",
"consumerID": "aai-model-loader",
"timestamp": 1750596070744,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2025-06-22T12:42:21.454Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:42:21.454Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:42:21.454Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "38d12f6d-14fc-4a66-8b9c-8120de0e2a71",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1750596074174,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2025-06-22T12:42:21.454Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:42:21.454Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:42:21.454Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "38d12f6d-14fc-4a66-8b9c-8120de0e2a71",
"consumerID": "aai-model-loader",
"timestamp": 1750596071746,
"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=?
2025-06-22T12:42:21.459Z||pool-3-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 38d12f6d-14fc-4a66-8b9c-8120de0e2a71
2025-06-22T12:42:21.460Z||pool-3-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 38d12f6d-14fc-4a66-8b9c-8120de0e2a71 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 (?, ?, ?, ?, ?)
2025-06-22T12:42:21.473Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:42:21.473Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "38d12f6d-14fc-4a66-8b9c-8120de0e2a71",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1750596075471,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2025-06-22T12:42:21.473Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:42:21.474Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:42:21.474Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "38d12f6d-14fc-4a66-8b9c-8120de0e2a71",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1750596076472,
"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=?
2025-06-22T12:42:21.480Z||pool-3-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 38d12f6d-14fc-4a66-8b9c-8120de0e2a71
2025-06-22T12:42:21.480Z||pool-3-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 38d12f6d-14fc-4a66-8b9c-8120de0e2a71 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 (?, ?, ?, ?, ?)
2025-06-22T12:42:40.039Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 38d12f6d-14fc-4a66-8b9c-8120de0e2a71
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2025-06-22T12:42:40.048Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 38d12f6d-14fc-4a66-8b9c-8120de0e2a71
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2025-06-22T12:42:40.051Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2025-06-22T12:42:40.051Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2025-06-22T12:42:40.051Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2025-06-22T12:42:40.051Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2025-06-22T12:42:40.051Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2025-06-22T12:42:40.051Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2025-06-22T12:42:40.051Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2025-06-22T12:42:40.052Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2025-06-22T12:42:40.052Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2025-06-22T12:42:40.052Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-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=?
2025-06-22T12:42:40.056Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2025-06-22T12:42:52.415Z||kafka-producer-network-thread | SO-sdc-controller-producer-4b4f852d-afe4-4e72-9215-5d35869c7832|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-4b4f852d-afe4-4e72-9215-5d35869c7832] Node 1 disconnected.
2025-06-22T12:43:10.057Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 38d12f6d-14fc-4a66-8b9c-8120de0e2a71 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=?
2025-06-22T12:43:10.062Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 38d12f6d-14fc-4a66-8b9c-8120de0e2a71 and serviceModelVersionId: 66682d9b-f13e-45ba-90f1-9ae2d1228f4d
2025-06-22T12:43:10.062Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d8178fc4-e9a2-4c97-8b2f-ca8c8aa5e953
2025-06-22T12:43:10.063Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d8178fc4-e9a2-4c97-8b2f-ca8c8aa5e953/model-vers/model-ver/66682d9b-f13e-45ba-90f1-9ae2d1228f4d?depth=0
2025-06-22T12:43:10.068Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2025-06-22T12:43:10.088Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d8178fc4-e9a2-4c97-8b2f-ca8c8aa5e953/model-vers/model-ver/66682d9b-f13e-45ba-90f1-9ae2d1228f4d?depth=0|INFO|500||Invoke
2025-06-22T12:43:10.089Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d8178fc4-e9a2-4c97-8b2f-ca8c8aa5e953/model-vers/model-ver/66682d9b-f13e-45ba-90f1-9ae2d1228f4d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d8178fc4-e9a2-4c97-8b2f-ca8c8aa5e953/model-vers/model-ver/66682d9b-f13e-45ba-90f1-9ae2d1228f4d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[38d12f6d-14fc-4a66-8b9c-8120de0e2a71], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8ef1b689-55c4-453a-b5c7-f5177f3f4776], X-ECOMP-RequestID=[38d12f6d-14fc-4a66-8b9c-8120de0e2a71], X-TransactionId=[], X-ONAP-RequestID=[38d12f6d-14fc-4a66-8b9c-8120de0e2a71], Content-Type=[application/merge-patch+json]}
2025-06-22T12:43:10.094Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d8178fc4-e9a2-4c97-8b2f-ca8c8aa5e953/model-vers/model-ver/66682d9b-f13e-45ba-90f1-9ae2d1228f4d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2025-06-22T12:43:10.258Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d8178fc4-e9a2-4c97-8b2f-ca8c8aa5e953/model-vers/model-ver/66682d9b-f13e-45ba-90f1-9ae2d1228f4d?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/d8178fc4-e9a2-4c97-8b2f-ca8c8aa5e953/model-vers/model-ver/66682d9b-f13e-45ba-90f1-9ae2d1228f4d?depth=0 has http status code:200 and response headers:{date=[Sun, 22 Jun 2025 12:43:08 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[161], vertex-id=[381080], x-aai-txid=[0-aai-resources-250622-12:43:09:054-46439], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2025-06-22T12:43:10.258Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d8178fc4-e9a2-4c97-8b2f-ca8c8aa5e953/model-vers/model-ver/66682d9b-f13e-45ba-90f1-9ae2d1228f4d?depth=0|DEBUG|500||Response was returned with an empty entity.
2025-06-22T12:43:10.259Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d8178fc4-e9a2-4c97-8b2f-ca8c8aa5e953/model-vers/model-ver/66682d9b-f13e-45ba-90f1-9ae2d1228f4d?depth=0|INFO|500||InvokeReturn
2025-06-22T12:43:10.259Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2025-06-22T12:43:10.259Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-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=?
2025-06-22T12:43:10.267Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-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)
2025-06-22T12:43:10.267Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 38d12f6d-14fc-4a66-8b9c-8120de0e2a71 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2025-06-22T12:43:10.267Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2025-06-22T12:43:10.267Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2025-06-22T12:43:10.268Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2025-06-22T12:43:10.268Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "38d12f6d-14fc-4a66-8b9c-8120de0e2a71",
"consumerID": "SO-sdc-controller",
"timestamp": 1750596190267,
"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=?
2025-06-22T12:43:11.338Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2025-06-22T12:43:11.341Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||DEBUG|500||received message from topic
2025-06-22T12:43:11.341Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"229a6207-7dfa-4a49-b041-a2e6e008c0f5","serviceName":"Demo_pNF_C0bYlYCgkvZmIC43F544","serviceVersion":"1.0","serviceUUID":"0d10994a-fedf-42fd-8f72-8d161b25f5c8","serviceDescription":"catalog service description","serviceInvariantUUID":"314ce086-c08c-4db3-ac4b-a29012e15749","resources":[{"resourceInstanceName":"pNF 92daeac9-d794 0","resourceName":"pNF 92daeac9-d794","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"31a6e6ed-2773-415a-a37d-fa84106c7503","resourceInvariantUUID":"0abcb8ce-74c9-4698-b314-7e083e5a9795","resourceCustomizationUUID":"ad84693f-1037-4e99-b906-70c77f8f7bb3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfC0bylycgkvzmic43f544/1.0/resourceInstances/pnf92daeac9d7940/artifacts/vf-license-model.xml","artifactChecksum":"NTUxYmE1ODA0OWU4YTk2ZDU0OTVlNDRjMmFhNWUyZDQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"19b19168-15df-408d-ab86-9f6c991f322b","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfC0bylycgkvzmic43f544/1.0/resourceInstances/pnf92daeac9d7940/artifacts/pNF.csar","artifactChecksum":"YmU4Nzk1N2RjYTg5ZTE4Yjk5NWYyOGQ5ZTliOTFlZDY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"01abaffa-21fd-4823-a848-b3c982b116cb","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfC0bylycgkvzmic43f544/1.0/resourceInstances/pnf92daeac9d7940/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ae3d14a4-c350-4b7d-8da0-13f273e1b814","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfC0bylycgkvzmic43f544/1.0/resourceInstances/pnf92daeac9d7940/artifacts/vendor-license-model.xml","artifactChecksum":"MGUyM2QzYjY5MjU4NWFiNjNmMjgwMDg5MjEyNjIzM2U\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4179054d-968f-434a-a19b-470bf13411c4","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfC0bylycgkvzmic43f544/1.0/resourceInstances/pnf92daeac9d7940/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0478d6ea-d56d-4081-8e1d-8326d12f8b4f","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfC0bylycgkvzmic43f544/1.0/resourceInstances/pnf92daeac9d7940/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"61e79c25-bf34-4ea8-85c0-3a2be02611c7","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfC0bylycgkvzmic43f544-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfC0bylycgkvzmic43f544/1.0/artifacts/service-DemoPnfC0bylycgkvzmic43f544-template.yml","artifactChecksum":"YmY0M2IzYmZlMzE1OGM0YTE3OTMyN2E3NDFkNTU0YTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"252e587b-11cc-41f5-972f-abcdf3526f3e","artifactVersion":"1"},{"artifactName":"service-DemoPnfC0bylycgkvzmic43f544-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfC0bylycgkvzmic43f544/1.0/artifacts/service-DemoPnfC0bylycgkvzmic43f544-csar.csar","artifactChecksum":"NGQ4YmJkNjE0MTljMDMxODQ1YzBiYjI1NzExZjU1ZmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d0f2b941-e26b-49f9-b510-d813f2723e77","artifactVersion":"1"}],"workloadContext":"Production"}
2025-06-22T12:43:11.343Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2025-06-22T12:43:11.343Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2025-06-22T12:43:11.343Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2025-06-22T12:43:11.343Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "229a6207-7dfa-4a49-b041-a2e6e008c0f5",
"consumerID": "SO-sdc-controller",
"timestamp": 1750596191338,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfC0bylycgkvzmic43f544/1.0/resourceInstances/pnf92daeac9d7940/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2025-06-22T12:43:12.344Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2025-06-22T12:43:12.344Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2025-06-22T12:43:12.345Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2025-06-22T12:43:12.345Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "229a6207-7dfa-4a49-b041-a2e6e008c0f5",
"consumerID": "SO-sdc-controller",
"timestamp": 1750596191338,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfC0bylycgkvzmic43f544/1.0/resourceInstances/pnf92daeac9d7940/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2025-06-22T12:43:13.345Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2025-06-22T12:43:13.346Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2025-06-22T12:43:13.346Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2025-06-22T12:43:13.346Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "229a6207-7dfa-4a49-b041-a2e6e008c0f5",
"consumerID": "SO-sdc-controller",
"timestamp": 1750596191338,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfC0bylycgkvzmic43f544/1.0/resourceInstances/pnf92daeac9d7940/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2025-06-22T12:43:14.347Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2025-06-22T12:43:14.348Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2025-06-22T12:43:14.348Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2025-06-22T12:43:14.348Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "229a6207-7dfa-4a49-b041-a2e6e008c0f5",
"consumerID": "SO-sdc-controller",
"timestamp": 1750596191338,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfC0bylycgkvzmic43f544/1.0/resourceInstances/pnf92daeac9d7940/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2025-06-22T12:43:15.349Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2025-06-22T12:43:15.349Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2025-06-22T12:43:15.350Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2025-06-22T12:43:15.350Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "229a6207-7dfa-4a49-b041-a2e6e008c0f5",
"consumerID": "SO-sdc-controller",
"timestamp": 1750596191338,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfC0bylycgkvzmic43f544/1.0/resourceInstances/pnf92daeac9d7940/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2025-06-22T12:43:16.350Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2025-06-22T12:43:16.351Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2025-06-22T12:43:16.351Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2025-06-22T12:43:16.351Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "229a6207-7dfa-4a49-b041-a2e6e008c0f5",
"consumerID": "SO-sdc-controller",
"timestamp": 1750596191338,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfC0bylycgkvzmic43f544/1.0/resourceInstances/pnf92daeac9d7940/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2025-06-22T12:43:17.352Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2025-06-22T12:43:17.352Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2025-06-22T12:43:17.353Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2025-06-22T12:43:17.353Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "229a6207-7dfa-4a49-b041-a2e6e008c0f5",
"consumerID": "SO-sdc-controller",
"timestamp": 1750596191338,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfC0bylycgkvzmic43f544/1.0/artifacts/service-DemoPnfC0bylycgkvzmic43f544-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2025-06-22T12:43:18.353Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2025-06-22T12:43:18.354Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2025-06-22T12:43:18.354Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2025-06-22T12:43:18.355Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "229a6207-7dfa-4a49-b041-a2e6e008c0f5",
"consumerID": "SO-sdc-controller",
"timestamp": 1750596191338,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfC0bylycgkvzmic43f544/1.0/artifacts/service-DemoPnfC0bylycgkvzmic43f544-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2025-06-22T12:43:19.355Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "229a6207-7dfa-4a49-b041-a2e6e008c0f5",
"serviceName": "Demo_pNF_C0bYlYCgkvZmIC43F544",
"serviceVersion": "1.0",
"serviceUUID": "0d10994a-fedf-42fd-8f72-8d161b25f5c8",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "314ce086-c08c-4db3-ac4b-a29012e15749",
"resources": [
{
"resourceInstanceName": "pNF 92daeac9-d794 0",
"resourceCustomizationUUID": "ad84693f-1037-4e99-b906-70c77f8f7bb3",
"resourceName": "pNF 92daeac9-d794",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "31a6e6ed-2773-415a-a37d-fa84106c7503",
"resourceInvariantUUID": "0abcb8ce-74c9-4698-b314-7e083e5a9795",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfC0bylycgkvzmic43f544-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfC0bylycgkvzmic43f544/1.0/artifacts/service-DemoPnfC0bylycgkvzmic43f544-csar.csar",
"artifactChecksum": "NGQ4YmJkNjE0MTljMDMxODQ1YzBiYjI1NzExZjU1ZmU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d0f2b941-e26b-49f9-b510-d813f2723e77"
}
],
"workloadContext": "Production"
}
2025-06-22T12:43:19.356Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2025-06-22T12:43:19.356Z|38d12f6d-14fc-4a66-8b9c-8120de0e2a71|pool-3-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0d10994a-fedf-42fd-8f72-8d161b25f5c8 ASDC
2025-06-22T12:43:19.357Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:229a6207-7dfa-4a49-b041-a2e6e008c0f5
ServiceName:Demo_pNF_C0bYlYCgkvZmIC43F544
ServiceVersion:1.0
ServiceUUID:0d10994a-fedf-42fd-8f72-8d161b25f5c8
ServiceInvariantUUID:314ce086-c08c-4db3-ac4b-a29012e15749
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfC0bylycgkvzmic43f544-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfC0bylycgkvzmic43f544/1.0/artifacts/service-DemoPnfC0bylycgkvzmic43f544-csar.csar
ArtifactUUID:d0f2b941-e26b-49f9-b510-d813f2723e77
ArtifactChecksum:NGQ4YmJkNjE0MTljMDMxODQ1YzBiYjI1NzExZjU1ZmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 92daeac9-d794 0
ResourceCustomizationUUID:ad84693f-1037-4e99-b906-70c77f8f7bb3
ResourceInvariantUUID:0abcb8ce-74c9-4698-b314-7e083e5a9795
ResourceName:pNF 92daeac9-d794
ResourceType:PNF
ResourceUUID:31a6e6ed-2773-415a-a37d-fa84106c7503
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2025-06-22T12:43:19.357Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0d10994a-fedf-42fd-8f72-8d161b25f5c8 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 (?, ?, ?, ?, ?)
2025-06-22T12:43:19.387Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2025-06-22T12:43:19.388Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||INFO|500||MSO config path is: /app
2025-06-22T12:43:19.388Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||INFO|500||MSO config path is: /app
2025-06-22T12:43:19.389Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||INFO|500||Trying to download the artifact UUID: d0f2b941-e26b-49f9-b510-d813f2723e77 from URL: /sdc/v1/catalog/services/DemoPnfC0bylycgkvzmic43f544/1.0/artifacts/service-DemoPnfC0bylycgkvzmic43f544-csar.csar
2025-06-22T12:43:19.389Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||INFO|500||DistributionClient - download
2025-06-22T12:43:19.389Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfC0bylycgkvzmic43f544/1.0/artifacts/service-DemoPnfC0bylycgkvzmic43f544-csar.csar
2025-06-22T12:43:19.543Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||DEBUG|500||GET Response Status 200
2025-06-22T12:43:19.544Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfC0bylycgkvzmic43f544/1.0/artifacts/service-DemoPnfC0bylycgkvzmic43f544-csar.csar d0f2b941-e26b-49f9-b510-d813f2723e77 87653
2025-06-22T12:43:19.545Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfC0bylycgkvzmic43f544/1.0/artifacts/service-DemoPnfC0bylycgkvzmic43f544-csar.csar ASDC sendASDCNotification
2025-06-22T12:43:19.545Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfC0bylycgkvzmic43f544/1.0/artifacts/service-DemoPnfC0bylycgkvzmic43f544-csar.csar
2025-06-22T12:43:19.545Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2025-06-22T12:43:19.545Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2025-06-22T12:43:19.545Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2025-06-22T12:43:19.545Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "229a6207-7dfa-4a49-b041-a2e6e008c0f5",
"consumerID": "SO-sdc-controller",
"timestamp": 1750596199545,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfC0bylycgkvzmic43f544/1.0/artifacts/service-DemoPnfC0bylycgkvzmic43f544-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2025-06-22T12:43:20.546Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2025-06-22T12:43:20.547Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||INFO|500||MSO config path is: /app
2025-06-22T12:43:20.548Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||INFO|500||Trying to write artifact UUID: d0f2b941-e26b-49f9-b510-d813f2723e77, URL: /sdc/v1/catalog/services/DemoPnfC0bylycgkvzmic43f544/1.0/artifacts/service-DemoPnfC0bylycgkvzmic43f544-csar.csar to file: /app/ASDC/1/service-DemoPnfC0bylycgkvzmic43f544-csar.csar
2025-06-22T12:43:20.548Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfC0bylycgkvzmic43f544-csar.csar
2025-06-22T12:43:20.548Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfC0bylycgkvzmic43f544-csar.csar
2025-06-22T12:43:20.548Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfC0bylycgkvzmic43f544-csar.csar
2025-06-22T12:43:20.627Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18148891013723982778/Definitions/service-DemoPnfC0bylycgkvzmic43f544-template.yml
2025-06-22T12:43:21.141Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2025-06-22T12:43:21.141Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||WARN|500||####################################################################################################
2025-06-22T12:43:21.141Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfC0bylycgkvzmic43f544-csar.csar
2025-06-22T12:43:21.141Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2025-06-22T12:43:21.141Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-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-DemoPnfC0bylycgkvzmic43f544-csar.csar
2025-06-22T12:43:21.141Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-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-DemoPnfC0bylycgkvzmic43f544-csar.csar
2025-06-22T12:43:21.142Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-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-DemoPnfC0bylycgkvzmic43f544-csar.csar
2025-06-22T12:43:21.142Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-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-DemoPnfC0bylycgkvzmic43f544-csar.csar
2025-06-22T12:43:21.142Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-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-DemoPnfC0bylycgkvzmic43f544-csar.csar
2025-06-22T12:43:21.142Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 92daeac9-d794 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-DemoPnfC0bylycgkvzmic43f544-csar.csar
2025-06-22T12:43:21.142Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-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-DemoPnfC0bylycgkvzmic43f544-csar.csar
2025-06-22T12:43:21.142Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||WARN|500||####################################################################################################
2025-06-22T12:43:21.142Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2025-06-22T12:43:21.142Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||DEBUG|500||Service Demo_pNF_C0bYlYCgkvZmIC43F544 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2025-06-22T12:43:21.143Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||DEBUG|500||Node template pNF 92daeac9-d794 0 is matching search criteria
2025-06-22T12:43:21.143Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||DEBUG|500||Search for entities recursively
2025-06-22T12:43:21.143Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||DEBUG|500||Found topology templates [pNF 92daeac9-d794 0] matching following query criteria: sdcType=Service, customizationUUID=null
2025-06-22T12:43:21.143Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2025-06-22T12:43:21.143Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||DEBUG|500||Service Demo_pNF_C0bYlYCgkvZmIC43F544 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2025-06-22T12:43:21.144Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||DEBUG|500||Node template pNF 92daeac9-d794 0 is matching search criteria
2025-06-22T12:43:21.144Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||DEBUG|500||Search for entities recursively
2025-06-22T12:43:21.144Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||DEBUG|500||Found topology templates [pNF 92daeac9-d794 0] matching following query criteria: sdcType=Service, customizationUUID=null
2025-06-22T12:43:21.145Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2025-06-22T12:43:21.145Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||DEBUG|500||Service Demo_pNF_C0bYlYCgkvZmIC43F544 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2025-06-22T12:43:21.145Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2025-06-22T12:43:21.145Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||DEBUG|500||Service Demo_pNF_C0bYlYCgkvZmIC43F544 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2025-06-22T12:43:21.145Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2025-06-22T12:43:21.145Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||DEBUG|500||Service Demo_pNF_C0bYlYCgkvZmIC43F544 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2025-06-22T12:43:21.145Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2025-06-22T12:43:21.145Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||DEBUG|500||Service Demo_pNF_C0bYlYCgkvZmIC43F544 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2025-06-22T12:43:21.146Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2025-06-22T12:43:21.146Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||DEBUG|500||Service Demo_pNF_C0bYlYCgkvZmIC43F544 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2025-06-22T12:43:21.146Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_C0bYlYCgkvZmIC43F544
Description:catalog service description
Model UUID:0d10994a-fedf-42fd-8f72-8d161b25f5c8
Model Version:NULL
Model InvariantUuid:314ce086-c08c-4db3-ac4b-a29012e15749
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=?
2025-06-22T12:43:21.156Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: 31a6e6ed-2773-415a-a37d-fa84106c7503
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2025-06-22T12:43:21.160Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||INFO|500||pNF 92daeac9-d794 0
2025-06-22T12:43:21.160Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 31a6e6ed-2773-415a-a37d-fa84106c7503
2025-06-22T12:43:21.160Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||DEBUG|500||No resources found for Service: 0d10994a-fedf-42fd-8f72-8d161b25f5c8
2025-06-22T12:43:21.160Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||DEBUG|500||Preparing to deploy Service: 0d10994a-fedf-42fd-8f72-8d161b25f5c8
2025-06-22T12:43:21.161Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 92daeac9-d794 0 31a6e6ed-2773-415a-a37d-fa84106c7503 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=?
2025-06-22T12:43:21.166Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@759db5fd, org.onap.sdc.toscaparser.api.parameters.Input@48dfdb0f, org.onap.sdc.toscaparser.api.parameters.Input@5dc437a6, org.onap.sdc.toscaparser.api.parameters.Input@7c349e5a, org.onap.sdc.toscaparser.api.parameters.Input@649efe7c]
2025-06-22T12:43:21.166Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2025-06-22T12:43:21.166Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||DEBUG|500||Service Demo_pNF_C0bYlYCgkvZmIC43F544 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2025-06-22T12:43:21.167Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||DEBUG|500|| resourceSeq for service uuid 0d10994a-fedf-42fd-8f72-8d161b25f5c8: pNF 92daeac9-d794
2025-06-22T12:43:21.167Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||INFO|500||Processing PNF resource: 31a6e6ed-2773-415a-a37d-fa84106c7503
2025-06-22T12:43:21.167Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2025-06-22T12:43:21.167Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||DEBUG|500||Service Demo_pNF_C0bYlYCgkvZmIC43F544 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2025-06-22T12:43:21.167Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||INFO|500||Resource customization UUID: ad84693f-1037-4e99-b906-70c77f8f7bb3 is the same as notified resource customizationUUID: ad84693f-1037-4e99-b906-70c77f8f7bb3
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 (?, ?)
2025-06-22T12:43:21.219Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 92daeac9-d794 31a6e6ed-2773-415a-a37d-fa84106c7503 0 ASDC deployResourceStructure
2025-06-22T12:43:21.220Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfC0bylycgkvzmic43f544/1.0/artifacts/service-DemoPnfC0bylycgkvzmic43f544-csar.csar ASDC sendASDCNotification
2025-06-22T12:43:21.220Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfC0bylycgkvzmic43f544/1.0/artifacts/service-DemoPnfC0bylycgkvzmic43f544-csar.csar
2025-06-22T12:43:21.220Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2025-06-22T12:43:21.220Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2025-06-22T12:43:21.221Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2025-06-22T12:43:21.221Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "229a6207-7dfa-4a49-b041-a2e6e008c0f5",
"consumerID": "SO-sdc-controller",
"timestamp": 1750596201220,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfC0bylycgkvzmic43f544/1.0/artifacts/service-DemoPnfC0bylycgkvzmic43f544-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2025-06-22T12:43:21.395Z||pool-3-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2025-06-22T12:43:21.399Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:43:21.399Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "229a6207-7dfa-4a49-b041-a2e6e008c0f5",
"consumerID": "multicloud-k8s",
"timestamp": 1750596100372,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfC0bylycgkvzmic43f544/1.0/resourceInstances/pnf92daeac9d7940/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:43:21.399Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:43:21.399Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:43:21.399Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "229a6207-7dfa-4a49-b041-a2e6e008c0f5",
"consumerID": "aai-model-loader",
"timestamp": 1750596083697,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfC0bylycgkvzmic43f544/1.0/resourceInstances/pnf92daeac9d7940/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:43:21.400Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:43:21.400Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:43:21.400Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "229a6207-7dfa-4a49-b041-a2e6e008c0f5",
"consumerID": "cds-sdc-listener",
"timestamp": 1750596080975,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfC0bylycgkvzmic43f544/1.0/resourceInstances/pnf92daeac9d7940/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:43:21.400Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:43:21.400Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:43:21.400Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "229a6207-7dfa-4a49-b041-a2e6e008c0f5",
"consumerID": "policy-distribution-id",
"timestamp": 1750596081974,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfC0bylycgkvzmic43f544/1.0/resourceInstances/pnf92daeac9d7940/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:43:21.400Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:43:21.400Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:43:21.400Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "229a6207-7dfa-4a49-b041-a2e6e008c0f5",
"consumerID": "multicloud-k8s",
"timestamp": 1750596100372,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfC0bylycgkvzmic43f544/1.0/resourceInstances/pnf92daeac9d7940/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:43:21.400Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:43:21.400Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:43:21.400Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "229a6207-7dfa-4a49-b041-a2e6e008c0f5",
"consumerID": "aai-model-loader",
"timestamp": 1750596083697,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfC0bylycgkvzmic43f544/1.0/resourceInstances/pnf92daeac9d7940/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:43:21.400Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:43:21.400Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:43:21.400Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "229a6207-7dfa-4a49-b041-a2e6e008c0f5",
"consumerID": "cds-sdc-listener",
"timestamp": 1750596080975,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfC0bylycgkvzmic43f544/1.0/resourceInstances/pnf92daeac9d7940/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:43:21.400Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:43:21.400Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:43:21.400Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "229a6207-7dfa-4a49-b041-a2e6e008c0f5",
"consumerID": "policy-distribution-id",
"timestamp": 1750596081974,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfC0bylycgkvzmic43f544/1.0/resourceInstances/pnf92daeac9d7940/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:43:21.400Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:43:21.400Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:43:21.400Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "229a6207-7dfa-4a49-b041-a2e6e008c0f5",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1750596101969,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfC0bylycgkvzmic43f544/1.0/resourceInstances/pnf92daeac9d7940/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:43:21.401Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:43:21.401Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:43:21.401Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "229a6207-7dfa-4a49-b041-a2e6e008c0f5",
"consumerID": "multicloud-k8s",
"timestamp": 1750596100372,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfC0bylycgkvzmic43f544/1.0/resourceInstances/pnf92daeac9d7940/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:43:21.401Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:43:21.401Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:43:21.401Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "229a6207-7dfa-4a49-b041-a2e6e008c0f5",
"consumerID": "aai-model-loader",
"timestamp": 1750596083697,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfC0bylycgkvzmic43f544/1.0/resourceInstances/pnf92daeac9d7940/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:43:21.401Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:43:21.401Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:43:21.401Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "229a6207-7dfa-4a49-b041-a2e6e008c0f5",
"consumerID": "cds-sdc-listener",
"timestamp": 1750596080975,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfC0bylycgkvzmic43f544/1.0/resourceInstances/pnf92daeac9d7940/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:43:21.401Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:43:21.401Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:43:21.401Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "229a6207-7dfa-4a49-b041-a2e6e008c0f5",
"consumerID": "policy-distribution-id",
"timestamp": 1750596081974,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfC0bylycgkvzmic43f544/1.0/resourceInstances/pnf92daeac9d7940/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:43:21.402Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:43:21.402Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:43:21.402Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "229a6207-7dfa-4a49-b041-a2e6e008c0f5",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1750596101969,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfC0bylycgkvzmic43f544/1.0/resourceInstances/pnf92daeac9d7940/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:43:21.402Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:43:21.402Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:43:21.402Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "229a6207-7dfa-4a49-b041-a2e6e008c0f5",
"consumerID": "multicloud-k8s",
"timestamp": 1750596100372,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfC0bylycgkvzmic43f544/1.0/resourceInstances/pnf92daeac9d7940/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:43:21.402Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:43:21.402Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:43:21.402Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "229a6207-7dfa-4a49-b041-a2e6e008c0f5",
"consumerID": "aai-model-loader",
"timestamp": 1750596083697,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfC0bylycgkvzmic43f544/1.0/resourceInstances/pnf92daeac9d7940/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:43:21.402Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:43:21.402Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:43:21.402Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "229a6207-7dfa-4a49-b041-a2e6e008c0f5",
"consumerID": "cds-sdc-listener",
"timestamp": 1750596080975,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfC0bylycgkvzmic43f544/1.0/resourceInstances/pnf92daeac9d7940/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:43:21.402Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:43:21.402Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:43:21.402Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "229a6207-7dfa-4a49-b041-a2e6e008c0f5",
"consumerID": "policy-distribution-id",
"timestamp": 1750596081974,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfC0bylycgkvzmic43f544/1.0/resourceInstances/pnf92daeac9d7940/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:43:21.402Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:43:21.402Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:43:21.402Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "229a6207-7dfa-4a49-b041-a2e6e008c0f5",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1750596101969,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfC0bylycgkvzmic43f544/1.0/resourceInstances/pnf92daeac9d7940/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:43:21.402Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:43:21.402Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:43:21.403Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "229a6207-7dfa-4a49-b041-a2e6e008c0f5",
"consumerID": "multicloud-k8s",
"timestamp": 1750596100372,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfC0bylycgkvzmic43f544/1.0/resourceInstances/pnf92daeac9d7940/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:43:21.403Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:43:21.403Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:43:21.403Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "229a6207-7dfa-4a49-b041-a2e6e008c0f5",
"consumerID": "aai-model-loader",
"timestamp": 1750596083697,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfC0bylycgkvzmic43f544/1.0/resourceInstances/pnf92daeac9d7940/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:43:21.403Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:43:21.403Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:43:21.403Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "229a6207-7dfa-4a49-b041-a2e6e008c0f5",
"consumerID": "cds-sdc-listener",
"timestamp": 1750596080975,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfC0bylycgkvzmic43f544/1.0/resourceInstances/pnf92daeac9d7940/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:43:21.403Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:43:21.403Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:43:21.403Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "229a6207-7dfa-4a49-b041-a2e6e008c0f5",
"consumerID": "policy-distribution-id",
"timestamp": 1750596081974,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfC0bylycgkvzmic43f544/1.0/resourceInstances/pnf92daeac9d7940/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:43:21.403Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:43:21.403Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:43:21.403Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "229a6207-7dfa-4a49-b041-a2e6e008c0f5",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1750596101969,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfC0bylycgkvzmic43f544/1.0/resourceInstances/pnf92daeac9d7940/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:43:21.403Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:43:21.403Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:43:21.403Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "229a6207-7dfa-4a49-b041-a2e6e008c0f5",
"consumerID": "multicloud-k8s",
"timestamp": 1750596100372,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfC0bylycgkvzmic43f544/1.0/resourceInstances/pnf92daeac9d7940/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:43:21.403Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:43:21.403Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:43:21.403Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "229a6207-7dfa-4a49-b041-a2e6e008c0f5",
"consumerID": "aai-model-loader",
"timestamp": 1750596083697,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfC0bylycgkvzmic43f544/1.0/resourceInstances/pnf92daeac9d7940/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:43:21.403Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:43:21.404Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:43:21.404Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "229a6207-7dfa-4a49-b041-a2e6e008c0f5",
"consumerID": "cds-sdc-listener",
"timestamp": 1750596080975,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfC0bylycgkvzmic43f544/1.0/resourceInstances/pnf92daeac9d7940/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:43:21.404Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:43:21.404Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:43:21.404Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "229a6207-7dfa-4a49-b041-a2e6e008c0f5",
"consumerID": "policy-distribution-id",
"timestamp": 1750596081974,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfC0bylycgkvzmic43f544/1.0/resourceInstances/pnf92daeac9d7940/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:43:21.404Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:43:21.404Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:43:21.404Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "229a6207-7dfa-4a49-b041-a2e6e008c0f5",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1750596101969,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfC0bylycgkvzmic43f544/1.0/resourceInstances/pnf92daeac9d7940/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:43:21.404Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:43:21.404Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:43:21.404Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "229a6207-7dfa-4a49-b041-a2e6e008c0f5",
"consumerID": "multicloud-k8s",
"timestamp": 1750596100372,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfC0bylycgkvzmic43f544/1.0/artifacts/service-DemoPnfC0bylycgkvzmic43f544-template.yml",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:43:21.404Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:43:21.404Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:43:21.404Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "229a6207-7dfa-4a49-b041-a2e6e008c0f5",
"consumerID": "aai-model-loader",
"timestamp": 1750596083697,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfC0bylycgkvzmic43f544/1.0/artifacts/service-DemoPnfC0bylycgkvzmic43f544-template.yml",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:43:21.404Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:43:21.404Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:43:21.404Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "229a6207-7dfa-4a49-b041-a2e6e008c0f5",
"consumerID": "cds-sdc-listener",
"timestamp": 1750596080975,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfC0bylycgkvzmic43f544/1.0/artifacts/service-DemoPnfC0bylycgkvzmic43f544-template.yml",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:43:21.404Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:43:21.404Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:43:21.405Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "229a6207-7dfa-4a49-b041-a2e6e008c0f5",
"consumerID": "policy-distribution-id",
"timestamp": 1750596081974,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfC0bylycgkvzmic43f544/1.0/artifacts/service-DemoPnfC0bylycgkvzmic43f544-template.yml",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:43:21.405Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:43:21.405Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:43:21.405Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "229a6207-7dfa-4a49-b041-a2e6e008c0f5",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1750596101969,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfC0bylycgkvzmic43f544/1.0/resourceInstances/pnf92daeac9d7940/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:43:21.405Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:43:21.405Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:43:21.405Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "229a6207-7dfa-4a49-b041-a2e6e008c0f5",
"consumerID": "multicloud-k8s",
"timestamp": 1750596100372,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfC0bylycgkvzmic43f544/1.0/artifacts/service-DemoPnfC0bylycgkvzmic43f544-csar.csar",
"status": "NOTIFIED"
}
2025-06-22T12:43:21.405Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:43:21.405Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:43:21.405Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "229a6207-7dfa-4a49-b041-a2e6e008c0f5",
"consumerID": "aai-model-loader",
"timestamp": 1750596083697,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfC0bylycgkvzmic43f544/1.0/artifacts/service-DemoPnfC0bylycgkvzmic43f544-csar.csar",
"status": "NOTIFIED"
}
2025-06-22T12:43:21.405Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:43:21.405Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:43:21.405Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "229a6207-7dfa-4a49-b041-a2e6e008c0f5",
"consumerID": "cds-sdc-listener",
"timestamp": 1750596080975,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfC0bylycgkvzmic43f544/1.0/artifacts/service-DemoPnfC0bylycgkvzmic43f544-csar.csar",
"status": "NOTIFIED"
}
2025-06-22T12:43:21.405Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:43:21.405Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:43:21.405Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "229a6207-7dfa-4a49-b041-a2e6e008c0f5",
"consumerID": "policy-distribution-id",
"timestamp": 1750596081974,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfC0bylycgkvzmic43f544/1.0/artifacts/service-DemoPnfC0bylycgkvzmic43f544-csar.csar",
"status": "NOTIFIED"
}
2025-06-22T12:43:21.405Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:43:21.405Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:43:21.405Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "229a6207-7dfa-4a49-b041-a2e6e008c0f5",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1750596101969,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfC0bylycgkvzmic43f544/1.0/artifacts/service-DemoPnfC0bylycgkvzmic43f544-template.yml",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:43:21.405Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:43:21.405Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:43:21.406Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "229a6207-7dfa-4a49-b041-a2e6e008c0f5",
"consumerID": "aai-model-loader",
"timestamp": 1750596105725,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfC0bylycgkvzmic43f544/1.0/artifacts/service-DemoPnfC0bylycgkvzmic43f544-csar.csar",
"status": "DOWNLOAD_OK"
}
2025-06-22T12:43:21.406Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:43:21.406Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:43:21.406Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "229a6207-7dfa-4a49-b041-a2e6e008c0f5",
"consumerID": "policy-distribution-id",
"timestamp": 1750596117314,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfC0bylycgkvzmic43f544/1.0/artifacts/service-DemoPnfC0bylycgkvzmic43f544-csar.csar",
"status": "DOWNLOAD_OK"
}
2025-06-22T12:43:21.406Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:43:21.406Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:43:21.406Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "229a6207-7dfa-4a49-b041-a2e6e008c0f5",
"consumerID": "cds-sdc-listener",
"timestamp": 1750596117337,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfC0bylycgkvzmic43f544/1.0/artifacts/service-DemoPnfC0bylycgkvzmic43f544-csar.csar",
"status": "DOWNLOAD_OK"
}
2025-06-22T12:43:21.406Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:43:21.406Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:43:21.406Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "229a6207-7dfa-4a49-b041-a2e6e008c0f5",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1750596101969,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfC0bylycgkvzmic43f544/1.0/artifacts/service-DemoPnfC0bylycgkvzmic43f544-csar.csar",
"status": "NOTIFIED"
}
2025-06-22T12:43:21.406Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:43:21.406Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:43:21.406Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "229a6207-7dfa-4a49-b041-a2e6e008c0f5",
"consumerID": "policy-distribution-id",
"timestamp": 1750596118319,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfC0bylycgkvzmic43f544/1.0/artifacts/service-DemoPnfC0bylycgkvzmic43f544-csar.csar",
"status": "DEPLOY_OK"
}
2025-06-22T12:43:21.406Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:43:21.406Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:43:21.406Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "229a6207-7dfa-4a49-b041-a2e6e008c0f5",
"consumerID": "cds-sdc-listener",
"timestamp": 1750596118344,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfC0bylycgkvzmic43f544/1.0/artifacts/service-DemoPnfC0bylycgkvzmic43f544-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=?
2025-06-22T12:43:21.412Z||pool-3-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 229a6207-7dfa-4a49-b041-a2e6e008c0f5
2025-06-22T12:43:21.413Z||pool-3-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 229a6207-7dfa-4a49-b041-a2e6e008c0f5 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 (?, ?, ?, ?, ?)
2025-06-22T12:43:21.438Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:43:21.439Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "229a6207-7dfa-4a49-b041-a2e6e008c0f5",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1750596110163,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfC0bylycgkvzmic43f544/1.0/artifacts/service-DemoPnfC0bylycgkvzmic43f544-csar.csar",
"status": "DOWNLOAD_OK"
}
2025-06-22T12:43:21.439Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:43:21.439Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:43:21.439Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "229a6207-7dfa-4a49-b041-a2e6e008c0f5",
"consumerID": "policy-distribution-id",
"timestamp": 1750596119322,
"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=?
2025-06-22T12:43:21.447Z||pool-3-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 229a6207-7dfa-4a49-b041-a2e6e008c0f5
2025-06-22T12:43:21.447Z||pool-3-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 229a6207-7dfa-4a49-b041-a2e6e008c0f5 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 (?, ?, ?, ?, ?)
2025-06-22T12:43:21.530Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:43:21.530Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "229a6207-7dfa-4a49-b041-a2e6e008c0f5",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1750596111557,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfC0bylycgkvzmic43f544/1.0/artifacts/service-DemoPnfC0bylycgkvzmic43f544-csar.csar",
"status": "DEPLOY_OK"
}
2025-06-22T12:43:21.531Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:43:21.531Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:43:21.531Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "c2533785-5e81-4f3c-ab81-effa0fcbcb15",
"consumerID": "policy-distribution-id",
"timestamp": 1750596120324,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:43:21.531Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:43:21.531Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:43:21.531Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "c2533785-5e81-4f3c-ab81-effa0fcbcb15",
"consumerID": "multicloud-k8s",
"timestamp": 1750596108755,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:43:21.531Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:43:21.531Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:43:21.531Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "c2533785-5e81-4f3c-ab81-effa0fcbcb15",
"consumerID": "cds-sdc-listener",
"timestamp": 1750596119348,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:43:21.532Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:43:21.532Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:43:21.532Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "229a6207-7dfa-4a49-b041-a2e6e008c0f5",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1750596112558,
"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=?
2025-06-22T12:43:21.541Z||pool-3-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 229a6207-7dfa-4a49-b041-a2e6e008c0f5
2025-06-22T12:43:21.541Z||pool-3-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 229a6207-7dfa-4a49-b041-a2e6e008c0f5 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 (?, ?, ?, ?, ?)
2025-06-22T12:43:21.574Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:43:21.574Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "229a6207-7dfa-4a49-b041-a2e6e008c0f5",
"consumerID": "aai-model-loader",
"timestamp": 1750596109435,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfC0bylycgkvzmic43f544/1.0/artifacts/service-DemoPnfC0bylycgkvzmic43f544-csar.csar",
"status": "DEPLOY_OK"
}
2025-06-22T12:43:21.574Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:43:21.575Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:43:21.575Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "c2533785-5e81-4f3c-ab81-effa0fcbcb15",
"consumerID": "policy-distribution-id",
"timestamp": 1750596120324,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:43:21.575Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:43:21.575Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:43:21.575Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "c2533785-5e81-4f3c-ab81-effa0fcbcb15",
"consumerID": "multicloud-k8s",
"timestamp": 1750596108755,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2025-06-22T12:43:21.575Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:43:21.575Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:43:21.575Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "c2533785-5e81-4f3c-ab81-effa0fcbcb15",
"consumerID": "cds-sdc-listener",
"timestamp": 1750596119348,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:43:21.575Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:43:21.575Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:43:21.575Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "229a6207-7dfa-4a49-b041-a2e6e008c0f5",
"consumerID": "aai-model-loader",
"timestamp": 1750596110438,
"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=?
2025-06-22T12:43:21.585Z||pool-3-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 229a6207-7dfa-4a49-b041-a2e6e008c0f5
2025-06-22T12:43:21.585Z||pool-3-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 229a6207-7dfa-4a49-b041-a2e6e008c0f5 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 (?, ?, ?, ?, ?)
2025-06-22T12:43:21.600Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:43:21.601Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "c2533785-5e81-4f3c-ab81-effa0fcbcb15",
"consumerID": "multicloud-k8s",
"timestamp": 1750596108755,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2025-06-22T12:43:21.601Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:43:21.601Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:43:21.601Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "c2533785-5e81-4f3c-ab81-effa0fcbcb15",
"consumerID": "policy-distribution-id",
"timestamp": 1750596120324,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2025-06-22T12:43:21.601Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:43:21.601Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:43:21.601Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "c2533785-5e81-4f3c-ab81-effa0fcbcb15",
"consumerID": "cds-sdc-listener",
"timestamp": 1750596119348,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:43:21.601Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:43:21.601Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:43:21.601Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "c2533785-5e81-4f3c-ab81-effa0fcbcb15",
"consumerID": "multicloud-k8s",
"timestamp": 1750596108755,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:43:21.602Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:43:21.602Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:43:21.602Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "c2533785-5e81-4f3c-ab81-effa0fcbcb15",
"consumerID": "policy-distribution-id",
"timestamp": 1750596120324,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:43:21.602Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:43:21.602Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:43:21.602Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "c2533785-5e81-4f3c-ab81-effa0fcbcb15",
"consumerID": "cds-sdc-listener",
"timestamp": 1750596119348,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:43:21.602Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:43:21.602Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:43:21.602Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "c2533785-5e81-4f3c-ab81-effa0fcbcb15",
"consumerID": "multicloud-k8s",
"timestamp": 1750596108755,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2025-06-22T12:43:21.602Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:43:21.602Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:43:21.602Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "c2533785-5e81-4f3c-ab81-effa0fcbcb15",
"consumerID": "policy-distribution-id",
"timestamp": 1750596120324,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:43:21.602Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:43:21.603Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:43:21.603Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "c2533785-5e81-4f3c-ab81-effa0fcbcb15",
"consumerID": "cds-sdc-listener",
"timestamp": 1750596119348,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:43:21.603Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:43:21.603Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:43:21.603Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "c2533785-5e81-4f3c-ab81-effa0fcbcb15",
"consumerID": "aai-model-loader",
"timestamp": 1750596113697,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:43:21.603Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:43:21.603Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:43:21.603Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "c2533785-5e81-4f3c-ab81-effa0fcbcb15",
"consumerID": "multicloud-k8s",
"timestamp": 1750596108755,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:43:21.603Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:43:21.603Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:43:21.603Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "c2533785-5e81-4f3c-ab81-effa0fcbcb15",
"consumerID": "policy-distribution-id",
"timestamp": 1750596120324,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:43:21.603Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:43:21.603Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:43:21.603Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "c2533785-5e81-4f3c-ab81-effa0fcbcb15",
"consumerID": "cds-sdc-listener",
"timestamp": 1750596119348,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:43:21.603Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:43:21.603Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:43:21.603Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "c2533785-5e81-4f3c-ab81-effa0fcbcb15",
"consumerID": "aai-model-loader",
"timestamp": 1750596113697,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:43:21.603Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:43:21.603Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:43:21.603Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "c2533785-5e81-4f3c-ab81-effa0fcbcb15",
"consumerID": "multicloud-k8s",
"timestamp": 1750596108755,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2025-06-22T12:43:21.604Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:43:21.604Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:43:21.604Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "c2533785-5e81-4f3c-ab81-effa0fcbcb15",
"consumerID": "policy-distribution-id",
"timestamp": 1750596120324,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2025-06-22T12:43:21.604Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:43:21.604Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:43:21.604Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "c2533785-5e81-4f3c-ab81-effa0fcbcb15",
"consumerID": "cds-sdc-listener",
"timestamp": 1750596119348,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2025-06-22T12:43:21.604Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:43:21.604Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:43:21.604Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "c2533785-5e81-4f3c-ab81-effa0fcbcb15",
"consumerID": "aai-model-loader",
"timestamp": 1750596113697,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:43:21.604Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:43:21.604Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:43:21.604Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "c2533785-5e81-4f3c-ab81-effa0fcbcb15",
"consumerID": "policy-distribution-id",
"timestamp": 1750596127691,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2025-06-22T12:43:21.604Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:43:21.604Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:43:21.604Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "c2533785-5e81-4f3c-ab81-effa0fcbcb15",
"consumerID": "multicloud-k8s",
"timestamp": 1750596119321,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2025-06-22T12:43:21.604Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:43:21.604Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:43:21.605Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "c2533785-5e81-4f3c-ab81-effa0fcbcb15",
"consumerID": "cds-sdc-listener",
"timestamp": 1750596127738,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2025-06-22T12:43:21.605Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:43:21.605Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:43:21.605Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "c2533785-5e81-4f3c-ab81-effa0fcbcb15",
"consumerID": "aai-model-loader",
"timestamp": 1750596113697,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:43:21.605Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:43:21.605Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:43:21.605Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "c2533785-5e81-4f3c-ab81-effa0fcbcb15",
"consumerID": "policy-distribution-id",
"timestamp": 1750596128694,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2025-06-22T12:43:21.605Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:43:21.605Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:43:21.605Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "c2533785-5e81-4f3c-ab81-effa0fcbcb15",
"consumerID": "cds-sdc-listener",
"timestamp": 1750596128744,
"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 (?, ?, ?, ?, ?)
2025-06-22T12:43:21.630Z||pool-3-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c2533785-5e81-4f3c-ab81-effa0fcbcb15
2025-06-22T12:43:21.630Z||pool-3-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c2533785-5e81-4f3c-ab81-effa0fcbcb15 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 (?, ?, ?, ?, ?)
2025-06-22T12:43:21.668Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:43:21.668Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "c2533785-5e81-4f3c-ab81-effa0fcbcb15",
"consumerID": "multicloud-k8s",
"timestamp": 1750596120530,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2025-06-22T12:43:21.668Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:43:21.668Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:43:21.668Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "c2533785-5e81-4f3c-ab81-effa0fcbcb15",
"consumerID": "aai-model-loader",
"timestamp": 1750596113697,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:43:21.668Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:43:21.668Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:43:21.668Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "c2533785-5e81-4f3c-ab81-effa0fcbcb15",
"consumerID": "policy-distribution-id",
"timestamp": 1750596129695,
"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=?
2025-06-22T12:43:21.677Z||pool-3-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c2533785-5e81-4f3c-ab81-effa0fcbcb15
2025-06-22T12:43:21.677Z||pool-3-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c2533785-5e81-4f3c-ab81-effa0fcbcb15 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 (?, ?, ?, ?, ?)
2025-06-22T12:43:21.691Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:43:21.692Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "c2533785-5e81-4f3c-ab81-effa0fcbcb15",
"consumerID": "multicloud-k8s",
"timestamp": 1750596121715,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2025-06-22T12:43:21.692Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:43:21.692Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:43:21.692Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "c2533785-5e81-4f3c-ab81-effa0fcbcb15",
"consumerID": "aai-model-loader",
"timestamp": 1750596113697,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:43:21.692Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:43:21.692Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:43:21.692Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "c2533785-5e81-4f3c-ab81-effa0fcbcb15",
"consumerID": "multicloud-k8s",
"timestamp": 1750596122751,
"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=?
2025-06-22T12:43:21.697Z||pool-3-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c2533785-5e81-4f3c-ab81-effa0fcbcb15
2025-06-22T12:43:21.697Z||pool-3-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c2533785-5e81-4f3c-ab81-effa0fcbcb15 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=?
2025-06-22T12:43:21.703Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:43:21.704Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "c2533785-5e81-4f3c-ab81-effa0fcbcb15",
"consumerID": "aai-model-loader",
"timestamp": 1750596113697,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2025-06-22T12:43:21.704Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:43:21.704Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:43:21.704Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "c2533785-5e81-4f3c-ab81-effa0fcbcb15",
"consumerID": "multicloud-k8s",
"timestamp": 1750596123752,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2025-06-22T12:43:21.704Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:43:21.704Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:43:21.704Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "c2533785-5e81-4f3c-ab81-effa0fcbcb15",
"consumerID": "aai-model-loader",
"timestamp": 1750596120913,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2025-06-22T12:43:21.704Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:43:21.704Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:43:21.704Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "c2533785-5e81-4f3c-ab81-effa0fcbcb15",
"consumerID": "aai-model-loader",
"timestamp": 1750596126810,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2025-06-22T12:43:21.704Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:43:21.705Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:43:21.705Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "c2533785-5e81-4f3c-ab81-effa0fcbcb15",
"consumerID": "aai-model-loader",
"timestamp": 1750596127813,
"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=?
2025-06-22T12:43:21.709Z||pool-3-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c2533785-5e81-4f3c-ab81-effa0fcbcb15
2025-06-22T12:43:21.709Z||pool-3-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c2533785-5e81-4f3c-ab81-effa0fcbcb15 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 (?, ?, ?, ?, ?)
2025-06-22T12:43:21.721Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:43:21.721Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "c2533785-5e81-4f3c-ab81-effa0fcbcb15",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1750596131969,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:43:21.722Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:43:21.722Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:43:21.722Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "c2533785-5e81-4f3c-ab81-effa0fcbcb15",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1750596131969,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:43:21.722Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:43:21.722Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:43:21.722Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "c2533785-5e81-4f3c-ab81-effa0fcbcb15",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1750596131969,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:43:21.722Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:43:21.722Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:43:21.722Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "c2533785-5e81-4f3c-ab81-effa0fcbcb15",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1750596131969,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:43:21.722Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:43:21.722Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:43:21.722Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "c2533785-5e81-4f3c-ab81-effa0fcbcb15",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1750596131969,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:43:21.723Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:43:21.723Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:43:21.723Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "c2533785-5e81-4f3c-ab81-effa0fcbcb15",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1750596131969,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2025-06-22T12:43:21.723Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:43:21.723Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:43:21.723Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "c2533785-5e81-4f3c-ab81-effa0fcbcb15",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1750596131969,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2025-06-22T12:43:21.723Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:43:21.723Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:43:21.723Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "c2533785-5e81-4f3c-ab81-effa0fcbcb15",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1750596139186,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2025-06-22T12:43:21.723Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:43:21.723Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:43:21.723Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "c2533785-5e81-4f3c-ab81-effa0fcbcb15",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1750596140784,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2025-06-22T12:43:21.723Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2025-06-22T12:43:21.723Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2025-06-22T12:43:21.723Z||pool-3-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "c2533785-5e81-4f3c-ab81-effa0fcbcb15",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1750596141785,
"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=?
2025-06-22T12:43:21.728Z||pool-3-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c2533785-5e81-4f3c-ab81-effa0fcbcb15
2025-06-22T12:43:21.728Z||pool-3-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c2533785-5e81-4f3c-ab81-effa0fcbcb15 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 (?, ?, ?, ?, ?)
2025-06-22T12:43:22.221Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 229a6207-7dfa-4a49-b041-a2e6e008c0f5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2025-06-22T12:43:22.231Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 229a6207-7dfa-4a49-b041-a2e6e008c0f5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2025-06-22T12:43:22.233Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2025-06-22T12:43:22.233Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2025-06-22T12:43:22.233Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2025-06-22T12:43:22.234Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2025-06-22T12:43:22.234Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2025-06-22T12:43:22.234Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2025-06-22T12:43:22.234Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2025-06-22T12:43:22.234Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2025-06-22T12:43:22.234Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2025-06-22T12:43:22.234Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-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=?
2025-06-22T12:43:22.239Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2025-06-22T12:43:52.239Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 229a6207-7dfa-4a49-b041-a2e6e008c0f5 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=?
2025-06-22T12:43:52.244Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 229a6207-7dfa-4a49-b041-a2e6e008c0f5 and serviceModelVersionId: 0d10994a-fedf-42fd-8f72-8d161b25f5c8
2025-06-22T12:43:52.244Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 314ce086-c08c-4db3-ac4b-a29012e15749
2025-06-22T12:43:52.245Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/314ce086-c08c-4db3-ac4b-a29012e15749/model-vers/model-ver/0d10994a-fedf-42fd-8f72-8d161b25f5c8?depth=0
2025-06-22T12:43:52.249Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2025-06-22T12:43:52.264Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/314ce086-c08c-4db3-ac4b-a29012e15749/model-vers/model-ver/0d10994a-fedf-42fd-8f72-8d161b25f5c8?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]}
2025-06-22T12:43:52.265Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/314ce086-c08c-4db3-ac4b-a29012e15749/model-vers/model-ver/0d10994a-fedf-42fd-8f72-8d161b25f5c8?depth=0|INFO|500||Invoke
2025-06-22T12:43:52.270Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/314ce086-c08c-4db3-ac4b-a29012e15749/model-vers/model-ver/0d10994a-fedf-42fd-8f72-8d161b25f5c8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2025-06-22T12:43:52.422Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/314ce086-c08c-4db3-ac4b-a29012e15749/model-vers/model-ver/0d10994a-fedf-42fd-8f72-8d161b25f5c8?depth=0|INFO|500||InvokeReturn
2025-06-22T12:43:52.422Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-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/314ce086-c08c-4db3-ac4b-a29012e15749/model-vers/model-ver/0d10994a-fedf-42fd-8f72-8d161b25f5c8?depth=0 has http status code:200 and response headers:{date=[Sun, 22 Jun 2025 12:43:51 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[145], vertex-id=[237784], x-aai-txid=[1-aai-resources-250622-12:43:51:235-51259], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2025-06-22T12:43:52.422Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2025-06-22T12:43:52.423Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2025-06-22T12:43:52.423Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-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=?
2025-06-22T12:43:52.427Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-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)
2025-06-22T12:43:52.428Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 229a6207-7dfa-4a49-b041-a2e6e008c0f5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2025-06-22T12:43:52.428Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2025-06-22T12:43:52.428Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2025-06-22T12:43:52.428Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2025-06-22T12:43:52.428Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "229a6207-7dfa-4a49-b041-a2e6e008c0f5",
"consumerID": "SO-sdc-controller",
"timestamp": 1750596232428,
"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=?
2025-06-22T12:43:53.441Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||DEBUG|500||received message from topic
2025-06-22T12:43:53.442Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"c2533785-5e81-4f3c-ab81-effa0fcbcb15","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"0cae7ec4-f8af-4eaa-8fa6-ad48d616e052","serviceDescription":"ONAP SDK Service","serviceInvariantUUID":"f98d704f-2bbe-4834-90f0-0c7aec55b36d","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c14c879f-4d40-43d9-8242-02d77319fd03","resourceInvariantUUID":"58d1be96-663b-4d94-918f-83d293ef36c0","resourceCustomizationUUID":"bdde5ef9-7c6d-4ed7-a602-8bab93b574cb","category":"Generic","subcategory":"Network Service","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":"NjQ5Njk1YmFmYjdjMmNmYmE0ZTcyOGE3YmZhNWZiOTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"080dfd3e-fcbc-4a7f-af3e-4354dbf2e14f","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":"MjRjYmIxODJmYzExYWM0YzM4YzIzMjZkNzkyYWUyNGQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ad7e52a9-5c2f-417d-8235-1015fcc602e8","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":"07364946-5565-47d2-9e3a-f1c745de321f","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":"OTk1ODc5OTNmNzljYzI5OGYyNzAyMjA4Y2JkNjJkMWU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"47a29d03-db8e-4ad6-8b18-ff5f0b84803d","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":"524a4a42-477b-48d7-97e4-477a87226e92","artifactVersion":"2","generatedFromUUID":"07364946-5565-47d2-9e3a-f1c745de321f"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MmVkNmVlNDU2YzQ1YTE2ZWMwZDBiZGViNTY0MDc3OTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1dfe5108-b4b4-4145-94e6-2122f3188571","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZTBjZmE0MjJiZjY4ZmU4ZTJlMjgyMmI1OGExZGI4MGE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"255eaf94-06e7-4839-99bc-63116d48d23b","artifactVersion":"1"}],"workloadContext":"Production"}
2025-06-22T12:43:53.442Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2025-06-22T12:43:53.442Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2025-06-22T12:43:53.442Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2025-06-22T12:43:53.443Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "c2533785-5e81-4f3c-ab81-effa0fcbcb15",
"consumerID": "SO-sdc-controller",
"timestamp": 1750596191338,
"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
2025-06-22T12:43:54.443Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2025-06-22T12:43:54.444Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2025-06-22T12:43:54.444Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2025-06-22T12:43:54.444Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "c2533785-5e81-4f3c-ab81-effa0fcbcb15",
"consumerID": "SO-sdc-controller",
"timestamp": 1750596191338,
"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
2025-06-22T12:43:55.445Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2025-06-22T12:43:55.445Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2025-06-22T12:43:55.445Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2025-06-22T12:43:55.445Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "c2533785-5e81-4f3c-ab81-effa0fcbcb15",
"consumerID": "SO-sdc-controller",
"timestamp": 1750596191338,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2025-06-22T12:43:56.446Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2025-06-22T12:43:56.446Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2025-06-22T12:43:56.446Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2025-06-22T12:43:56.447Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "c2533785-5e81-4f3c-ab81-effa0fcbcb15",
"consumerID": "SO-sdc-controller",
"timestamp": 1750596191338,
"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
2025-06-22T12:43:57.447Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2025-06-22T12:43:57.448Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2025-06-22T12:43:57.448Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2025-06-22T12:43:57.448Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "c2533785-5e81-4f3c-ab81-effa0fcbcb15",
"consumerID": "SO-sdc-controller",
"timestamp": 1750596191338,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2025-06-22T12:43:58.449Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2025-06-22T12:43:58.449Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2025-06-22T12:43:58.449Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2025-06-22T12:43:58.449Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "c2533785-5e81-4f3c-ab81-effa0fcbcb15",
"consumerID": "SO-sdc-controller",
"timestamp": 1750596191338,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2025-06-22T12:43:59.450Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2025-06-22T12:43:59.450Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2025-06-22T12:43:59.450Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2025-06-22T12:43:59.451Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "c2533785-5e81-4f3c-ab81-effa0fcbcb15",
"consumerID": "SO-sdc-controller",
"timestamp": 1750596191338,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2025-06-22T12:44:00.452Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "c2533785-5e81-4f3c-ab81-effa0fcbcb15",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "0cae7ec4-f8af-4eaa-8fa6-ad48d616e052",
"serviceDescription": "ONAP SDK Service",
"serviceInvariantUUID": "f98d704f-2bbe-4834-90f0-0c7aec55b36d",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "bdde5ef9-7c6d-4ed7-a602-8bab93b574cb",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "c14c879f-4d40-43d9-8242-02d77319fd03",
"resourceInvariantUUID": "58d1be96-663b-4d94-918f-83d293ef36c0",
"category": "Generic",
"subcategory": "Network Service",
"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": "MjRjYmIxODJmYzExYWM0YzM4YzIzMjZkNzkyYWUyNGQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ad7e52a9-5c2f-417d-8235-1015fcc602e8",
"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": "07364946-5565-47d2-9e3a-f1c745de321f",
"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": "524a4a42-477b-48d7-97e4-477a87226e92",
"generatedFromUUID": "07364946-5565-47d2-9e3a-f1c745de321f"
},
"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": "524a4a42-477b-48d7-97e4-477a87226e92",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "ZTBjZmE0MjJiZjY4ZmU4ZTJlMjgyMmI1OGExZGI4MGE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "255eaf94-06e7-4839-99bc-63116d48d23b"
}
],
"workloadContext": "Production"
}
2025-06-22T12:44:00.452Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2025-06-22T12:44:00.452Z|229a6207-7dfa-4a49-b041-a2e6e008c0f5|pool-3-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0cae7ec4-f8af-4eaa-8fa6-ad48d616e052 ASDC
2025-06-22T12:44:00.453Z|c2533785-5e81-4f3c-ab81-effa0fcbcb15|pool-3-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:c2533785-5e81-4f3c-ab81-effa0fcbcb15
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:0cae7ec4-f8af-4eaa-8fa6-ad48d616e052
ServiceInvariantUUID:f98d704f-2bbe-4834-90f0-0c7aec55b36d
ServiceDescription:ONAP SDK 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:255eaf94-06e7-4839-99bc-63116d48d23b
ArtifactChecksum:ZTBjZmE0MjJiZjY4ZmU4ZTJlMjgyMmI1OGExZGI4MGE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:bdde5ef9-7c6d-4ed7-a602-8bab93b574cb
ResourceInvariantUUID:58d1be96-663b-4d94-918f-83d293ef36c0
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:c14c879f-4d40-43d9-8242-02d77319fd03
ResourceVersion:1.0
Category:Generic
SubCategory:Network Service
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:ad7e52a9-5c2f-417d-8235-1015fcc602e8
ArtifactChecksum:MjRjYmIxODJmYzExYWM0YzM4YzIzMjZkNzkyYWUyNGQ=
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:07364946-5565-47d2-9e3a-f1c745de321f
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:524a4a42-477b-48d7-97e4-477a87226e92
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:524a4a42-477b-48d7-97e4-477a87226e92
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2025-06-22T12:44:00.453Z|c2533785-5e81-4f3c-ab81-effa0fcbcb15|pool-3-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0cae7ec4-f8af-4eaa-8fa6-ad48d616e052 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=?
2025-06-22T12:44:00.490Z|c2533785-5e81-4f3c-ab81-effa0fcbcb15|pool-3-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2025-06-22T12:44:00.491Z|c2533785-5e81-4f3c-ab81-effa0fcbcb15|pool-3-thread-1|||||INFO|500||MSO config path is: /app
2025-06-22T12:44:00.491Z|c2533785-5e81-4f3c-ab81-effa0fcbcb15|pool-3-thread-1|||||INFO|500||MSO config path is: /app
2025-06-22T12:44:00.491Z|c2533785-5e81-4f3c-ab81-effa0fcbcb15|pool-3-thread-1|||||INFO|500||Trying to download the artifact UUID: 255eaf94-06e7-4839-99bc-63116d48d23b from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2025-06-22T12:44:00.491Z|c2533785-5e81-4f3c-ab81-effa0fcbcb15|pool-3-thread-1|||||INFO|500||DistributionClient - download
2025-06-22T12:44:00.492Z|c2533785-5e81-4f3c-ab81-effa0fcbcb15|pool-3-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2025-06-22T12:44:00.667Z|c2533785-5e81-4f3c-ab81-effa0fcbcb15|pool-3-thread-1|||||DEBUG|500||GET Response Status 200
2025-06-22T12:44:00.668Z|c2533785-5e81-4f3c-ab81-effa0fcbcb15|pool-3-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 255eaf94-06e7-4839-99bc-63116d48d23b 75878
2025-06-22T12:44:00.668Z|c2533785-5e81-4f3c-ab81-effa0fcbcb15|pool-3-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2025-06-22T12:44:00.668Z|c2533785-5e81-4f3c-ab81-effa0fcbcb15|pool-3-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2025-06-22T12:44:00.668Z|c2533785-5e81-4f3c-ab81-effa0fcbcb15|pool-3-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2025-06-22T12:44:00.669Z|c2533785-5e81-4f3c-ab81-effa0fcbcb15|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2025-06-22T12:44:00.669Z|c2533785-5e81-4f3c-ab81-effa0fcbcb15|pool-3-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2025-06-22T12:44:00.669Z|c2533785-5e81-4f3c-ab81-effa0fcbcb15|pool-3-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "c2533785-5e81-4f3c-ab81-effa0fcbcb15",
"consumerID": "SO-sdc-controller",
"timestamp": 1750596240668,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2025-06-22T12:44:01.669Z|c2533785-5e81-4f3c-ab81-effa0fcbcb15|pool-3-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2025-06-22T12:44:01.670Z|c2533785-5e81-4f3c-ab81-effa0fcbcb15|pool-3-thread-1|||||INFO|500||MSO config path is: /app
2025-06-22T12:44:01.671Z|c2533785-5e81-4f3c-ab81-effa0fcbcb15|pool-3-thread-1|||||INFO|500||Trying to write artifact UUID: 255eaf94-06e7-4839-99bc-63116d48d23b, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2025-06-22T12:44:01.671Z|c2533785-5e81-4f3c-ab81-effa0fcbcb15|pool-3-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2025-06-22T12:44:01.671Z|c2533785-5e81-4f3c-ab81-effa0fcbcb15|pool-3-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2025-06-22T12:44:01.671Z|c2533785-5e81-4f3c-ab81-effa0fcbcb15|pool-3-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2025-06-22T12:44:01.731Z|c2533785-5e81-4f3c-ab81-effa0fcbcb15|pool-3-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP511327154965771407/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
2025-06-22T12:44:02.266Z|c2533785-5e81-4f3c-ab81-effa0fcbcb15|pool-3-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2025-06-22T12:44:02.266Z|c2533785-5e81-4f3c-ab81-effa0fcbcb15|pool-3-thread-1|||||WARN|500||####################################################################################################
2025-06-22T12:44:02.267Z|c2533785-5e81-4f3c-ab81-effa0fcbcb15|pool-3-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2025-06-22T12:44:02.267Z|c2533785-5e81-4f3c-ab81-effa0fcbcb15|pool-3-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2025-06-22T12:44:02.267Z|c2533785-5e81-4f3c-ab81-effa0fcbcb15|pool-3-thread-1|||||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
2025-06-22T12:44:02.267Z|c2533785-5e81-4f3c-ab81-effa0fcbcb15|pool-3-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-BasicVm-csar.csar
2025-06-22T12:44:02.267Z|c2533785-5e81-4f3c-ab81-effa0fcbcb15|pool-3-thread-1|||||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
2025-06-22T12:44:02.267Z|c2533785-5e81-4f3c-ab81-effa0fcbcb15|pool-3-thread-1|||||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
2025-06-22T12:44:02.267Z|c2533785-5e81-4f3c-ab81-effa0fcbcb15|pool-3-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-BasicVm-csar.csar
2025-06-22T12:44:02.267Z|c2533785-5e81-4f3c-ab81-effa0fcbcb15|pool-3-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-BasicVm-csar.csar
2025-06-22T12:44:02.267Z|c2533785-5e81-4f3c-ab81-effa0fcbcb15|pool-3-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-BasicVm-csar.csar
2025-06-22T12:44:02.267Z|c2533785-5e81-4f3c-ab81-effa0fcbcb15|pool-3-thread-1|||||WARN|500||####################################################################################################
2025-06-22T12:44:02.267Z|c2533785-5e81-4f3c-ab81-effa0fcbcb15|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery