By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2023-03-01T05:42:08.478Z||main|||||INFO|500||The following profiles are active: basic
2023-03-01T05:42:34.605Z||main|||||INFO|500||Starting service [Tomcat]
2023-03-01T05:42:34.607Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-03-01T05:42:35.053Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-03-01T05:42:46.284Z||main|||||INFO|500||catdb-pool - Starting...
2023-03-01T05:42:47.397Z||main|||||INFO|500||catdb-pool - Start completed.
2023-03-01T05:42:48.742Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-03-01T05:42:49.549Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-03-01T05:42:51.523Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-03-01T05:42:58.994Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-03-01T05:43:00.808Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2023-03-01T05:43:07.648Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-03-01T05:43:07.962Z||main|||||INFO|500||reqdb-pool - Starting...
2023-03-01T05:43:07.989Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-03-01T05:43:08.040Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-03-01T05:43:09.411Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-03-01T05:43:10.315Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-03-01T05:43:12.605Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
Hibernate: select activitysp0_.ID as id1_0_, activitysp0_.CREATION_TIMESTAMP as creation2_0_, activitysp0_.DESCRIPTION as descript3_0_, activitysp0_.NAME as name4_0_, activitysp0_.VERSION as version5_0_ from activity_spec activitysp0_
2023-03-01T05:43:13.878Z||main|||||DEBUG|500||Attempting to create activity VNFSetInMaintFlagActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ID as id1_1_0_, activitysp0_.NAME as name2_1_0_ from activity_spec_categories activitysp0_ where activitysp0_.ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ID as id1_2_0_, activitysp0_.CREATION_TIMESTAMP as creation2_2_0_, activitysp0_.DESCRIPTION as descript3_2_0_, activitysp0_.DIRECTION as directio4_2_0_, activitysp0_.NAME as name5_2_0_, activitysp0_.TYPE as type6_2_0_ from activity_spec_parameters activitysp0_ where activitysp0_.ID=?
2023-03-01T05:43:15.539Z||main|||SDC||DEBUG|500||Sending HTTP POST to:http://sdc-wfd-be:8080/v1.0/activity-spec with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-01T05:43:15.556Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-01T05:43:15.612Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFSetInMaintFlagActivity","description":"Activity to Set InMaint Flag in A&AI","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}
2023-03-01T05:43:17.423Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-01T05:43:17.424Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{Transfer-Encoding=[chunked], Server=[Jetty(9.4.33.v20201020)], Date=[Wed, 01 Mar 2023 05:43:15 GMT], Content-Type=[application/json;charset=utf-8]}
2023-03-01T05:43:17.428Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||DEBUG|500||{"id":"290ff663b1b24247b1a2491e99e57016","versionId":"e12ceb2ba27847c7bfa3c8203fad515b"}
2023-03-01T05:43:17.590Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||INFO|500||Successfully created activitySpec VNFSetInMaintFlagActivity
2023-03-01T05:43:17.717Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/290ff663b1b24247b1a2491e99e57016/versions/latest/actions|INFO|500||Invoke
2023-03-01T05:43:17.718Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/290ff663b1b24247b1a2491e99e57016/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/290ff663b1b24247b1a2491e99e57016/versions/latest/actions with request headers:{X-RequestID=[26a30200-08ec-4fff-9de8-61f7bc4603f2], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[890acb28-8352-4e12-896b-9cebc524057a], X-ECOMP-RequestID=[26a30200-08ec-4fff-9de8-61f7bc4603f2], X-TransactionID=[26a30200-08ec-4fff-9de8-61f7bc4603f2], X-ONAP-RequestID=[26a30200-08ec-4fff-9de8-61f7bc4603f2], Content-Type=[application/json]}
2023-03-01T05:43:17.724Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/290ff663b1b24247b1a2491e99e57016/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-03-01T05:43:18.061Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/290ff663b1b24247b1a2491e99e57016/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/290ff663b1b24247b1a2491e99e57016/versions/latest/actions has http status code:200 and response headers:{Server=[Jetty(9.4.33.v20201020)], Content-Length=[0], Date=[Wed, 01 Mar 2023 05:43:17 GMT]}
2023-03-01T05:43:18.062Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/290ff663b1b24247b1a2491e99e57016/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-03-01T05:43:18.071Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/290ff663b1b24247b1a2491e99e57016/versions/latest/actions|INFO|500||InvokeReturn
2023-03-01T05:43:18.089Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||INFO|500||Successfully certified activitySpec VNFSetInMaintFlagActivity
2023-03-01T05:43:18.090Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||DEBUG|500||Attempting to create activity VNFCheckPserversLockedFlagActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2023-03-01T05:43:18.351Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC||DEBUG|500||Sending HTTP POST to:http://sdc-wfd-be:8080/v1.0/activity-spec with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-01T05:43:18.355Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-01T05:43:18.359Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFCheckPserversLockedFlagActivity","description":"Activity Check Pservers Locked Flag VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}
2023-03-01T05:43:18.555Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-01T05:43:18.565Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{Transfer-Encoding=[chunked], Server=[Jetty(9.4.33.v20201020)], Date=[Wed, 01 Mar 2023 05:43:18 GMT], Content-Type=[application/json;charset=utf-8]}
2023-03-01T05:43:18.567Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||DEBUG|500||{"id":"11567d742932438b8a465f15dc5cbed9","versionId":"16f70a3f0ca247108c82ac4dcf05ec84"}
2023-03-01T05:43:18.570Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||INFO|500||Successfully created activitySpec VNFCheckPserversLockedFlagActivity
2023-03-01T05:43:18.695Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/11567d742932438b8a465f15dc5cbed9/versions/latest/actions|INFO|500||Invoke
2023-03-01T05:43:18.697Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/11567d742932438b8a465f15dc5cbed9/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/11567d742932438b8a465f15dc5cbed9/versions/latest/actions with request headers:{X-RequestID=[26a30200-08ec-4fff-9de8-61f7bc4603f2], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[0558f654-26ff-432b-a982-6b28a307803e], X-ECOMP-RequestID=[26a30200-08ec-4fff-9de8-61f7bc4603f2], X-TransactionID=[26a30200-08ec-4fff-9de8-61f7bc4603f2], X-ONAP-RequestID=[26a30200-08ec-4fff-9de8-61f7bc4603f2], Content-Type=[application/json]}
2023-03-01T05:43:18.712Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/11567d742932438b8a465f15dc5cbed9/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-03-01T05:43:19.002Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/11567d742932438b8a465f15dc5cbed9/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/11567d742932438b8a465f15dc5cbed9/versions/latest/actions has http status code:200 and response headers:{Server=[Jetty(9.4.33.v20201020)], Content-Length=[0], Date=[Wed, 01 Mar 2023 05:43:18 GMT]}
2023-03-01T05:43:19.003Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/11567d742932438b8a465f15dc5cbed9/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-03-01T05:43:19.004Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/11567d742932438b8a465f15dc5cbed9/versions/latest/actions|INFO|500||InvokeReturn
2023-03-01T05:43:19.005Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||INFO|500||Successfully certified activitySpec VNFCheckPserversLockedFlagActivity
2023-03-01T05:43:19.005Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||DEBUG|500||Attempting to create activity VNFCheckInMaintFlagActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2023-03-01T05:43:19.115Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-01T05:43:19.117Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|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=[26a30200-08ec-4fff-9de8-61f7bc4603f2], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[49172817-6d17-462a-9706-02f9d62f5b56], X-ECOMP-RequestID=[26a30200-08ec-4fff-9de8-61f7bc4603f2], X-TransactionID=[26a30200-08ec-4fff-9de8-61f7bc4603f2], X-ONAP-RequestID=[26a30200-08ec-4fff-9de8-61f7bc4603f2], Content-Type=[application/json]}
2023-03-01T05:43:19.132Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFCheckInMaintFlagActivity","description":"Activity CheckIn Maint Flag on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}
2023-03-01T05:43:19.298Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{Transfer-Encoding=[chunked], Server=[Jetty(9.4.33.v20201020)], Date=[Wed, 01 Mar 2023 05:43:19 GMT], Content-Type=[application/json;charset=utf-8]}
2023-03-01T05:43:19.300Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"843bfe1543074439802ce2e5110cf80f","versionId":"9f4e45cf624f43dc881bbe246a8a3958"}
2023-03-01T05:43:19.301Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-01T05:43:19.327Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||INFO|500||Successfully created activitySpec VNFCheckInMaintFlagActivity
2023-03-01T05:43:19.446Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/843bfe1543074439802ce2e5110cf80f/versions/latest/actions|INFO|500||Invoke
2023-03-01T05:43:19.447Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/843bfe1543074439802ce2e5110cf80f/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/843bfe1543074439802ce2e5110cf80f/versions/latest/actions with request headers:{X-RequestID=[26a30200-08ec-4fff-9de8-61f7bc4603f2], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[a3eaba63-9bbf-4b87-864c-6f20711f3308], X-ECOMP-RequestID=[26a30200-08ec-4fff-9de8-61f7bc4603f2], X-TransactionID=[26a30200-08ec-4fff-9de8-61f7bc4603f2], X-ONAP-RequestID=[26a30200-08ec-4fff-9de8-61f7bc4603f2], Content-Type=[application/json]}
2023-03-01T05:43:19.462Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/843bfe1543074439802ce2e5110cf80f/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-03-01T05:43:19.748Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/843bfe1543074439802ce2e5110cf80f/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/843bfe1543074439802ce2e5110cf80f/versions/latest/actions has http status code:200 and response headers:{Server=[Jetty(9.4.33.v20201020)], Content-Length=[0], Date=[Wed, 01 Mar 2023 05:43:19 GMT]}
2023-03-01T05:43:19.750Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/843bfe1543074439802ce2e5110cf80f/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-03-01T05:43:19.752Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/843bfe1543074439802ce2e5110cf80f/versions/latest/actions|INFO|500||InvokeReturn
2023-03-01T05:43:19.753Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||INFO|500||Successfully certified activitySpec VNFCheckInMaintFlagActivity
2023-03-01T05:43:19.754Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||DEBUG|500||Attempting to create activity VNFCheckClosedLoopDisabledFlagActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2023-03-01T05:43:20.003Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-01T05:43:20.005Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|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=[26a30200-08ec-4fff-9de8-61f7bc4603f2], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[732ce45e-4edf-4578-b0dc-464fc34ee226], X-ECOMP-RequestID=[26a30200-08ec-4fff-9de8-61f7bc4603f2], X-TransactionID=[26a30200-08ec-4fff-9de8-61f7bc4603f2], X-ONAP-RequestID=[26a30200-08ec-4fff-9de8-61f7bc4603f2], Content-Type=[application/json]}
2023-03-01T05:43:20.025Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFCheckClosedLoopDisabledFlagActivity","description":"Activity Check Closed Loop Disabled Flag on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}
2023-03-01T05:43:20.218Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{Transfer-Encoding=[chunked], Server=[Jetty(9.4.33.v20201020)], Date=[Wed, 01 Mar 2023 05:43:20 GMT], Content-Type=[application/json;charset=utf-8]}
2023-03-01T05:43:20.220Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"356c6d083eb24647a49184b3624a01b7","versionId":"866b3bff2d4445d4973d0fa3d89c2649"}
2023-03-01T05:43:20.222Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-01T05:43:20.266Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||INFO|500||Successfully created activitySpec VNFCheckClosedLoopDisabledFlagActivity
2023-03-01T05:43:20.486Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/356c6d083eb24647a49184b3624a01b7/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-01T05:43:20.497Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/356c6d083eb24647a49184b3624a01b7/versions/latest/actions|INFO|500||Invoke
2023-03-01T05:43:20.499Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/356c6d083eb24647a49184b3624a01b7/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-03-01T05:43:20.805Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/356c6d083eb24647a49184b3624a01b7/versions/latest/actions|INFO|500||InvokeReturn
2023-03-01T05:43:20.806Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/356c6d083eb24647a49184b3624a01b7/versions/latest/actions has http status code:200 and response headers:{Server=[Jetty(9.4.33.v20201020)], Content-Length=[0], Date=[Wed, 01 Mar 2023 05:43:20 GMT]}
2023-03-01T05:43:20.807Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||DEBUG|500||Response was returned with an empty entity.
2023-03-01T05:43:20.807Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||INFO|500||Successfully certified activitySpec VNFCheckClosedLoopDisabledFlagActivity
2023-03-01T05:43:20.807Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||DEBUG|500||Attempting to create activity VNFSetClosedLoopDisabledFlagActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2023-03-01T05:43:21.043Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC||DEBUG|500||Sending HTTP POST to:http://sdc-wfd-be:8080/v1.0/activity-spec with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-01T05:43:21.051Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-01T05:43:21.054Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFSetClosedLoopDisabledFlagActivity","description":"Activity Set Closed Loop Disabled Flag on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}
2023-03-01T05:43:21.225Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-01T05:43:21.230Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{Transfer-Encoding=[chunked], Server=[Jetty(9.4.33.v20201020)], Date=[Wed, 01 Mar 2023 05:43:21 GMT], Content-Type=[application/json;charset=utf-8]}
2023-03-01T05:43:21.231Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||DEBUG|500||{"id":"9c8d0af2740441b8954f1a6532bbef65","versionId":"a4a884bd58b6419db09ab3f027ee0275"}
2023-03-01T05:43:21.247Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||INFO|500||Successfully created activitySpec VNFSetClosedLoopDisabledFlagActivity
2023-03-01T05:43:21.405Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/9c8d0af2740441b8954f1a6532bbef65/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-01T05:43:21.407Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/9c8d0af2740441b8954f1a6532bbef65/versions/latest/actions|INFO|500||Invoke
2023-03-01T05:43:21.410Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/9c8d0af2740441b8954f1a6532bbef65/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-03-01T05:43:21.662Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/9c8d0af2740441b8954f1a6532bbef65/versions/latest/actions|INFO|500||InvokeReturn
2023-03-01T05:43:21.663Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/9c8d0af2740441b8954f1a6532bbef65/versions/latest/actions has http status code:200 and response headers:{Server=[Jetty(9.4.33.v20201020)], Content-Length=[0], Date=[Wed, 01 Mar 2023 05:43:21 GMT]}
2023-03-01T05:43:21.668Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||DEBUG|500||Response was returned with an empty entity.
2023-03-01T05:43:21.669Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||INFO|500||Successfully certified activitySpec VNFSetClosedLoopDisabledFlagActivity
2023-03-01T05:43:21.670Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||DEBUG|500||Attempting to create activity VNFUnsetClosedLoopDisabledFlagActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2023-03-01T05:43:21.837Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-01T05:43:21.839Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|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=[26a30200-08ec-4fff-9de8-61f7bc4603f2], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[9892ee2a-abd5-4b19-a15a-686847295207], X-ECOMP-RequestID=[26a30200-08ec-4fff-9de8-61f7bc4603f2], X-TransactionID=[26a30200-08ec-4fff-9de8-61f7bc4603f2], X-ONAP-RequestID=[26a30200-08ec-4fff-9de8-61f7bc4603f2], Content-Type=[application/json]}
2023-03-01T05:43:21.842Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFUnsetClosedLoopDisabledFlagActivity","description":"Activity Unset Closed Loop Disabled Flag on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}
2023-03-01T05:43:22.001Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{Transfer-Encoding=[chunked], Server=[Jetty(9.4.33.v20201020)], Date=[Wed, 01 Mar 2023 05:43:21 GMT], Content-Type=[application/json;charset=utf-8]}
2023-03-01T05:43:22.003Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"bd50e82d788c4348b9077de56d037dc6","versionId":"cfffb0d9d0bb4136bcd08dbaeb0d8a8a"}
2023-03-01T05:43:22.004Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-01T05:43:22.022Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||INFO|500||Successfully created activitySpec VNFUnsetClosedLoopDisabledFlagActivity
2023-03-01T05:43:22.111Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/bd50e82d788c4348b9077de56d037dc6/versions/latest/actions|INFO|500||Invoke
2023-03-01T05:43:22.113Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/bd50e82d788c4348b9077de56d037dc6/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/bd50e82d788c4348b9077de56d037dc6/versions/latest/actions with request headers:{X-RequestID=[26a30200-08ec-4fff-9de8-61f7bc4603f2], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[e27e4ade-241a-435e-aee8-8f94d9a581f9], X-ECOMP-RequestID=[26a30200-08ec-4fff-9de8-61f7bc4603f2], X-TransactionID=[26a30200-08ec-4fff-9de8-61f7bc4603f2], X-ONAP-RequestID=[26a30200-08ec-4fff-9de8-61f7bc4603f2], Content-Type=[application/json]}
2023-03-01T05:43:22.118Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/bd50e82d788c4348b9077de56d037dc6/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-03-01T05:43:22.378Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/bd50e82d788c4348b9077de56d037dc6/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/bd50e82d788c4348b9077de56d037dc6/versions/latest/actions has http status code:200 and response headers:{Server=[Jetty(9.4.33.v20201020)], Content-Length=[0], Date=[Wed, 01 Mar 2023 05:43:22 GMT]}
2023-03-01T05:43:22.379Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/bd50e82d788c4348b9077de56d037dc6/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-03-01T05:43:22.380Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/bd50e82d788c4348b9077de56d037dc6/versions/latest/actions|INFO|500||InvokeReturn
2023-03-01T05:43:22.381Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||INFO|500||Successfully certified activitySpec VNFUnsetClosedLoopDisabledFlagActivity
2023-03-01T05:43:22.381Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||DEBUG|500||Attempting to create activity VNFLockActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2023-03-01T05:43:22.555Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-01T05:43:22.556Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|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=[26a30200-08ec-4fff-9de8-61f7bc4603f2], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[16ccbc9c-2395-4fb4-8bf9-93255e632539], X-ECOMP-RequestID=[26a30200-08ec-4fff-9de8-61f7bc4603f2], X-TransactionID=[26a30200-08ec-4fff-9de8-61f7bc4603f2], X-ONAP-RequestID=[26a30200-08ec-4fff-9de8-61f7bc4603f2], Content-Type=[application/json]}
2023-03-01T05:43:22.559Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFLockActivity","description":"Activity Lock on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}
2023-03-01T05:43:22.712Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{Transfer-Encoding=[chunked], Server=[Jetty(9.4.33.v20201020)], Date=[Wed, 01 Mar 2023 05:43:22 GMT], Content-Type=[application/json;charset=utf-8]}
2023-03-01T05:43:22.713Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"e0a4455909e943709f967896ada20440","versionId":"62c35bc3cb0a4cd6aaf8ad136fb53432"}
2023-03-01T05:43:22.714Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-01T05:43:22.717Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||INFO|500||Successfully created activitySpec VNFLockActivity
2023-03-01T05:43:22.777Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/e0a4455909e943709f967896ada20440/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-01T05:43:22.780Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e0a4455909e943709f967896ada20440/versions/latest/actions|INFO|500||Invoke
2023-03-01T05:43:22.782Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e0a4455909e943709f967896ada20440/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-03-01T05:43:23.037Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e0a4455909e943709f967896ada20440/versions/latest/actions|INFO|500||InvokeReturn
2023-03-01T05:43:23.038Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/e0a4455909e943709f967896ada20440/versions/latest/actions has http status code:200 and response headers:{Server=[Jetty(9.4.33.v20201020)], Content-Length=[0], Date=[Wed, 01 Mar 2023 05:43:22 GMT]}
2023-03-01T05:43:23.038Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||DEBUG|500||Response was returned with an empty entity.
2023-03-01T05:43:23.039Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||INFO|500||Successfully certified activitySpec VNFLockActivity
2023-03-01T05:43:23.040Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||DEBUG|500||Attempting to create activity VNFUnlockActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2023-03-01T05:43:23.126Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-01T05:43:23.128Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|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=[26a30200-08ec-4fff-9de8-61f7bc4603f2], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[06fb04ad-e5c0-4e43-bfd4-18d3e42fe670], X-ECOMP-RequestID=[26a30200-08ec-4fff-9de8-61f7bc4603f2], X-TransactionID=[26a30200-08ec-4fff-9de8-61f7bc4603f2], X-ONAP-RequestID=[26a30200-08ec-4fff-9de8-61f7bc4603f2], Content-Type=[application/json]}
2023-03-01T05:43:23.130Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFUnlockActivity","description":"Activity UnLock on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}
2023-03-01T05:43:23.380Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{Transfer-Encoding=[chunked], Server=[Jetty(9.4.33.v20201020)], Date=[Wed, 01 Mar 2023 05:43:23 GMT], Content-Type=[application/json;charset=utf-8]}
2023-03-01T05:43:23.382Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"c28e14f40844403999b4c58c46004b94","versionId":"fa70dec4b98e463e821208640e93f30e"}
2023-03-01T05:43:23.383Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-01T05:43:23.395Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||INFO|500||Successfully created activitySpec VNFUnlockActivity
2023-03-01T05:43:23.510Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/c28e14f40844403999b4c58c46004b94/versions/latest/actions|INFO|500||Invoke
2023-03-01T05:43:23.513Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/c28e14f40844403999b4c58c46004b94/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/c28e14f40844403999b4c58c46004b94/versions/latest/actions with request headers:{X-RequestID=[26a30200-08ec-4fff-9de8-61f7bc4603f2], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[9b239f99-d8f6-425f-ade7-b7402dd61be9], X-ECOMP-RequestID=[26a30200-08ec-4fff-9de8-61f7bc4603f2], X-TransactionID=[26a30200-08ec-4fff-9de8-61f7bc4603f2], X-ONAP-RequestID=[26a30200-08ec-4fff-9de8-61f7bc4603f2], Content-Type=[application/json]}
2023-03-01T05:43:23.516Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/c28e14f40844403999b4c58c46004b94/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-03-01T05:43:23.802Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/c28e14f40844403999b4c58c46004b94/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/c28e14f40844403999b4c58c46004b94/versions/latest/actions has http status code:200 and response headers:{Server=[Jetty(9.4.33.v20201020)], Content-Length=[0], Date=[Wed, 01 Mar 2023 05:43:23 GMT]}
2023-03-01T05:43:23.804Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/c28e14f40844403999b4c58c46004b94/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-03-01T05:43:23.805Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/c28e14f40844403999b4c58c46004b94/versions/latest/actions|INFO|500||InvokeReturn
2023-03-01T05:43:23.806Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||INFO|500||Successfully certified activitySpec VNFUnlockActivity
2023-03-01T05:43:23.806Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||DEBUG|500||Attempting to create activity VNFStopActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2023-03-01T05:43:23.901Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC||DEBUG|500||Sending HTTP POST to:http://sdc-wfd-be:8080/v1.0/activity-spec with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-01T05:43:23.904Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-01T05:43:23.906Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFStopActivity","description":"Activity Stop on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}
2023-03-01T05:43:24.097Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-01T05:43:24.098Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{Transfer-Encoding=[chunked], Server=[Jetty(9.4.33.v20201020)], Date=[Wed, 01 Mar 2023 05:43:23 GMT], Content-Type=[application/json;charset=utf-8]}
2023-03-01T05:43:24.103Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||DEBUG|500||{"id":"cffd8f3a0b3e4d93bcfd580e474dd7c6","versionId":"577ea23d06ac4c0994c94a87b5dc6196"}
2023-03-01T05:43:24.106Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||INFO|500||Successfully created activitySpec VNFStopActivity
2023-03-01T05:43:24.176Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/cffd8f3a0b3e4d93bcfd580e474dd7c6/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-01T05:43:24.178Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/cffd8f3a0b3e4d93bcfd580e474dd7c6/versions/latest/actions|INFO|500||Invoke
2023-03-01T05:43:24.180Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/cffd8f3a0b3e4d93bcfd580e474dd7c6/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-03-01T05:43:24.432Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/cffd8f3a0b3e4d93bcfd580e474dd7c6/versions/latest/actions|INFO|500||InvokeReturn
2023-03-01T05:43:24.435Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/cffd8f3a0b3e4d93bcfd580e474dd7c6/versions/latest/actions has http status code:200 and response headers:{Server=[Jetty(9.4.33.v20201020)], Content-Length=[0], Date=[Wed, 01 Mar 2023 05:43:24 GMT]}
2023-03-01T05:43:24.438Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||DEBUG|500||Response was returned with an empty entity.
2023-03-01T05:43:24.439Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||INFO|500||Successfully certified activitySpec VNFStopActivity
2023-03-01T05:43:24.439Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||DEBUG|500||Attempting to create activity VNFStartActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2023-03-01T05:43:24.567Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-01T05:43:24.569Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|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=[26a30200-08ec-4fff-9de8-61f7bc4603f2], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[fc8e1933-6a40-4364-bae7-763d5d114be7], X-ECOMP-RequestID=[26a30200-08ec-4fff-9de8-61f7bc4603f2], X-TransactionID=[26a30200-08ec-4fff-9de8-61f7bc4603f2], X-ONAP-RequestID=[26a30200-08ec-4fff-9de8-61f7bc4603f2], Content-Type=[application/json]}
2023-03-01T05:43:24.572Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFStartActivity","description":"Activity Start on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}
2023-03-01T05:43:24.733Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{Transfer-Encoding=[chunked], Server=[Jetty(9.4.33.v20201020)], Date=[Wed, 01 Mar 2023 05:43:24 GMT], Content-Type=[application/json;charset=utf-8]}
2023-03-01T05:43:24.742Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"6a7f56314a294b79932131f3337bef9b","versionId":"8f108ac6d00a455fb953eb9eec055d82"}
2023-03-01T05:43:24.743Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-01T05:43:24.766Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||INFO|500||Successfully created activitySpec VNFStartActivity
2023-03-01T05:43:24.849Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/6a7f56314a294b79932131f3337bef9b/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-01T05:43:24.851Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6a7f56314a294b79932131f3337bef9b/versions/latest/actions|INFO|500||Invoke
2023-03-01T05:43:24.853Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6a7f56314a294b79932131f3337bef9b/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-03-01T05:43:25.125Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6a7f56314a294b79932131f3337bef9b/versions/latest/actions|INFO|500||InvokeReturn
2023-03-01T05:43:25.126Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/6a7f56314a294b79932131f3337bef9b/versions/latest/actions has http status code:200 and response headers:{Server=[Jetty(9.4.33.v20201020)], Content-Length=[0], Date=[Wed, 01 Mar 2023 05:43:24 GMT]}
2023-03-01T05:43:25.126Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||DEBUG|500||Response was returned with an empty entity.
2023-03-01T05:43:25.127Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||INFO|500||Successfully certified activitySpec VNFStartActivity
2023-03-01T05:43:25.127Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||DEBUG|500||Attempting to create activity VNFSnapShotActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2023-03-01T05:43:25.281Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC||DEBUG|500||Sending HTTP POST to:http://sdc-wfd-be:8080/v1.0/activity-spec with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-01T05:43:25.285Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-01T05:43:25.288Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFSnapShotActivity","description":"Activity Snap Shot on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}
2023-03-01T05:43:25.478Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-01T05:43:25.479Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{Transfer-Encoding=[chunked], Server=[Jetty(9.4.33.v20201020)], Date=[Wed, 01 Mar 2023 05:43:25 GMT], Content-Type=[application/json;charset=utf-8]}
2023-03-01T05:43:25.482Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||DEBUG|500||{"id":"58266ee71f494a5d9857f5eb0fd61bcd","versionId":"76f93594848a42e59dcdf2cecd174781"}
2023-03-01T05:43:25.487Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||INFO|500||Successfully created activitySpec VNFSnapShotActivity
2023-03-01T05:43:25.595Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/58266ee71f494a5d9857f5eb0fd61bcd/versions/latest/actions|INFO|500||Invoke
2023-03-01T05:43:25.596Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/58266ee71f494a5d9857f5eb0fd61bcd/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/58266ee71f494a5d9857f5eb0fd61bcd/versions/latest/actions with request headers:{X-RequestID=[26a30200-08ec-4fff-9de8-61f7bc4603f2], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[bc133fe6-cb93-450c-aef5-a24b0ef05f37], X-ECOMP-RequestID=[26a30200-08ec-4fff-9de8-61f7bc4603f2], X-TransactionID=[26a30200-08ec-4fff-9de8-61f7bc4603f2], X-ONAP-RequestID=[26a30200-08ec-4fff-9de8-61f7bc4603f2], Content-Type=[application/json]}
2023-03-01T05:43:25.599Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/58266ee71f494a5d9857f5eb0fd61bcd/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-03-01T05:43:26.053Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/58266ee71f494a5d9857f5eb0fd61bcd/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/58266ee71f494a5d9857f5eb0fd61bcd/versions/latest/actions has http status code:200 and response headers:{Server=[Jetty(9.4.33.v20201020)], Content-Length=[0], Date=[Wed, 01 Mar 2023 05:43:25 GMT]}
2023-03-01T05:43:26.054Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/58266ee71f494a5d9857f5eb0fd61bcd/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-03-01T05:43:26.059Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/58266ee71f494a5d9857f5eb0fd61bcd/versions/latest/actions|INFO|500||InvokeReturn
2023-03-01T05:43:26.060Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||INFO|500||Successfully certified activitySpec VNFSnapShotActivity
2023-03-01T05:43:26.061Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||DEBUG|500||Attempting to create activity FlowCompleteActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2023-03-01T05:43:26.247Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC||DEBUG|500||Sending HTTP POST to:http://sdc-wfd-be:8080/v1.0/activity-spec with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-01T05:43:26.249Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-01T05:43:26.252Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"FlowCompleteActivity","description":"Activity Complete on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}
2023-03-01T05:43:26.415Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-01T05:43:26.417Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{Transfer-Encoding=[chunked], Server=[Jetty(9.4.33.v20201020)], Date=[Wed, 01 Mar 2023 05:43:26 GMT], Content-Type=[application/json;charset=utf-8]}
2023-03-01T05:43:26.419Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||DEBUG|500||{"id":"fe38f7fb0aaf477480018e47968767e6","versionId":"ba689157019f43e38dc1584f1bd99886"}
2023-03-01T05:43:26.423Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||INFO|500||Successfully created activitySpec FlowCompleteActivity
2023-03-01T05:43:26.547Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/fe38f7fb0aaf477480018e47968767e6/versions/latest/actions|INFO|500||Invoke
2023-03-01T05:43:26.552Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/fe38f7fb0aaf477480018e47968767e6/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/fe38f7fb0aaf477480018e47968767e6/versions/latest/actions with request headers:{X-RequestID=[26a30200-08ec-4fff-9de8-61f7bc4603f2], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[727deaf2-e515-471f-bb72-b684f8a8b6a2], X-ECOMP-RequestID=[26a30200-08ec-4fff-9de8-61f7bc4603f2], X-TransactionID=[26a30200-08ec-4fff-9de8-61f7bc4603f2], X-ONAP-RequestID=[26a30200-08ec-4fff-9de8-61f7bc4603f2], Content-Type=[application/json]}
2023-03-01T05:43:26.555Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/fe38f7fb0aaf477480018e47968767e6/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-03-01T05:43:26.784Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/fe38f7fb0aaf477480018e47968767e6/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/fe38f7fb0aaf477480018e47968767e6/versions/latest/actions has http status code:200 and response headers:{Server=[Jetty(9.4.33.v20201020)], Content-Length=[0], Date=[Wed, 01 Mar 2023 05:43:26 GMT]}
2023-03-01T05:43:26.785Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/fe38f7fb0aaf477480018e47968767e6/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-03-01T05:43:26.786Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/fe38f7fb0aaf477480018e47968767e6/versions/latest/actions|INFO|500||InvokeReturn
2023-03-01T05:43:26.786Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||INFO|500||Successfully certified activitySpec FlowCompleteActivity
2023-03-01T05:43:26.786Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||DEBUG|500||Attempting to create activity PauseForManualTaskActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2023-03-01T05:43:26.882Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-01T05:43:26.883Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|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=[26a30200-08ec-4fff-9de8-61f7bc4603f2], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[6f2779d3-1970-4bf1-a416-382d0efb9b37], X-ECOMP-RequestID=[26a30200-08ec-4fff-9de8-61f7bc4603f2], X-TransactionID=[26a30200-08ec-4fff-9de8-61f7bc4603f2], X-ONAP-RequestID=[26a30200-08ec-4fff-9de8-61f7bc4603f2], Content-Type=[application/json]}
2023-03-01T05:43:26.884Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"PauseForManualTaskActivity","description":"Activity Pause For Manual Task on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}
2023-03-01T05:43:27.033Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{Transfer-Encoding=[chunked], Server=[Jetty(9.4.33.v20201020)], Date=[Wed, 01 Mar 2023 05:43:26 GMT], Content-Type=[application/json;charset=utf-8]}
2023-03-01T05:43:27.035Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"b5f67ed219cb42dc841059c19c238a19","versionId":"b69351c83ae546a0a77107baf18c2810"}
2023-03-01T05:43:27.037Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-01T05:43:27.040Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||INFO|500||Successfully created activitySpec PauseForManualTaskActivity
2023-03-01T05:43:27.406Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b5f67ed219cb42dc841059c19c238a19/versions/latest/actions|INFO|500||Invoke
2023-03-01T05:43:27.407Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b5f67ed219cb42dc841059c19c238a19/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/b5f67ed219cb42dc841059c19c238a19/versions/latest/actions with request headers:{X-RequestID=[26a30200-08ec-4fff-9de8-61f7bc4603f2], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[df3d92ac-22d2-4309-b5ab-776885e94080], X-ECOMP-RequestID=[26a30200-08ec-4fff-9de8-61f7bc4603f2], X-TransactionID=[26a30200-08ec-4fff-9de8-61f7bc4603f2], X-ONAP-RequestID=[26a30200-08ec-4fff-9de8-61f7bc4603f2], Content-Type=[application/json]}
2023-03-01T05:43:27.417Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b5f67ed219cb42dc841059c19c238a19/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-03-01T05:43:27.659Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b5f67ed219cb42dc841059c19c238a19/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/b5f67ed219cb42dc841059c19c238a19/versions/latest/actions has http status code:200 and response headers:{Server=[Jetty(9.4.33.v20201020)], Content-Length=[0], Date=[Wed, 01 Mar 2023 05:43:27 GMT]}
2023-03-01T05:43:27.660Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b5f67ed219cb42dc841059c19c238a19/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-03-01T05:43:27.661Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b5f67ed219cb42dc841059c19c238a19/versions/latest/actions|INFO|500||InvokeReturn
2023-03-01T05:43:27.661Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||INFO|500||Successfully certified activitySpec PauseForManualTaskActivity
2023-03-01T05:43:27.662Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||DEBUG|500||Attempting to create activity DistributeTrafficActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2023-03-01T05:43:27.718Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC||DEBUG|500||Sending HTTP POST to:http://sdc-wfd-be:8080/v1.0/activity-spec with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-01T05:43:27.720Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-01T05:43:27.721Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"DistributeTrafficActivity","description":"Activity Distribute Traffic on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}
2023-03-01T05:43:27.882Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-01T05:43:27.883Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{Transfer-Encoding=[chunked], Server=[Jetty(9.4.33.v20201020)], Date=[Wed, 01 Mar 2023 05:43:27 GMT], Content-Type=[application/json;charset=utf-8]}
2023-03-01T05:43:27.886Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||DEBUG|500||{"id":"82fbec213c454be2bc40744598543a3a","versionId":"4442b6beb27f4d62bdfd9ae6fbaed178"}
2023-03-01T05:43:27.890Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||INFO|500||Successfully created activitySpec DistributeTrafficActivity
2023-03-01T05:43:27.972Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/82fbec213c454be2bc40744598543a3a/versions/latest/actions|INFO|500||Invoke
2023-03-01T05:43:27.974Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/82fbec213c454be2bc40744598543a3a/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/82fbec213c454be2bc40744598543a3a/versions/latest/actions with request headers:{X-RequestID=[26a30200-08ec-4fff-9de8-61f7bc4603f2], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[af35774f-401a-445d-863b-9fb0a70c429f], X-ECOMP-RequestID=[26a30200-08ec-4fff-9de8-61f7bc4603f2], X-TransactionID=[26a30200-08ec-4fff-9de8-61f7bc4603f2], X-ONAP-RequestID=[26a30200-08ec-4fff-9de8-61f7bc4603f2], Content-Type=[application/json]}
2023-03-01T05:43:27.977Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/82fbec213c454be2bc40744598543a3a/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-03-01T05:43:28.185Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/82fbec213c454be2bc40744598543a3a/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/82fbec213c454be2bc40744598543a3a/versions/latest/actions has http status code:200 and response headers:{Server=[Jetty(9.4.33.v20201020)], Content-Length=[0], Date=[Wed, 01 Mar 2023 05:43:28 GMT]}
2023-03-01T05:43:28.186Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/82fbec213c454be2bc40744598543a3a/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-03-01T05:43:28.187Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/82fbec213c454be2bc40744598543a3a/versions/latest/actions|INFO|500||InvokeReturn
2023-03-01T05:43:28.188Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||INFO|500||Successfully certified activitySpec DistributeTrafficActivity
2023-03-01T05:43:28.188Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||DEBUG|500||Attempting to create activity DistributeTrafficCheckActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2023-03-01T05:43:28.262Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC||DEBUG|500||Sending HTTP POST to:http://sdc-wfd-be:8080/v1.0/activity-spec with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-01T05:43:28.265Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-01T05:43:28.266Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"DistributeTrafficCheckActivity","description":"Activity Distribute Traffic Check on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}
2023-03-01T05:43:28.416Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-01T05:43:28.417Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{Transfer-Encoding=[chunked], Server=[Jetty(9.4.33.v20201020)], Date=[Wed, 01 Mar 2023 05:43:28 GMT], Content-Type=[application/json;charset=utf-8]}
2023-03-01T05:43:28.420Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||DEBUG|500||{"id":"1010a780d9fa4e1396055f15c1423ce9","versionId":"5c177ef7aa2f4f8cac7e0ebeaadbc80f"}
2023-03-01T05:43:28.424Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||INFO|500||Successfully created activitySpec DistributeTrafficCheckActivity
2023-03-01T05:43:28.484Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/1010a780d9fa4e1396055f15c1423ce9/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-01T05:43:28.486Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/1010a780d9fa4e1396055f15c1423ce9/versions/latest/actions|INFO|500||Invoke
2023-03-01T05:43:28.488Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/1010a780d9fa4e1396055f15c1423ce9/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-03-01T05:43:28.724Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/1010a780d9fa4e1396055f15c1423ce9/versions/latest/actions|INFO|500||InvokeReturn
2023-03-01T05:43:28.726Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/1010a780d9fa4e1396055f15c1423ce9/versions/latest/actions has http status code:200 and response headers:{Server=[Jetty(9.4.33.v20201020)], Content-Length=[0], Date=[Wed, 01 Mar 2023 05:43:28 GMT]}
2023-03-01T05:43:28.726Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||DEBUG|500||Response was returned with an empty entity.
2023-03-01T05:43:28.727Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||INFO|500||Successfully certified activitySpec DistributeTrafficCheckActivity
2023-03-01T05:43:28.727Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||DEBUG|500||Attempting to create activity VNFHealthCheckActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2023-03-01T05:43:28.831Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-01T05:43:28.832Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|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=[26a30200-08ec-4fff-9de8-61f7bc4603f2], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[553d1ec6-6b57-4ed0-a3e2-fec933be8146], X-ECOMP-RequestID=[26a30200-08ec-4fff-9de8-61f7bc4603f2], X-TransactionID=[26a30200-08ec-4fff-9de8-61f7bc4603f2], X-ONAP-RequestID=[26a30200-08ec-4fff-9de8-61f7bc4603f2], Content-Type=[application/json]}
2023-03-01T05:43:28.834Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFHealthCheckActivity","description":"Activity Health Check on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}
2023-03-01T05:43:28.998Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{Transfer-Encoding=[chunked], Server=[Jetty(9.4.33.v20201020)], Date=[Wed, 01 Mar 2023 05:43:28 GMT], Content-Type=[application/json;charset=utf-8]}
2023-03-01T05:43:29.000Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"1f3dcbdc6da6414c81c38a355f62b34a","versionId":"ca617a5b6c1941f2934ee4cea954b53e"}
2023-03-01T05:43:29.001Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-01T05:43:29.007Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||INFO|500||Successfully created activitySpec VNFHealthCheckActivity
2023-03-01T05:43:29.073Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/1f3dcbdc6da6414c81c38a355f62b34a/versions/latest/actions|INFO|500||Invoke
2023-03-01T05:43:29.074Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/1f3dcbdc6da6414c81c38a355f62b34a/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/1f3dcbdc6da6414c81c38a355f62b34a/versions/latest/actions with request headers:{X-RequestID=[26a30200-08ec-4fff-9de8-61f7bc4603f2], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[66dada35-7abf-4659-936b-3141190d75dd], X-ECOMP-RequestID=[26a30200-08ec-4fff-9de8-61f7bc4603f2], X-TransactionID=[26a30200-08ec-4fff-9de8-61f7bc4603f2], X-ONAP-RequestID=[26a30200-08ec-4fff-9de8-61f7bc4603f2], Content-Type=[application/json]}
2023-03-01T05:43:29.076Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/1f3dcbdc6da6414c81c38a355f62b34a/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-03-01T05:43:29.334Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/1f3dcbdc6da6414c81c38a355f62b34a/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/1f3dcbdc6da6414c81c38a355f62b34a/versions/latest/actions has http status code:200 and response headers:{Server=[Jetty(9.4.33.v20201020)], Content-Length=[0], Date=[Wed, 01 Mar 2023 05:43:29 GMT]}
2023-03-01T05:43:29.335Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/1f3dcbdc6da6414c81c38a355f62b34a/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-03-01T05:43:29.338Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/1f3dcbdc6da6414c81c38a355f62b34a/versions/latest/actions|INFO|500||InvokeReturn
2023-03-01T05:43:29.339Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||INFO|500||Successfully certified activitySpec VNFHealthCheckActivity
2023-03-01T05:43:29.339Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||DEBUG|500||Attempting to create activity VNFQuiesceTrafficActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2023-03-01T05:43:29.430Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-01T05:43:29.432Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|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=[26a30200-08ec-4fff-9de8-61f7bc4603f2], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[012f2416-b40a-4e3d-9d64-caa3df7489cf], X-ECOMP-RequestID=[26a30200-08ec-4fff-9de8-61f7bc4603f2], X-TransactionID=[26a30200-08ec-4fff-9de8-61f7bc4603f2], X-ONAP-RequestID=[26a30200-08ec-4fff-9de8-61f7bc4603f2], Content-Type=[application/json]}
2023-03-01T05:43:29.434Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFQuiesceTrafficActivity","description":"Activity Quiesce Traffic on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}
2023-03-01T05:43:29.697Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{Transfer-Encoding=[chunked], Server=[Jetty(9.4.33.v20201020)], Date=[Wed, 01 Mar 2023 05:43:29 GMT], Content-Type=[application/json;charset=utf-8]}
2023-03-01T05:43:29.699Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"63007cc611ac4733a04ccb9eb624c6b1","versionId":"8c34fcd769ac451f8b84164a85f127c6"}
2023-03-01T05:43:29.700Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-01T05:43:29.703Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||INFO|500||Successfully created activitySpec VNFQuiesceTrafficActivity
2023-03-01T05:43:29.765Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/63007cc611ac4733a04ccb9eb624c6b1/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-01T05:43:29.767Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/63007cc611ac4733a04ccb9eb624c6b1/versions/latest/actions|INFO|500||Invoke
2023-03-01T05:43:29.769Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/63007cc611ac4733a04ccb9eb624c6b1/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-03-01T05:43:30.192Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/63007cc611ac4733a04ccb9eb624c6b1/versions/latest/actions|INFO|500||InvokeReturn
2023-03-01T05:43:30.193Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/63007cc611ac4733a04ccb9eb624c6b1/versions/latest/actions has http status code:200 and response headers:{Server=[Jetty(9.4.33.v20201020)], Content-Length=[0], Date=[Wed, 01 Mar 2023 05:43:29 GMT]}
2023-03-01T05:43:30.193Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||DEBUG|500||Response was returned with an empty entity.
2023-03-01T05:43:30.193Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||INFO|500||Successfully certified activitySpec VNFQuiesceTrafficActivity
2023-03-01T05:43:30.194Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||DEBUG|500||Attempting to create activity VNFResumeTrafficActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2023-03-01T05:43:30.282Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC||DEBUG|500||Sending HTTP POST to:http://sdc-wfd-be:8080/v1.0/activity-spec with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-01T05:43:30.284Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-01T05:43:30.285Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFResumeTrafficActivity","description":"Activity Resume Traffic on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}
2023-03-01T05:43:30.676Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-01T05:43:30.695Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{Transfer-Encoding=[chunked], Server=[Jetty(9.4.33.v20201020)], Date=[Wed, 01 Mar 2023 05:43:30 GMT], Content-Type=[application/json;charset=utf-8]}
2023-03-01T05:43:30.697Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||DEBUG|500||{"id":"8667afe029f34665a7fe29b4442a7f7b","versionId":"2af32783540b40e9bcbd624d5157ad19"}
2023-03-01T05:43:30.701Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||INFO|500||Successfully created activitySpec VNFResumeTrafficActivity
2023-03-01T05:43:30.798Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/8667afe029f34665a7fe29b4442a7f7b/versions/latest/actions|INFO|500||Invoke
2023-03-01T05:43:30.799Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/8667afe029f34665a7fe29b4442a7f7b/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/8667afe029f34665a7fe29b4442a7f7b/versions/latest/actions with request headers:{X-RequestID=[26a30200-08ec-4fff-9de8-61f7bc4603f2], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[1efc7e33-5c23-465e-b09f-8d7a0feff7a0], X-ECOMP-RequestID=[26a30200-08ec-4fff-9de8-61f7bc4603f2], X-TransactionID=[26a30200-08ec-4fff-9de8-61f7bc4603f2], X-ONAP-RequestID=[26a30200-08ec-4fff-9de8-61f7bc4603f2], Content-Type=[application/json]}
2023-03-01T05:43:30.800Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/8667afe029f34665a7fe29b4442a7f7b/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-03-01T05:43:31.208Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/8667afe029f34665a7fe29b4442a7f7b/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/8667afe029f34665a7fe29b4442a7f7b/versions/latest/actions has http status code:200 and response headers:{Server=[Jetty(9.4.33.v20201020)], Content-Length=[0], Date=[Wed, 01 Mar 2023 05:43:30 GMT]}
2023-03-01T05:43:31.209Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/8667afe029f34665a7fe29b4442a7f7b/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-03-01T05:43:31.210Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/8667afe029f34665a7fe29b4442a7f7b/versions/latest/actions|INFO|500||InvokeReturn
2023-03-01T05:43:31.210Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||INFO|500||Successfully certified activitySpec VNFResumeTrafficActivity
2023-03-01T05:43:31.210Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||DEBUG|500||Attempting to create activity VNFUnsetInMaintFlagActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2023-03-01T05:43:31.276Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-01T05:43:31.277Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|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=[26a30200-08ec-4fff-9de8-61f7bc4603f2], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[41c080c7-9ce2-4a0a-8d60-ecb04d8691a3], X-ECOMP-RequestID=[26a30200-08ec-4fff-9de8-61f7bc4603f2], X-TransactionID=[26a30200-08ec-4fff-9de8-61f7bc4603f2], X-ONAP-RequestID=[26a30200-08ec-4fff-9de8-61f7bc4603f2], Content-Type=[application/json]}
2023-03-01T05:43:31.280Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFUnsetInMaintFlagActivity","description":"Activity Unset InMaint Flag on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}
2023-03-01T05:43:31.557Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{Transfer-Encoding=[chunked], Server=[Jetty(9.4.33.v20201020)], Date=[Wed, 01 Mar 2023 05:43:31 GMT], Content-Type=[application/json;charset=utf-8]}
2023-03-01T05:43:31.559Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"2f6490469daf4ce193c3d5a8a144aceb","versionId":"8147d3ca124f4342b6cd6f34b3f9bc79"}
2023-03-01T05:43:31.565Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-01T05:43:31.572Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||INFO|500||Successfully created activitySpec VNFUnsetInMaintFlagActivity
2023-03-01T05:43:31.642Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/2f6490469daf4ce193c3d5a8a144aceb/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-01T05:43:31.643Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/2f6490469daf4ce193c3d5a8a144aceb/versions/latest/actions|INFO|500||Invoke
2023-03-01T05:43:31.645Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/2f6490469daf4ce193c3d5a8a144aceb/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-03-01T05:43:32.065Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/2f6490469daf4ce193c3d5a8a144aceb/versions/latest/actions|INFO|500||InvokeReturn
2023-03-01T05:43:32.066Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/2f6490469daf4ce193c3d5a8a144aceb/versions/latest/actions has http status code:200 and response headers:{Server=[Jetty(9.4.33.v20201020)], Content-Length=[0], Date=[Wed, 01 Mar 2023 05:43:31 GMT]}
2023-03-01T05:43:32.066Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||DEBUG|500||Response was returned with an empty entity.
2023-03-01T05:43:32.067Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||INFO|500||Successfully certified activitySpec VNFUnsetInMaintFlagActivity
2023-03-01T05:43:32.067Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||DEBUG|500||Attempting to create activity VNFUpgradeBackupActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2023-03-01T05:43:32.149Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-01T05:43:32.150Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|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=[26a30200-08ec-4fff-9de8-61f7bc4603f2], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[dd1efd1f-4ebb-4065-955c-1161c45539a4], X-ECOMP-RequestID=[26a30200-08ec-4fff-9de8-61f7bc4603f2], X-TransactionID=[26a30200-08ec-4fff-9de8-61f7bc4603f2], X-ONAP-RequestID=[26a30200-08ec-4fff-9de8-61f7bc4603f2], Content-Type=[application/json]}
2023-03-01T05:43:32.152Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFUpgradeBackupActivity","description":"Activity Upgrade Backup on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}
2023-03-01T05:43:32.369Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{Transfer-Encoding=[chunked], Server=[Jetty(9.4.33.v20201020)], Date=[Wed, 01 Mar 2023 05:43:32 GMT], Content-Type=[application/json;charset=utf-8]}
2023-03-01T05:43:32.372Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"10eb43600bbb49a0b077a43cc783d196","versionId":"73da77f5dd41497795b49e4745592988"}
2023-03-01T05:43:32.373Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-01T05:43:32.381Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||INFO|500||Successfully created activitySpec VNFUpgradeBackupActivity
2023-03-01T05:43:32.450Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/10eb43600bbb49a0b077a43cc783d196/versions/latest/actions|INFO|500||Invoke
2023-03-01T05:43:32.451Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/10eb43600bbb49a0b077a43cc783d196/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/10eb43600bbb49a0b077a43cc783d196/versions/latest/actions with request headers:{X-RequestID=[26a30200-08ec-4fff-9de8-61f7bc4603f2], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[5e184e2d-a36f-4e44-b137-a93822903b38], X-ECOMP-RequestID=[26a30200-08ec-4fff-9de8-61f7bc4603f2], X-TransactionID=[26a30200-08ec-4fff-9de8-61f7bc4603f2], X-ONAP-RequestID=[26a30200-08ec-4fff-9de8-61f7bc4603f2], Content-Type=[application/json]}
2023-03-01T05:43:32.453Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/10eb43600bbb49a0b077a43cc783d196/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-03-01T05:43:32.712Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/10eb43600bbb49a0b077a43cc783d196/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/10eb43600bbb49a0b077a43cc783d196/versions/latest/actions has http status code:200 and response headers:{Server=[Jetty(9.4.33.v20201020)], Content-Length=[0], Date=[Wed, 01 Mar 2023 05:43:32 GMT]}
2023-03-01T05:43:32.713Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/10eb43600bbb49a0b077a43cc783d196/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-03-01T05:43:32.714Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/10eb43600bbb49a0b077a43cc783d196/versions/latest/actions|INFO|500||InvokeReturn
2023-03-01T05:43:32.714Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||INFO|500||Successfully certified activitySpec VNFUpgradeBackupActivity
2023-03-01T05:43:32.715Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||DEBUG|500||Attempting to create activity VNFUpgradePostCheckActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2023-03-01T05:43:32.787Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC||DEBUG|500||Sending HTTP POST to:http://sdc-wfd-be:8080/v1.0/activity-spec with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-01T05:43:32.789Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-01T05:43:32.790Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFUpgradePostCheckActivity","description":"Activity Upgrade Post Check on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}
2023-03-01T05:43:32.984Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-01T05:43:32.985Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{Transfer-Encoding=[chunked], Server=[Jetty(9.4.33.v20201020)], Date=[Wed, 01 Mar 2023 05:43:32 GMT], Content-Type=[application/json;charset=utf-8]}
2023-03-01T05:43:32.986Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||DEBUG|500||{"id":"e7ec4baee03649f59f650e64ed722c7c","versionId":"aee957e982234835a5771996f7cea0dc"}
2023-03-01T05:43:32.991Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||INFO|500||Successfully created activitySpec VNFUpgradePostCheckActivity
2023-03-01T05:43:33.062Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/e7ec4baee03649f59f650e64ed722c7c/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-01T05:43:33.063Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e7ec4baee03649f59f650e64ed722c7c/versions/latest/actions|INFO|500||Invoke
2023-03-01T05:43:33.065Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e7ec4baee03649f59f650e64ed722c7c/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-03-01T05:43:33.278Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e7ec4baee03649f59f650e64ed722c7c/versions/latest/actions|INFO|500||InvokeReturn
2023-03-01T05:43:33.279Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/e7ec4baee03649f59f650e64ed722c7c/versions/latest/actions has http status code:200 and response headers:{Server=[Jetty(9.4.33.v20201020)], Content-Length=[0], Date=[Wed, 01 Mar 2023 05:43:33 GMT]}
2023-03-01T05:43:33.280Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||DEBUG|500||Response was returned with an empty entity.
2023-03-01T05:43:33.280Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||INFO|500||Successfully certified activitySpec VNFUpgradePostCheckActivity
2023-03-01T05:43:33.280Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||DEBUG|500||Attempting to create activity VNFUpgradePreCheckActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2023-03-01T05:43:33.334Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC||DEBUG|500||Sending HTTP POST to:http://sdc-wfd-be:8080/v1.0/activity-spec with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-01T05:43:33.335Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-01T05:43:33.339Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFUpgradePreCheckActivity","description":"Activity Upgrade PreCheck on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}
2023-03-01T05:43:33.488Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-01T05:43:33.490Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{Transfer-Encoding=[chunked], Server=[Jetty(9.4.33.v20201020)], Date=[Wed, 01 Mar 2023 05:43:33 GMT], Content-Type=[application/json;charset=utf-8]}
2023-03-01T05:43:33.490Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||DEBUG|500||{"id":"fb819faefaa94297baa140f58e1d9948","versionId":"6d03cd7879b341c9a0044faa6b166bf6"}
2023-03-01T05:43:33.493Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||INFO|500||Successfully created activitySpec VNFUpgradePreCheckActivity
2023-03-01T05:43:33.555Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/fb819faefaa94297baa140f58e1d9948/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-01T05:43:33.557Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/fb819faefaa94297baa140f58e1d9948/versions/latest/actions|INFO|500||Invoke
2023-03-01T05:43:33.559Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/fb819faefaa94297baa140f58e1d9948/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-03-01T05:43:33.796Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/fb819faefaa94297baa140f58e1d9948/versions/latest/actions|INFO|500||InvokeReturn
2023-03-01T05:43:33.796Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/fb819faefaa94297baa140f58e1d9948/versions/latest/actions has http status code:200 and response headers:{Server=[Jetty(9.4.33.v20201020)], Content-Length=[0], Date=[Wed, 01 Mar 2023 05:43:33 GMT]}
2023-03-01T05:43:33.797Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||DEBUG|500||Response was returned with an empty entity.
2023-03-01T05:43:33.797Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||INFO|500||Successfully certified activitySpec VNFUpgradePreCheckActivity
2023-03-01T05:43:33.798Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||DEBUG|500||Attempting to create activity VNFUpgradeSoftwareActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2023-03-01T05:43:33.894Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC||DEBUG|500||Sending HTTP POST to:http://sdc-wfd-be:8080/v1.0/activity-spec with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-01T05:43:33.898Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-01T05:43:33.900Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFUpgradeSoftwareActivity","description":"Activity UpgradeS oftware on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}
2023-03-01T05:43:34.082Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-01T05:43:34.083Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{Transfer-Encoding=[chunked], Server=[Jetty(9.4.33.v20201020)], Date=[Wed, 01 Mar 2023 05:43:33 GMT], Content-Type=[application/json;charset=utf-8]}
2023-03-01T05:43:34.090Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||DEBUG|500||{"id":"1b8e76ed588b4ce99e972c85593a6088","versionId":"2399d248dd764fd38c221e0f8b2c1314"}
2023-03-01T05:43:34.102Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||INFO|500||Successfully created activitySpec VNFUpgradeSoftwareActivity
2023-03-01T05:43:34.147Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/1b8e76ed588b4ce99e972c85593a6088/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-01T05:43:34.148Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/1b8e76ed588b4ce99e972c85593a6088/versions/latest/actions|INFO|500||Invoke
2023-03-01T05:43:34.150Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/1b8e76ed588b4ce99e972c85593a6088/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-03-01T05:43:34.409Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/1b8e76ed588b4ce99e972c85593a6088/versions/latest/actions|INFO|500||InvokeReturn
2023-03-01T05:43:34.409Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/1b8e76ed588b4ce99e972c85593a6088/versions/latest/actions has http status code:200 and response headers:{Server=[Jetty(9.4.33.v20201020)], Content-Length=[0], Date=[Wed, 01 Mar 2023 05:43:34 GMT]}
2023-03-01T05:43:34.410Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||DEBUG|500||Response was returned with an empty entity.
2023-03-01T05:43:34.410Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||INFO|500||Successfully certified activitySpec VNFUpgradeSoftwareActivity
2023-03-01T05:43:34.410Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||DEBUG|500||Attempting to create activity VnfInPlaceSoftwareUpdate
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2023-03-01T05:43:34.481Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-01T05:43:34.481Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|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=[26a30200-08ec-4fff-9de8-61f7bc4603f2], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[fdf1249f-ce47-4e29-b9b0-5003c68fb4d8], X-ECOMP-RequestID=[26a30200-08ec-4fff-9de8-61f7bc4603f2], X-TransactionID=[26a30200-08ec-4fff-9de8-61f7bc4603f2], X-ONAP-RequestID=[26a30200-08ec-4fff-9de8-61f7bc4603f2], Content-Type=[application/json]}
2023-03-01T05:43:34.483Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VnfInPlaceSoftwareUpdate","description":"Activity InPlace Software Update on VNF","categoryList":["VNF"]}
2023-03-01T05:43:34.701Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{Transfer-Encoding=[chunked], Server=[Jetty(9.4.33.v20201020)], Date=[Wed, 01 Mar 2023 05:43:34 GMT], Content-Type=[application/json;charset=utf-8]}
2023-03-01T05:43:34.702Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"40cb807bbafc48d2b9adf5bc44593df2","versionId":"4ba2eee90b0f40a5ac9946e6567b2001"}
2023-03-01T05:43:34.703Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-01T05:43:34.708Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||INFO|500||Successfully created activitySpec VnfInPlaceSoftwareUpdate
2023-03-01T05:43:34.800Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/40cb807bbafc48d2b9adf5bc44593df2/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-01T05:43:34.802Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/40cb807bbafc48d2b9adf5bc44593df2/versions/latest/actions|INFO|500||Invoke
2023-03-01T05:43:34.820Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/40cb807bbafc48d2b9adf5bc44593df2/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-03-01T05:43:35.040Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/40cb807bbafc48d2b9adf5bc44593df2/versions/latest/actions|INFO|500||InvokeReturn
2023-03-01T05:43:35.041Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/40cb807bbafc48d2b9adf5bc44593df2/versions/latest/actions has http status code:200 and response headers:{Server=[Jetty(9.4.33.v20201020)], Content-Length=[0], Date=[Wed, 01 Mar 2023 05:43:34 GMT]}
2023-03-01T05:43:35.041Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||DEBUG|500||Response was returned with an empty entity.
2023-03-01T05:43:35.042Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||INFO|500||Successfully certified activitySpec VnfInPlaceSoftwareUpdate
2023-03-01T05:43:43.990Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2023-03-01T05:43:51.432Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||WARN|500||---
2023-03-01T05:43:51.433Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-03-01T05:43:51.433Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||WARN|500||---
2023-03-01T05:43:52.161Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-03-01T05:44:04.503Z|26a30200-08ec-4fff-9de8-61f7bc4603f2|main|||||INFO|500||Started Application in 125.341 seconds (JVM running for 132.366)
2023-03-01T05:44:04.651Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-03-01T05:44:04.673Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-03-01T05:44:04.706Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-03-01T05:44:04.939Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 7fb10265-0abc-4610-9fef-2f3ed988aac5 url= /sdc/v1/artifactTypes
2023-03-01T05:44:04.972Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-03-01T05:44:05.247Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-03-01T05:44:05.360Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with SDC server
2023-03-01T05:44:05.360Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC
2023-03-01T05:44:05.361Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 76bc2d38-bb75-4f21-9d9b-a7eb5ba32115 url= /sdc/v1/distributionKafkaData
2023-03-01T05:44:05.361Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/distributionKafkaData
2023-03-01T05:44:05.444Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-03-01T05:44:05.455Z||scheduling-1|||||DEBUG|500||MessageBus cluster info retrieved successfully org.onap.sdc.utils.kafka.KafkaDataResponse@32358585
2023-03-01T05:44:05.628Z||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-6ef4b26e-8581-421c-8837-bd116ee71479
compression.type = none
connections.max.idle.ms = 540000
delivery.timeout.ms = 120000
enable.idempotence = true
interceptor.classes = []
key.serializer = class org.apache.kafka.common.serialization.StringSerializer
linger.ms = 0
max.block.ms = 60000
max.in.flight.requests.per.connection = 5
max.request.size = 1048576
metadata.max.age.ms = 300000
metadata.max.idle.ms = 300000
metric.reporters = []
metrics.num.samples = 2
metrics.recording.level = INFO
metrics.sample.window.ms = 30000
partitioner.adaptive.partitioning.enable = true
partitioner.availability.timeout.ms = 0
partitioner.class = null
partitioner.ignore.keys = false
receive.buffer.bytes = 32768
reconnect.backoff.max.ms = 1000
reconnect.backoff.ms = 50
request.timeout.ms = 30000
retries = 2147483647
retry.backoff.ms = 100
sasl.client.callback.handler.class = null
sasl.jaas.config = [hidden]
sasl.kerberos.kinit.cmd = /usr/bin/kinit
sasl.kerberos.min.time.before.relogin = 60000
sasl.kerberos.service.name = null
sasl.kerberos.ticket.renew.jitter = 0.05
sasl.kerberos.ticket.renew.window.factor = 0.8
sasl.login.callback.handler.class = null
sasl.login.class = null
sasl.login.connect.timeout.ms = null
sasl.login.read.timeout.ms = null
sasl.login.refresh.buffer.seconds = 300
sasl.login.refresh.min.period.seconds = 60
sasl.login.refresh.window.factor = 0.8
sasl.login.refresh.window.jitter = 0.05
sasl.login.retry.backoff.max.ms = 10000
sasl.login.retry.backoff.ms = 100
sasl.mechanism = SCRAM-SHA-512
sasl.oauthbearer.clock.skew.seconds = 30
sasl.oauthbearer.expected.audience = null
sasl.oauthbearer.expected.issuer = null
sasl.oauthbearer.jwks.endpoint.refresh.ms = 3600000
sasl.oauthbearer.jwks.endpoint.retry.backoff.max.ms = 10000
sasl.oauthbearer.jwks.endpoint.retry.backoff.ms = 100
sasl.oauthbearer.jwks.endpoint.url = null
sasl.oauthbearer.scope.claim.name = scope
sasl.oauthbearer.sub.claim.name = sub
sasl.oauthbearer.token.endpoint.url = null
security.protocol = SASL_PLAINTEXT
security.providers = null
send.buffer.bytes = 131072
socket.connection.setup.timeout.max.ms = 30000
socket.connection.setup.timeout.ms = 10000
ssl.cipher.suites = null
ssl.enabled.protocols = [TLSv1.2, TLSv1.3]
ssl.endpoint.identification.algorithm = https
ssl.engine.factory.class = null
ssl.key.password = null
ssl.keymanager.algorithm = SunX509
ssl.keystore.certificate.chain = null
ssl.keystore.key = null
ssl.keystore.location = null
ssl.keystore.password = null
ssl.keystore.type = JKS
ssl.protocol = TLSv1.3
ssl.provider = null
ssl.secure.random.implementation = null
ssl.trustmanager.algorithm = PKIX
ssl.truststore.certificates = null
ssl.truststore.location = null
ssl.truststore.password = null
ssl.truststore.type = JKS
transaction.timeout.ms = 60000
transactional.id = null
value.serializer = class org.apache.kafka.common.serialization.StringSerializer
2023-03-01T05:44:05.771Z||scheduling-1|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-6ef4b26e-8581-421c-8837-bd116ee71479] Instantiated an idempotent producer.
2023-03-01T05:44:05.948Z||scheduling-1|||||INFO|500||Successfully logged in.
2023-03-01T05:44:06.066Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-03-01T05:44:06.066Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-03-01T05:44:06.067Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1677649446059
2023-03-01T05:44:06.084Z||scheduling-1|||||INFO|500||start DistributionClient
2023-03-01T05:44:06.125Z||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-4a27c7b5-2640-40f2-92ad-19bebc630c50
client.rack =
connections.max.idle.ms = 540000
default.api.timeout.ms = 60000
enable.auto.commit = true
exclude.internal.topics = true
fetch.max.bytes = 52428800
fetch.max.wait.ms = 500
fetch.min.bytes = 1
group.id = so
group.instance.id = null
heartbeat.interval.ms = 3000
interceptor.classes = []
internal.leave.group.on.close = true
internal.throw.on.fetch.stable.offset.unsupported = false
isolation.level = read_uncommitted
key.deserializer = class org.apache.kafka.common.serialization.StringDeserializer
max.partition.fetch.bytes = 1048576
max.poll.interval.ms = 300000
max.poll.records = 500
metadata.max.age.ms = 300000
metric.reporters = []
metrics.num.samples = 2
metrics.recording.level = INFO
metrics.sample.window.ms = 30000
partition.assignment.strategy = [class org.apache.kafka.clients.consumer.RangeAssignor, class org.apache.kafka.clients.consumer.CooperativeStickyAssignor]
receive.buffer.bytes = 65536
reconnect.backoff.max.ms = 1000
reconnect.backoff.ms = 50
request.timeout.ms = 30000
retry.backoff.ms = 100
sasl.client.callback.handler.class = null
sasl.jaas.config = [hidden]
sasl.kerberos.kinit.cmd = /usr/bin/kinit
sasl.kerberos.min.time.before.relogin = 60000
sasl.kerberos.service.name = null
sasl.kerberos.ticket.renew.jitter = 0.05
sasl.kerberos.ticket.renew.window.factor = 0.8
sasl.login.callback.handler.class = null
sasl.login.class = null
sasl.login.connect.timeout.ms = null
sasl.login.read.timeout.ms = null
sasl.login.refresh.buffer.seconds = 300
sasl.login.refresh.min.period.seconds = 60
sasl.login.refresh.window.factor = 0.8
sasl.login.refresh.window.jitter = 0.05
sasl.login.retry.backoff.max.ms = 10000
sasl.login.retry.backoff.ms = 100
sasl.mechanism = SCRAM-SHA-512
sasl.oauthbearer.clock.skew.seconds = 30
sasl.oauthbearer.expected.audience = null
sasl.oauthbearer.expected.issuer = null
sasl.oauthbearer.jwks.endpoint.refresh.ms = 3600000
sasl.oauthbearer.jwks.endpoint.retry.backoff.max.ms = 10000
sasl.oauthbearer.jwks.endpoint.retry.backoff.ms = 100
sasl.oauthbearer.jwks.endpoint.url = null
sasl.oauthbearer.scope.claim.name = scope
sasl.oauthbearer.sub.claim.name = sub
sasl.oauthbearer.token.endpoint.url = null
security.protocol = SASL_PLAINTEXT
security.providers = null
send.buffer.bytes = 131072
session.timeout.ms = 45000
socket.connection.setup.timeout.max.ms = 30000
socket.connection.setup.timeout.ms = 10000
ssl.cipher.suites = null
ssl.enabled.protocols = [TLSv1.2, TLSv1.3]
ssl.endpoint.identification.algorithm = https
ssl.engine.factory.class = null
ssl.key.password = null
ssl.keymanager.algorithm = SunX509
ssl.keystore.certificate.chain = null
ssl.keystore.key = null
ssl.keystore.location = null
ssl.keystore.password = null
ssl.keystore.type = JKS
ssl.protocol = TLSv1.3
ssl.provider = null
ssl.secure.random.implementation = null
ssl.trustmanager.algorithm = PKIX
ssl.truststore.certificates = null
ssl.truststore.location = null
ssl.truststore.password = null
ssl.truststore.type = JKS
value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer
2023-03-01T05:44:06.295Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-03-01T05:44:06.297Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-03-01T05:44:06.298Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1677649446295
2023-03-01T05:44:06.306Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4a27c7b5-2640-40f2-92ad-19bebc630c50, groupId=so] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T05:44:06.316Z||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-2fe3e0d5-e9a8-4b06-a8f6-37c97c739f56
client.rack =
connections.max.idle.ms = 540000
default.api.timeout.ms = 60000
enable.auto.commit = true
exclude.internal.topics = true
fetch.max.bytes = 52428800
fetch.max.wait.ms = 500
fetch.min.bytes = 1
group.id = so
group.instance.id = null
heartbeat.interval.ms = 3000
interceptor.classes = []
internal.leave.group.on.close = true
internal.throw.on.fetch.stable.offset.unsupported = false
isolation.level = read_uncommitted
key.deserializer = class org.apache.kafka.common.serialization.StringDeserializer
max.partition.fetch.bytes = 1048576
max.poll.interval.ms = 300000
max.poll.records = 500
metadata.max.age.ms = 300000
metric.reporters = []
metrics.num.samples = 2
metrics.recording.level = INFO
metrics.sample.window.ms = 30000
partition.assignment.strategy = [class org.apache.kafka.clients.consumer.RangeAssignor, class org.apache.kafka.clients.consumer.CooperativeStickyAssignor]
receive.buffer.bytes = 65536
reconnect.backoff.max.ms = 1000
reconnect.backoff.ms = 50
request.timeout.ms = 30000
retry.backoff.ms = 100
sasl.client.callback.handler.class = null
sasl.jaas.config = [hidden]
sasl.kerberos.kinit.cmd = /usr/bin/kinit
sasl.kerberos.min.time.before.relogin = 60000
sasl.kerberos.service.name = null
sasl.kerberos.ticket.renew.jitter = 0.05
sasl.kerberos.ticket.renew.window.factor = 0.8
sasl.login.callback.handler.class = null
sasl.login.class = null
sasl.login.connect.timeout.ms = null
sasl.login.read.timeout.ms = null
sasl.login.refresh.buffer.seconds = 300
sasl.login.refresh.min.period.seconds = 60
sasl.login.refresh.window.factor = 0.8
sasl.login.refresh.window.jitter = 0.05
sasl.login.retry.backoff.max.ms = 10000
sasl.login.retry.backoff.ms = 100
sasl.mechanism = SCRAM-SHA-512
sasl.oauthbearer.clock.skew.seconds = 30
sasl.oauthbearer.expected.audience = null
sasl.oauthbearer.expected.issuer = null
sasl.oauthbearer.jwks.endpoint.refresh.ms = 3600000
sasl.oauthbearer.jwks.endpoint.retry.backoff.max.ms = 10000
sasl.oauthbearer.jwks.endpoint.retry.backoff.ms = 100
sasl.oauthbearer.jwks.endpoint.url = null
sasl.oauthbearer.scope.claim.name = scope
sasl.oauthbearer.sub.claim.name = sub
sasl.oauthbearer.token.endpoint.url = null
security.protocol = SASL_PLAINTEXT
security.providers = null
send.buffer.bytes = 131072
session.timeout.ms = 45000
socket.connection.setup.timeout.max.ms = 30000
socket.connection.setup.timeout.ms = 10000
ssl.cipher.suites = null
ssl.enabled.protocols = [TLSv1.2, TLSv1.3]
ssl.endpoint.identification.algorithm = https
ssl.engine.factory.class = null
ssl.key.password = null
ssl.keymanager.algorithm = SunX509
ssl.keystore.certificate.chain = null
ssl.keystore.key = null
ssl.keystore.location = null
ssl.keystore.password = null
ssl.keystore.type = JKS
ssl.protocol = TLSv1.3
ssl.provider = null
ssl.secure.random.implementation = null
ssl.trustmanager.algorithm = PKIX
ssl.truststore.certificates = null
ssl.truststore.location = null
ssl.truststore.password = null
ssl.truststore.type = JKS
value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer
2023-03-01T05:44:06.318Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T05:44:06.345Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-03-01T05:44:06.346Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-03-01T05:44:06.346Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1677649446345
2023-03-01T05:44:06.347Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2fe3e0d5-e9a8-4b06-a8f6-37c97c739f56, groupId=so] Subscribed to topic(s): SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T05:44:06.351Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T05:44:06.368Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-03-01T05:44:09.145Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2fe3e0d5-e9a8-4b06-a8f6-37c97c739f56, 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 ubAEdC3vTeewzrxXdEsfNQ
2023-03-01T05:44:09.146Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2fe3e0d5-e9a8-4b06-a8f6-37c97c739f56, 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 ubAEdC3vTeewzrxXdEsfNQ
2023-03-01T05:44:09.146Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2fe3e0d5-e9a8-4b06-a8f6-37c97c739f56, 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 ubAEdC3vTeewzrxXdEsfNQ
2023-03-01T05:44:09.146Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2fe3e0d5-e9a8-4b06-a8f6-37c97c739f56, 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 ubAEdC3vTeewzrxXdEsfNQ
2023-03-01T05:44:09.147Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2fe3e0d5-e9a8-4b06-a8f6-37c97c739f56, 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 ubAEdC3vTeewzrxXdEsfNQ
2023-03-01T05:44:09.147Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2fe3e0d5-e9a8-4b06-a8f6-37c97c739f56, 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 ubAEdC3vTeewzrxXdEsfNQ
2023-03-01T05:44:09.153Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4a27c7b5-2640-40f2-92ad-19bebc630c50, 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 tmdOftkTSYKmnS0qVezrCQ
2023-03-01T05:44:09.154Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4a27c7b5-2640-40f2-92ad-19bebc630c50, 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 tmdOftkTSYKmnS0qVezrCQ
2023-03-01T05:44:09.154Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4a27c7b5-2640-40f2-92ad-19bebc630c50, 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 tmdOftkTSYKmnS0qVezrCQ
2023-03-01T05:44:09.154Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4a27c7b5-2640-40f2-92ad-19bebc630c50, 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 tmdOftkTSYKmnS0qVezrCQ
2023-03-01T05:44:09.155Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4a27c7b5-2640-40f2-92ad-19bebc630c50, 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 tmdOftkTSYKmnS0qVezrCQ
2023-03-01T05:44:09.156Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4a27c7b5-2640-40f2-92ad-19bebc630c50, 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 tmdOftkTSYKmnS0qVezrCQ
2023-03-01T05:44:09.159Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4a27c7b5-2640-40f2-92ad-19bebc630c50, groupId=so] Cluster ID: 3gepYejwSJ66EvATtaHjwA
2023-03-01T05:44:09.160Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2fe3e0d5-e9a8-4b06-a8f6-37c97c739f56, groupId=so] Cluster ID: 3gepYejwSJ66EvATtaHjwA
2023-03-01T05:44:09.165Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4a27c7b5-2640-40f2-92ad-19bebc630c50, groupId=so] Discovered group coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null)
2023-03-01T05:44:09.166Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2fe3e0d5-e9a8-4b06-a8f6-37c97c739f56, groupId=so] Discovered group coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null)
2023-03-01T05:44:09.278Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2fe3e0d5-e9a8-4b06-a8f6-37c97c739f56, groupId=so] (Re-)joining group
2023-03-01T05:44:09.309Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4a27c7b5-2640-40f2-92ad-19bebc630c50, groupId=so] (Re-)joining group
2023-03-01T05:44:09.352Z||kafka-producer-network-thread | SO-sdc-controller-producer-6ef4b26e-8581-421c-8837-bd116ee71479|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-6ef4b26e-8581-421c-8837-bd116ee71479] Cluster ID: 3gepYejwSJ66EvATtaHjwA
2023-03-01T05:44:09.362Z||kafka-producer-network-thread | SO-sdc-controller-producer-6ef4b26e-8581-421c-8837-bd116ee71479|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-6ef4b26e-8581-421c-8837-bd116ee71479] ProducerId set to 2001 with epoch 0
2023-03-01T05:44:09.701Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2fe3e0d5-e9a8-4b06-a8f6-37c97c739f56, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-2fe3e0d5-e9a8-4b06-a8f6-37c97c739f56-d2dfd2d1-9d1a-4b87-9594-5926bb46864f
2023-03-01T05:44:09.702Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2fe3e0d5-e9a8-4b06-a8f6-37c97c739f56, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-03-01T05:44:09.702Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2fe3e0d5-e9a8-4b06-a8f6-37c97c739f56, groupId=so] (Re-)joining group
2023-03-01T05:44:09.707Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4a27c7b5-2640-40f2-92ad-19bebc630c50, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-4a27c7b5-2640-40f2-92ad-19bebc630c50-36505709-9280-4ba7-9c98-11bcfeda779b
2023-03-01T05:44:09.709Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4a27c7b5-2640-40f2-92ad-19bebc630c50, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-03-01T05:44:09.709Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4a27c7b5-2640-40f2-92ad-19bebc630c50, groupId=so] (Re-)joining group
2023-03-01T05:44:15.719Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4a27c7b5-2640-40f2-92ad-19bebc630c50, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-4a27c7b5-2640-40f2-92ad-19bebc630c50-36505709-9280-4ba7-9c98-11bcfeda779b', protocol='range'}
2023-03-01T05:44:15.720Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2fe3e0d5-e9a8-4b06-a8f6-37c97c739f56, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-2fe3e0d5-e9a8-4b06-a8f6-37c97c739f56-d2dfd2d1-9d1a-4b87-9594-5926bb46864f', protocol='range'}
2023-03-01T05:44:15.903Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2fe3e0d5-e9a8-4b06-a8f6-37c97c739f56, 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 tmdOftkTSYKmnS0qVezrCQ
2023-03-01T05:44:15.904Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2fe3e0d5-e9a8-4b06-a8f6-37c97c739f56, 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 tmdOftkTSYKmnS0qVezrCQ
2023-03-01T05:44:15.904Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2fe3e0d5-e9a8-4b06-a8f6-37c97c739f56, 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 tmdOftkTSYKmnS0qVezrCQ
2023-03-01T05:44:15.905Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2fe3e0d5-e9a8-4b06-a8f6-37c97c739f56, 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 tmdOftkTSYKmnS0qVezrCQ
2023-03-01T05:44:15.905Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2fe3e0d5-e9a8-4b06-a8f6-37c97c739f56, 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 tmdOftkTSYKmnS0qVezrCQ
2023-03-01T05:44:15.905Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2fe3e0d5-e9a8-4b06-a8f6-37c97c739f56, 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 tmdOftkTSYKmnS0qVezrCQ
2023-03-01T05:44:15.914Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2fe3e0d5-e9a8-4b06-a8f6-37c97c739f56, groupId=so] Finished assignment for group at generation 1: {SO-sdc-controller-consumer-2fe3e0d5-e9a8-4b06-a8f6-37c97c739f56-d2dfd2d1-9d1a-4b87-9594-5926bb46864f=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]), SO-sdc-controller-consumer-4a27c7b5-2640-40f2-92ad-19bebc630c50-36505709-9280-4ba7-9c98-11bcfeda779b=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])}
2023-03-01T05:44:15.952Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4a27c7b5-2640-40f2-92ad-19bebc630c50, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-4a27c7b5-2640-40f2-92ad-19bebc630c50-36505709-9280-4ba7-9c98-11bcfeda779b', protocol='range'}
2023-03-01T05:44:15.958Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4a27c7b5-2640-40f2-92ad-19bebc630c50, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-03-01T05:44:15.960Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2fe3e0d5-e9a8-4b06-a8f6-37c97c739f56, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-2fe3e0d5-e9a8-4b06-a8f6-37c97c739f56-d2dfd2d1-9d1a-4b87-9594-5926bb46864f', protocol='range'}
2023-03-01T05:44:15.961Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2fe3e0d5-e9a8-4b06-a8f6-37c97c739f56, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-01T05:44:15.970Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2fe3e0d5-e9a8-4b06-a8f6-37c97c739f56, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-01T05:44:15.979Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4a27c7b5-2640-40f2-92ad-19bebc630c50, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-01T05:44:16.001Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4a27c7b5-2640-40f2-92ad-19bebc630c50, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-01T05:44:16.002Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4a27c7b5-2640-40f2-92ad-19bebc630c50, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4
2023-03-01T05:44:16.002Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4a27c7b5-2640-40f2-92ad-19bebc630c50, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3
2023-03-01T05:44:16.002Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4a27c7b5-2640-40f2-92ad-19bebc630c50, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2
2023-03-01T05:44:16.002Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4a27c7b5-2640-40f2-92ad-19bebc630c50, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1
2023-03-01T05:44:16.003Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4a27c7b5-2640-40f2-92ad-19bebc630c50, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0
2023-03-01T05:44:16.010Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2fe3e0d5-e9a8-4b06-a8f6-37c97c739f56, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-01T05:44:16.011Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2fe3e0d5-e9a8-4b06-a8f6-37c97c739f56, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4
2023-03-01T05:44:16.011Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2fe3e0d5-e9a8-4b06-a8f6-37c97c739f56, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3
2023-03-01T05:44:16.011Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2fe3e0d5-e9a8-4b06-a8f6-37c97c739f56, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2
2023-03-01T05:44:16.011Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2fe3e0d5-e9a8-4b06-a8f6-37c97c739f56, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1
2023-03-01T05:44:16.012Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2fe3e0d5-e9a8-4b06-a8f6-37c97c739f56, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0
2023-03-01T05:44:16.091Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2fe3e0d5-e9a8-4b06-a8f6-37c97c739f56, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-03-01T05:44:16.094Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2fe3e0d5-e9a8-4b06-a8f6-37c97c739f56, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-03-01T05:44:16.217Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2fe3e0d5-e9a8-4b06-a8f6-37c97c739f56, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-03-01T05:44:16.218Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2fe3e0d5-e9a8-4b06-a8f6-37c97c739f56, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-03-01T05:44:16.218Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2fe3e0d5-e9a8-4b06-a8f6-37c97c739f56, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-03-01T05:44:16.219Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2fe3e0d5-e9a8-4b06-a8f6-37c97c739f56, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-03-01T05:44:16.279Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4a27c7b5-2640-40f2-92ad-19bebc630c50, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-03-01T05:44:16.280Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4a27c7b5-2640-40f2-92ad-19bebc630c50, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-03-01T05:44:16.283Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4a27c7b5-2640-40f2-92ad-19bebc630c50, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-03-01T05:44:16.284Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4a27c7b5-2640-40f2-92ad-19bebc630c50, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-03-01T05:44:16.285Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4a27c7b5-2640-40f2-92ad-19bebc630c50, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-03-01T05:44:16.286Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4a27c7b5-2640-40f2-92ad-19bebc630c50, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-03-01T05:45:06.323Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T05:45:06.354Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T05:46:06.326Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T05:46:06.355Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T05:47:06.329Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T05:47:06.358Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T05:48:06.332Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T05:48:06.368Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T05:49:06.333Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T05:49:06.370Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T05:50:06.336Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T05:50:06.372Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T05:51:06.355Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T05:51:06.373Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T05:52:06.358Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T05:52:06.375Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T05:52:31.108Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-03-01T05:53:06.360Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T05:53:06.377Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T05:53:09.365Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4a27c7b5-2640-40f2-92ad-19bebc630c50, groupId=so] Node -1 disconnected.
2023-03-01T05:53:09.390Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2fe3e0d5-e9a8-4b06-a8f6-37c97c739f56, groupId=so] Node -1 disconnected.
2023-03-01T05:53:09.682Z||kafka-producer-network-thread | SO-sdc-controller-producer-6ef4b26e-8581-421c-8837-bd116ee71479|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-6ef4b26e-8581-421c-8837-bd116ee71479] Node -1 disconnected.
2023-03-01T05:54:06.361Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T05:54:06.378Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T05:55:06.364Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T05:55:06.384Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T05:56:06.367Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T05:56:06.386Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T05:57:06.368Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T05:57:06.388Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T05:58:06.369Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T05:58:06.389Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T05:59:06.371Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T05:59:06.390Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T06:00:06.371Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T06:00:06.392Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T06:01:06.374Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T06:01:06.394Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T06:02:06.377Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T06:02:06.396Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T06:03:06.382Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T06:03:06.398Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T06:04:06.383Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T06:04:06.402Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T06:05:06.385Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T06:05:06.403Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T06:06:06.386Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T06:06:06.406Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T06:07:06.388Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T06:07:06.407Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T06:08:06.390Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T06:08:06.409Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T06:09:06.392Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T06:09:06.410Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T06:10:06.394Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T06:10:06.412Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T06:11:06.395Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T06:11:06.414Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T06:12:06.396Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T06:12:06.416Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T06:13:06.400Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T06:13:06.416Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T06:14:06.403Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T06:14:06.422Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T06:15:06.405Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T06:15:06.423Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T06:16:06.409Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T06:16:06.425Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T06:17:06.412Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T06:17:06.428Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T06:18:06.413Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T06:18:06.429Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T06:19:06.420Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T06:19:06.430Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T06:20:06.424Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T06:20:06.434Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T06:21:06.428Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T06:21:06.435Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T06:22:06.429Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T06:22:06.435Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T06:23:06.432Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T06:23:06.439Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T06:24:06.432Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T06:24:06.441Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T06:25:06.435Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T06:25:06.442Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T06:26:06.436Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T06:26:06.444Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T06:27:06.438Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T06:27:06.445Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T06:28:06.441Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T06:28:06.446Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T06:29:06.444Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T06:29:06.449Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T06:30:06.446Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T06:30:06.451Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T06:31:06.460Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T06:31:06.446Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T06:32:06.462Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T06:32:06.465Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T06:33:06.464Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T06:33:06.466Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T06:34:06.466Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T06:34:06.466Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T06:35:06.469Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T06:35:06.469Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T06:36:06.469Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T06:36:06.472Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T06:37:06.479Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T06:37:06.479Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T06:38:06.481Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T06:38:06.482Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T06:39:06.485Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T06:39:06.486Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T06:40:06.488Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T06:40:06.488Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T06:41:06.492Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T06:41:06.496Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T06:42:06.494Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T06:42:06.498Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T06:43:06.497Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T06:43:06.501Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T06:44:06.501Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T06:44:06.507Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T06:45:06.502Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T06:45:06.508Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T06:46:06.504Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T06:46:06.510Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T06:47:06.508Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T06:47:06.512Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T06:48:06.510Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T06:48:06.513Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T06:49:06.511Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T06:49:06.515Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T06:50:06.516Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T06:50:06.513Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T06:51:06.518Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T06:51:06.519Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T06:52:06.521Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T06:52:06.520Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T06:53:06.524Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T06:53:06.528Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T06:54:06.530Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T06:54:06.531Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T06:55:06.532Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T06:55:06.533Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T06:56:06.534Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T06:56:06.534Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T06:57:06.537Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T06:57:06.538Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T06:58:06.540Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T06:58:06.545Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T06:59:06.542Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T06:59:06.547Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T07:00:06.545Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T07:00:06.548Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T07:01:06.549Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T07:01:06.549Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T07:02:06.552Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T07:02:06.552Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T07:03:06.553Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T07:03:06.555Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T07:04:06.556Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T07:04:06.559Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T07:05:06.559Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T07:05:06.561Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T07:06:06.563Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T07:06:06.581Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T07:07:06.565Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T07:07:06.583Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T07:08:06.570Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T07:08:06.586Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T07:09:06.573Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T07:09:06.592Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T07:10:06.574Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T07:10:06.593Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T07:11:06.591Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T07:11:06.593Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T07:12:06.594Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T07:12:06.597Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T07:13:06.596Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T07:13:06.600Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T07:14:06.600Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T07:14:06.601Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T07:15:06.606Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T07:15:06.613Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T07:16:06.607Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T07:16:06.615Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T07:17:06.610Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T07:17:06.616Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T07:18:06.611Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T07:18:06.618Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T07:19:06.614Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T07:19:06.620Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T07:20:06.618Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T07:20:06.624Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T07:21:06.620Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T07:21:06.624Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T07:22:06.621Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T07:22:06.628Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T07:23:06.624Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T07:23:06.630Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T07:24:06.625Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T07:24:06.630Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T07:25:06.628Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T07:25:06.640Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T07:26:06.633Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T07:26:06.642Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T07:27:06.641Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T07:27:06.644Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T07:28:06.642Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T07:28:06.645Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T07:29:06.643Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T07:29:06.646Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T07:30:06.646Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T07:30:06.648Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T07:31:06.648Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T07:31:06.648Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T07:32:06.650Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T07:32:06.650Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T07:33:06.656Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T07:33:06.656Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T07:34:06.659Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T07:34:06.660Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T07:35:06.660Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T07:35:06.661Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T07:36:06.662Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T07:36:06.665Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T07:37:06.669Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T07:37:06.680Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T07:38:06.670Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T07:38:06.682Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T07:39:06.672Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T07:39:06.684Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T07:40:06.676Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T07:40:06.686Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T07:41:06.677Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T07:41:06.688Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T07:42:06.679Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T07:42:06.688Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T07:43:06.682Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T07:43:06.690Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T07:44:06.683Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T07:44:06.692Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T07:45:06.685Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T07:45:06.694Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T07:46:06.688Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T07:46:06.696Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T07:47:06.690Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T07:47:06.698Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T07:48:06.692Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T07:48:06.698Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T07:49:06.700Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T07:49:06.701Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T07:50:06.702Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T07:50:06.704Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T07:51:06.703Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T07:51:06.707Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T07:52:06.704Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T07:52:06.708Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T07:53:06.707Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T07:53:06.710Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T07:54:06.710Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T07:54:06.712Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T07:55:06.713Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T07:55:06.713Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T07:56:06.714Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T07:56:06.714Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T07:57:06.715Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T07:57:06.716Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T07:58:06.717Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T07:58:06.719Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T07:59:06.719Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T07:59:06.720Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T08:00:06.721Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T08:00:06.722Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T08:01:06.724Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T08:01:06.724Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T08:02:06.727Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T08:02:06.728Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T08:03:06.729Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T08:03:06.733Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T08:04:06.731Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T08:04:06.746Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T08:05:06.732Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T08:05:06.746Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T08:06:06.734Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T08:06:06.748Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T08:06:59.428Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-01T08:06:59.429Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"db975a40-ef02-4680-8155-6910e8ba7d19","serviceName":"basic_onboard_SJSngp","serviceVersion":"1.0","serviceUUID":"8cf97a76-bfb4-40bf-8cc3-9bf9884c1798","serviceDescription":"service","serviceInvariantUUID":"cf5f134e-6e58-421c-815e-01d7051a9305","resources":[{"resourceInstanceName":"basic_onboard_SJSngp 0","resourceName":"basic_onboard_SJSngp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5330accf-3b85-4932-b6c0-e2205d48eb5f","resourceInvariantUUID":"9f930375-ceb9-4181-9bb5-d182e495a659","resourceCustomizationUUID":"0f57daab-b3b4-405a-8ac9-ff43d829a578","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/resourceInstances/basic_onboard_sjsngp0/artifacts/vf-license-model.xml","artifactChecksum":"MjNjZGZhYTM2NTdhZDQxN2M5ODFjN2QxYjMyNzUxNTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"45026761-c018-4cda-9a70-97191c094393","artifactVersion":"1"},{"artifactName":"basic_onboard_sjsngp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/resourceInstances/basic_onboard_sjsngp0/artifacts/basic_onboard_sjsngp0_modules.json","artifactChecksum":"MzMzNTdkZmM5NGMwNTUyMjRkNjFhNDE2MTNjMWZmZjI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"36d7311f-91eb-441a-ab45-26aa420d86cc","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/resourceInstances/basic_onboard_sjsngp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e17aebca-e19f-4790-99a1-ca907a870d36","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/resourceInstances/basic_onboard_sjsngp0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"96b9b296-ddaa-4bbe-a467-e771d99bdf6a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/resourceInstances/basic_onboard_sjsngp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"76c9876c-88ef-428e-aa63-ce3684240c3e","artifactVersion":"2","generatedFromUUID":"e17aebca-e19f-4790-99a1-ca907a870d36"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardSjsngp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/artifacts/service-BasicOnboardSjsngp-template.yml","artifactChecksum":"ZmVlZmQxYTU2YmVkNTE4MGNlYjdjMTk2ZWUxZWQzNGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ca20ff4c-4b94-4c16-aa18-f81bf09fda7b","artifactVersion":"1"},{"artifactName":"service-BasicOnboardSjsngp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/artifacts/service-BasicOnboardSjsngp-csar.csar","artifactChecksum":"NGU0MmQxYWNmNWZjZGRhOTNiMGMzZTY4NmU3NDI5NzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"84bfd764-96ca-42b5-acec-e07dad0a7517","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-01T08:06:59.454Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-01T08:06:59.465Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:06:59.465Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "db975a40-ef02-4680-8155-6910e8ba7d19",
"consumerID": "policy-distribution-id",
"timestamp": 1677658001445,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/resourceInstances/basic_onboard_sjsngp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:06:59.471Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-01T08:06:59.471Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-01T08:06:59.472Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "db975a40-ef02-4680-8155-6910e8ba7d19",
"consumerID": "SO-sdc-controller",
"timestamp": 1677657966734,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/resourceInstances/basic_onboard_sjsngp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T08:06:59.484Z||kafka-producer-network-thread | SO-sdc-controller-producer-6ef4b26e-8581-421c-8837-bd116ee71479|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-6ef4b26e-8581-421c-8837-bd116ee71479] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to ubAEdC3vTeewzrxXdEsfNQ
2023-03-01T08:06:59.485Z||kafka-producer-network-thread | SO-sdc-controller-producer-6ef4b26e-8581-421c-8837-bd116ee71479|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-6ef4b26e-8581-421c-8837-bd116ee71479] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to ubAEdC3vTeewzrxXdEsfNQ
2023-03-01T08:06:59.485Z||kafka-producer-network-thread | SO-sdc-controller-producer-6ef4b26e-8581-421c-8837-bd116ee71479|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-6ef4b26e-8581-421c-8837-bd116ee71479] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to ubAEdC3vTeewzrxXdEsfNQ
2023-03-01T08:06:59.486Z||kafka-producer-network-thread | SO-sdc-controller-producer-6ef4b26e-8581-421c-8837-bd116ee71479|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-6ef4b26e-8581-421c-8837-bd116ee71479] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to ubAEdC3vTeewzrxXdEsfNQ
2023-03-01T08:06:59.486Z||kafka-producer-network-thread | SO-sdc-controller-producer-6ef4b26e-8581-421c-8837-bd116ee71479|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-6ef4b26e-8581-421c-8837-bd116ee71479] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to ubAEdC3vTeewzrxXdEsfNQ
2023-03-01T08:06:59.486Z||kafka-producer-network-thread | SO-sdc-controller-producer-6ef4b26e-8581-421c-8837-bd116ee71479|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-6ef4b26e-8581-421c-8837-bd116ee71479] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to ubAEdC3vTeewzrxXdEsfNQ
2023-03-01T08:06:59.500Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:07:00.533Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-01T08:07:00.534Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-01T08:07:00.535Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-01T08:07:00.535Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "db975a40-ef02-4680-8155-6910e8ba7d19",
"consumerID": "SO-sdc-controller",
"timestamp": 1677657966734,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/resourceInstances/basic_onboard_sjsngp0/artifacts/basic_onboard_sjsngp0_modules.json",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T08:07:01.540Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-01T08:07:01.543Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-01T08:07:01.543Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-01T08:07:01.543Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "db975a40-ef02-4680-8155-6910e8ba7d19",
"consumerID": "SO-sdc-controller",
"timestamp": 1677657966734,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/resourceInstances/basic_onboard_sjsngp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T08:07:02.547Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-01T08:07:02.549Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-01T08:07:02.549Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-01T08:07:02.549Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "db975a40-ef02-4680-8155-6910e8ba7d19",
"consumerID": "SO-sdc-controller",
"timestamp": 1677657966734,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/resourceInstances/basic_onboard_sjsngp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T08:07:03.551Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-01T08:07:03.554Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-01T08:07:03.554Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-01T08:07:03.555Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "db975a40-ef02-4680-8155-6910e8ba7d19",
"consumerID": "SO-sdc-controller",
"timestamp": 1677657966734,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/resourceInstances/basic_onboard_sjsngp0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T08:07:04.558Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-01T08:07:04.559Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-01T08:07:04.559Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-01T08:07:04.561Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "db975a40-ef02-4680-8155-6910e8ba7d19",
"consumerID": "SO-sdc-controller",
"timestamp": 1677657966734,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/artifacts/service-BasicOnboardSjsngp-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T08:07:05.562Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-01T08:07:05.563Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-01T08:07:05.563Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-01T08:07:05.563Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "db975a40-ef02-4680-8155-6910e8ba7d19",
"consumerID": "SO-sdc-controller",
"timestamp": 1677657966734,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/artifacts/service-BasicOnboardSjsngp-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T08:07:06.350Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T08:07:06.355Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:07:06.355Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "db975a40-ef02-4680-8155-6910e8ba7d19",
"consumerID": "multicloud-k8s",
"timestamp": 1677657992295,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/resourceInstances/basic_onboard_sjsngp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:07:06.357Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:07:06.567Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "db975a40-ef02-4680-8155-6910e8ba7d19",
"serviceName": "basic_onboard_SJSngp",
"serviceVersion": "1.0",
"serviceUUID": "8cf97a76-bfb4-40bf-8cc3-9bf9884c1798",
"serviceDescription": "service",
"serviceInvariantUUID": "cf5f134e-6e58-421c-815e-01d7051a9305",
"resources": [
{
"resourceInstanceName": "basic_onboard_SJSngp 0",
"resourceCustomizationUUID": "0f57daab-b3b4-405a-8ac9-ff43d829a578",
"resourceName": "basic_onboard_SJSngp",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "5330accf-3b85-4932-b6c0-e2205d48eb5f",
"resourceInvariantUUID": "9f930375-ceb9-4181-9bb5-d182e495a659",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_sjsngp0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/resourceInstances/basic_onboard_sjsngp0/artifacts/basic_onboard_sjsngp0_modules.json",
"artifactChecksum": "MzMzNTdkZmM5NGMwNTUyMjRkNjFhNDE2MTNjMWZmZjI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "36d7311f-91eb-441a-ab45-26aa420d86cc",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/resourceInstances/basic_onboard_sjsngp0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "e17aebca-e19f-4790-99a1-ca907a870d36",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/resourceInstances/basic_onboard_sjsngp0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "76c9876c-88ef-428e-aa63-ce3684240c3e",
"generatedFromUUID": "e17aebca-e19f-4790-99a1-ca907a870d36"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/resourceInstances/basic_onboard_sjsngp0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "76c9876c-88ef-428e-aa63-ce3684240c3e",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardSjsngp-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/artifacts/service-BasicOnboardSjsngp-csar.csar",
"artifactChecksum": "NGU0MmQxYWNmNWZjZGRhOTNiMGMzZTY4NmU3NDI5NzM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "84bfd764-96ca-42b5-acec-e07dad0a7517"
}
],
"workloadContext": "Production"
}
2023-03-01T08:07:06.570Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-01T08:07:06.571Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8cf97a76-bfb4-40bf-8cc3-9bf9884c1798 ASDC
2023-03-01T08:07:06.789Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:db975a40-ef02-4680-8155-6910e8ba7d19
ServiceName:basic_onboard_SJSngp
ServiceVersion:1.0
ServiceUUID:8cf97a76-bfb4-40bf-8cc3-9bf9884c1798
ServiceInvariantUUID:cf5f134e-6e58-421c-815e-01d7051a9305
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardSjsngp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/artifacts/service-BasicOnboardSjsngp-csar.csar
ArtifactUUID:84bfd764-96ca-42b5-acec-e07dad0a7517
ArtifactChecksum:NGU0MmQxYWNmNWZjZGRhOTNiMGMzZTY4NmU3NDI5NzM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_SJSngp 0
ResourceCustomizationUUID:0f57daab-b3b4-405a-8ac9-ff43d829a578
ResourceInvariantUUID:9f930375-ceb9-4181-9bb5-d182e495a659
ResourceName:basic_onboard_SJSngp
ResourceType:VF
ResourceUUID:5330accf-3b85-4932-b6c0-e2205d48eb5f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_sjsngp0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/resourceInstances/basic_onboard_sjsngp0/artifacts/basic_onboard_sjsngp0_modules.json
ArtifactUUID:36d7311f-91eb-441a-ab45-26aa420d86cc
ArtifactChecksum:MzMzNTdkZmM5NGMwNTUyMjRkNjFhNDE2MTNjMWZmZjI=
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/BasicOnboardSjsngp/1.0/resourceInstances/basic_onboard_sjsngp0/artifacts/base_ubuntu18.yaml
ArtifactUUID:e17aebca-e19f-4790-99a1-ca907a870d36
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/BasicOnboardSjsngp/1.0/resourceInstances/basic_onboard_sjsngp0/artifacts/base_ubuntu18.env
ArtifactUUID:76c9876c-88ef-428e-aa63-ce3684240c3e
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/BasicOnboardSjsngp/1.0/resourceInstances/basic_onboard_sjsngp0/artifacts/base_ubuntu18.env
ArtifactUUID:76c9876c-88ef-428e-aa63-ce3684240c3e
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-03-01T08:07:06.790Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8cf97a76-bfb4-40bf-8cc3-9bf9884c1798 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-01T08:07:07.162Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-01T08:07:07.164Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-01T08:07:07.166Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-01T08:07:07.166Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 84bfd764-96ca-42b5-acec-e07dad0a7517 from URL: /sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/artifacts/service-BasicOnboardSjsngp-csar.csar
2023-03-01T08:07:07.166Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-03-01T08:07:07.168Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/artifacts/service-BasicOnboardSjsngp-csar.csar
2023-03-01T08:07:07.255Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-03-01T08:07:07.268Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/artifacts/service-BasicOnboardSjsngp-csar.csar 84bfd764-96ca-42b5-acec-e07dad0a7517 75678
2023-03-01T08:07:07.270Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/artifacts/service-BasicOnboardSjsngp-csar.csar ASDC sendASDCNotification
2023-03-01T08:07:07.272Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/artifacts/service-BasicOnboardSjsngp-csar.csar
2023-03-01T08:07:07.275Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-01T08:07:07.277Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-01T08:07:07.278Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-01T08:07:07.289Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "db975a40-ef02-4680-8155-6910e8ba7d19",
"consumerID": "SO-sdc-controller",
"timestamp": 1677658027269,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/artifacts/service-BasicOnboardSjsngp-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T08:07:08.291Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-01T08:07:08.293Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-01T08:07:08.294Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 84bfd764-96ca-42b5-acec-e07dad0a7517, URL: /sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/artifacts/service-BasicOnboardSjsngp-csar.csar to file: /app/ASDC/1/service-BasicOnboardSjsngp-csar.csar
2023-03-01T08:07:08.295Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardSjsngp-csar.csar
2023-03-01T08:07:08.476Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardSjsngp-csar.csar
2023-03-01T08:07:08.476Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardSjsngp-csar.csar
2023-03-01T08:07:09.563Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16370672665872705967/Definitions/service-BasicOnboardSjsngp-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
2023-03-01T08:07:13.143Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-01T08:07:13.150Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-03-01T08:07:13.150Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardSjsngp-csar.csar
2023-03-01T08:07:13.151Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-01T08:07:13.151Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardSjsngp-csar.csar
2023-03-01T08:07:13.151Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardSjsngp-csar.csar
2023-03-01T08:07:13.151Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardSjsngp-csar.csar
2023-03-01T08:07:13.151Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_SJSngp 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-BasicOnboardSjsngp-csar.csar
2023-03-01T08:07:13.152Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardSjsngp-csar.csar
2023-03-01T08:07:13.152Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardSjsngp-csar.csar
2023-03-01T08:07:13.152Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardSjsngp-csar.csar
2023-03-01T08:07:13.152Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-03-01T08:07:13.162Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-01T08:07:13.164Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_SJSngp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-01T08:07:13.172Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_SJSngp 0 is matching search criteria
2023-03-01T08:07:13.173Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-03-01T08:07:13.175Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_SJSngp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-01T08:07:13.178Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-01T08:07:13.178Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_SJSngp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-01T08:07:13.178Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_SJSngp 0 is matching search criteria
2023-03-01T08:07:13.178Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-03-01T08:07:13.179Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_SJSngp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-01T08:07:13.179Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-01T08:07:13.179Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_SJSngp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-01T08:07:13.185Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-01T08:07:13.185Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_SJSngp 0 is not matching search criteria
2023-03-01T08:07:13.186Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2023-03-01T08:07:13.186Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2023-03-01T08:07:13.187Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2023-03-01T08:07:13.187Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-03-01T08:07:13.188Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-01T08:07:13.188Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-01T08:07:13.188Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_SJSngp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-01T08:07:13.191Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-01T08:07:13.191Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_SJSngp 0 is matching search criteria
2023-03-01T08:07:13.191Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_SJSngp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-01T08:07:13.192Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-01T08:07:13.192Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_SJSngp 0 is matching search criteria
2023-03-01T08:07:13.192Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_SJSngp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-01T08:07:13.193Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-01T08:07:13.193Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_SJSngp 0 is matching search criteria
2023-03-01T08:07:13.193Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_SJSngp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-01T08:07:13.193Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-01T08:07:13.194Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_SJSngp 0 is not matching search criteria
2023-03-01T08:07:13.194Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-03-01T08:07:13.194Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-03-01T08:07:13.195Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=3d755d26-b871-4b83-aaac-2304bff1969a
2023-03-01T08:07:13.195Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-01T08:07:13.195Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_SJSngp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-01T08:07:13.196Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-01T08:07:13.196Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_SJSngp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-01T08:07:13.196Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-01T08:07:13.197Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_SJSngp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-01T08:07:13.197Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-01T08:07:13.197Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_SJSngp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-01T08:07:13.197Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_SJSngp
Description:service
Model UUID:8cf97a76-bfb4-40bf-8cc3-9bf9884c1798
Model Version:NULL
Model InvariantUuid:cf5f134e-6e58-421c-815e-01d7051a9305
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_SJSngp
Model UUID:09728b4b-1e5e-4958-9613-67f90999063d
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:9f930375-ceb9-4181-9bb5-d182e495a659
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:0f57daab-b3b4-405a-8ac9-ff43d829a578
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:301d06ba-2b1d-4411-add5-cab7f3cd1646
ModelName:BasicOnboardSjsngp..base_ubuntu18..module-0
ModelUuid:c6e8453b-0d28-4516-bdba-fae37e7e0ed1
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:3d755d26-b871-4b83-aaac-2304bff1969a
ModelInvariantUuid:115a24d2-6793-406b-81d0-84b83db23dca
ModelName:basic_onboard_SJSngp-nodes.ubuntu18Cvfc
ModelUuid:6382401a-067c-4c27-be91-098fc0ac0364
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:3c345cf5-1080-42f4-80ac-21dc8d2482b4
ModelInvariantUuid:cba63b28-bfcb-4cbf-b9b1-2982d0017b59
ModelName:BasicOnboardSjsngp.compute.nodes.heat.ubuntu18
ModelUuid:f1515ec8-2092-4e2f-b362-7ed2bcf1ba32
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-03-01T08:07:13.225Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 5330accf-3b85-4932-b6c0-e2205d48eb5f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-01T08:07:13.341Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||INFO|500||basic_onboard_SJSngp 0
2023-03-01T08:07:13.351Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5330accf-3b85-4932-b6c0-e2205d48eb5f
2023-03-01T08:07:13.351Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 36d7311f-91eb-441a-ab45-26aa420d86cc from URL: /sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/resourceInstances/basic_onboard_sjsngp0/artifacts/basic_onboard_sjsngp0_modules.json
2023-03-01T08:07:13.352Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-03-01T08:07:13.352Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/resourceInstances/basic_onboard_sjsngp0/artifacts/basic_onboard_sjsngp0_modules.json
2023-03-01T08:07:13.448Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-03-01T08:07:13.448Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/resourceInstances/basic_onboard_sjsngp0/artifacts/basic_onboard_sjsngp0_modules.json 36d7311f-91eb-441a-ab45-26aa420d86cc 798
2023-03-01T08:07:13.449Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/resourceInstances/basic_onboard_sjsngp0/artifacts/basic_onboard_sjsngp0_modules.json ASDC sendASDCNotification
2023-03-01T08:07:13.450Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/resourceInstances/basic_onboard_sjsngp0/artifacts/basic_onboard_sjsngp0_modules.json
2023-03-01T08:07:13.450Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-01T08:07:13.452Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-01T08:07:13.453Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-01T08:07:13.453Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "db975a40-ef02-4680-8155-6910e8ba7d19",
"consumerID": "SO-sdc-controller",
"timestamp": 1677658033449,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/resourceInstances/basic_onboard_sjsngp0/artifacts/basic_onboard_sjsngp0_modules.json",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T08:07:14.455Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardSjsngp..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "301d06ba-2b1d-4411-add5-cab7f3cd1646",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "c6e8453b-0d28-4516-bdba-fae37e7e0ed1",
"vfModuleModelCustomizationUUID": "9e89764e-3805-4676-9105-d00f3b1c6cec",
"isBase": true,
"artifacts": [
"e17aebca-e19f-4790-99a1-ca907a870d36",
"76c9876c-88ef-428e-aa63-ce3684240c3e"
],
"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": ""
}
}
]
2023-03-01T08:07:14.469Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardSjsngp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c6e8453b-0d28-4516-bdba-fae37e7e0ed1
VfModuleModelInvariantUUID:301d06ba-2b1d-4411-add5-cab7f3cd1646
VfModuleModelDescription:NULL
Artifacts UUID List:{
e17aebca-e19f-4790-99a1-ca907a870d36
,
76c9876c-88ef-428e-aa63-ce3684240c3e
}
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
}
2023-03-01T08:07:14.476Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardSjsngp..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "301d06ba-2b1d-4411-add5-cab7f3cd1646",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "c6e8453b-0d28-4516-bdba-fae37e7e0ed1",
"vfModuleModelCustomizationUUID": "9e89764e-3805-4676-9105-d00f3b1c6cec",
"isBase": true,
"artifacts": [
"e17aebca-e19f-4790-99a1-ca907a870d36",
"76c9876c-88ef-428e-aa63-ce3684240c3e"
],
"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": ""
}
}
]
2023-03-01T08:07:14.477Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardSjsngp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c6e8453b-0d28-4516-bdba-fae37e7e0ed1
VfModuleModelInvariantUUID:301d06ba-2b1d-4411-add5-cab7f3cd1646
VfModuleModelDescription:NULL
Artifacts UUID List:{
e17aebca-e19f-4790-99a1-ca907a870d36
,
76c9876c-88ef-428e-aa63-ce3684240c3e
}
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
}
2023-03-01T08:07:14.477Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: e17aebca-e19f-4790-99a1-ca907a870d36 from URL: /sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/resourceInstances/basic_onboard_sjsngp0/artifacts/base_ubuntu18.yaml
2023-03-01T08:07:14.477Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-03-01T08:07:14.479Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/resourceInstances/basic_onboard_sjsngp0/artifacts/base_ubuntu18.yaml
2023-03-01T08:07:14.543Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-03-01T08:07:14.544Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/resourceInstances/basic_onboard_sjsngp0/artifacts/base_ubuntu18.yaml e17aebca-e19f-4790-99a1-ca907a870d36 5033
2023-03-01T08:07:14.545Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/resourceInstances/basic_onboard_sjsngp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-03-01T08:07:14.545Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/resourceInstances/basic_onboard_sjsngp0/artifacts/base_ubuntu18.yaml
2023-03-01T08:07:14.545Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-01T08:07:14.545Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-01T08:07:14.545Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-01T08:07:14.546Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "db975a40-ef02-4680-8155-6910e8ba7d19",
"consumerID": "SO-sdc-controller",
"timestamp": 1677658034544,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/resourceInstances/basic_onboard_sjsngp0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T08:07:15.547Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 76c9876c-88ef-428e-aa63-ce3684240c3e from URL: /sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/resourceInstances/basic_onboard_sjsngp0/artifacts/base_ubuntu18.env
2023-03-01T08:07:15.547Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-03-01T08:07:15.547Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/resourceInstances/basic_onboard_sjsngp0/artifacts/base_ubuntu18.env
2023-03-01T08:07:15.606Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-03-01T08:07:15.607Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/resourceInstances/basic_onboard_sjsngp0/artifacts/base_ubuntu18.env 76c9876c-88ef-428e-aa63-ce3684240c3e 909
2023-03-01T08:07:15.607Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/resourceInstances/basic_onboard_sjsngp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-03-01T08:07:15.607Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/resourceInstances/basic_onboard_sjsngp0/artifacts/base_ubuntu18.env
2023-03-01T08:07:15.607Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-01T08:07:15.608Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-01T08:07:15.608Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-01T08:07:15.608Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "db975a40-ef02-4680-8155-6910e8ba7d19",
"consumerID": "SO-sdc-controller",
"timestamp": 1677658035607,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/resourceInstances/basic_onboard_sjsngp0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T08:07:16.611Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 8cf97a76-bfb4-40bf-8cc3-9bf9884c1798
2023-03-01T08:07:16.611Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_SJSngp 0 5330accf-3b85-4932-b6c0-e2205d48eb5f ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-01T08:07:16.695Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@48ad0722, org.onap.sdc.toscaparser.api.parameters.Input@5730d11d, org.onap.sdc.toscaparser.api.parameters.Input@35878d27, org.onap.sdc.toscaparser.api.parameters.Input@7eada0c, org.onap.sdc.toscaparser.api.parameters.Input@27de49c4]
2023-03-01T08:07:16.704Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-01T08:07:16.704Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_SJSngp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-01T08:07:16.705Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2023-03-01T08:07:16.705Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 0f57daab-b3b4-405a-8ac9-ff43d829a578
2023-03-01T08:07:16.705Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0f57daab-b3b4-405a-8ac9-ff43d829a578 matches Tosca VF Customization UUID: 0f57daab-b3b4-405a-8ac9-ff43d829a578
2023-03-01T08:07:16.706Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 0f57daab-b3b4-405a-8ac9-ff43d829a578 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2023-03-01T08:07:16.720Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-01T08:07:16.721Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_SJSngp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-01T08:07:16.725Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 0f57daab-b3b4-405a-8ac9-ff43d829a578: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-03-01T08:07:16.725Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4242791e
2023-03-01T08:07:16.726Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-01T08:07:16.726Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_SJSngp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-01T08:07:16.727Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9e89764e-3805-4676-9105-d00f3b1c6cec
2023-03-01T08:07:16.729Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9e89764e-3805-4676-9105-d00f3b1c6cec
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2023-03-01T08:07:16.742Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-01T08:07:16.743Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_SJSngp 0 is matching search criteria
2023-03-01T08:07:16.743Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_SJSngp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-01T08:07:16.745Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-01T08:07:16.745Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_SJSngp 0 is matching search criteria
2023-03-01T08:07:16.746Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_SJSngp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-01T08:07:16.747Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-01T08:07:16.747Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_SJSngp 0 is not matching search criteria
2023-03-01T08:07:16.747Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-03-01T08:07:16.747Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-03-01T08:07:16.748Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=3d755d26-b871-4b83-aaac-2304bff1969a
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-03-01T08:07:16.759Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-01T08:07:16.760Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_SJSngp 0 is matching search criteria
2023-03-01T08:07:16.761Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_SJSngp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-01T08:07:16.762Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-01T08:07:16.763Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_SJSngp 0 is matching search criteria
2023-03-01T08:07:16.763Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_SJSngp 0] matching following query criteria: sdcType=VF, customizationUUID=0f57daab-b3b4-405a-8ac9-ff43d829a578
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-01T08:07:16.769Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-01T08:07:16.770Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_SJSngp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-01T08:07:16.771Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 8cf97a76-bfb4-40bf-8cc3-9bf9884c1798: basic_onboard_SJSngp
2023-03-01T08:07:16.771Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-01T08:07:16.772Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_SJSngp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-01T08:07:16.772Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-01T08:07:16.772Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_SJSngp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-01T08:07:16.773Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-01T08:07:16.775Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_SJSngp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-01T08:07:16.775Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-01T08:07:16.775Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_SJSngp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-01T08:07:16.776Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-01T08:07:16.776Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_SJSngp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-01T08:07:16.777Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||INFO|500||Saving Service: basic_onboard_SJSngp
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-01T08:07:17.055Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_SJSngp 5330accf-3b85-4932-b6c0-e2205d48eb5f 1 ASDC deployResourceStructure
2023-03-01T08:07:17.056Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/resourceInstances/basic_onboard_sjsngp0/artifacts/basic_onboard_sjsngp0_modules.json ASDC sendASDCNotification
2023-03-01T08:07:17.056Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/resourceInstances/basic_onboard_sjsngp0/artifacts/basic_onboard_sjsngp0_modules.json
2023-03-01T08:07:17.057Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-01T08:07:17.057Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-01T08:07:17.057Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-01T08:07:17.058Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "db975a40-ef02-4680-8155-6910e8ba7d19",
"consumerID": "SO-sdc-controller",
"timestamp": 1677658037056,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/resourceInstances/basic_onboard_sjsngp0/artifacts/basic_onboard_sjsngp0_modules.json",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T08:07:18.059Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/resourceInstances/basic_onboard_sjsngp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-03-01T08:07:18.060Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/resourceInstances/basic_onboard_sjsngp0/artifacts/base_ubuntu18.yaml
2023-03-01T08:07:18.060Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-01T08:07:18.061Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-01T08:07:18.061Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-01T08:07:18.061Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "db975a40-ef02-4680-8155-6910e8ba7d19",
"consumerID": "SO-sdc-controller",
"timestamp": 1677658038059,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/resourceInstances/basic_onboard_sjsngp0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T08:07:19.067Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/resourceInstances/basic_onboard_sjsngp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-03-01T08:07:19.068Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/resourceInstances/basic_onboard_sjsngp0/artifacts/base_ubuntu18.env
2023-03-01T08:07:19.068Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-01T08:07:19.068Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-01T08:07:19.069Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-01T08:07:19.069Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "db975a40-ef02-4680-8155-6910e8ba7d19",
"consumerID": "SO-sdc-controller",
"timestamp": 1677658039067,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/resourceInstances/basic_onboard_sjsngp0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T08:07:20.070Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/artifacts/service-BasicOnboardSjsngp-csar.csar ASDC sendASDCNotification
2023-03-01T08:07:20.071Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/artifacts/service-BasicOnboardSjsngp-csar.csar
2023-03-01T08:07:20.072Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-01T08:07:20.072Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-01T08:07:20.073Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-01T08:07:20.074Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "db975a40-ef02-4680-8155-6910e8ba7d19",
"consumerID": "SO-sdc-controller",
"timestamp": 1677658040070,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/artifacts/service-BasicOnboardSjsngp-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T08:07:21.076Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: db975a40-ef02-4680-8155-6910e8ba7d19
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-01T08:07:21.131Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: db975a40-ef02-4680-8155-6910e8ba7d19
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-01T08:07:21.137Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-01T08:07:21.138Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-01T08:07:21.138Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-01T08:07:51.144Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: db975a40-ef02-4680-8155-6910e8ba7d19
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-01T08:07:51.196Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: db975a40-ef02-4680-8155-6910e8ba7d19
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-01T08:07:51.204Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-01T08:07:51.204Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-01T08:07:51.205Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-01T08:08:06.350Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T08:08:06.358Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:08:06.358Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "db975a40-ef02-4680-8155-6910e8ba7d19",
"consumerID": "aai-model-loader",
"timestamp": 1677658008790,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/resourceInstances/basic_onboard_sjsngp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:08:06.360Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:08:06.360Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:08:06.360Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "db975a40-ef02-4680-8155-6910e8ba7d19",
"consumerID": "SO-sdc-controller",
"timestamp": 1677657966734,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/resourceInstances/basic_onboard_sjsngp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:08:06.360Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:08:06.361Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:08:06.361Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "db975a40-ef02-4680-8155-6910e8ba7d19",
"consumerID": "cds-sdc-listener",
"timestamp": 1677657982443,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/resourceInstances/basic_onboard_sjsngp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:08:06.361Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:08:06.361Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:08:06.361Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "db975a40-ef02-4680-8155-6910e8ba7d19",
"consumerID": "multicloud-k8s",
"timestamp": 1677657992295,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/resourceInstances/basic_onboard_sjsngp0/artifacts/basic_onboard_sjsngp0_modules.json",
"status": "NOTIFIED"
}
2023-03-01T08:08:06.362Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:08:06.362Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:08:06.362Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "db975a40-ef02-4680-8155-6910e8ba7d19",
"consumerID": "policy-distribution-id",
"timestamp": 1677658001445,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/resourceInstances/basic_onboard_sjsngp0/artifacts/basic_onboard_sjsngp0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:08:06.363Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:08:06.363Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:08:06.363Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "db975a40-ef02-4680-8155-6910e8ba7d19",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677658019636,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/resourceInstances/basic_onboard_sjsngp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:08:06.363Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:08:06.363Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:08:06.363Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "db975a40-ef02-4680-8155-6910e8ba7d19",
"consumerID": "aai-model-loader",
"timestamp": 1677658008790,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/resourceInstances/basic_onboard_sjsngp0/artifacts/basic_onboard_sjsngp0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:08:06.364Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:08:06.364Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:08:06.364Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "db975a40-ef02-4680-8155-6910e8ba7d19",
"consumerID": "SO-sdc-controller",
"timestamp": 1677657966734,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/resourceInstances/basic_onboard_sjsngp0/artifacts/basic_onboard_sjsngp0_modules.json",
"status": "NOTIFIED"
}
2023-03-01T08:08:06.365Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:08:06.365Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:08:06.365Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "db975a40-ef02-4680-8155-6910e8ba7d19",
"consumerID": "cds-sdc-listener",
"timestamp": 1677657982443,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/resourceInstances/basic_onboard_sjsngp0/artifacts/basic_onboard_sjsngp0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:08:06.365Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:08:06.366Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:08:06.366Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "db975a40-ef02-4680-8155-6910e8ba7d19",
"consumerID": "multicloud-k8s",
"timestamp": 1677657992295,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/resourceInstances/basic_onboard_sjsngp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-03-01T08:08:06.366Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:08:06.366Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:08:06.366Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "db975a40-ef02-4680-8155-6910e8ba7d19",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677658019636,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/resourceInstances/basic_onboard_sjsngp0/artifacts/basic_onboard_sjsngp0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:08:06.367Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:08:06.367Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:08:06.367Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "db975a40-ef02-4680-8155-6910e8ba7d19",
"consumerID": "policy-distribution-id",
"timestamp": 1677658001445,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/resourceInstances/basic_onboard_sjsngp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-03-01T08:08:06.367Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:08:06.367Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:08:06.368Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "db975a40-ef02-4680-8155-6910e8ba7d19",
"consumerID": "aai-model-loader",
"timestamp": 1677658008790,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/resourceInstances/basic_onboard_sjsngp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:08:06.368Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:08:06.368Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:08:06.368Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "db975a40-ef02-4680-8155-6910e8ba7d19",
"consumerID": "SO-sdc-controller",
"timestamp": 1677657966734,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/resourceInstances/basic_onboard_sjsngp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-03-01T08:08:06.370Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:08:06.370Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:08:06.371Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "db975a40-ef02-4680-8155-6910e8ba7d19",
"consumerID": "cds-sdc-listener",
"timestamp": 1677657982443,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/resourceInstances/basic_onboard_sjsngp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:08:06.371Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:08:06.371Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:08:06.372Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "db975a40-ef02-4680-8155-6910e8ba7d19",
"consumerID": "multicloud-k8s",
"timestamp": 1677657992295,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/resourceInstances/basic_onboard_sjsngp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:08:06.372Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:08:06.372Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:08:06.373Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "db975a40-ef02-4680-8155-6910e8ba7d19",
"consumerID": "policy-distribution-id",
"timestamp": 1677658001445,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/resourceInstances/basic_onboard_sjsngp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:08:06.373Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:08:06.373Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:08:06.373Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "db975a40-ef02-4680-8155-6910e8ba7d19",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677658019636,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/resourceInstances/basic_onboard_sjsngp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:08:06.373Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:08:06.373Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:08:06.374Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "db975a40-ef02-4680-8155-6910e8ba7d19",
"consumerID": "aai-model-loader",
"timestamp": 1677658008790,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/resourceInstances/basic_onboard_sjsngp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:08:06.374Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:08:06.374Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:08:06.374Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "db975a40-ef02-4680-8155-6910e8ba7d19",
"consumerID": "SO-sdc-controller",
"timestamp": 1677657966734,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/resourceInstances/basic_onboard_sjsngp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:08:06.374Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:08:06.374Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:08:06.375Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "db975a40-ef02-4680-8155-6910e8ba7d19",
"consumerID": "cds-sdc-listener",
"timestamp": 1677657982443,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/resourceInstances/basic_onboard_sjsngp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:08:06.375Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:08:06.375Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:08:06.375Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "db975a40-ef02-4680-8155-6910e8ba7d19",
"consumerID": "multicloud-k8s",
"timestamp": 1677657992295,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/resourceInstances/basic_onboard_sjsngp0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-03-01T08:08:06.375Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:08:06.377Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:08:06.377Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "db975a40-ef02-4680-8155-6910e8ba7d19",
"consumerID": "policy-distribution-id",
"timestamp": 1677658001445,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/resourceInstances/basic_onboard_sjsngp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:08:06.378Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:08:06.378Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:08:06.378Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "db975a40-ef02-4680-8155-6910e8ba7d19",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677658019636,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/resourceInstances/basic_onboard_sjsngp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:08:06.378Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:08:06.379Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:08:06.379Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "db975a40-ef02-4680-8155-6910e8ba7d19",
"consumerID": "aai-model-loader",
"timestamp": 1677658008790,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/resourceInstances/basic_onboard_sjsngp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:08:06.379Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:08:06.379Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:08:06.380Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "db975a40-ef02-4680-8155-6910e8ba7d19",
"consumerID": "SO-sdc-controller",
"timestamp": 1677657966734,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/resourceInstances/basic_onboard_sjsngp0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-03-01T08:08:06.380Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:08:06.380Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:08:06.380Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "db975a40-ef02-4680-8155-6910e8ba7d19",
"consumerID": "cds-sdc-listener",
"timestamp": 1677657982443,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/resourceInstances/basic_onboard_sjsngp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:08:06.380Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:08:06.381Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:08:06.381Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "db975a40-ef02-4680-8155-6910e8ba7d19",
"consumerID": "multicloud-k8s",
"timestamp": 1677657992295,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/artifacts/service-BasicOnboardSjsngp-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:08:06.381Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:08:06.381Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:08:06.381Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "db975a40-ef02-4680-8155-6910e8ba7d19",
"consumerID": "policy-distribution-id",
"timestamp": 1677658001445,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/artifacts/service-BasicOnboardSjsngp-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:08:06.382Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:08:06.382Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:08:06.382Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "db975a40-ef02-4680-8155-6910e8ba7d19",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677658019636,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/resourceInstances/basic_onboard_sjsngp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:08:06.382Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:08:06.382Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:08:06.383Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "db975a40-ef02-4680-8155-6910e8ba7d19",
"consumerID": "aai-model-loader",
"timestamp": 1677658008790,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/artifacts/service-BasicOnboardSjsngp-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:08:06.383Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:08:06.383Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:08:06.383Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "db975a40-ef02-4680-8155-6910e8ba7d19",
"consumerID": "SO-sdc-controller",
"timestamp": 1677657966734,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/artifacts/service-BasicOnboardSjsngp-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:08:06.384Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:08:06.385Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:08:06.385Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "db975a40-ef02-4680-8155-6910e8ba7d19",
"consumerID": "cds-sdc-listener",
"timestamp": 1677657982443,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/artifacts/service-BasicOnboardSjsngp-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:08:06.385Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:08:06.385Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:08:06.386Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "db975a40-ef02-4680-8155-6910e8ba7d19",
"consumerID": "multicloud-k8s",
"timestamp": 1677657992295,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/artifacts/service-BasicOnboardSjsngp-csar.csar",
"status": "NOTIFIED"
}
2023-03-01T08:08:06.386Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:08:06.387Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:08:06.387Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "db975a40-ef02-4680-8155-6910e8ba7d19",
"consumerID": "policy-distribution-id",
"timestamp": 1677658001445,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/artifacts/service-BasicOnboardSjsngp-csar.csar",
"status": "NOTIFIED"
}
2023-03-01T08:08:06.387Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:08:06.387Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:08:06.387Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "db975a40-ef02-4680-8155-6910e8ba7d19",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677658019636,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/artifacts/service-BasicOnboardSjsngp-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:08:06.388Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:08:06.388Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:08:06.388Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "db975a40-ef02-4680-8155-6910e8ba7d19",
"consumerID": "aai-model-loader",
"timestamp": 1677658008790,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/artifacts/service-BasicOnboardSjsngp-csar.csar",
"status": "NOTIFIED"
}
2023-03-01T08:08:06.388Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:08:06.389Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:08:06.390Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "db975a40-ef02-4680-8155-6910e8ba7d19",
"consumerID": "SO-sdc-controller",
"timestamp": 1677657966734,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/artifacts/service-BasicOnboardSjsngp-csar.csar",
"status": "NOTIFIED"
}
2023-03-01T08:08:06.390Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:08:06.390Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:08:06.390Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "db975a40-ef02-4680-8155-6910e8ba7d19",
"consumerID": "cds-sdc-listener",
"timestamp": 1677657982443,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/artifacts/service-BasicOnboardSjsngp-csar.csar",
"status": "NOTIFIED"
}
2023-03-01T08:08:06.391Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:08:21.206Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: db975a40-ef02-4680-8155-6910e8ba7d19
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-01T08:08:21.222Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: db975a40-ef02-4680-8155-6910e8ba7d19
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-01T08:08:21.227Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-01T08:08:21.227Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-01T08:08:21.228Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-01T08:08:51.228Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: db975a40-ef02-4680-8155-6910e8ba7d19
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-01T08:08:51.244Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: db975a40-ef02-4680-8155-6910e8ba7d19
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-01T08:08:51.249Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-01T08:08:51.250Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-01T08:08:51.250Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-01T08:09:06.350Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T08:09:06.355Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:09:06.355Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "db975a40-ef02-4680-8155-6910e8ba7d19",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677658019636,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/artifacts/service-BasicOnboardSjsngp-csar.csar",
"status": "NOTIFIED"
}
2023-03-01T08:09:06.357Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:09:06.357Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:09:06.357Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "db975a40-ef02-4680-8155-6910e8ba7d19",
"consumerID": "policy-distribution-id",
"timestamp": 1677658026538,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/artifacts/service-BasicOnboardSjsngp-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-01T08:09:06.358Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:09:06.358Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:09:06.358Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "db975a40-ef02-4680-8155-6910e8ba7d19",
"consumerID": "multicloud-k8s",
"timestamp": 1677658026040,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/resourceInstances/basic_onboard_sjsngp0/artifacts/basic_onboard_sjsngp0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-03-01T08:09:06.358Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:09:06.358Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:09:06.358Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "db975a40-ef02-4680-8155-6910e8ba7d19",
"consumerID": "aai-model-loader",
"timestamp": 1677658027815,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/artifacts/service-BasicOnboardSjsngp-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-01T08:09:06.358Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:09:06.358Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:09:06.359Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "db975a40-ef02-4680-8155-6910e8ba7d19",
"consumerID": "cds-sdc-listener",
"timestamp": 1677658027826,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/artifacts/service-BasicOnboardSjsngp-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-01T08:09:06.359Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:09:06.359Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:09:06.359Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "db975a40-ef02-4680-8155-6910e8ba7d19",
"consumerID": "SO-sdc-controller",
"timestamp": 1677658027269,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/artifacts/service-BasicOnboardSjsngp-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-01T08:09:06.359Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:09:06.360Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:09:06.360Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "db975a40-ef02-4680-8155-6910e8ba7d19",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677658027557,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/artifacts/service-BasicOnboardSjsngp-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-01T08:09:06.360Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:09:06.360Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:09:06.361Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "db975a40-ef02-4680-8155-6910e8ba7d19",
"consumerID": "policy-distribution-id",
"timestamp": 1677658027555,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/artifacts/service-BasicOnboardSjsngp-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-01T08:09:06.361Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:09:06.361Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:09:06.361Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "db975a40-ef02-4680-8155-6910e8ba7d19",
"consumerID": "multicloud-k8s",
"timestamp": 1677658027123,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/resourceInstances/basic_onboard_sjsngp0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-03-01T08:09:06.362Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:09:06.362Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:09:06.362Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "db975a40-ef02-4680-8155-6910e8ba7d19",
"consumerID": "cds-sdc-listener",
"timestamp": 1677658028854,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/artifacts/service-BasicOnboardSjsngp-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-01T08:09:06.377Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of db975a40-ef02-4680-8155-6910e8ba7d19
2023-03-01T08:09:06.378Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId db975a40-ef02-4680-8155-6910e8ba7d19 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-01T08:09:06.405Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:09:06.405Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "db975a40-ef02-4680-8155-6910e8ba7d19",
"consumerID": "policy-distribution-id",
"timestamp": 1677658028563,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-01T08:09:06.414Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of db975a40-ef02-4680-8155-6910e8ba7d19
2023-03-01T08:09:06.415Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId db975a40-ef02-4680-8155-6910e8ba7d19 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-01T08:09:06.462Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:09:06.463Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "db975a40-ef02-4680-8155-6910e8ba7d19",
"consumerID": "multicloud-k8s",
"timestamp": 1677658028223,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/resourceInstances/basic_onboard_sjsngp0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-03-01T08:09:06.463Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:09:06.463Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:09:06.463Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "db975a40-ef02-4680-8155-6910e8ba7d19",
"consumerID": "multicloud-k8s",
"timestamp": 1677658029331,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-01T08:09:06.491Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of db975a40-ef02-4680-8155-6910e8ba7d19
2023-03-01T08:09:06.492Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId db975a40-ef02-4680-8155-6910e8ba7d19 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-01T08:09:06.520Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:09:06.520Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "db975a40-ef02-4680-8155-6910e8ba7d19",
"consumerID": "multicloud-k8s",
"timestamp": 1677658030335,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/resourceInstances/basic_onboard_sjsngp0/artifacts/basic_onboard_sjsngp0_modules.json",
"status": "DEPLOY_OK"
}
2023-03-01T08:09:06.521Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:09:06.521Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:09:06.521Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "db975a40-ef02-4680-8155-6910e8ba7d19",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677658033226,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/artifacts/service-BasicOnboardSjsngp-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-01T08:09:06.521Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:09:06.521Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:09:06.521Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "db975a40-ef02-4680-8155-6910e8ba7d19",
"consumerID": "SO-sdc-controller",
"timestamp": 1677658033449,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/resourceInstances/basic_onboard_sjsngp0/artifacts/basic_onboard_sjsngp0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-03-01T08:09:06.522Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:09:06.529Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:09:06.529Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "db975a40-ef02-4680-8155-6910e8ba7d19",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677658034245,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-01T08:09:06.544Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of db975a40-ef02-4680-8155-6910e8ba7d19
2023-03-01T08:09:06.545Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId db975a40-ef02-4680-8155-6910e8ba7d19 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-01T08:09:06.583Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:09:06.586Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "db975a40-ef02-4680-8155-6910e8ba7d19",
"consumerID": "SO-sdc-controller",
"timestamp": 1677658034544,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/resourceInstances/basic_onboard_sjsngp0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-03-01T08:09:06.590Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:09:06.595Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:09:06.596Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "db975a40-ef02-4680-8155-6910e8ba7d19",
"consumerID": "SO-sdc-controller",
"timestamp": 1677658035607,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/resourceInstances/basic_onboard_sjsngp0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-03-01T08:09:06.597Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:09:06.597Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:09:06.600Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "db975a40-ef02-4680-8155-6910e8ba7d19",
"consumerID": "SO-sdc-controller",
"timestamp": 1677658037056,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/resourceInstances/basic_onboard_sjsngp0/artifacts/basic_onboard_sjsngp0_modules.json",
"status": "DEPLOY_OK"
}
2023-03-01T08:09:06.600Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:09:06.601Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:09:06.601Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "db975a40-ef02-4680-8155-6910e8ba7d19",
"consumerID": "aai-model-loader",
"timestamp": 1677658039148,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/artifacts/service-BasicOnboardSjsngp-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-01T08:09:06.601Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:09:06.601Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:09:06.601Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "db975a40-ef02-4680-8155-6910e8ba7d19",
"consumerID": "SO-sdc-controller",
"timestamp": 1677658038059,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/resourceInstances/basic_onboard_sjsngp0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2023-03-01T08:09:06.601Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:09:06.602Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:09:06.602Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "db975a40-ef02-4680-8155-6910e8ba7d19",
"consumerID": "aai-model-loader",
"timestamp": 1677658040153,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-01T08:09:06.615Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of db975a40-ef02-4680-8155-6910e8ba7d19
2023-03-01T08:09:06.616Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId db975a40-ef02-4680-8155-6910e8ba7d19 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-01T08:09:06.646Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:09:06.646Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "db975a40-ef02-4680-8155-6910e8ba7d19",
"consumerID": "SO-sdc-controller",
"timestamp": 1677658039067,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/resourceInstances/basic_onboard_sjsngp0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2023-03-01T08:09:06.647Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:09:06.647Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:09:06.647Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "db975a40-ef02-4680-8155-6910e8ba7d19",
"consumerID": "SO-sdc-controller",
"timestamp": 1677658040070,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSjsngp/1.0/artifacts/service-BasicOnboardSjsngp-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-01T08:09:06.648Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:09:21.250Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: db975a40-ef02-4680-8155-6910e8ba7d19
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-01T08:09:21.274Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: db975a40-ef02-4680-8155-6910e8ba7d19
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-01T08:09:21.283Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-01T08:09:21.283Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-01T08:09:21.284Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-01T08:09:21.284Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-01T08:09:21.285Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-01T08:09:21.285Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-01T08:09:21.285Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-01T08:09:21.286Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-01T08:09:21.286Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-01T08:09:21.287Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-01T08:09:21.302Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-01T08:09:51.303Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: db975a40-ef02-4680-8155-6910e8ba7d19 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-01T08:09:51.335Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: db975a40-ef02-4680-8155-6910e8ba7d19 and serviceModelVersionId: 8cf97a76-bfb4-40bf-8cc3-9bf9884c1798
2023-03-01T08:09:51.335Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cf5f134e-6e58-421c-815e-01d7051a9305
2023-03-01T08:10:06.350Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T08:10:21.578Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cf5f134e-6e58-421c-815e-01d7051a9305/model-vers/model-ver/8cf97a76-bfb4-40bf-8cc3-9bf9884c1798?depth=0
2023-03-01T08:10:21.698Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2023-03-01T08:10:21.789Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf5f134e-6e58-421c-815e-01d7051a9305/model-vers/model-ver/8cf97a76-bfb4-40bf-8cc3-9bf9884c1798?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-01T08:10:21.793Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf5f134e-6e58-421c-815e-01d7051a9305/model-vers/model-ver/8cf97a76-bfb4-40bf-8cc3-9bf9884c1798?depth=0|INFO|500||Invoke
2023-03-01T08:10:21.818Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf5f134e-6e58-421c-815e-01d7051a9305/model-vers/model-ver/8cf97a76-bfb4-40bf-8cc3-9bf9884c1798?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-03-01T08:10:22.037Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf5f134e-6e58-421c-815e-01d7051a9305/model-vers/model-ver/8cf97a76-bfb4-40bf-8cc3-9bf9884c1798?depth=0|INFO|500||InvokeReturn
2023-03-01T08:10:22.038Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cf5f134e-6e58-421c-815e-01d7051a9305/model-vers/model-ver/8cf97a76-bfb4-40bf-8cc3-9bf9884c1798?depth=0 has http status code:200 and response headers:{date=[Wed, 01 Mar 2023 08:10:21 GMT], content-length=[0], vertex-id=[159896], x-aai-txid=[2-aai-resources-230301-08:10:21:676-98401], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-01T08:10:22.039Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2023-03-01T08:10:22.047Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-01T08:10:22.048Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-01T08:10:22.073Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2023-03-01T08:10:22.074Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID db975a40-ef02-4680-8155-6910e8ba7d19 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-01T08:10:22.075Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-01T08:10:22.075Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-01T08:10:22.076Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-01T08:10:22.076Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "db975a40-ef02-4680-8155-6910e8ba7d19",
"consumerID": "SO-sdc-controller",
"timestamp": 1677658222074,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T08:10:22.099Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:10:22.100Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "db975a40-ef02-4680-8155-6910e8ba7d19",
"consumerID": "SO-sdc-controller",
"timestamp": 1677658222074,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-01T08:10:22.102Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-01T08:10:23.098Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T08:11:06.350Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T08:11:23.100Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T08:12:06.352Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T08:12:23.103Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T08:12:47.807Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-01T08:12:47.808Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"639c910e-351a-4ada-baa4-18575f0ef1ee","serviceName":"vFW 2023-03-01 08-11-36","serviceVersion":"1.0","serviceUUID":"de267ee5-98af-4e0c-9572-1b80ee34be1a","serviceDescription":"catalog service description","serviceInvariantUUID":"7293e264-dc88-4d81-9a74-8a3a9868f42f","resources":[{"resourceInstanceName":"vFW 85e7cf32-4b0f 0","resourceName":"vFW 85e7cf32-4b0f","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"be42ddd4-d967-43a4-bc5e-269c7f135ce8","resourceInvariantUUID":"17d128e2-5a22-408b-a91c-5168f0ad3d14","resourceCustomizationUUID":"ed0dc456-7ecc-4f1f-9084-3f1430f7e9e4","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230301081136/1.0/resourceInstances/vfw85e7cf324b0f0/artifacts/vf-license-model.xml","artifactChecksum":"ZDY2MjExMjliOTIyZjE0NjQ1ZDJhNzUzZmQ0MzhhMDE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bccb2a83-d010-455d-9b9b-c5317459552e","artifactVersion":"1"},{"artifactName":"vfw85e7cf324b0f0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230301081136/1.0/resourceInstances/vfw85e7cf324b0f0/artifacts/vfw85e7cf324b0f0_modules.json","artifactChecksum":"ZGU0ZDI1YjM3NjA4NTlmN2E1YTc3MDM2NzVjMDNiYjk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"13ce7168-e45d-43a6-b8d0-b0443ccfcb04","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230301081136/1.0/resourceInstances/vfw85e7cf324b0f0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0c7d98ef-39c8-4697-ae29-8396f6e7d7e6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230301081136/1.0/resourceInstances/vfw85e7cf324b0f0/artifacts/vendor-license-model.xml","artifactChecksum":"ODIzOTg4ZDA2YmFmOGZiNDg3YThjNzhkNjM4N2NjMWY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"fde3ad02-e4c1-40b0-a252-2965e8357ec1","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230301081136/1.0/resourceInstances/vfw85e7cf324b0f0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"da333b71-4003-4ecf-b3f9-55fa1e2fe5bc","artifactVersion":"2","generatedFromUUID":"0c7d98ef-39c8-4697-ae29-8396f6e7d7e6"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230301081136-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230301081136/1.0/artifacts/service-Vfw20230301081136-template.yml","artifactChecksum":"YWNlYTBkNzJlNTVjMjA0NGJiODU4OGQ4YzNiYzhmNTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fa6fc506-d2f2-4cff-b5cc-951fb3a40c84","artifactVersion":"1"},{"artifactName":"service-Vfw20230301081136-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230301081136/1.0/artifacts/service-Vfw20230301081136-csar.csar","artifactChecksum":"ZjQxZjFjOTMxMjRlY2I1YjRjNzljMDI4OWJhNTkxZmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"533df2f7-66a9-4e85-aa47-30d4ba3e7c93","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-01T08:12:47.815Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-01T08:12:47.817Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-01T08:12:47.818Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-01T08:12:47.819Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "639c910e-351a-4ada-baa4-18575f0ef1ee",
"consumerID": "SO-sdc-controller",
"timestamp": 1677658343103,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230301081136/1.0/resourceInstances/vfw85e7cf324b0f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T08:12:47.840Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:12:47.841Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "639c910e-351a-4ada-baa4-18575f0ef1ee",
"consumerID": "aai-model-loader",
"timestamp": 1677658368790,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230301081136/1.0/resourceInstances/vfw85e7cf324b0f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:12:47.842Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:12:48.822Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-01T08:12:48.823Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-01T08:12:48.823Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-01T08:12:48.826Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "639c910e-351a-4ada-baa4-18575f0ef1ee",
"consumerID": "SO-sdc-controller",
"timestamp": 1677658343103,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230301081136/1.0/resourceInstances/vfw85e7cf324b0f0/artifacts/vfw85e7cf324b0f0_modules.json",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T08:12:49.828Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-01T08:12:49.830Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-01T08:12:49.830Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-01T08:12:49.830Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "639c910e-351a-4ada-baa4-18575f0ef1ee",
"consumerID": "SO-sdc-controller",
"timestamp": 1677658343103,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230301081136/1.0/resourceInstances/vfw85e7cf324b0f0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T08:12:50.832Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-01T08:12:50.833Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-01T08:12:50.833Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-01T08:12:50.834Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "639c910e-351a-4ada-baa4-18575f0ef1ee",
"consumerID": "SO-sdc-controller",
"timestamp": 1677658343103,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230301081136/1.0/resourceInstances/vfw85e7cf324b0f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T08:12:51.835Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-01T08:12:51.836Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-01T08:12:51.837Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-01T08:12:51.837Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "639c910e-351a-4ada-baa4-18575f0ef1ee",
"consumerID": "SO-sdc-controller",
"timestamp": 1677658343103,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230301081136/1.0/resourceInstances/vfw85e7cf324b0f0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T08:12:52.838Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-01T08:12:52.840Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-01T08:12:52.840Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-01T08:12:52.841Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "639c910e-351a-4ada-baa4-18575f0ef1ee",
"consumerID": "SO-sdc-controller",
"timestamp": 1677658343103,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230301081136/1.0/artifacts/service-Vfw20230301081136-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T08:12:53.842Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-01T08:12:53.845Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-01T08:12:53.845Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-01T08:12:53.845Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "639c910e-351a-4ada-baa4-18575f0ef1ee",
"consumerID": "SO-sdc-controller",
"timestamp": 1677658343103,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230301081136/1.0/artifacts/service-Vfw20230301081136-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T08:12:54.849Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "639c910e-351a-4ada-baa4-18575f0ef1ee",
"serviceName": "vFW 2023-03-01 08-11-36",
"serviceVersion": "1.0",
"serviceUUID": "de267ee5-98af-4e0c-9572-1b80ee34be1a",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "7293e264-dc88-4d81-9a74-8a3a9868f42f",
"resources": [
{
"resourceInstanceName": "vFW 85e7cf32-4b0f 0",
"resourceCustomizationUUID": "ed0dc456-7ecc-4f1f-9084-3f1430f7e9e4",
"resourceName": "vFW 85e7cf32-4b0f",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "be42ddd4-d967-43a4-bc5e-269c7f135ce8",
"resourceInvariantUUID": "17d128e2-5a22-408b-a91c-5168f0ad3d14",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw85e7cf324b0f0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230301081136/1.0/resourceInstances/vfw85e7cf324b0f0/artifacts/vfw85e7cf324b0f0_modules.json",
"artifactChecksum": "ZGU0ZDI1YjM3NjA4NTlmN2E1YTc3MDM2NzVjMDNiYjk\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "13ce7168-e45d-43a6-b8d0-b0443ccfcb04",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230301081136/1.0/resourceInstances/vfw85e7cf324b0f0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "0c7d98ef-39c8-4697-ae29-8396f6e7d7e6",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230301081136/1.0/resourceInstances/vfw85e7cf324b0f0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "da333b71-4003-4ecf-b3f9-55fa1e2fe5bc",
"generatedFromUUID": "0c7d98ef-39c8-4697-ae29-8396f6e7d7e6"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230301081136/1.0/resourceInstances/vfw85e7cf324b0f0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "da333b71-4003-4ecf-b3f9-55fa1e2fe5bc",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20230301081136-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230301081136/1.0/artifacts/service-Vfw20230301081136-csar.csar",
"artifactChecksum": "ZjQxZjFjOTMxMjRlY2I1YjRjNzljMDI4OWJhNTkxZmU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "533df2f7-66a9-4e85-aa47-30d4ba3e7c93"
}
],
"workloadContext": "Production"
}
2023-03-01T08:12:54.850Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-01T08:12:54.850Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 de267ee5-98af-4e0c-9572-1b80ee34be1a ASDC
2023-03-01T08:12:54.851Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:639c910e-351a-4ada-baa4-18575f0ef1ee
ServiceName:vFW 2023-03-01 08-11-36
ServiceVersion:1.0
ServiceUUID:de267ee5-98af-4e0c-9572-1b80ee34be1a
ServiceInvariantUUID:7293e264-dc88-4d81-9a74-8a3a9868f42f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230301081136-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230301081136/1.0/artifacts/service-Vfw20230301081136-csar.csar
ArtifactUUID:533df2f7-66a9-4e85-aa47-30d4ba3e7c93
ArtifactChecksum:ZjQxZjFjOTMxMjRlY2I1YjRjNzljMDI4OWJhNTkxZmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 85e7cf32-4b0f 0
ResourceCustomizationUUID:ed0dc456-7ecc-4f1f-9084-3f1430f7e9e4
ResourceInvariantUUID:17d128e2-5a22-408b-a91c-5168f0ad3d14
ResourceName:vFW 85e7cf32-4b0f
ResourceType:VF
ResourceUUID:be42ddd4-d967-43a4-bc5e-269c7f135ce8
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw85e7cf324b0f0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230301081136/1.0/resourceInstances/vfw85e7cf324b0f0/artifacts/vfw85e7cf324b0f0_modules.json
ArtifactUUID:13ce7168-e45d-43a6-b8d0-b0443ccfcb04
ArtifactChecksum:ZGU0ZDI1YjM3NjA4NTlmN2E1YTc3MDM2NzVjMDNiYjk=
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/Vfw20230301081136/1.0/resourceInstances/vfw85e7cf324b0f0/artifacts/base_vfw.yaml
ArtifactUUID:0c7d98ef-39c8-4697-ae29-8396f6e7d7e6
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/Vfw20230301081136/1.0/resourceInstances/vfw85e7cf324b0f0/artifacts/base_vfw.env
ArtifactUUID:da333b71-4003-4ecf-b3f9-55fa1e2fe5bc
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/Vfw20230301081136/1.0/resourceInstances/vfw85e7cf324b0f0/artifacts/base_vfw.env
ArtifactUUID:da333b71-4003-4ecf-b3f9-55fa1e2fe5bc
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-03-01T08:12:54.852Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF de267ee5-98af-4e0c-9572-1b80ee34be1a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-01T08:12:54.964Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-01T08:12:54.965Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-01T08:12:54.966Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-01T08:12:54.966Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 533df2f7-66a9-4e85-aa47-30d4ba3e7c93 from URL: /sdc/v1/catalog/services/Vfw20230301081136/1.0/artifacts/service-Vfw20230301081136-csar.csar
2023-03-01T08:12:54.966Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-01T08:12:54.967Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230301081136/1.0/artifacts/service-Vfw20230301081136-csar.csar
2023-03-01T08:12:55.048Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-03-01T08:12:55.058Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230301081136/1.0/artifacts/service-Vfw20230301081136-csar.csar 533df2f7-66a9-4e85-aa47-30d4ba3e7c93 101510
2023-03-01T08:12:55.059Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230301081136/1.0/artifacts/service-Vfw20230301081136-csar.csar ASDC sendASDCNotification
2023-03-01T08:12:55.059Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230301081136/1.0/artifacts/service-Vfw20230301081136-csar.csar
2023-03-01T08:12:55.060Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-01T08:12:55.060Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-01T08:12:55.061Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-01T08:12:55.061Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "639c910e-351a-4ada-baa4-18575f0ef1ee",
"consumerID": "SO-sdc-controller",
"timestamp": 1677658375059,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230301081136/1.0/artifacts/service-Vfw20230301081136-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T08:12:56.065Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-01T08:12:56.067Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-01T08:12:56.069Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 533df2f7-66a9-4e85-aa47-30d4ba3e7c93, URL: /sdc/v1/catalog/services/Vfw20230301081136/1.0/artifacts/service-Vfw20230301081136-csar.csar to file: /app/ASDC/1/service-Vfw20230301081136-csar.csar
2023-03-01T08:12:56.069Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230301081136-csar.csar
2023-03-01T08:12:56.070Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230301081136-csar.csar
2023-03-01T08:12:56.071Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230301081136-csar.csar
2023-03-01T08:12:56.467Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8467425609679887265/Definitions/service-Vfw20230301081136-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2023-03-01T08:13:00.801Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-01T08:13:00.804Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-01T08:13:00.804Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230301081136-csar.csar
2023-03-01T08:13:00.804Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-01T08:13:00.807Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230301081136-csar.csar
2023-03-01T08:13:00.807Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230301081136-csar.csar
2023-03-01T08:13:00.807Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230301081136-csar.csar
2023-03-01T08:13:00.808Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230301081136-csar.csar
2023-03-01T08:13:00.808Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230301081136-csar.csar
2023-03-01T08:13:00.808Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230301081136-csar.csar
2023-03-01T08:13:00.808Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230301081136-csar.csar
2023-03-01T08:13:00.808Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230301081136-csar.csar
2023-03-01T08:13:00.808Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230301081136-csar.csar
2023-03-01T08:13:00.808Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230301081136-csar.csar
2023-03-01T08:13:00.808Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 85e7cf32-4b0f 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-Vfw20230301081136-csar.csar
2023-03-01T08:13:00.809Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-01T08:13:00.809Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-01T08:13:00.809Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-01 08-11-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-01T08:13:00.810Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Node template vFW 85e7cf32-4b0f 0 is matching search criteria
2023-03-01T08:13:00.810Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-01T08:13:00.810Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 85e7cf32-4b0f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-01T08:13:00.811Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-01T08:13:00.811Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-01 08-11-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-01T08:13:00.811Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Node template vFW 85e7cf32-4b0f 0 is matching search criteria
2023-03-01T08:13:00.811Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-01T08:13:00.812Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 85e7cf32-4b0f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-01T08:13:00.812Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-01T08:13:00.812Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-01 08-11-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-01T08:13:00.813Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-01T08:13:00.813Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Node template vFW 85e7cf32-4b0f 0 is not matching search criteria
2023-03-01T08:13:00.813Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-01T08:13:00.813Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-01T08:13:00.813Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-01T08:13:00.814Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-01T08:13:00.814Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-01T08:13:00.814Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-01T08:13:00.814Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-01T08:13:00.815Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-01T08:13:00.815Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-01T08:13:00.815Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-01T08:13:00.815Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-01T08:13:00.815Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-01T08:13:00.816Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-01T08:13:00.816Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-01T08:13:00.816Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-01T08:13:00.816Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-01T08:13:00.816Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-01T08:13:00.817Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-01 08-11-36 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-01T08:13:00.817Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-01T08:13:00.817Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Node template vFW 85e7cf32-4b0f 0 is matching search criteria
2023-03-01T08:13:00.817Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 85e7cf32-4b0f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-01T08:13:00.818Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-01T08:13:00.818Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Node template vFW 85e7cf32-4b0f 0 is matching search criteria
2023-03-01T08:13:00.818Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 85e7cf32-4b0f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-01T08:13:00.819Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-01T08:13:00.819Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Node template vFW 85e7cf32-4b0f 0 is matching search criteria
2023-03-01T08:13:00.819Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 85e7cf32-4b0f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-01T08:13:00.819Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-01T08:13:00.820Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Node template vFW 85e7cf32-4b0f 0 is not matching search criteria
2023-03-01T08:13:00.820Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-01T08:13:00.820Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-01T08:13:00.820Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-01T08:13:00.820Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-01T08:13:00.820Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-01T08:13:00.821Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-01T08:13:00.821Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-01T08:13:00.821Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-01T08:13:00.821Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-01T08:13:00.821Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-01T08:13:00.822Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-01T08:13:00.822Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5cd9f55c-0095-46eb-9a91-be7dd053a45c
2023-03-01T08:13:00.822Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-01T08:13:00.822Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Node template vFW 85e7cf32-4b0f 0 is not matching search criteria
2023-03-01T08:13:00.822Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-01T08:13:00.823Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-01T08:13:00.823Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-01T08:13:00.823Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-01T08:13:00.823Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-01T08:13:00.824Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-01T08:13:00.824Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-01T08:13:00.824Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-01T08:13:00.824Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-01T08:13:00.825Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-01T08:13:00.825Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-01T08:13:00.825Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-01T08:13:00.825Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=60e854a7-9b9e-4d1f-b69f-fdad4507b4c6
2023-03-01T08:13:00.826Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-01T08:13:00.826Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Node template vFW 85e7cf32-4b0f 0 is not matching search criteria
2023-03-01T08:13:00.826Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-01T08:13:00.826Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-01T08:13:00.826Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-01T08:13:00.827Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-01T08:13:00.827Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-01T08:13:00.827Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-01T08:13:00.827Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-01T08:13:00.827Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-01T08:13:00.828Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-01T08:13:00.828Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-01T08:13:00.828Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-01T08:13:00.828Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-01T08:13:00.829Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=2277bd3d-0018-4a6d-88f4-06f5e5e9f428
2023-03-01T08:13:00.829Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-01T08:13:00.829Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-01 08-11-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-01T08:13:00.829Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-01T08:13:00.830Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-01 08-11-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-01T08:13:00.830Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-01T08:13:00.830Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-01 08-11-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-01T08:13:00.830Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-01T08:13:00.830Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-01 08-11-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-01T08:13:00.831Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2023-03-01 08-11-36
Description:catalog service description
Model UUID:de267ee5-98af-4e0c-9572-1b80ee34be1a
Model Version:NULL
Model InvariantUuid:7293e264-dc88-4d81-9a74-8a3a9868f42f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 85e7cf32-4b0f
Model UUID:7a741ed5-dc36-4740-a3d4-1a2d3cacc33b
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:17d128e2-5a22-408b-a91c-5168f0ad3d14
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:ed0dc456-7ecc-4f1f-9084-3f1430f7e9e4
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:52985aff-1142-447f-b5c3-67cabfcc69d6
ModelName:Vfw85e7cf324b0f..base_vfw..module-0
ModelUuid:00f674d7-89e1-49fa-b245-c32c656e4092
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:5cd9f55c-0095-46eb-9a91-be7dd053a45c
ModelInvariantUuid:316e9470-77a1-4be1-b497-78b5b306d19e
ModelName:vFW 85e7cf32-4b0f-nodes.vfwCvfc
ModelUuid:59c3ef21-03d0-417d-8545-d7a29dd1c4e5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:a8ef7090-8fd3-48a5-88d1-6f60348a2e2e
ModelInvariantUuid:89004530-c4f7-41a2-9b96-d53d6e63d8df
ModelName:Vfw85e7cf324b0f.compute.nodes.heat.vfw
ModelUuid:673bd333-6379-4f35-9b5b-3271f31b2d21
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:60e854a7-9b9e-4d1f-b69f-fdad4507b4c6
ModelInvariantUuid:3ea7e036-2efa-4a28-b056-d120148863fa
ModelName:vFW 85e7cf32-4b0f-nodes.vsnCvfc
ModelUuid:e1dccdf3-56cc-4b1f-94c5-378da7803fa4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:cc4d30af-88c8-4de6-a566-63d6010df450
ModelInvariantUuid:e1e9d613-7d16-4e30-a30a-ee2243feb269
ModelName:Vfw85e7cf324b0f.compute.nodes.heat.vsn
ModelUuid:6f170147-33cf-4552-910a-71273651464b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:2277bd3d-0018-4a6d-88f4-06f5e5e9f428
ModelInvariantUuid:3372d355-57f3-4ce1-96c4-8ffb612eda27
ModelName:vFW 85e7cf32-4b0f-nodes.vpgCvfc
ModelUuid:d53c8a89-1bc4-4a16-b738-2c6e3d91f164
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:07d4a202-f2d3-4aa2-9279-c98299f2c6c6
ModelInvariantUuid:dfe9350d-72d6-4bc5-9b3d-9936312bcf4a
ModelName:Vfw85e7cf324b0f.compute.nodes.heat.vpg
ModelUuid:de56c60c-9e9b-4769-9e75-504a511ce4f0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-03-01T08:13:00.862Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: be42ddd4-d967-43a4-bc5e-269c7f135ce8
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-01T08:13:00.868Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||INFO|500||vFW 85e7cf32-4b0f 0
2023-03-01T08:13:00.869Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: be42ddd4-d967-43a4-bc5e-269c7f135ce8
2023-03-01T08:13:00.869Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 13ce7168-e45d-43a6-b8d0-b0443ccfcb04 from URL: /sdc/v1/catalog/services/Vfw20230301081136/1.0/resourceInstances/vfw85e7cf324b0f0/artifacts/vfw85e7cf324b0f0_modules.json
2023-03-01T08:13:00.869Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-01T08:13:00.870Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230301081136/1.0/resourceInstances/vfw85e7cf324b0f0/artifacts/vfw85e7cf324b0f0_modules.json
2023-03-01T08:13:00.941Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-03-01T08:13:00.942Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230301081136/1.0/resourceInstances/vfw85e7cf324b0f0/artifacts/vfw85e7cf324b0f0_modules.json 13ce7168-e45d-43a6-b8d0-b0443ccfcb04 785
2023-03-01T08:13:00.943Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230301081136/1.0/resourceInstances/vfw85e7cf324b0f0/artifacts/vfw85e7cf324b0f0_modules.json ASDC sendASDCNotification
2023-03-01T08:13:00.943Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230301081136/1.0/resourceInstances/vfw85e7cf324b0f0/artifacts/vfw85e7cf324b0f0_modules.json
2023-03-01T08:13:00.943Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-01T08:13:00.944Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-01T08:13:00.944Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-01T08:13:00.944Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "639c910e-351a-4ada-baa4-18575f0ef1ee",
"consumerID": "SO-sdc-controller",
"timestamp": 1677658380943,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230301081136/1.0/resourceInstances/vfw85e7cf324b0f0/artifacts/vfw85e7cf324b0f0_modules.json",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T08:13:01.949Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw85e7cf324b0f..base_vfw..module-0",
"vfModuleModelInvariantUUID": "52985aff-1142-447f-b5c3-67cabfcc69d6",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "00f674d7-89e1-49fa-b245-c32c656e4092",
"vfModuleModelCustomizationUUID": "4ffb6f95-653b-4323-8827-88ccf13e2f17",
"isBase": true,
"artifacts": [
"0c7d98ef-39c8-4697-ae29-8396f6e7d7e6",
"da333b71-4003-4ecf-b3f9-55fa1e2fe5bc"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2023-03-01T08:13:01.959Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw85e7cf324b0f..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:00f674d7-89e1-49fa-b245-c32c656e4092
VfModuleModelInvariantUUID:52985aff-1142-447f-b5c3-67cabfcc69d6
VfModuleModelDescription:NULL
Artifacts UUID List:{
0c7d98ef-39c8-4697-ae29-8396f6e7d7e6
,
da333b71-4003-4ecf-b3f9-55fa1e2fe5bc
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2023-03-01T08:13:01.964Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw85e7cf324b0f..base_vfw..module-0",
"vfModuleModelInvariantUUID": "52985aff-1142-447f-b5c3-67cabfcc69d6",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "00f674d7-89e1-49fa-b245-c32c656e4092",
"vfModuleModelCustomizationUUID": "4ffb6f95-653b-4323-8827-88ccf13e2f17",
"isBase": true,
"artifacts": [
"0c7d98ef-39c8-4697-ae29-8396f6e7d7e6",
"da333b71-4003-4ecf-b3f9-55fa1e2fe5bc"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2023-03-01T08:13:01.964Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw85e7cf324b0f..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:00f674d7-89e1-49fa-b245-c32c656e4092
VfModuleModelInvariantUUID:52985aff-1142-447f-b5c3-67cabfcc69d6
VfModuleModelDescription:NULL
Artifacts UUID List:{
0c7d98ef-39c8-4697-ae29-8396f6e7d7e6
,
da333b71-4003-4ecf-b3f9-55fa1e2fe5bc
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2023-03-01T08:13:01.965Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 0c7d98ef-39c8-4697-ae29-8396f6e7d7e6 from URL: /sdc/v1/catalog/services/Vfw20230301081136/1.0/resourceInstances/vfw85e7cf324b0f0/artifacts/base_vfw.yaml
2023-03-01T08:13:01.965Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-01T08:13:01.965Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230301081136/1.0/resourceInstances/vfw85e7cf324b0f0/artifacts/base_vfw.yaml
2023-03-01T08:13:02.033Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-03-01T08:13:02.034Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230301081136/1.0/resourceInstances/vfw85e7cf324b0f0/artifacts/base_vfw.yaml 0c7d98ef-39c8-4697-ae29-8396f6e7d7e6 20368
2023-03-01T08:13:02.034Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230301081136/1.0/resourceInstances/vfw85e7cf324b0f0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-03-01T08:13:02.035Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230301081136/1.0/resourceInstances/vfw85e7cf324b0f0/artifacts/base_vfw.yaml
2023-03-01T08:13:02.035Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-01T08:13:02.036Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-01T08:13:02.036Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-01T08:13:02.036Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "639c910e-351a-4ada-baa4-18575f0ef1ee",
"consumerID": "SO-sdc-controller",
"timestamp": 1677658382034,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230301081136/1.0/resourceInstances/vfw85e7cf324b0f0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T08:13:03.044Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: da333b71-4003-4ecf-b3f9-55fa1e2fe5bc from URL: /sdc/v1/catalog/services/Vfw20230301081136/1.0/resourceInstances/vfw85e7cf324b0f0/artifacts/base_vfw.env
2023-03-01T08:13:03.044Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-01T08:13:03.046Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230301081136/1.0/resourceInstances/vfw85e7cf324b0f0/artifacts/base_vfw.env
2023-03-01T08:13:03.108Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-03-01T08:13:03.109Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230301081136/1.0/resourceInstances/vfw85e7cf324b0f0/artifacts/base_vfw.env da333b71-4003-4ecf-b3f9-55fa1e2fe5bc 2098
2023-03-01T08:13:03.110Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230301081136/1.0/resourceInstances/vfw85e7cf324b0f0/artifacts/base_vfw.env ASDC sendASDCNotification
2023-03-01T08:13:03.110Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230301081136/1.0/resourceInstances/vfw85e7cf324b0f0/artifacts/base_vfw.env
2023-03-01T08:13:03.110Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-01T08:13:03.111Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-01T08:13:03.111Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-01T08:13:03.111Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "639c910e-351a-4ada-baa4-18575f0ef1ee",
"consumerID": "SO-sdc-controller",
"timestamp": 1677658383109,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230301081136/1.0/resourceInstances/vfw85e7cf324b0f0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T08:13:04.115Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: de267ee5-98af-4e0c-9572-1b80ee34be1a
2023-03-01T08:13:04.116Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 85e7cf32-4b0f 0 be42ddd4-d967-43a4-bc5e-269c7f135ce8 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-01T08:13:04.172Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5dd50fa8, org.onap.sdc.toscaparser.api.parameters.Input@117e106a, org.onap.sdc.toscaparser.api.parameters.Input@7c7b02ec, org.onap.sdc.toscaparser.api.parameters.Input@4f6ac3f4, org.onap.sdc.toscaparser.api.parameters.Input@3a373dfe]
2023-03-01T08:13:04.175Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-01T08:13:04.175Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-01 08-11-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-01T08:13:04.175Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2023-03-01T08:13:04.183Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= ed0dc456-7ecc-4f1f-9084-3f1430f7e9e4
2023-03-01T08:13:04.184Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ed0dc456-7ecc-4f1f-9084-3f1430f7e9e4 matches Tosca VF Customization UUID: ed0dc456-7ecc-4f1f-9084-3f1430f7e9e4
2023-03-01T08:13:04.184Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: ed0dc456-7ecc-4f1f-9084-3f1430f7e9e4 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2023-03-01T08:13:04.192Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-01T08:13:04.193Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-01 08-11-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-01T08:13:04.195Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id ed0dc456-7ecc-4f1f-9084-3f1430f7e9e4: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-03-01T08:13:04.195Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@660f9b02
2023-03-01T08:13:04.195Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-01T08:13:04.195Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-01 08-11-36 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-01T08:13:04.196Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4ffb6f95-653b-4323-8827-88ccf13e2f17
2023-03-01T08:13:04.196Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4ffb6f95-653b-4323-8827-88ccf13e2f17
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2023-03-01T08:13:04.213Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-01T08:13:04.214Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Node template vFW 85e7cf32-4b0f 0 is matching search criteria
2023-03-01T08:13:04.214Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 85e7cf32-4b0f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-01T08:13:04.222Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-01T08:13:04.223Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Node template vFW 85e7cf32-4b0f 0 is matching search criteria
2023-03-01T08:13:04.223Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 85e7cf32-4b0f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-01T08:13:04.223Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-01T08:13:04.223Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Node template vFW 85e7cf32-4b0f 0 is not matching search criteria
2023-03-01T08:13:04.223Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-01T08:13:04.224Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-01T08:13:04.224Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-01T08:13:04.224Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-01T08:13:04.224Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-01T08:13:04.225Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-01T08:13:04.225Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-01T08:13:04.225Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-01T08:13:04.225Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-01T08:13:04.226Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-01T08:13:04.226Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-01T08:13:04.226Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5cd9f55c-0095-46eb-9a91-be7dd053a45c
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-03-01T08:13:04.232Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-01T08:13:04.232Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Node template vFW 85e7cf32-4b0f 0 is matching search criteria
2023-03-01T08:13:04.233Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 85e7cf32-4b0f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-01T08:13:04.233Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-01T08:13:04.233Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Node template vFW 85e7cf32-4b0f 0 is not matching search criteria
2023-03-01T08:13:04.233Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-01T08:13:04.234Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-01T08:13:04.234Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-01T08:13:04.235Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-01T08:13:04.235Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-01T08:13:04.236Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-01T08:13:04.236Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-01T08:13:04.236Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-01T08:13:04.236Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-01T08:13:04.237Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-01T08:13:04.237Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-01T08:13:04.237Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-01T08:13:04.237Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=60e854a7-9b9e-4d1f-b69f-fdad4507b4c6
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-03-01T08:13:04.267Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-01T08:13:04.269Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Node template vFW 85e7cf32-4b0f 0 is matching search criteria
2023-03-01T08:13:04.276Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 85e7cf32-4b0f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-01T08:13:04.298Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-01T08:13:04.298Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Node template vFW 85e7cf32-4b0f 0 is not matching search criteria
2023-03-01T08:13:04.299Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-01T08:13:04.299Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-01T08:13:04.299Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-01T08:13:04.300Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-01T08:13:04.300Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-01T08:13:04.300Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-01T08:13:04.300Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-01T08:13:04.301Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-01T08:13:04.301Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-01T08:13:04.301Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-01T08:13:04.301Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-01T08:13:04.302Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-01T08:13:04.302Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=2277bd3d-0018-4a6d-88f4-06f5e5e9f428
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-03-01T08:13:04.306Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-01T08:13:04.307Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Node template vFW 85e7cf32-4b0f 0 is matching search criteria
2023-03-01T08:13:04.307Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 85e7cf32-4b0f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-01T08:13:04.308Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-01T08:13:04.308Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Node template vFW 85e7cf32-4b0f 0 is matching search criteria
2023-03-01T08:13:04.309Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 85e7cf32-4b0f 0] matching following query criteria: sdcType=VF, customizationUUID=ed0dc456-7ecc-4f1f-9084-3f1430f7e9e4
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-01T08:13:04.316Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-01T08:13:04.320Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-01 08-11-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-01T08:13:04.322Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid de267ee5-98af-4e0c-9572-1b80ee34be1a: vFW 85e7cf32-4b0f
2023-03-01T08:13:04.324Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-01T08:13:04.327Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-01 08-11-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-01T08:13:04.330Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-01T08:13:04.331Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-01 08-11-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-01T08:13:04.331Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-01T08:13:04.331Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-01 08-11-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-01T08:13:04.332Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-01T08:13:04.332Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-01 08-11-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-01T08:13:04.333Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-01T08:13:04.333Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-01 08-11-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-01T08:13:04.333Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2023-03-01 08-11-36
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-01T08:13:04.811Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 85e7cf32-4b0f be42ddd4-d967-43a4-bc5e-269c7f135ce8 1 ASDC deployResourceStructure
2023-03-01T08:13:04.811Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230301081136/1.0/resourceInstances/vfw85e7cf324b0f0/artifacts/vfw85e7cf324b0f0_modules.json ASDC sendASDCNotification
2023-03-01T08:13:04.812Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230301081136/1.0/resourceInstances/vfw85e7cf324b0f0/artifacts/vfw85e7cf324b0f0_modules.json
2023-03-01T08:13:04.812Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-01T08:13:04.812Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-01T08:13:04.812Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-01T08:13:04.812Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "639c910e-351a-4ada-baa4-18575f0ef1ee",
"consumerID": "SO-sdc-controller",
"timestamp": 1677658384811,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230301081136/1.0/resourceInstances/vfw85e7cf324b0f0/artifacts/vfw85e7cf324b0f0_modules.json",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T08:13:05.815Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230301081136/1.0/resourceInstances/vfw85e7cf324b0f0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-03-01T08:13:05.816Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230301081136/1.0/resourceInstances/vfw85e7cf324b0f0/artifacts/base_vfw.yaml
2023-03-01T08:13:05.816Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-01T08:13:05.817Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-01T08:13:05.817Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-01T08:13:05.817Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "639c910e-351a-4ada-baa4-18575f0ef1ee",
"consumerID": "SO-sdc-controller",
"timestamp": 1677658385815,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230301081136/1.0/resourceInstances/vfw85e7cf324b0f0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T08:13:06.350Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T08:13:06.353Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:13:06.353Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "639c910e-351a-4ada-baa4-18575f0ef1ee",
"consumerID": "policy-distribution-id",
"timestamp": 1677658359577,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230301081136/1.0/resourceInstances/vfw85e7cf324b0f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:13:06.355Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:13:06.355Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:13:06.356Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "639c910e-351a-4ada-baa4-18575f0ef1ee",
"consumerID": "multicloud-k8s",
"timestamp": 1677658361352,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230301081136/1.0/resourceInstances/vfw85e7cf324b0f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:13:06.356Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:13:06.356Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:13:06.356Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "639c910e-351a-4ada-baa4-18575f0ef1ee",
"consumerID": "cds-sdc-listener",
"timestamp": 1677658329880,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230301081136/1.0/resourceInstances/vfw85e7cf324b0f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:13:06.356Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:13:06.357Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:13:06.357Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "639c910e-351a-4ada-baa4-18575f0ef1ee",
"consumerID": "SO-sdc-controller",
"timestamp": 1677658343103,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230301081136/1.0/resourceInstances/vfw85e7cf324b0f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:13:06.357Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:13:06.821Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230301081136/1.0/resourceInstances/vfw85e7cf324b0f0/artifacts/base_vfw.env ASDC sendASDCNotification
2023-03-01T08:13:06.821Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230301081136/1.0/resourceInstances/vfw85e7cf324b0f0/artifacts/base_vfw.env
2023-03-01T08:13:06.821Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-01T08:13:06.822Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-01T08:13:06.822Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-01T08:13:06.822Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "639c910e-351a-4ada-baa4-18575f0ef1ee",
"consumerID": "SO-sdc-controller",
"timestamp": 1677658386820,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230301081136/1.0/resourceInstances/vfw85e7cf324b0f0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T08:13:07.829Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230301081136/1.0/artifacts/service-Vfw20230301081136-csar.csar ASDC sendASDCNotification
2023-03-01T08:13:07.829Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230301081136/1.0/artifacts/service-Vfw20230301081136-csar.csar
2023-03-01T08:13:07.829Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-01T08:13:07.830Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-01T08:13:07.830Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-01T08:13:07.830Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "639c910e-351a-4ada-baa4-18575f0ef1ee",
"consumerID": "SO-sdc-controller",
"timestamp": 1677658387828,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230301081136/1.0/artifacts/service-Vfw20230301081136-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T08:13:08.836Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 639c910e-351a-4ada-baa4-18575f0ef1ee
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-01T08:13:08.855Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 639c910e-351a-4ada-baa4-18575f0ef1ee
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-01T08:13:08.859Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-01T08:13:08.860Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-01T08:13:08.860Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-01T08:13:38.862Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 639c910e-351a-4ada-baa4-18575f0ef1ee
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-01T08:13:38.933Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 639c910e-351a-4ada-baa4-18575f0ef1ee
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-01T08:13:38.942Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-01T08:13:38.943Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-01T08:13:38.943Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-01T08:14:06.351Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T08:14:06.385Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:14:06.390Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "639c910e-351a-4ada-baa4-18575f0ef1ee",
"consumerID": "aai-model-loader",
"timestamp": 1677658368790,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230301081136/1.0/resourceInstances/vfw85e7cf324b0f0/artifacts/vfw85e7cf324b0f0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:14:06.395Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:14:06.396Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:14:06.397Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "639c910e-351a-4ada-baa4-18575f0ef1ee",
"consumerID": "policy-distribution-id",
"timestamp": 1677658359577,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230301081136/1.0/resourceInstances/vfw85e7cf324b0f0/artifacts/vfw85e7cf324b0f0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:14:06.397Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:14:06.397Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:14:06.398Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "639c910e-351a-4ada-baa4-18575f0ef1ee",
"consumerID": "multicloud-k8s",
"timestamp": 1677658361352,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230301081136/1.0/resourceInstances/vfw85e7cf324b0f0/artifacts/vfw85e7cf324b0f0_modules.json",
"status": "NOTIFIED"
}
2023-03-01T08:14:06.398Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:14:06.399Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:14:06.399Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "639c910e-351a-4ada-baa4-18575f0ef1ee",
"consumerID": "cds-sdc-listener",
"timestamp": 1677658329880,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230301081136/1.0/resourceInstances/vfw85e7cf324b0f0/artifacts/vfw85e7cf324b0f0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:14:06.399Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:14:06.400Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:14:06.400Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "639c910e-351a-4ada-baa4-18575f0ef1ee",
"consumerID": "SO-sdc-controller",
"timestamp": 1677658343103,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230301081136/1.0/resourceInstances/vfw85e7cf324b0f0/artifacts/vfw85e7cf324b0f0_modules.json",
"status": "NOTIFIED"
}
2023-03-01T08:14:06.401Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:14:06.401Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:14:06.401Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "639c910e-351a-4ada-baa4-18575f0ef1ee",
"consumerID": "aai-model-loader",
"timestamp": 1677658368790,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230301081136/1.0/resourceInstances/vfw85e7cf324b0f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:14:06.402Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:14:06.402Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:14:06.402Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "639c910e-351a-4ada-baa4-18575f0ef1ee",
"consumerID": "multicloud-k8s",
"timestamp": 1677658361352,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230301081136/1.0/resourceInstances/vfw85e7cf324b0f0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-03-01T08:14:06.403Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:14:06.403Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:14:06.403Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "639c910e-351a-4ada-baa4-18575f0ef1ee",
"consumerID": "policy-distribution-id",
"timestamp": 1677658359577,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230301081136/1.0/resourceInstances/vfw85e7cf324b0f0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-03-01T08:14:06.404Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:14:06.404Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:14:06.404Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "639c910e-351a-4ada-baa4-18575f0ef1ee",
"consumerID": "cds-sdc-listener",
"timestamp": 1677658329880,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230301081136/1.0/resourceInstances/vfw85e7cf324b0f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:14:06.405Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:14:06.405Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:14:06.405Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "639c910e-351a-4ada-baa4-18575f0ef1ee",
"consumerID": "SO-sdc-controller",
"timestamp": 1677658343103,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230301081136/1.0/resourceInstances/vfw85e7cf324b0f0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-03-01T08:14:06.406Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:14:06.407Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:14:06.407Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "639c910e-351a-4ada-baa4-18575f0ef1ee",
"consumerID": "aai-model-loader",
"timestamp": 1677658368790,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230301081136/1.0/resourceInstances/vfw85e7cf324b0f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:14:06.407Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:14:06.408Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:14:06.408Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "639c910e-351a-4ada-baa4-18575f0ef1ee",
"consumerID": "policy-distribution-id",
"timestamp": 1677658359577,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230301081136/1.0/resourceInstances/vfw85e7cf324b0f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:14:06.408Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:14:06.409Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:14:06.409Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "639c910e-351a-4ada-baa4-18575f0ef1ee",
"consumerID": "multicloud-k8s",
"timestamp": 1677658361352,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230301081136/1.0/resourceInstances/vfw85e7cf324b0f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:14:06.409Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:14:06.410Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:14:06.410Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "639c910e-351a-4ada-baa4-18575f0ef1ee",
"consumerID": "cds-sdc-listener",
"timestamp": 1677658329880,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230301081136/1.0/resourceInstances/vfw85e7cf324b0f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:14:06.410Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:14:06.410Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:14:06.410Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "639c910e-351a-4ada-baa4-18575f0ef1ee",
"consumerID": "SO-sdc-controller",
"timestamp": 1677658343103,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230301081136/1.0/resourceInstances/vfw85e7cf324b0f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:14:06.411Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:14:06.411Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:14:06.411Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "639c910e-351a-4ada-baa4-18575f0ef1ee",
"consumerID": "policy-distribution-id",
"timestamp": 1677658359577,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230301081136/1.0/resourceInstances/vfw85e7cf324b0f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:14:06.412Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:14:06.412Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:14:06.412Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "639c910e-351a-4ada-baa4-18575f0ef1ee",
"consumerID": "aai-model-loader",
"timestamp": 1677658368790,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230301081136/1.0/resourceInstances/vfw85e7cf324b0f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:14:06.413Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:14:06.413Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:14:06.413Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "639c910e-351a-4ada-baa4-18575f0ef1ee",
"consumerID": "multicloud-k8s",
"timestamp": 1677658361352,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230301081136/1.0/resourceInstances/vfw85e7cf324b0f0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-03-01T08:14:06.420Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:14:06.426Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:14:06.427Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "639c910e-351a-4ada-baa4-18575f0ef1ee",
"consumerID": "cds-sdc-listener",
"timestamp": 1677658329880,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230301081136/1.0/resourceInstances/vfw85e7cf324b0f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:14:06.427Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:14:06.427Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:14:06.428Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "639c910e-351a-4ada-baa4-18575f0ef1ee",
"consumerID": "SO-sdc-controller",
"timestamp": 1677658343103,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230301081136/1.0/resourceInstances/vfw85e7cf324b0f0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-03-01T08:14:06.429Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:14:06.429Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:14:06.429Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "639c910e-351a-4ada-baa4-18575f0ef1ee",
"consumerID": "aai-model-loader",
"timestamp": 1677658368790,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230301081136/1.0/artifacts/service-Vfw20230301081136-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:14:06.430Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:14:06.430Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:14:06.430Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "639c910e-351a-4ada-baa4-18575f0ef1ee",
"consumerID": "policy-distribution-id",
"timestamp": 1677658359577,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230301081136/1.0/artifacts/service-Vfw20230301081136-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:14:06.431Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:14:06.431Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:14:06.431Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "639c910e-351a-4ada-baa4-18575f0ef1ee",
"consumerID": "multicloud-k8s",
"timestamp": 1677658361352,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230301081136/1.0/artifacts/service-Vfw20230301081136-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:14:06.431Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:14:06.432Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:14:06.432Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "639c910e-351a-4ada-baa4-18575f0ef1ee",
"consumerID": "SO-sdc-controller",
"timestamp": 1677658343103,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230301081136/1.0/artifacts/service-Vfw20230301081136-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:14:06.434Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:14:06.435Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:14:06.435Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "639c910e-351a-4ada-baa4-18575f0ef1ee",
"consumerID": "cds-sdc-listener",
"timestamp": 1677658329880,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230301081136/1.0/artifacts/service-Vfw20230301081136-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:14:06.436Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:14:06.437Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:14:06.437Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "639c910e-351a-4ada-baa4-18575f0ef1ee",
"consumerID": "policy-distribution-id",
"timestamp": 1677658359577,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230301081136/1.0/artifacts/service-Vfw20230301081136-csar.csar",
"status": "NOTIFIED"
}
2023-03-01T08:14:06.438Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:14:06.438Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:14:06.438Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "639c910e-351a-4ada-baa4-18575f0ef1ee",
"consumerID": "aai-model-loader",
"timestamp": 1677658368790,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230301081136/1.0/artifacts/service-Vfw20230301081136-csar.csar",
"status": "NOTIFIED"
}
2023-03-01T08:14:06.438Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:14:06.438Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:14:06.438Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "639c910e-351a-4ada-baa4-18575f0ef1ee",
"consumerID": "multicloud-k8s",
"timestamp": 1677658361352,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230301081136/1.0/artifacts/service-Vfw20230301081136-csar.csar",
"status": "NOTIFIED"
}
2023-03-01T08:14:06.440Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:14:06.440Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:14:06.440Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "639c910e-351a-4ada-baa4-18575f0ef1ee",
"consumerID": "cds-sdc-listener",
"timestamp": 1677658329880,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230301081136/1.0/artifacts/service-Vfw20230301081136-csar.csar",
"status": "NOTIFIED"
}
2023-03-01T08:14:06.441Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:14:06.441Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:14:06.441Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "639c910e-351a-4ada-baa4-18575f0ef1ee",
"consumerID": "SO-sdc-controller",
"timestamp": 1677658343103,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230301081136/1.0/artifacts/service-Vfw20230301081136-csar.csar",
"status": "NOTIFIED"
}
2023-03-01T08:14:06.441Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:14:06.441Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:14:06.442Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "639c910e-351a-4ada-baa4-18575f0ef1ee",
"consumerID": "multicloud-k8s",
"timestamp": 1677658374267,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230301081136/1.0/resourceInstances/vfw85e7cf324b0f0/artifacts/vfw85e7cf324b0f0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-03-01T08:14:06.442Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:14:06.442Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:14:06.442Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "639c910e-351a-4ada-baa4-18575f0ef1ee",
"consumerID": "policy-distribution-id",
"timestamp": 1677658374784,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230301081136/1.0/artifacts/service-Vfw20230301081136-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-01T08:14:06.443Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:14:06.443Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:14:06.443Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "639c910e-351a-4ada-baa4-18575f0ef1ee",
"consumerID": "aai-model-loader",
"timestamp": 1677658376050,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230301081136/1.0/artifacts/service-Vfw20230301081136-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-01T08:14:06.443Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:14:06.443Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:14:06.444Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "639c910e-351a-4ada-baa4-18575f0ef1ee",
"consumerID": "cds-sdc-listener",
"timestamp": 1677658376107,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230301081136/1.0/artifacts/service-Vfw20230301081136-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-01T08:14:06.445Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:14:06.445Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:14:06.445Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "639c910e-351a-4ada-baa4-18575f0ef1ee",
"consumerID": "SO-sdc-controller",
"timestamp": 1677658375059,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230301081136/1.0/artifacts/service-Vfw20230301081136-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-01T08:14:06.445Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:14:06.445Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:14:06.446Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "639c910e-351a-4ada-baa4-18575f0ef1ee",
"consumerID": "policy-distribution-id",
"timestamp": 1677658375790,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230301081136/1.0/artifacts/service-Vfw20230301081136-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-01T08:14:06.446Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:14:06.446Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:14:06.446Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "639c910e-351a-4ada-baa4-18575f0ef1ee",
"consumerID": "multicloud-k8s",
"timestamp": 1677658375348,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230301081136/1.0/resourceInstances/vfw85e7cf324b0f0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-03-01T08:14:06.447Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:14:06.447Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:14:06.447Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "639c910e-351a-4ada-baa4-18575f0ef1ee",
"consumerID": "cds-sdc-listener",
"timestamp": 1677658377143,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230301081136/1.0/artifacts/service-Vfw20230301081136-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-01T08:14:06.479Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 639c910e-351a-4ada-baa4-18575f0ef1ee
2023-03-01T08:14:06.480Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 639c910e-351a-4ada-baa4-18575f0ef1ee and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-01T08:14:06.517Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:14:06.517Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "639c910e-351a-4ada-baa4-18575f0ef1ee",
"consumerID": "policy-distribution-id",
"timestamp": 1677658376792,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-01T08:14:06.549Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 639c910e-351a-4ada-baa4-18575f0ef1ee
2023-03-01T08:14:06.550Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 639c910e-351a-4ada-baa4-18575f0ef1ee and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-01T08:14:06.594Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:14:06.595Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "639c910e-351a-4ada-baa4-18575f0ef1ee",
"consumerID": "multicloud-k8s",
"timestamp": 1677658376408,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230301081136/1.0/resourceInstances/vfw85e7cf324b0f0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-03-01T08:14:06.595Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:14:06.596Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:14:06.596Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "639c910e-351a-4ada-baa4-18575f0ef1ee",
"consumerID": "multicloud-k8s",
"timestamp": 1677658377434,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-01T08:14:06.636Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 639c910e-351a-4ada-baa4-18575f0ef1ee
2023-03-01T08:14:06.637Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 639c910e-351a-4ada-baa4-18575f0ef1ee and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-01T08:14:06.708Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:14:06.709Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "639c910e-351a-4ada-baa4-18575f0ef1ee",
"consumerID": "multicloud-k8s",
"timestamp": 1677658378436,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230301081136/1.0/resourceInstances/vfw85e7cf324b0f0/artifacts/vfw85e7cf324b0f0_modules.json",
"status": "DEPLOY_OK"
}
2023-03-01T08:14:06.711Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:14:06.711Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:14:06.712Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "639c910e-351a-4ada-baa4-18575f0ef1ee",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677658379636,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230301081136/1.0/resourceInstances/vfw85e7cf324b0f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:14:06.712Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:14:06.712Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:14:06.712Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "639c910e-351a-4ada-baa4-18575f0ef1ee",
"consumerID": "SO-sdc-controller",
"timestamp": 1677658380943,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230301081136/1.0/resourceInstances/vfw85e7cf324b0f0/artifacts/vfw85e7cf324b0f0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-03-01T08:14:06.713Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:14:06.713Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:14:06.713Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "639c910e-351a-4ada-baa4-18575f0ef1ee",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677658379636,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230301081136/1.0/resourceInstances/vfw85e7cf324b0f0/artifacts/vfw85e7cf324b0f0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:14:06.713Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:14:06.715Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:14:06.715Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "639c910e-351a-4ada-baa4-18575f0ef1ee",
"consumerID": "SO-sdc-controller",
"timestamp": 1677658382034,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230301081136/1.0/resourceInstances/vfw85e7cf324b0f0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-03-01T08:14:06.716Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:14:06.716Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:14:06.716Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "639c910e-351a-4ada-baa4-18575f0ef1ee",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677658379636,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230301081136/1.0/resourceInstances/vfw85e7cf324b0f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:14:06.716Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:14:06.717Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:14:06.717Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "639c910e-351a-4ada-baa4-18575f0ef1ee",
"consumerID": "SO-sdc-controller",
"timestamp": 1677658383109,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230301081136/1.0/resourceInstances/vfw85e7cf324b0f0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-03-01T08:14:06.717Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:14:06.717Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:14:06.717Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "639c910e-351a-4ada-baa4-18575f0ef1ee",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677658379636,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230301081136/1.0/resourceInstances/vfw85e7cf324b0f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:14:06.718Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:14:06.718Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:14:06.718Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "639c910e-351a-4ada-baa4-18575f0ef1ee",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677658379636,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230301081136/1.0/resourceInstances/vfw85e7cf324b0f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:14:06.718Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:14:06.718Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:14:06.719Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "639c910e-351a-4ada-baa4-18575f0ef1ee",
"consumerID": "SO-sdc-controller",
"timestamp": 1677658384811,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230301081136/1.0/resourceInstances/vfw85e7cf324b0f0/artifacts/vfw85e7cf324b0f0_modules.json",
"status": "DEPLOY_OK"
}
2023-03-01T08:14:06.719Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:14:06.719Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:14:06.719Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "639c910e-351a-4ada-baa4-18575f0ef1ee",
"consumerID": "aai-model-loader",
"timestamp": 1677658386326,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230301081136/1.0/artifacts/service-Vfw20230301081136-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-01T08:14:06.720Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:14:06.721Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:14:06.721Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "639c910e-351a-4ada-baa4-18575f0ef1ee",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677658379636,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230301081136/1.0/artifacts/service-Vfw20230301081136-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:14:06.727Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:14:06.728Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:14:06.728Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "639c910e-351a-4ada-baa4-18575f0ef1ee",
"consumerID": "SO-sdc-controller",
"timestamp": 1677658385815,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230301081136/1.0/resourceInstances/vfw85e7cf324b0f0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2023-03-01T08:14:06.729Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:14:06.729Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-01T08:14:06.729Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "639c910e-351a-4ada-baa4-18575f0ef1ee",
"consumerID": "aai-model-loader",
"timestamp": 1677658387329,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-01T08:14:06.749Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 639c910e-351a-4ada-baa4-18575f0ef1ee
2023-03-01T08:14:06.766Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 639c910e-351a-4ada-baa4-18575f0ef1ee and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-01T08:14:08.943Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 639c910e-351a-4ada-baa4-18575f0ef1ee
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-01T08:14:08.976Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 639c910e-351a-4ada-baa4-18575f0ef1ee
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-01T08:14:08.990Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-01T08:14:08.991Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-01T08:14:08.991Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-01T08:14:08.992Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-01T08:14:38.992Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 639c910e-351a-4ada-baa4-18575f0ef1ee
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-01T08:14:39.039Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 639c910e-351a-4ada-baa4-18575f0ef1ee
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-01T08:14:39.096Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-01T08:14:39.097Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-01T08:14:39.097Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-01T08:14:39.097Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-01T08:15:06.350Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T08:15:06.353Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-01T08:15:06.354Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "639c910e-351a-4ada-baa4-18575f0ef1ee",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677658379636,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230301081136/1.0/artifacts/service-Vfw20230301081136-csar.csar",
"status": "NOTIFIED"
}
2023-03-01T08:15:06.355Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:15:06.355Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-01T08:15:06.355Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "639c910e-351a-4ada-baa4-18575f0ef1ee",
"consumerID": "SO-sdc-controller",
"timestamp": 1677658386820,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230301081136/1.0/resourceInstances/vfw85e7cf324b0f0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2023-03-01T08:15:06.355Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:15:06.355Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-01T08:15:06.355Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "639c910e-351a-4ada-baa4-18575f0ef1ee",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677658387505,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230301081136/1.0/artifacts/service-Vfw20230301081136-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-01T08:15:06.356Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:15:06.356Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-01T08:15:06.356Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "639c910e-351a-4ada-baa4-18575f0ef1ee",
"consumerID": "SO-sdc-controller",
"timestamp": 1677658387828,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230301081136/1.0/artifacts/service-Vfw20230301081136-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-01T08:15:06.356Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:15:06.356Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-01T08:15:06.356Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "639c910e-351a-4ada-baa4-18575f0ef1ee",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677658391692,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230301081136/1.0/artifacts/service-Vfw20230301081136-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-01T08:15:06.357Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:15:06.357Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-01T08:15:06.357Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "639c910e-351a-4ada-baa4-18575f0ef1ee",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677658392697,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-01T08:15:06.372Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 639c910e-351a-4ada-baa4-18575f0ef1ee
2023-03-01T08:15:06.372Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 639c910e-351a-4ada-baa4-18575f0ef1ee and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-01T08:15:09.098Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 639c910e-351a-4ada-baa4-18575f0ef1ee
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-01T08:15:09.126Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 639c910e-351a-4ada-baa4-18575f0ef1ee
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-01T08:15:09.132Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-01T08:15:09.132Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-01T08:15:09.133Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-01T08:15:09.133Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-01T08:15:09.133Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-01T08:15:09.134Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-01T08:15:09.134Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-01T08:15:09.134Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-01T08:15:09.135Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-01T08:15:09.135Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-01T08:15:09.147Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-01T08:15:39.150Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 639c910e-351a-4ada-baa4-18575f0ef1ee and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-01T08:15:39.166Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 639c910e-351a-4ada-baa4-18575f0ef1ee and serviceModelVersionId: de267ee5-98af-4e0c-9572-1b80ee34be1a
2023-03-01T08:15:39.166Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7293e264-dc88-4d81-9a74-8a3a9868f42f
2023-03-01T08:15:39.170Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7293e264-dc88-4d81-9a74-8a3a9868f42f/model-vers/model-ver/de267ee5-98af-4e0c-9572-1b80ee34be1a?depth=0
2023-03-01T08:15:39.208Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-01T08:15:39.504Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7293e264-dc88-4d81-9a74-8a3a9868f42f/model-vers/model-ver/de267ee5-98af-4e0c-9572-1b80ee34be1a?depth=0|INFO|500||Invoke
2023-03-01T08:15:39.505Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7293e264-dc88-4d81-9a74-8a3a9868f42f/model-vers/model-ver/de267ee5-98af-4e0c-9572-1b80ee34be1a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7293e264-dc88-4d81-9a74-8a3a9868f42f/model-vers/model-ver/de267ee5-98af-4e0c-9572-1b80ee34be1a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[639c910e-351a-4ada-baa4-18575f0ef1ee], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d18b97d1-847f-4b7a-adcf-6b27a0ff0fb5], X-ECOMP-RequestID=[639c910e-351a-4ada-baa4-18575f0ef1ee], X-TransactionId=[], X-ONAP-RequestID=[639c910e-351a-4ada-baa4-18575f0ef1ee], Content-Type=[application/merge-patch+json]}
2023-03-01T08:15:39.559Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7293e264-dc88-4d81-9a74-8a3a9868f42f/model-vers/model-ver/de267ee5-98af-4e0c-9572-1b80ee34be1a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-03-01T08:15:39.684Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7293e264-dc88-4d81-9a74-8a3a9868f42f/model-vers/model-ver/de267ee5-98af-4e0c-9572-1b80ee34be1a?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/7293e264-dc88-4d81-9a74-8a3a9868f42f/model-vers/model-ver/de267ee5-98af-4e0c-9572-1b80ee34be1a?depth=0 has http status code:200 and response headers:{date=[Wed, 01 Mar 2023 08:15:39 GMT], content-length=[0], vertex-id=[225504], x-aai-txid=[2-aai-resources-230301-08:15:39:419-28913], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-01T08:15:39.686Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7293e264-dc88-4d81-9a74-8a3a9868f42f/model-vers/model-ver/de267ee5-98af-4e0c-9572-1b80ee34be1a?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-01T08:15:39.687Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7293e264-dc88-4d81-9a74-8a3a9868f42f/model-vers/model-ver/de267ee5-98af-4e0c-9572-1b80ee34be1a?depth=0|INFO|500||InvokeReturn
2023-03-01T08:15:39.689Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-01T08:15:39.689Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-01T08:15:39.705Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2023-03-01T08:15:39.706Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 639c910e-351a-4ada-baa4-18575f0ef1ee and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-01T08:15:39.706Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-01T08:15:39.707Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-01T08:15:39.707Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-01T08:15:39.707Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "639c910e-351a-4ada-baa4-18575f0ef1ee",
"consumerID": "SO-sdc-controller",
"timestamp": 1677658539706,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-01T08:15:40.767Z|639c910e-351a-4ada-baa4-18575f0ef1ee|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T08:16:06.350Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T08:16:06.363Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-01T08:16:06.364Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "639c910e-351a-4ada-baa4-18575f0ef1ee",
"consumerID": "SO-sdc-controller",
"timestamp": 1677658539706,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-01T08:16:06.365Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:16:40.768Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T08:17:06.350Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T08:17:40.770Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T08:18:06.352Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T08:18:40.771Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T08:19:06.356Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T08:19:40.774Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T08:20:06.358Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T08:20:40.776Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T08:21:06.360Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T08:21:28.302Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-01T08:21:28.302Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"ad00f019-0617-4b34-9607-9b4120ca1828","serviceDescription":"service","serviceInvariantUUID":"b7c79fc5-3142-4ceb-96c2-a78a6236249f","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"d1bbc63e-b652-4020-8ac7-f94d64cd9acb","resourceInvariantUUID":"e7693425-04dd-4aa0-9dde-a5a56a3ebbe8","resourceCustomizationUUID":"a79c26ff-5064-40e9-a386-7b8ac182dfbb","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":"M2NmZjczZTI2OTZmNzcyMWU5ZGVhMGQxZTRmZTcxZDA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"142d3a7b-82d7-4540-9db6-8005254542a5","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NDMxZGU3MjQzM2UwNDVmZTUwNzgwYTQxYmE2NjNlNTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b8bcbcc6-0dc4-4723-9b3c-2a2cd25cb712","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-01T08:21:28.320Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-01T08:21:28.321Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-01T08:21:28.321Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-01T08:21:28.322Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49",
"consumerID": "SO-sdc-controller",
"timestamp": 1677658840776,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T08:21:28.334Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-01T08:21:28.335Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49",
"consumerID": "policy-distribution-id",
"timestamp": 1677658887814,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:21:28.336Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:21:28.336Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-01T08:21:28.336Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49",
"consumerID": "cds-sdc-listener",
"timestamp": 1677658858169,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:21:28.337Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:21:29.324Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-01T08:21:29.325Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-01T08:21:29.325Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-01T08:21:29.326Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49",
"consumerID": "SO-sdc-controller",
"timestamp": 1677658840776,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T08:21:30.328Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "ad00f019-0617-4b34-9607-9b4120ca1828",
"serviceDescription": "service",
"serviceInvariantUUID": "b7c79fc5-3142-4ceb-96c2-a78a6236249f",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "a79c26ff-5064-40e9-a386-7b8ac182dfbb",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "d1bbc63e-b652-4020-8ac7-f94d64cd9acb",
"resourceInvariantUUID": "e7693425-04dd-4aa0-9dde-a5a56a3ebbe8",
"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": "NDMxZGU3MjQzM2UwNDVmZTUwNzgwYTQxYmE2NjNlNTg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b8bcbcc6-0dc4-4723-9b3c-2a2cd25cb712"
}
],
"workloadContext": "Production"
}
2023-03-01T08:21:30.328Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-01T08:21:30.328Z|db975a40-ef02-4680-8155-6910e8ba7d19|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ad00f019-0617-4b34-9607-9b4120ca1828 ASDC
2023-03-01T08:21:30.332Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:ad00f019-0617-4b34-9607-9b4120ca1828
ServiceInvariantUUID:b7c79fc5-3142-4ceb-96c2-a78a6236249f
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicNetwork-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
ArtifactUUID:b8bcbcc6-0dc4-4723-9b3c-2a2cd25cb712
ArtifactChecksum:NDMxZGU3MjQzM2UwNDVmZTUwNzgwYTQxYmE2NjNlNTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:a79c26ff-5064-40e9-a386-7b8ac182dfbb
ResourceInvariantUUID:e7693425-04dd-4aa0-9dde-a5a56a3ebbe8
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:d1bbc63e-b652-4020-8ac7-f94d64cd9acb
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2023-03-01T08:21:30.333Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ad00f019-0617-4b34-9607-9b4120ca1828 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-01T08:21:30.442Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-01T08:21:30.448Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-01T08:21:30.449Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-01T08:21:30.449Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: b8bcbcc6-0dc4-4723-9b3c-2a2cd25cb712 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-01T08:21:30.449Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-03-01T08:21:30.452Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-01T08:21:30.572Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-03-01T08:21:30.579Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar b8bcbcc6-0dc4-4723-9b3c-2a2cd25cb712 57794
2023-03-01T08:21:30.580Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-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
2023-03-01T08:21:30.581Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-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
2023-03-01T08:21:30.581Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-01T08:21:30.581Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-01T08:21:30.582Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-01T08:21:30.582Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49",
"consumerID": "SO-sdc-controller",
"timestamp": 1677658890580,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T08:21:31.584Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-01T08:21:31.585Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-01T08:21:31.585Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: b8bcbcc6-0dc4-4723-9b3c-2a2cd25cb712, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-01T08:21:31.585Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-03-01T08:21:31.586Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-01T08:21:31.586Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-01T08:21:31.808Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2671992978683652416/Definitions/service-BasicNetwork-template.yml
2023-03-01T08:21:32.942Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-01T08:21:32.943Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-03-01T08:21:32.943Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-01T08:21:32.944Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-03-01T08:21:32.944Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-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
2023-03-01T08:21:32.944Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-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
2023-03-01T08:21:32.944Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-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
2023-03-01T08:21:32.945Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-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
2023-03-01T08:21:32.945Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-01T08:21:32.945Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-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
2023-03-01T08:21:32.945Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-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
2023-03-01T08:21:32.946Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-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
2023-03-01T08:21:32.946Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-03-01T08:21:32.947Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-01T08:21:32.947Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-01T08:21:32.947Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-01T08:21:32.948Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-03-01T08:21:32.948Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-01T08:21:32.949Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-01T08:21:32.949Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-01T08:21:32.949Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-01T08:21:32.949Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-03-01T08:21:32.949Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-01T08:21:32.949Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-01T08:21:32.952Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-01T08:21:32.953Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-01T08:21:32.953Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-01T08:21:32.953Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-01T08:21:32.954Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-01T08:21:32.954Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-01T08:21:32.954Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-01T08:21:32.954Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-01T08:21:32.955Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-01T08:21:32.955Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:ad00f019-0617-4b34-9607-9b4120ca1828
Model Version:NULL
Model InvariantUuid:b7c79fc5-3142-4ceb-96c2-a78a6236249f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:e7693425-04dd-4aa0-9dde-a5a56a3ebbe8
Model UUID:16719e3a-a413-4961-b284-b3a3624e537d
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:a79c26ff-5064-40e9-a386-7b8ac182dfbb
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-03-01T08:21:32.968Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||INFO|500||Processing Resource Type: VL, Model UUID: d1bbc63e-b652-4020-8ac7-f94d64cd9acb
2023-03-01T08:21:32.969Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||INFO|500||No resources found for Service: ad00f019-0617-4b34-9607-9b4120ca1828
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-01T08:21:32.983Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||INFO|500||
2023-03-01T08:21:32.990Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2023-03-01T08:21:32.992Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||DEBUG|500||No resources found for Service: ad00f019-0617-4b34-9607-9b4120ca1828
2023-03-01T08:21:32.992Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: ad00f019-0617-4b34-9607-9b4120ca1828
2023-03-01T08:21:32.992Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2023-03-01T08:21:32.993Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-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=?
2023-03-01T08:21:33.008Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@61cd85aa, org.onap.sdc.toscaparser.api.parameters.Input@3533303c, org.onap.sdc.toscaparser.api.parameters.Input@77d6bdc6, org.onap.sdc.toscaparser.api.parameters.Input@3713d551, org.onap.sdc.toscaparser.api.parameters.Input@3afef6cc]
2023-03-01T08:21:33.010Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-01T08:21:33.011Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-01T08:21:33.011Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-01T08:21:33.012Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-01T08:21:33.012Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid ad00f019-0617-4b34-9607-9b4120ca1828: Generic NeutronNet
2023-03-01T08:21:33.012Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-01T08:21:33.013Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-01T08:21:33.013Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-01T08:21:33.013Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-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=?
2023-03-01T08:21:33.086Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-01T08:21:33.087Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-01T08:21:33.088Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-01T08:21:33.089Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-01T08:21:33.090Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-01T08:21:33.090Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-01T08:21:33.090Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-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 (?, ?)
2023-03-01T08:21:33.214Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2023-03-01T08:21:33.215Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-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
2023-03-01T08:21:33.216Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-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
2023-03-01T08:21:33.216Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-01T08:21:33.216Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-01T08:21:33.217Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-01T08:21:33.217Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49",
"consumerID": "SO-sdc-controller",
"timestamp": 1677658893215,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T08:21:34.218Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-01T08:21:34.262Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-01T08:21:34.279Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-01T08:21:34.279Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-01T08:21:34.279Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-01T08:22:04.280Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-01T08:22:04.302Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-01T08:22:04.308Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-01T08:22:04.309Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-01T08:22:04.309Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-01T08:22:06.350Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T08:22:06.352Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-01T08:22:06.352Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49",
"consumerID": "aai-model-loader",
"timestamp": 1677658878790,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:22:06.354Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:22:34.311Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-01T08:22:34.329Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-01T08:22:34.336Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-01T08:22:34.336Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-01T08:22:34.337Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-01T08:23:04.337Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-01T08:23:04.420Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-01T08:23:04.431Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-01T08:23:04.432Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-01T08:23:04.432Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-01T08:23:06.350Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T08:23:06.355Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-01T08:23:06.355Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49",
"consumerID": "multicloud-k8s",
"timestamp": 1677658859474,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:23:06.358Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:23:06.359Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-01T08:23:06.359Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49",
"consumerID": "SO-sdc-controller",
"timestamp": 1677658840776,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:23:06.359Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:23:06.359Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-01T08:23:06.360Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49",
"consumerID": "cds-sdc-listener",
"timestamp": 1677658858169,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-03-01T08:23:06.360Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:23:06.360Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-01T08:23:06.360Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49",
"consumerID": "multicloud-k8s",
"timestamp": 1677658859474,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-03-01T08:23:06.360Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:23:06.361Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-01T08:23:06.361Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49",
"consumerID": "SO-sdc-controller",
"timestamp": 1677658840776,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-03-01T08:23:06.361Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:23:06.364Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-01T08:23:06.364Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49",
"consumerID": "aai-model-loader",
"timestamp": 1677658878790,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-03-01T08:23:06.365Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:23:06.365Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-01T08:23:06.365Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49",
"consumerID": "policy-distribution-id",
"timestamp": 1677658887814,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-03-01T08:23:06.366Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:23:06.366Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-01T08:23:06.366Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677658889636,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:23:06.369Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:23:06.369Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-01T08:23:06.369Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49",
"consumerID": "cds-sdc-listener",
"timestamp": 1677658891660,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-01T08:23:06.370Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:23:06.371Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-01T08:23:06.371Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49",
"consumerID": "policy-distribution-id",
"timestamp": 1677658890423,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-01T08:23:06.372Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:23:06.372Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-01T08:23:06.372Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49",
"consumerID": "aai-model-loader",
"timestamp": 1677658891694,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-01T08:23:06.372Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:23:06.372Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-01T08:23:06.372Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49",
"consumerID": "SO-sdc-controller",
"timestamp": 1677658890580,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-01T08:23:06.373Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:23:06.373Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-01T08:23:06.373Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677658889636,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-03-01T08:23:06.373Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:23:06.373Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-01T08:23:06.373Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49",
"consumerID": "policy-distribution-id",
"timestamp": 1677658891429,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-01T08:23:06.374Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:23:06.374Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-01T08:23:06.374Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49",
"consumerID": "cds-sdc-listener",
"timestamp": 1677658892675,
"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=?
2023-03-01T08:23:06.388Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49
2023-03-01T08:23:06.389Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-01T08:23:06.415Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-01T08:23:06.415Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677658892483,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-01T08:23:06.416Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:23:06.416Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-01T08:23:06.416Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49",
"consumerID": "policy-distribution-id",
"timestamp": 1677658892430,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-01T08:23:06.424Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49
2023-03-01T08:23:06.424Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-01T08:23:06.444Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-01T08:23:06.444Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49",
"consumerID": "SO-sdc-controller",
"timestamp": 1677658893215,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-01T08:23:06.444Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:23:06.445Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-01T08:23:06.445Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49",
"consumerID": "aai-model-loader",
"timestamp": 1677658895402,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-01T08:23:06.445Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:23:06.445Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-01T08:23:06.445Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677658894620,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-01T08:23:06.445Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:23:06.445Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-01T08:23:06.446Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49",
"consumerID": "aai-model-loader",
"timestamp": 1677658896404,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-01T08:23:06.466Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49
2023-03-01T08:23:06.467Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-01T08:23:06.507Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-01T08:23:06.507Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677658895626,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-01T08:23:06.531Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49
2023-03-01T08:23:06.532Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-01T08:23:34.432Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-01T08:23:34.493Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-01T08:23:34.523Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-01T08:23:34.524Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-01T08:23:34.524Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-01T08:23:34.524Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-01T08:23:34.525Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-01T08:23:34.525Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-01T08:23:34.525Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-01T08:23:34.526Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-01T08:23:34.526Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-01T08:23:34.526Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-01T08:23:34.551Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-01T08:24:04.553Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-01T08:24:04.591Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49 and serviceModelVersionId: ad00f019-0617-4b34-9607-9b4120ca1828
2023-03-01T08:24:04.592Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b7c79fc5-3142-4ceb-96c2-a78a6236249f
2023-03-01T08:24:04.602Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b7c79fc5-3142-4ceb-96c2-a78a6236249f/model-vers/model-ver/ad00f019-0617-4b34-9607-9b4120ca1828?depth=0
2023-03-01T08:24:04.617Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2023-03-01T08:24:04.793Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7c79fc5-3142-4ceb-96c2-a78a6236249f/model-vers/model-ver/ad00f019-0617-4b34-9607-9b4120ca1828?depth=0|INFO|500||Invoke
2023-03-01T08:24:04.795Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7c79fc5-3142-4ceb-96c2-a78a6236249f/model-vers/model-ver/ad00f019-0617-4b34-9607-9b4120ca1828?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7c79fc5-3142-4ceb-96c2-a78a6236249f/model-vers/model-ver/ad00f019-0617-4b34-9607-9b4120ca1828?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b98a33ea-dd6b-44f1-abf8-e2959317ad21], X-ECOMP-RequestID=[ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49], X-TransactionId=[], X-ONAP-RequestID=[ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49], Content-Type=[application/merge-patch+json]}
2023-03-01T08:24:04.856Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7c79fc5-3142-4ceb-96c2-a78a6236249f/model-vers/model-ver/ad00f019-0617-4b34-9607-9b4120ca1828?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-03-01T08:24:04.962Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7c79fc5-3142-4ceb-96c2-a78a6236249f/model-vers/model-ver/ad00f019-0617-4b34-9607-9b4120ca1828?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/b7c79fc5-3142-4ceb-96c2-a78a6236249f/model-vers/model-ver/ad00f019-0617-4b34-9607-9b4120ca1828?depth=0 has http status code:200 and response headers:{date=[Wed, 01 Mar 2023 08:24:04 GMT], content-length=[0], vertex-id=[200872], x-aai-txid=[2-aai-resources-230301-08:24:04:713-43103], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-01T08:24:04.962Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7c79fc5-3142-4ceb-96c2-a78a6236249f/model-vers/model-ver/ad00f019-0617-4b34-9607-9b4120ca1828?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-01T08:24:04.963Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7c79fc5-3142-4ceb-96c2-a78a6236249f/model-vers/model-ver/ad00f019-0617-4b34-9607-9b4120ca1828?depth=0|INFO|500||InvokeReturn
2023-03-01T08:24:04.963Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-01T08:24:04.964Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-01T08:24:04.994Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2023-03-01T08:24:04.995Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-01T08:24:04.995Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-01T08:24:04.995Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-01T08:24:04.996Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-01T08:24:04.996Z|ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49",
"consumerID": "SO-sdc-controller",
"timestamp": 1677659044995,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-01T08:24:06.022Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-01T08:24:06.028Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-01T08:24:06.029Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"29054408-fcc8-4e0f-86c2-0ec5e18e5f64","serviceName":"Demo_pNF_Mw2kysXuOSxKStuH2p8n","serviceVersion":"1.0","serviceUUID":"fcae1253-c0fa-4c36-984f-431122cae350","serviceDescription":"catalog service description","serviceInvariantUUID":"042594bc-5349-4c2b-920f-2b3a8ec4f977","resources":[{"resourceInstanceName":"pNF 83c536bc-2b8f 0","resourceName":"pNF 83c536bc-2b8f","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"ada40a74-0620-4f71-bf7f-0483e6f21e46","resourceInvariantUUID":"a59e64b6-b9f2-4af3-8281-90688af57e2e","resourceCustomizationUUID":"13589b95-e01e-4e71-b12e-74f754bbba72","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMw2kysxuosxkstuh2p8n/1.0/resourceInstances/pnf83c536bc2b8f0/artifacts/vf-license-model.xml","artifactChecksum":"ZGUyMGVkNWM1Yjc5NTRkZGJkMjk3MGExNjlhMDgzZjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5d1ecfe3-4059-465b-8a73-4aefe0aeb760","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMw2kysxuosxkstuh2p8n/1.0/resourceInstances/pnf83c536bc2b8f0/artifacts/pNF.csar","artifactChecksum":"OTEyZWNjZTdhNzViZDI3NjVlNGFhYmUyOTM0MmQ0ZGU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b7736f1b-053f-4daa-bd63-bd5b9fd0ffbd","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMw2kysxuosxkstuh2p8n/1.0/resourceInstances/pnf83c536bc2b8f0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a7ed224c-c250-4cf2-a90c-8d351c5a011d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMw2kysxuosxkstuh2p8n/1.0/resourceInstances/pnf83c536bc2b8f0/artifacts/vendor-license-model.xml","artifactChecksum":"M2U2ZjA3MTBmNDNmM2RkNmU1MzVkNWQ4MDA1YzZmNmM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6c86aead-7a15-4564-9e8f-f16801676171","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfMw2kysxuosxkstuh2p8n/1.0/resourceInstances/pnf83c536bc2b8f0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0e535309-0ee9-4ea1-82b7-2e777a2e6bd3","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfMw2kysxuosxkstuh2p8n/1.0/resourceInstances/pnf83c536bc2b8f0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"90fe16b3-0c6b-4bd2-bad8-e251de3e0e00","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfMw2kysxuosxkstuh2p8n-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMw2kysxuosxkstuh2p8n/1.0/artifacts/service-DemoPnfMw2kysxuosxkstuh2p8n-template.yml","artifactChecksum":"ODBiOWYxNWNhMDZkNWI3ODRjYTU0YzZjOGMyNjE1MDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f999f7d1-b845-4f0b-b453-cf6c4717e4ba","artifactVersion":"1"},{"artifactName":"service-DemoPnfMw2kysxuosxkstuh2p8n-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfMw2kysxuosxkstuh2p8n/1.0/artifacts/service-DemoPnfMw2kysxuosxkstuh2p8n-csar.csar","artifactChecksum":"Yzg3ODRmNTEzOGMzZTI3OTliZDM1NDljMmRhNTk1ZDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c36b47aa-6738-4a0f-bbfd-9de66b222f1a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-01T08:24:06.033Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-01T08:24:06.033Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-01T08:24:06.033Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-01T08:24:06.033Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
"distributionID": "29054408-fcc8-4e0f-86c2-0ec5e18e5f64",
"consumerID": "SO-sdc-controller",
"timestamp": 1677659046022,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMw2kysxuosxkstuh2p8n/1.0/resourceInstances/pnf83c536bc2b8f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T08:24:06.350Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T08:24:06.354Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-01T08:24:06.354Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "29054408-fcc8-4e0f-86c2-0ec5e18e5f64",
"consumerID": "multicloud-k8s",
"timestamp": 1677658949670,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMw2kysxuosxkstuh2p8n/1.0/resourceInstances/pnf83c536bc2b8f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:24:06.355Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:24:06.355Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-01T08:24:06.356Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "29054408-fcc8-4e0f-86c2-0ec5e18e5f64",
"consumerID": "policy-distribution-id",
"timestamp": 1677658953436,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMw2kysxuosxkstuh2p8n/1.0/resourceInstances/pnf83c536bc2b8f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:24:06.356Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:24:06.356Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-01T08:24:06.356Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "29054408-fcc8-4e0f-86c2-0ec5e18e5f64",
"consumerID": "aai-model-loader",
"timestamp": 1677658968798,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMw2kysxuosxkstuh2p8n/1.0/resourceInstances/pnf83c536bc2b8f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:24:06.357Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:24:06.357Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-01T08:24:06.357Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "29054408-fcc8-4e0f-86c2-0ec5e18e5f64",
"consumerID": "cds-sdc-listener",
"timestamp": 1677658953708,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMw2kysxuosxkstuh2p8n/1.0/resourceInstances/pnf83c536bc2b8f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:24:06.357Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:24:06.358Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-01T08:24:06.358Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "29054408-fcc8-4e0f-86c2-0ec5e18e5f64",
"consumerID": "multicloud-k8s",
"timestamp": 1677658949670,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMw2kysxuosxkstuh2p8n/1.0/resourceInstances/pnf83c536bc2b8f0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:24:06.358Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:24:06.358Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-01T08:24:06.358Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "29054408-fcc8-4e0f-86c2-0ec5e18e5f64",
"consumerID": "aai-model-loader",
"timestamp": 1677658968798,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMw2kysxuosxkstuh2p8n/1.0/resourceInstances/pnf83c536bc2b8f0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:24:06.358Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:24:06.358Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-01T08:24:06.359Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "29054408-fcc8-4e0f-86c2-0ec5e18e5f64",
"consumerID": "policy-distribution-id",
"timestamp": 1677658953436,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMw2kysxuosxkstuh2p8n/1.0/resourceInstances/pnf83c536bc2b8f0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:24:06.359Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:24:06.359Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-01T08:24:06.359Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "29054408-fcc8-4e0f-86c2-0ec5e18e5f64",
"consumerID": "cds-sdc-listener",
"timestamp": 1677658953708,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMw2kysxuosxkstuh2p8n/1.0/resourceInstances/pnf83c536bc2b8f0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:24:06.360Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:24:06.360Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-01T08:24:06.360Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "29054408-fcc8-4e0f-86c2-0ec5e18e5f64",
"consumerID": "policy-distribution-id",
"timestamp": 1677658953436,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMw2kysxuosxkstuh2p8n/1.0/resourceInstances/pnf83c536bc2b8f0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:24:06.364Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:24:06.364Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-01T08:24:06.365Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "29054408-fcc8-4e0f-86c2-0ec5e18e5f64",
"consumerID": "multicloud-k8s",
"timestamp": 1677658949670,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMw2kysxuosxkstuh2p8n/1.0/resourceInstances/pnf83c536bc2b8f0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:24:06.365Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:24:06.366Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-01T08:24:06.366Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "29054408-fcc8-4e0f-86c2-0ec5e18e5f64",
"consumerID": "aai-model-loader",
"timestamp": 1677658968798,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMw2kysxuosxkstuh2p8n/1.0/resourceInstances/pnf83c536bc2b8f0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:24:06.366Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:24:06.367Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-01T08:24:06.367Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "29054408-fcc8-4e0f-86c2-0ec5e18e5f64",
"consumerID": "cds-sdc-listener",
"timestamp": 1677658953708,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMw2kysxuosxkstuh2p8n/1.0/resourceInstances/pnf83c536bc2b8f0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:24:06.367Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:24:06.367Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-01T08:24:06.368Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "29054408-fcc8-4e0f-86c2-0ec5e18e5f64",
"consumerID": "policy-distribution-id",
"timestamp": 1677658953436,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMw2kysxuosxkstuh2p8n/1.0/resourceInstances/pnf83c536bc2b8f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:24:06.368Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:24:06.368Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-01T08:24:06.369Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "29054408-fcc8-4e0f-86c2-0ec5e18e5f64",
"consumerID": "multicloud-k8s",
"timestamp": 1677658949670,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMw2kysxuosxkstuh2p8n/1.0/resourceInstances/pnf83c536bc2b8f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:24:06.369Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:24:06.369Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-01T08:24:06.369Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "29054408-fcc8-4e0f-86c2-0ec5e18e5f64",
"consumerID": "aai-model-loader",
"timestamp": 1677658968798,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMw2kysxuosxkstuh2p8n/1.0/resourceInstances/pnf83c536bc2b8f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:24:06.370Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:24:06.370Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-01T08:24:06.370Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "29054408-fcc8-4e0f-86c2-0ec5e18e5f64",
"consumerID": "cds-sdc-listener",
"timestamp": 1677658953708,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMw2kysxuosxkstuh2p8n/1.0/resourceInstances/pnf83c536bc2b8f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:24:06.370Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:24:06.371Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-01T08:24:06.371Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "29054408-fcc8-4e0f-86c2-0ec5e18e5f64",
"consumerID": "policy-distribution-id",
"timestamp": 1677658953436,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMw2kysxuosxkstuh2p8n/1.0/resourceInstances/pnf83c536bc2b8f0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:24:06.371Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:24:06.371Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-01T08:24:06.371Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "29054408-fcc8-4e0f-86c2-0ec5e18e5f64",
"consumerID": "multicloud-k8s",
"timestamp": 1677658949670,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMw2kysxuosxkstuh2p8n/1.0/resourceInstances/pnf83c536bc2b8f0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:24:06.371Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:24:06.372Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-01T08:24:06.372Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "29054408-fcc8-4e0f-86c2-0ec5e18e5f64",
"consumerID": "aai-model-loader",
"timestamp": 1677658968798,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMw2kysxuosxkstuh2p8n/1.0/resourceInstances/pnf83c536bc2b8f0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:24:06.373Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:24:06.373Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-01T08:24:06.373Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "29054408-fcc8-4e0f-86c2-0ec5e18e5f64",
"consumerID": "cds-sdc-listener",
"timestamp": 1677658953708,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMw2kysxuosxkstuh2p8n/1.0/resourceInstances/pnf83c536bc2b8f0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:24:06.374Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:24:06.374Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-01T08:24:06.374Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "29054408-fcc8-4e0f-86c2-0ec5e18e5f64",
"consumerID": "policy-distribution-id",
"timestamp": 1677658953436,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMw2kysxuosxkstuh2p8n/1.0/resourceInstances/pnf83c536bc2b8f0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:24:06.374Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:24:06.375Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-01T08:24:06.375Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "29054408-fcc8-4e0f-86c2-0ec5e18e5f64",
"consumerID": "multicloud-k8s",
"timestamp": 1677658949670,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMw2kysxuosxkstuh2p8n/1.0/resourceInstances/pnf83c536bc2b8f0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:24:06.375Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:24:06.375Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-01T08:24:06.375Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "29054408-fcc8-4e0f-86c2-0ec5e18e5f64",
"consumerID": "aai-model-loader",
"timestamp": 1677658968798,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMw2kysxuosxkstuh2p8n/1.0/resourceInstances/pnf83c536bc2b8f0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:24:06.376Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:24:06.376Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-01T08:24:06.376Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "29054408-fcc8-4e0f-86c2-0ec5e18e5f64",
"consumerID": "cds-sdc-listener",
"timestamp": 1677658953708,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMw2kysxuosxkstuh2p8n/1.0/resourceInstances/pnf83c536bc2b8f0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:24:06.376Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:24:06.377Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-01T08:24:06.377Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "29054408-fcc8-4e0f-86c2-0ec5e18e5f64",
"consumerID": "policy-distribution-id",
"timestamp": 1677658953436,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMw2kysxuosxkstuh2p8n/1.0/artifacts/service-DemoPnfMw2kysxuosxkstuh2p8n-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:24:06.377Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:24:06.377Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-01T08:24:06.377Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "29054408-fcc8-4e0f-86c2-0ec5e18e5f64",
"consumerID": "multicloud-k8s",
"timestamp": 1677658949670,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMw2kysxuosxkstuh2p8n/1.0/artifacts/service-DemoPnfMw2kysxuosxkstuh2p8n-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:24:06.378Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:24:06.378Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-01T08:24:06.378Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "29054408-fcc8-4e0f-86c2-0ec5e18e5f64",
"consumerID": "aai-model-loader",
"timestamp": 1677658968798,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMw2kysxuosxkstuh2p8n/1.0/artifacts/service-DemoPnfMw2kysxuosxkstuh2p8n-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:24:06.379Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:24:06.379Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-01T08:24:06.379Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "29054408-fcc8-4e0f-86c2-0ec5e18e5f64",
"consumerID": "cds-sdc-listener",
"timestamp": 1677658953708,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMw2kysxuosxkstuh2p8n/1.0/artifacts/service-DemoPnfMw2kysxuosxkstuh2p8n-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:24:06.380Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:24:06.380Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-01T08:24:06.380Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "29054408-fcc8-4e0f-86c2-0ec5e18e5f64",
"consumerID": "policy-distribution-id",
"timestamp": 1677658953436,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMw2kysxuosxkstuh2p8n/1.0/artifacts/service-DemoPnfMw2kysxuosxkstuh2p8n-csar.csar",
"status": "NOTIFIED"
}
2023-03-01T08:24:06.380Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:24:06.381Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-01T08:24:06.381Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "29054408-fcc8-4e0f-86c2-0ec5e18e5f64",
"consumerID": "multicloud-k8s",
"timestamp": 1677658949670,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMw2kysxuosxkstuh2p8n/1.0/artifacts/service-DemoPnfMw2kysxuosxkstuh2p8n-csar.csar",
"status": "NOTIFIED"
}
2023-03-01T08:24:06.382Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:24:06.382Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-01T08:24:06.382Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "29054408-fcc8-4e0f-86c2-0ec5e18e5f64",
"consumerID": "aai-model-loader",
"timestamp": 1677658968798,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMw2kysxuosxkstuh2p8n/1.0/artifacts/service-DemoPnfMw2kysxuosxkstuh2p8n-csar.csar",
"status": "NOTIFIED"
}
2023-03-01T08:24:06.383Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:24:06.383Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-01T08:24:06.383Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "29054408-fcc8-4e0f-86c2-0ec5e18e5f64",
"consumerID": "cds-sdc-listener",
"timestamp": 1677658953708,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMw2kysxuosxkstuh2p8n/1.0/artifacts/service-DemoPnfMw2kysxuosxkstuh2p8n-csar.csar",
"status": "NOTIFIED"
}
2023-03-01T08:24:06.384Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:24:06.384Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-01T08:24:06.384Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "29054408-fcc8-4e0f-86c2-0ec5e18e5f64",
"consumerID": "policy-distribution-id",
"timestamp": 1677658977803,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMw2kysxuosxkstuh2p8n/1.0/artifacts/service-DemoPnfMw2kysxuosxkstuh2p8n-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-01T08:24:06.385Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:24:06.385Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-01T08:24:06.385Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "29054408-fcc8-4e0f-86c2-0ec5e18e5f64",
"consumerID": "aai-model-loader",
"timestamp": 1677658979074,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMw2kysxuosxkstuh2p8n/1.0/artifacts/service-DemoPnfMw2kysxuosxkstuh2p8n-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-01T08:24:06.385Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:24:06.385Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-01T08:24:06.385Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "29054408-fcc8-4e0f-86c2-0ec5e18e5f64",
"consumerID": "cds-sdc-listener",
"timestamp": 1677658979133,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMw2kysxuosxkstuh2p8n/1.0/artifacts/service-DemoPnfMw2kysxuosxkstuh2p8n-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-01T08:24:06.386Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:24:06.386Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-01T08:24:06.386Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "29054408-fcc8-4e0f-86c2-0ec5e18e5f64",
"consumerID": "policy-distribution-id",
"timestamp": 1677658978808,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMw2kysxuosxkstuh2p8n/1.0/artifacts/service-DemoPnfMw2kysxuosxkstuh2p8n-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-01T08:24:06.388Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:24:06.388Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-01T08:24:06.388Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "29054408-fcc8-4e0f-86c2-0ec5e18e5f64",
"consumerID": "cds-sdc-listener",
"timestamp": 1677658980142,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMw2kysxuosxkstuh2p8n/1.0/artifacts/service-DemoPnfMw2kysxuosxkstuh2p8n-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-01T08:24:06.409Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 29054408-fcc8-4e0f-86c2-0ec5e18e5f64
2023-03-01T08:24:06.410Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29054408-fcc8-4e0f-86c2-0ec5e18e5f64 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-01T08:24:06.437Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-01T08:24:06.438Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "29054408-fcc8-4e0f-86c2-0ec5e18e5f64",
"consumerID": "policy-distribution-id",
"timestamp": 1677658979810,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-01T08:24:06.453Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 29054408-fcc8-4e0f-86c2-0ec5e18e5f64
2023-03-01T08:24:06.454Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29054408-fcc8-4e0f-86c2-0ec5e18e5f64 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-01T08:24:06.474Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-01T08:24:06.474Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "29054408-fcc8-4e0f-86c2-0ec5e18e5f64",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677658979636,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMw2kysxuosxkstuh2p8n/1.0/resourceInstances/pnf83c536bc2b8f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:24:06.475Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:24:06.475Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-01T08:24:06.476Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "29054408-fcc8-4e0f-86c2-0ec5e18e5f64",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677658979636,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMw2kysxuosxkstuh2p8n/1.0/resourceInstances/pnf83c536bc2b8f0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:24:06.477Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:24:06.477Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-01T08:24:06.477Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "29054408-fcc8-4e0f-86c2-0ec5e18e5f64",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677658979636,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMw2kysxuosxkstuh2p8n/1.0/resourceInstances/pnf83c536bc2b8f0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:24:06.480Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:24:06.480Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-01T08:24:06.480Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "29054408-fcc8-4e0f-86c2-0ec5e18e5f64",
"consumerID": "aai-model-loader",
"timestamp": 1677658983948,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMw2kysxuosxkstuh2p8n/1.0/artifacts/service-DemoPnfMw2kysxuosxkstuh2p8n-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-01T08:24:06.482Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:24:06.482Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-01T08:24:06.482Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "29054408-fcc8-4e0f-86c2-0ec5e18e5f64",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677658979636,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMw2kysxuosxkstuh2p8n/1.0/resourceInstances/pnf83c536bc2b8f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:24:06.483Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:24:06.483Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-01T08:24:06.483Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "29054408-fcc8-4e0f-86c2-0ec5e18e5f64",
"consumerID": "aai-model-loader",
"timestamp": 1677658984952,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-01T08:24:06.495Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 29054408-fcc8-4e0f-86c2-0ec5e18e5f64
2023-03-01T08:24:06.495Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29054408-fcc8-4e0f-86c2-0ec5e18e5f64 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-01T08:24:06.524Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-01T08:24:06.525Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "29054408-fcc8-4e0f-86c2-0ec5e18e5f64",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677658979636,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMw2kysxuosxkstuh2p8n/1.0/resourceInstances/pnf83c536bc2b8f0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:24:06.525Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:24:06.525Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-01T08:24:06.525Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "29054408-fcc8-4e0f-86c2-0ec5e18e5f64",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677658979636,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMw2kysxuosxkstuh2p8n/1.0/resourceInstances/pnf83c536bc2b8f0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:24:06.525Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:24:07.034Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-01T08:24:07.035Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-01T08:24:07.035Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-01T08:24:07.035Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
"distributionID": "29054408-fcc8-4e0f-86c2-0ec5e18e5f64",
"consumerID": "SO-sdc-controller",
"timestamp": 1677659046022,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMw2kysxuosxkstuh2p8n/1.0/resourceInstances/pnf83c536bc2b8f0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T08:24:08.036Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-01T08:24:08.038Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-01T08:24:08.038Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-01T08:24:08.040Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
"distributionID": "29054408-fcc8-4e0f-86c2-0ec5e18e5f64",
"consumerID": "SO-sdc-controller",
"timestamp": 1677659046022,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMw2kysxuosxkstuh2p8n/1.0/resourceInstances/pnf83c536bc2b8f0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T08:24:09.044Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-01T08:24:09.045Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-01T08:24:09.045Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-01T08:24:09.045Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
"distributionID": "29054408-fcc8-4e0f-86c2-0ec5e18e5f64",
"consumerID": "SO-sdc-controller",
"timestamp": 1677659046022,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMw2kysxuosxkstuh2p8n/1.0/resourceInstances/pnf83c536bc2b8f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T08:24:10.048Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-01T08:24:10.048Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-01T08:24:10.049Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-01T08:24:10.049Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
"distributionID": "29054408-fcc8-4e0f-86c2-0ec5e18e5f64",
"consumerID": "SO-sdc-controller",
"timestamp": 1677659046022,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMw2kysxuosxkstuh2p8n/1.0/resourceInstances/pnf83c536bc2b8f0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T08:24:11.050Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-01T08:24:11.051Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-01T08:24:11.051Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-01T08:24:11.051Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
"distributionID": "29054408-fcc8-4e0f-86c2-0ec5e18e5f64",
"consumerID": "SO-sdc-controller",
"timestamp": 1677659046022,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMw2kysxuosxkstuh2p8n/1.0/resourceInstances/pnf83c536bc2b8f0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T08:24:12.052Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-01T08:24:12.053Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-01T08:24:12.053Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-01T08:24:12.053Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
"distributionID": "29054408-fcc8-4e0f-86c2-0ec5e18e5f64",
"consumerID": "SO-sdc-controller",
"timestamp": 1677659046022,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMw2kysxuosxkstuh2p8n/1.0/artifacts/service-DemoPnfMw2kysxuosxkstuh2p8n-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T08:24:13.054Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-01T08:24:13.055Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-01T08:24:13.055Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-01T08:24:13.056Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
"distributionID": "29054408-fcc8-4e0f-86c2-0ec5e18e5f64",
"consumerID": "SO-sdc-controller",
"timestamp": 1677659046022,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMw2kysxuosxkstuh2p8n/1.0/artifacts/service-DemoPnfMw2kysxuosxkstuh2p8n-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T08:24:14.060Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "29054408-fcc8-4e0f-86c2-0ec5e18e5f64",
"serviceName": "Demo_pNF_Mw2kysXuOSxKStuH2p8n",
"serviceVersion": "1.0",
"serviceUUID": "fcae1253-c0fa-4c36-984f-431122cae350",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "042594bc-5349-4c2b-920f-2b3a8ec4f977",
"resources": [
{
"resourceInstanceName": "pNF 83c536bc-2b8f 0",
"resourceCustomizationUUID": "13589b95-e01e-4e71-b12e-74f754bbba72",
"resourceName": "pNF 83c536bc-2b8f",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "ada40a74-0620-4f71-bf7f-0483e6f21e46",
"resourceInvariantUUID": "a59e64b6-b9f2-4af3-8281-90688af57e2e",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfMw2kysxuosxkstuh2p8n-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMw2kysxuosxkstuh2p8n/1.0/artifacts/service-DemoPnfMw2kysxuosxkstuh2p8n-csar.csar",
"artifactChecksum": "Yzg3ODRmNTEzOGMzZTI3OTliZDM1NDljMmRhNTk1ZDY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c36b47aa-6738-4a0f-bbfd-9de66b222f1a"
}
],
"workloadContext": "Production"
}
2023-03-01T08:24:14.061Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-01T08:24:14.061Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 fcae1253-c0fa-4c36-984f-431122cae350 ASDC
2023-03-01T08:24:14.062Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:29054408-fcc8-4e0f-86c2-0ec5e18e5f64
ServiceName:Demo_pNF_Mw2kysXuOSxKStuH2p8n
ServiceVersion:1.0
ServiceUUID:fcae1253-c0fa-4c36-984f-431122cae350
ServiceInvariantUUID:042594bc-5349-4c2b-920f-2b3a8ec4f977
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfMw2kysxuosxkstuh2p8n-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfMw2kysxuosxkstuh2p8n/1.0/artifacts/service-DemoPnfMw2kysxuosxkstuh2p8n-csar.csar
ArtifactUUID:c36b47aa-6738-4a0f-bbfd-9de66b222f1a
ArtifactChecksum:Yzg3ODRmNTEzOGMzZTI3OTliZDM1NDljMmRhNTk1ZDY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 83c536bc-2b8f 0
ResourceCustomizationUUID:13589b95-e01e-4e71-b12e-74f754bbba72
ResourceInvariantUUID:a59e64b6-b9f2-4af3-8281-90688af57e2e
ResourceName:pNF 83c536bc-2b8f
ResourceType:PNF
ResourceUUID:ada40a74-0620-4f71-bf7f-0483e6f21e46
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2023-03-01T08:24:14.062Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fcae1253-c0fa-4c36-984f-431122cae350 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-01T08:24:14.106Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-01T08:24:14.108Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-01T08:24:14.108Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-01T08:24:14.108Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: c36b47aa-6738-4a0f-bbfd-9de66b222f1a from URL: /sdc/v1/catalog/services/DemoPnfMw2kysxuosxkstuh2p8n/1.0/artifacts/service-DemoPnfMw2kysxuosxkstuh2p8n-csar.csar
2023-03-01T08:24:14.109Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-03-01T08:24:14.109Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfMw2kysxuosxkstuh2p8n/1.0/artifacts/service-DemoPnfMw2kysxuosxkstuh2p8n-csar.csar
2023-03-01T08:24:14.192Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-03-01T08:24:14.201Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfMw2kysxuosxkstuh2p8n/1.0/artifacts/service-DemoPnfMw2kysxuosxkstuh2p8n-csar.csar c36b47aa-6738-4a0f-bbfd-9de66b222f1a 88024
2023-03-01T08:24:14.202Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfMw2kysxuosxkstuh2p8n/1.0/artifacts/service-DemoPnfMw2kysxuosxkstuh2p8n-csar.csar ASDC sendASDCNotification
2023-03-01T08:24:14.202Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMw2kysxuosxkstuh2p8n/1.0/artifacts/service-DemoPnfMw2kysxuosxkstuh2p8n-csar.csar
2023-03-01T08:24:14.202Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-01T08:24:14.203Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-01T08:24:14.203Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-01T08:24:14.203Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||INFO|500||Trying to send status: {
"distributionID": "29054408-fcc8-4e0f-86c2-0ec5e18e5f64",
"consumerID": "SO-sdc-controller",
"timestamp": 1677659054202,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMw2kysxuosxkstuh2p8n/1.0/artifacts/service-DemoPnfMw2kysxuosxkstuh2p8n-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T08:24:15.209Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-01T08:24:15.211Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-01T08:24:15.211Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: c36b47aa-6738-4a0f-bbfd-9de66b222f1a, URL: /sdc/v1/catalog/services/DemoPnfMw2kysxuosxkstuh2p8n/1.0/artifacts/service-DemoPnfMw2kysxuosxkstuh2p8n-csar.csar to file: /app/ASDC/1/service-DemoPnfMw2kysxuosxkstuh2p8n-csar.csar
2023-03-01T08:24:15.212Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfMw2kysxuosxkstuh2p8n-csar.csar
2023-03-01T08:24:15.213Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfMw2kysxuosxkstuh2p8n-csar.csar
2023-03-01T08:24:15.213Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfMw2kysxuosxkstuh2p8n-csar.csar
2023-03-01T08:24:15.423Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3387965909579068816/Definitions/service-DemoPnfMw2kysxuosxkstuh2p8n-template.yml
2023-03-01T08:24:17.027Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-01T08:24:17.027Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-03-01T08:24:17.028Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfMw2kysxuosxkstuh2p8n-csar.csar
2023-03-01T08:24:17.028Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-01T08:24:17.028Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfMw2kysxuosxkstuh2p8n-csar.csar
2023-03-01T08:24:17.029Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfMw2kysxuosxkstuh2p8n-csar.csar
2023-03-01T08:24:17.030Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMw2kysxuosxkstuh2p8n-csar.csar
2023-03-01T08:24:17.030Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMw2kysxuosxkstuh2p8n-csar.csar
2023-03-01T08:24:17.030Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMw2kysxuosxkstuh2p8n-csar.csar
2023-03-01T08:24:17.030Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMw2kysxuosxkstuh2p8n-csar.csar
2023-03-01T08:24:17.030Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 83c536bc-2b8f 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-DemoPnfMw2kysxuosxkstuh2p8n-csar.csar
2023-03-01T08:24:17.031Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-03-01T08:24:17.031Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-01T08:24:17.032Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_Mw2kysXuOSxKStuH2p8n is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-01T08:24:17.032Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||DEBUG|500||Node template pNF 83c536bc-2b8f 0 is matching search criteria
2023-03-01T08:24:17.033Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-03-01T08:24:17.033Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 83c536bc-2b8f 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-01T08:24:17.033Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-01T08:24:17.034Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_Mw2kysXuOSxKStuH2p8n is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-01T08:24:17.034Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||DEBUG|500||Node template pNF 83c536bc-2b8f 0 is matching search criteria
2023-03-01T08:24:17.034Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-03-01T08:24:17.034Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 83c536bc-2b8f 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-01T08:24:17.035Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-01T08:24:17.035Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_Mw2kysXuOSxKStuH2p8n is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-01T08:24:17.035Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-01T08:24:17.036Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_Mw2kysXuOSxKStuH2p8n is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-01T08:24:17.036Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-01T08:24:17.036Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_Mw2kysXuOSxKStuH2p8n is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-01T08:24:17.036Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-01T08:24:17.037Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_Mw2kysXuOSxKStuH2p8n is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-01T08:24:17.037Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-01T08:24:17.038Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_Mw2kysXuOSxKStuH2p8n is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-01T08:24:17.039Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_Mw2kysXuOSxKStuH2p8n
Description:catalog service description
Model UUID:fcae1253-c0fa-4c36-984f-431122cae350
Model Version:NULL
Model InvariantUuid:042594bc-5349-4c2b-920f-2b3a8ec4f977
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-03-01T08:24:17.054Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: ada40a74-0620-4f71-bf7f-0483e6f21e46
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-01T08:24:17.075Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||INFO|500||pNF 83c536bc-2b8f 0
2023-03-01T08:24:17.075Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: ada40a74-0620-4f71-bf7f-0483e6f21e46
2023-03-01T08:24:17.076Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||DEBUG|500||No resources found for Service: fcae1253-c0fa-4c36-984f-431122cae350
2023-03-01T08:24:17.076Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: fcae1253-c0fa-4c36-984f-431122cae350
2023-03-01T08:24:17.076Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 83c536bc-2b8f 0 ada40a74-0620-4f71-bf7f-0483e6f21e46 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-01T08:24:17.086Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4ec513b1, org.onap.sdc.toscaparser.api.parameters.Input@49a4eee, org.onap.sdc.toscaparser.api.parameters.Input@63081a94, org.onap.sdc.toscaparser.api.parameters.Input@2d8b0b42, org.onap.sdc.toscaparser.api.parameters.Input@4b35ddd9]
2023-03-01T08:24:17.086Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-01T08:24:17.086Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_Mw2kysXuOSxKStuH2p8n is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-01T08:24:17.087Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid fcae1253-c0fa-4c36-984f-431122cae350: pNF 83c536bc-2b8f
2023-03-01T08:24:17.087Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||INFO|500||Processing PNF resource: ada40a74-0620-4f71-bf7f-0483e6f21e46
2023-03-01T08:24:17.087Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-01T08:24:17.088Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_Mw2kysXuOSxKStuH2p8n is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-01T08:24:17.088Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||INFO|500||Resource customization UUID: 13589b95-e01e-4e71-b12e-74f754bbba72 is the same as notified resource customizationUUID: 13589b95-e01e-4e71-b12e-74f754bbba72
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2023-03-01T08:24:17.164Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 83c536bc-2b8f ada40a74-0620-4f71-bf7f-0483e6f21e46 0 ASDC deployResourceStructure
2023-03-01T08:24:17.165Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfMw2kysxuosxkstuh2p8n/1.0/artifacts/service-DemoPnfMw2kysxuosxkstuh2p8n-csar.csar ASDC sendASDCNotification
2023-03-01T08:24:17.165Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMw2kysxuosxkstuh2p8n/1.0/artifacts/service-DemoPnfMw2kysxuosxkstuh2p8n-csar.csar
2023-03-01T08:24:17.165Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-01T08:24:17.166Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-01T08:24:17.166Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-01T08:24:17.166Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||INFO|500||Trying to send status: {
"distributionID": "29054408-fcc8-4e0f-86c2-0ec5e18e5f64",
"consumerID": "SO-sdc-controller",
"timestamp": 1677659057165,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMw2kysxuosxkstuh2p8n/1.0/artifacts/service-DemoPnfMw2kysxuosxkstuh2p8n-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T08:24:18.167Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 29054408-fcc8-4e0f-86c2-0ec5e18e5f64
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-01T08:24:18.193Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 29054408-fcc8-4e0f-86c2-0ec5e18e5f64
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-01T08:24:18.198Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-01T08:24:18.198Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-01T08:24:18.198Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-01T08:24:18.198Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-01T08:24:48.199Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 29054408-fcc8-4e0f-86c2-0ec5e18e5f64
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-01T08:24:48.231Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 29054408-fcc8-4e0f-86c2-0ec5e18e5f64
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-01T08:24:48.243Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-01T08:24:48.243Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-01T08:24:48.245Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-01T08:24:48.245Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-01T08:25:06.350Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T08:25:06.366Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-01T08:25:06.367Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "29054408-fcc8-4e0f-86c2-0ec5e18e5f64",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677658979636,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMw2kysxuosxkstuh2p8n/1.0/artifacts/service-DemoPnfMw2kysxuosxkstuh2p8n-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:25:06.368Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:25:06.380Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-01T08:25:06.396Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "29054408-fcc8-4e0f-86c2-0ec5e18e5f64",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677658979636,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMw2kysxuosxkstuh2p8n/1.0/artifacts/service-DemoPnfMw2kysxuosxkstuh2p8n-csar.csar",
"status": "NOTIFIED"
}
2023-03-01T08:25:06.397Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:25:06.397Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-01T08:25:06.401Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "29054408-fcc8-4e0f-86c2-0ec5e18e5f64",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677658988450,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMw2kysxuosxkstuh2p8n/1.0/artifacts/service-DemoPnfMw2kysxuosxkstuh2p8n-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-01T08:25:06.404Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:25:06.404Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-01T08:25:06.404Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "29054408-fcc8-4e0f-86c2-0ec5e18e5f64",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677658990570,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMw2kysxuosxkstuh2p8n/1.0/artifacts/service-DemoPnfMw2kysxuosxkstuh2p8n-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-01T08:25:06.404Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:25:06.405Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-01T08:25:06.405Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "29054408-fcc8-4e0f-86c2-0ec5e18e5f64",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677658991575,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-01T08:25:06.441Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 29054408-fcc8-4e0f-86c2-0ec5e18e5f64
2023-03-01T08:25:06.441Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29054408-fcc8-4e0f-86c2-0ec5e18e5f64 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-01T08:25:06.467Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-01T08:25:06.467Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "8d1aa51a-3d23-4606-853d-7e44fca2174b",
"consumerID": "multicloud-k8s",
"timestamp": 1677659007211,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:25:06.468Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:25:06.468Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-01T08:25:06.468Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "8d1aa51a-3d23-4606-853d-7e44fca2174b",
"consumerID": "aai-model-loader",
"timestamp": 1677658998790,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:25:06.468Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:25:06.469Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-01T08:25:06.469Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "8d1aa51a-3d23-4606-853d-7e44fca2174b",
"consumerID": "policy-distribution-id",
"timestamp": 1677659010820,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:25:06.469Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:25:06.470Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-01T08:25:06.470Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "8d1aa51a-3d23-4606-853d-7e44fca2174b",
"consumerID": "cds-sdc-listener",
"timestamp": 1677658981149,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:25:06.470Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:25:06.471Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-01T08:25:06.471Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "8d1aa51a-3d23-4606-853d-7e44fca2174b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677659009636,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:25:06.471Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:25:06.471Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-01T08:25:06.472Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "8d1aa51a-3d23-4606-853d-7e44fca2174b",
"consumerID": "multicloud-k8s",
"timestamp": 1677659007211,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2023-03-01T08:25:06.472Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:25:06.472Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-01T08:25:06.472Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "8d1aa51a-3d23-4606-853d-7e44fca2174b",
"consumerID": "aai-model-loader",
"timestamp": 1677658998790,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:25:06.472Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:25:06.473Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-01T08:25:06.473Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "8d1aa51a-3d23-4606-853d-7e44fca2174b",
"consumerID": "policy-distribution-id",
"timestamp": 1677659010820,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:25:06.473Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:25:06.473Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-01T08:25:06.474Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "8d1aa51a-3d23-4606-853d-7e44fca2174b",
"consumerID": "cds-sdc-listener",
"timestamp": 1677658981149,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:25:06.475Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:25:06.475Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-01T08:25:06.475Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "8d1aa51a-3d23-4606-853d-7e44fca2174b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677659009636,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:25:06.475Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:25:06.476Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-01T08:25:06.476Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "8d1aa51a-3d23-4606-853d-7e44fca2174b",
"consumerID": "multicloud-k8s",
"timestamp": 1677659007211,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2023-03-01T08:25:06.476Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:25:06.477Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-01T08:25:06.477Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "8d1aa51a-3d23-4606-853d-7e44fca2174b",
"consumerID": "aai-model-loader",
"timestamp": 1677658998790,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:25:06.477Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:25:06.477Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-01T08:25:06.477Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "8d1aa51a-3d23-4606-853d-7e44fca2174b",
"consumerID": "policy-distribution-id",
"timestamp": 1677659010820,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2023-03-01T08:25:06.477Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:25:06.478Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-01T08:25:06.478Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "8d1aa51a-3d23-4606-853d-7e44fca2174b",
"consumerID": "cds-sdc-listener",
"timestamp": 1677658981149,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:25:06.478Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:25:06.478Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-01T08:25:06.478Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "8d1aa51a-3d23-4606-853d-7e44fca2174b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677659009636,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:25:06.478Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:25:06.479Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-01T08:25:06.479Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "8d1aa51a-3d23-4606-853d-7e44fca2174b",
"consumerID": "multicloud-k8s",
"timestamp": 1677659007211,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:25:06.479Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:25:06.479Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-01T08:25:06.479Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "8d1aa51a-3d23-4606-853d-7e44fca2174b",
"consumerID": "aai-model-loader",
"timestamp": 1677658998790,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:25:06.481Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:25:06.481Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-01T08:25:06.481Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "8d1aa51a-3d23-4606-853d-7e44fca2174b",
"consumerID": "policy-distribution-id",
"timestamp": 1677659010820,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:25:06.482Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:25:06.482Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-01T08:25:06.482Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "8d1aa51a-3d23-4606-853d-7e44fca2174b",
"consumerID": "cds-sdc-listener",
"timestamp": 1677658981149,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:25:06.482Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:25:06.482Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-01T08:25:06.482Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "8d1aa51a-3d23-4606-853d-7e44fca2174b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677659009636,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:25:06.483Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:25:06.483Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-01T08:25:06.483Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "8d1aa51a-3d23-4606-853d-7e44fca2174b",
"consumerID": "multicloud-k8s",
"timestamp": 1677659007211,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2023-03-01T08:25:06.483Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:25:06.485Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-01T08:25:06.485Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "8d1aa51a-3d23-4606-853d-7e44fca2174b",
"consumerID": "aai-model-loader",
"timestamp": 1677658998790,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:25:06.485Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:25:06.486Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-01T08:25:06.486Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "8d1aa51a-3d23-4606-853d-7e44fca2174b",
"consumerID": "policy-distribution-id",
"timestamp": 1677659010820,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:25:06.486Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:25:06.487Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-01T08:25:06.487Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "8d1aa51a-3d23-4606-853d-7e44fca2174b",
"consumerID": "cds-sdc-listener",
"timestamp": 1677658981149,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:25:06.487Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:25:06.487Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-01T08:25:06.487Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "8d1aa51a-3d23-4606-853d-7e44fca2174b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677659009636,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:25:06.488Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:25:06.488Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-01T08:25:06.488Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "8d1aa51a-3d23-4606-853d-7e44fca2174b",
"consumerID": "multicloud-k8s",
"timestamp": 1677659007211,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:25:06.488Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:25:06.488Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-01T08:25:06.488Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "8d1aa51a-3d23-4606-853d-7e44fca2174b",
"consumerID": "aai-model-loader",
"timestamp": 1677658998790,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:25:06.489Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:25:06.489Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-01T08:25:06.489Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "8d1aa51a-3d23-4606-853d-7e44fca2174b",
"consumerID": "policy-distribution-id",
"timestamp": 1677659010820,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:25:06.489Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:25:06.489Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-01T08:25:06.489Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "8d1aa51a-3d23-4606-853d-7e44fca2174b",
"consumerID": "cds-sdc-listener",
"timestamp": 1677658981149,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:25:06.490Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:25:06.490Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-01T08:25:06.490Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "8d1aa51a-3d23-4606-853d-7e44fca2174b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677659009636,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:25:06.490Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:25:06.490Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-01T08:25:06.490Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "8d1aa51a-3d23-4606-853d-7e44fca2174b",
"consumerID": "aai-model-loader",
"timestamp": 1677658998790,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2023-03-01T08:25:06.492Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:25:06.492Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-01T08:25:06.493Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "8d1aa51a-3d23-4606-853d-7e44fca2174b",
"consumerID": "multicloud-k8s",
"timestamp": 1677659007211,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2023-03-01T08:25:06.493Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:25:06.493Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-01T08:25:06.493Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "8d1aa51a-3d23-4606-853d-7e44fca2174b",
"consumerID": "policy-distribution-id",
"timestamp": 1677659010820,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2023-03-01T08:25:06.493Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:25:06.493Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-01T08:25:06.494Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "8d1aa51a-3d23-4606-853d-7e44fca2174b",
"consumerID": "cds-sdc-listener",
"timestamp": 1677658981149,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2023-03-01T08:25:06.494Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:25:06.494Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-01T08:25:06.494Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "8d1aa51a-3d23-4606-853d-7e44fca2174b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677659009636,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2023-03-01T08:25:06.494Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:25:06.494Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-01T08:25:06.495Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "8d1aa51a-3d23-4606-853d-7e44fca2174b",
"consumerID": "multicloud-k8s",
"timestamp": 1677659019134,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-03-01T08:25:06.515Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:25:06.516Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-01T08:25:06.516Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "8d1aa51a-3d23-4606-853d-7e44fca2174b",
"consumerID": "policy-distribution-id",
"timestamp": 1677659019653,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-01T08:25:06.516Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:25:06.516Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-01T08:25:06.516Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "8d1aa51a-3d23-4606-853d-7e44fca2174b",
"consumerID": "aai-model-loader",
"timestamp": 1677659020923,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-01T08:25:06.517Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:25:06.517Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-01T08:25:06.517Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "8d1aa51a-3d23-4606-853d-7e44fca2174b",
"consumerID": "cds-sdc-listener",
"timestamp": 1677659020903,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-01T08:25:06.517Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:25:06.520Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-01T08:25:06.520Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "8d1aa51a-3d23-4606-853d-7e44fca2174b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677659020443,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-01T08:25:06.521Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:25:06.522Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-01T08:25:06.522Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "8d1aa51a-3d23-4606-853d-7e44fca2174b",
"consumerID": "policy-distribution-id",
"timestamp": 1677659020657,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-01T08:25:06.523Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:25:06.523Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-01T08:25:06.523Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "8d1aa51a-3d23-4606-853d-7e44fca2174b",
"consumerID": "cds-sdc-listener",
"timestamp": 1677659021915,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-01T08:25:06.557Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8d1aa51a-3d23-4606-853d-7e44fca2174b
2023-03-01T08:25:06.558Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8d1aa51a-3d23-4606-853d-7e44fca2174b and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-01T08:25:06.585Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-01T08:25:06.586Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "8d1aa51a-3d23-4606-853d-7e44fca2174b",
"consumerID": "multicloud-k8s",
"timestamp": 1677659020231,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2023-03-01T08:25:06.586Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:25:06.587Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-01T08:25:06.587Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "8d1aa51a-3d23-4606-853d-7e44fca2174b",
"consumerID": "policy-distribution-id",
"timestamp": 1677659021660,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-01T08:25:06.641Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8d1aa51a-3d23-4606-853d-7e44fca2174b
2023-03-01T08:25:06.642Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8d1aa51a-3d23-4606-853d-7e44fca2174b and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-01T08:25:06.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-01T08:25:06.689Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "8d1aa51a-3d23-4606-853d-7e44fca2174b",
"consumerID": "multicloud-k8s",
"timestamp": 1677659021413,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2023-03-01T08:25:06.690Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:25:06.690Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-01T08:25:06.691Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "8d1aa51a-3d23-4606-853d-7e44fca2174b",
"consumerID": "multicloud-k8s",
"timestamp": 1677659022442,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-01T08:25:06.708Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8d1aa51a-3d23-4606-853d-7e44fca2174b
2023-03-01T08:25:06.708Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8d1aa51a-3d23-4606-853d-7e44fca2174b and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-01T08:25:06.753Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-01T08:25:06.753Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "8d1aa51a-3d23-4606-853d-7e44fca2174b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677659023053,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-01T08:25:06.754Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:25:06.754Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-01T08:25:06.754Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "8d1aa51a-3d23-4606-853d-7e44fca2174b",
"consumerID": "multicloud-k8s",
"timestamp": 1677659023444,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2023-03-01T08:25:06.754Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:25:06.754Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-01T08:25:06.754Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "8d1aa51a-3d23-4606-853d-7e44fca2174b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1677659024059,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-01T08:25:06.762Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8d1aa51a-3d23-4606-853d-7e44fca2174b
2023-03-01T08:25:06.762Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8d1aa51a-3d23-4606-853d-7e44fca2174b and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-01T08:25:06.795Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-01T08:25:06.796Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "8d1aa51a-3d23-4606-853d-7e44fca2174b",
"consumerID": "aai-model-loader",
"timestamp": 1677659027533,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-01T08:25:06.796Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:25:06.796Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-01T08:25:06.796Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "8d1aa51a-3d23-4606-853d-7e44fca2174b",
"consumerID": "aai-model-loader",
"timestamp": 1677659028535,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-01T08:25:06.808Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8d1aa51a-3d23-4606-853d-7e44fca2174b
2023-03-01T08:25:06.809Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8d1aa51a-3d23-4606-853d-7e44fca2174b and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-01T08:25:06.834Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-01T08:25:06.835Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "ffb88415-6d68-4f5c-9ebc-a00fb0bd0d49",
"consumerID": "SO-sdc-controller",
"timestamp": 1677659044995,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-01T08:25:06.835Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:25:06.836Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-01T08:25:06.836Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "29054408-fcc8-4e0f-86c2-0ec5e18e5f64",
"consumerID": "SO-sdc-controller",
"timestamp": 1677659046022,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMw2kysxuosxkstuh2p8n/1.0/resourceInstances/pnf83c536bc2b8f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-01T08:25:06.836Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-01T08:25:18.246Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 29054408-fcc8-4e0f-86c2-0ec5e18e5f64
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-01T08:25:18.294Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 29054408-fcc8-4e0f-86c2-0ec5e18e5f64
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-01T08:25:18.307Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-01T08:25:18.308Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-01T08:25:18.309Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-01T08:25:18.310Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-01T08:25:18.310Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-01T08:25:18.311Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-01T08:25:18.313Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-01T08:25:18.313Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-01T08:25:18.314Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-01T08:25:18.314Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-01T08:25:18.337Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-01T08:25:48.338Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 29054408-fcc8-4e0f-86c2-0ec5e18e5f64 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-01T08:25:48.378Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 29054408-fcc8-4e0f-86c2-0ec5e18e5f64 and serviceModelVersionId: fcae1253-c0fa-4c36-984f-431122cae350
2023-03-01T08:25:48.378Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 042594bc-5349-4c2b-920f-2b3a8ec4f977
2023-03-01T08:25:48.380Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/042594bc-5349-4c2b-920f-2b3a8ec4f977/model-vers/model-ver/fcae1253-c0fa-4c36-984f-431122cae350?depth=0
2023-03-01T08:25:48.405Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2023-03-01T08:25:48.485Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/042594bc-5349-4c2b-920f-2b3a8ec4f977/model-vers/model-ver/fcae1253-c0fa-4c36-984f-431122cae350?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-01T08:25:48.486Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/042594bc-5349-4c2b-920f-2b3a8ec4f977/model-vers/model-ver/fcae1253-c0fa-4c36-984f-431122cae350?depth=0|INFO|500||Invoke
2023-03-01T08:25:48.496Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/042594bc-5349-4c2b-920f-2b3a8ec4f977/model-vers/model-ver/fcae1253-c0fa-4c36-984f-431122cae350?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-03-01T08:25:48.602Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/042594bc-5349-4c2b-920f-2b3a8ec4f977/model-vers/model-ver/fcae1253-c0fa-4c36-984f-431122cae350?depth=0|INFO|500||InvokeReturn
2023-03-01T08:25:48.603Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/042594bc-5349-4c2b-920f-2b3a8ec4f977/model-vers/model-ver/fcae1253-c0fa-4c36-984f-431122cae350?depth=0 has http status code:200 and response headers:{date=[Wed, 01 Mar 2023 08:25:48 GMT], content-length=[0], vertex-id=[213192], x-aai-txid=[1-aai-resources-230301-08:25:48:353-27477], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-01T08:25:48.604Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2023-03-01T08:25:48.604Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-01T08:25:48.604Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-01T08:25:48.621Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2023-03-01T08:25:48.621Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 29054408-fcc8-4e0f-86c2-0ec5e18e5f64 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-01T08:25:48.621Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-01T08:25:48.622Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-01T08:25:48.622Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-01T08:25:48.622Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||INFO|500||Trying to send status: {
"distributionID": "29054408-fcc8-4e0f-86c2-0ec5e18e5f64",
"consumerID": "SO-sdc-controller",
"timestamp": 1677659148621,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-01T08:25:49.650Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-01T08:25:49.651Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"8d1aa51a-3d23-4606-853d-7e44fca2174b","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"86df27d9-c7b6-4258-aad7-5a9820a3420d","serviceDescription":"service","serviceInvariantUUID":"53f55470-bd93-45f4-9e6f-3aa42e84c634","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"79a2f4f2-5347-4b59-95c1-bbeae31f5ba2","resourceInvariantUUID":"d46885e7-f82c-44ab-b338-1faa49e13631","resourceCustomizationUUID":"5335bd71-f4ee-4783-9398-549841f55c52","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"NmU3ODI0NzcwMmI2ZjJlNjhlZGRmYTU2ZmU0OGJmNzM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"aec756f3-0a18-4d8b-9372-636b38918867","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":"YjQyMDY0YTg5MDRkZTdmOTgwZDA5NTQ4Mjg1ZGMwN2Q\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3685dd0e-49e0-4c7c-ad91-0da83f7d1948","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":"97af3a66-79b4-4c7e-babd-a716a66572c6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8d39fabe-07fd-4b6e-84e4-e822c02b0cde","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":"ea8df908-1e28-4e85-a095-6ef7f60af869","artifactVersion":"2","generatedFromUUID":"97af3a66-79b4-4c7e-babd-a716a66572c6"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZWExNDE1ZTMxYjQ5YmU2NzYzNjBkNzBhNmNjZjhhMjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b28a3b13-3150-4abd-b81d-413818b283a2","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NzJiNWVlOWU4YjNjN2RkZjdhOTA1YWRmMDhkOGFlMDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3861894c-56d1-4506-b88f-d61fa7bd1be1","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-01T08:25:49.655Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-01T08:25:49.656Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-01T08:25:49.657Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-01T08:25:49.657Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||INFO|500||Trying to send status: {
"distributionID": "8d1aa51a-3d23-4606-853d-7e44fca2174b",
"consumerID": "SO-sdc-controller",
"timestamp": 1677659046022,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T08:25:50.659Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-01T08:25:50.662Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-01T08:25:50.662Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-01T08:25:50.663Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||INFO|500||Trying to send status: {
"distributionID": "8d1aa51a-3d23-4606-853d-7e44fca2174b",
"consumerID": "SO-sdc-controller",
"timestamp": 1677659046022,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T08:25:51.664Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-01T08:25:51.665Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-01T08:25:51.666Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-01T08:25:51.666Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||INFO|500||Trying to send status: {
"distributionID": "8d1aa51a-3d23-4606-853d-7e44fca2174b",
"consumerID": "SO-sdc-controller",
"timestamp": 1677659046022,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T08:25:52.670Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-01T08:25:52.671Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-01T08:25:52.671Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-01T08:25:52.672Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||INFO|500||Trying to send status: {
"distributionID": "8d1aa51a-3d23-4606-853d-7e44fca2174b",
"consumerID": "SO-sdc-controller",
"timestamp": 1677659046022,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T08:25:53.673Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-01T08:25:53.674Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-01T08:25:53.674Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-01T08:25:53.674Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||INFO|500||Trying to send status: {
"distributionID": "8d1aa51a-3d23-4606-853d-7e44fca2174b",
"consumerID": "SO-sdc-controller",
"timestamp": 1677659046022,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T08:25:54.676Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-01T08:25:54.678Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-01T08:25:54.678Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-01T08:25:54.678Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||INFO|500||Trying to send status: {
"distributionID": "8d1aa51a-3d23-4606-853d-7e44fca2174b",
"consumerID": "SO-sdc-controller",
"timestamp": 1677659046022,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T08:25:55.680Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-01T08:25:55.682Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-01T08:25:55.682Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-01T08:25:55.683Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||INFO|500||Trying to send status: {
"distributionID": "8d1aa51a-3d23-4606-853d-7e44fca2174b",
"consumerID": "SO-sdc-controller",
"timestamp": 1677659046022,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T08:25:56.686Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "8d1aa51a-3d23-4606-853d-7e44fca2174b",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "86df27d9-c7b6-4258-aad7-5a9820a3420d",
"serviceDescription": "service",
"serviceInvariantUUID": "53f55470-bd93-45f4-9e6f-3aa42e84c634",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "5335bd71-f4ee-4783-9398-549841f55c52",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "79a2f4f2-5347-4b59-95c1-bbeae31f5ba2",
"resourceInvariantUUID": "d46885e7-f82c-44ab-b338-1faa49e13631",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_vm0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"artifactChecksum": "YjQyMDY0YTg5MDRkZTdmOTgwZDA5NTQ4Mjg1ZGMwN2Q\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3685dd0e-49e0-4c7c-ad91-0da83f7d1948",
"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": "97af3a66-79b4-4c7e-babd-a716a66572c6",
"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": "ea8df908-1e28-4e85-a095-6ef7f60af869",
"generatedFromUUID": "97af3a66-79b4-4c7e-babd-a716a66572c6"
},
"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": "ea8df908-1e28-4e85-a095-6ef7f60af869",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "NzJiNWVlOWU4YjNjN2RkZjdhOTA1YWRmMDhkOGFlMDk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3861894c-56d1-4506-b88f-d61fa7bd1be1"
}
],
"workloadContext": "Production"
}
2023-03-01T08:25:56.687Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-01T08:25:56.687Z|29054408-fcc8-4e0f-86c2-0ec5e18e5f64|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 86df27d9-c7b6-4258-aad7-5a9820a3420d ASDC
2023-03-01T08:25:56.689Z|8d1aa51a-3d23-4606-853d-7e44fca2174b|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:8d1aa51a-3d23-4606-853d-7e44fca2174b
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:86df27d9-c7b6-4258-aad7-5a9820a3420d
ServiceInvariantUUID:53f55470-bd93-45f4-9e6f-3aa42e84c634
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:3861894c-56d1-4506-b88f-d61fa7bd1be1
ArtifactChecksum:NzJiNWVlOWU4YjNjN2RkZjdhOTA1YWRmMDhkOGFlMDk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:5335bd71-f4ee-4783-9398-549841f55c52
ResourceInvariantUUID:d46885e7-f82c-44ab-b338-1faa49e13631
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:79a2f4f2-5347-4b59-95c1-bbeae31f5ba2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:3685dd0e-49e0-4c7c-ad91-0da83f7d1948
ArtifactChecksum:YjQyMDY0YTg5MDRkZTdmOTgwZDA5NTQ4Mjg1ZGMwN2Q=
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:97af3a66-79b4-4c7e-babd-a716a66572c6
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:ea8df908-1e28-4e85-a095-6ef7f60af869
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:ea8df908-1e28-4e85-a095-6ef7f60af869
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-03-01T08:25:56.689Z|8d1aa51a-3d23-4606-853d-7e44fca2174b|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 86df27d9-c7b6-4258-aad7-5a9820a3420d ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-01T08:25:56.821Z|8d1aa51a-3d23-4606-853d-7e44fca2174b|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-01T08:25:56.823Z|8d1aa51a-3d23-4606-853d-7e44fca2174b|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-01T08:25:56.823Z|8d1aa51a-3d23-4606-853d-7e44fca2174b|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-01T08:25:56.823Z|8d1aa51a-3d23-4606-853d-7e44fca2174b|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 3861894c-56d1-4506-b88f-d61fa7bd1be1 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-01T08:25:56.823Z|8d1aa51a-3d23-4606-853d-7e44fca2174b|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-03-01T08:25:56.824Z|8d1aa51a-3d23-4606-853d-7e44fca2174b|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-01T08:25:56.897Z|8d1aa51a-3d23-4606-853d-7e44fca2174b|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-03-01T08:25:56.904Z|8d1aa51a-3d23-4606-853d-7e44fca2174b|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 3861894c-56d1-4506-b88f-d61fa7bd1be1 75197
2023-03-01T08:25:56.904Z|8d1aa51a-3d23-4606-853d-7e44fca2174b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-01T08:25:56.905Z|8d1aa51a-3d23-4606-853d-7e44fca2174b|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-01T08:25:56.905Z|8d1aa51a-3d23-4606-853d-7e44fca2174b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-01T08:25:56.905Z|8d1aa51a-3d23-4606-853d-7e44fca2174b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-01T08:25:56.906Z|8d1aa51a-3d23-4606-853d-7e44fca2174b|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-01T08:25:56.906Z|8d1aa51a-3d23-4606-853d-7e44fca2174b|pool-2-thread-4|||||INFO|500||Trying to send status: {
"distributionID": "8d1aa51a-3d23-4606-853d-7e44fca2174b",
"consumerID": "SO-sdc-controller",
"timestamp": 1677659156904,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-01T08:25:57.907Z|8d1aa51a-3d23-4606-853d-7e44fca2174b|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-01T08:25:57.909Z|8d1aa51a-3d23-4606-853d-7e44fca2174b|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-01T08:25:57.911Z|8d1aa51a-3d23-4606-853d-7e44fca2174b|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 3861894c-56d1-4506-b88f-d61fa7bd1be1, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-01T08:25:57.912Z|8d1aa51a-3d23-4606-853d-7e44fca2174b|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-03-01T08:25:57.912Z|8d1aa51a-3d23-4606-853d-7e44fca2174b|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-01T08:25:57.913Z|8d1aa51a-3d23-4606-853d-7e44fca2174b|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-03-01T08:25:58.214Z|8d1aa51a-3d23-4606-853d-7e44fca2174b|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16237234422329155490/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-03-01T08:26:01.838Z|8d1aa51a-3d23-4606-853d-7e44fca2174b|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-01T08:26:01.839Z|8d1aa51a-3d23-4606-853d-7e44fca2174b|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-03-01T08:26:01.839Z|8d1aa51a-3d23-4606-853d-7e44fca2174b|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-01T08:26:01.839Z|8d1aa51a-3d23-4606-853d-7e44fca2174b|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-01T08:26:01.840Z|8d1aa51a-3d23-4606-853d-7e44fca2174b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-01T08:26:01.840Z|8d1aa51a-3d23-4606-853d-7e44fca2174b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-01T08:26:01.840Z|8d1aa51a-3d23-4606-853d-7e44fca2174b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-01T08:26:01.840Z|8d1aa51a-3d23-4606-853d-7e44fca2174b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-01T08:26:01.840Z|8d1aa51a-3d23-4606-853d-7e44fca2174b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-01T08:26:01.841Z|8d1aa51a-3d23-4606-853d-7e44fca2174b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-01T08:26:01.841Z|8d1aa51a-3d23-4606-853d-7e44fca2174b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-01T08:26:01.841Z|8d1aa51a-3d23-4606-853d-7e44fca2174b|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-03-01T08:26:01.841Z|8d1aa51a-3d23-4606-853d-7e44fca2174b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery