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-04-21T23:31:41.126Z||main|||||INFO|500||The following profiles are active: basic
2023-04-21T23:31:53.784Z||main|||||INFO|500||Starting service [Tomcat]
2023-04-21T23:31:53.785Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-04-21T23:31:53.915Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-04-21T23:31:59.080Z||main|||||INFO|500||catdb-pool - Starting...
2023-04-21T23:31:59.572Z||main|||||INFO|500||catdb-pool - Start completed.
2023-04-21T23:32:00.147Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-04-21T23:32:00.364Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-04-21T23:32:01.099Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-04-21T23:32:03.155Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-04-21T23:32:03.788Z||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-04-21T23:32:06.851Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-04-21T23:32:06.993Z||main|||||INFO|500||reqdb-pool - Starting...
2023-04-21T23:32:07.031Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-04-21T23:32:07.044Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-04-21T23:32:07.727Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-04-21T23:32:08.325Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-04-21T23:32:09.600Z||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-04-21T23:32:10.418Z||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-04-21T23:32:11.304Z||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-04-21T23:32:11.316Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-04-21T23:32:11.342Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|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-04-21T23:32:13.340Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-04-21T23:32:13.341Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||||DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{Transfer-Encoding=[chunked], x-envoy-upstream-service-time=[1974], Server=[envoy], Date=[Fri, 21 Apr 2023 23:32:10 GMT], Content-Type=[application/json]}
2023-04-21T23:32:13.343Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||||DEBUG|500||{"id":"4e78181c26464b16a7c5322d0ff80c60","versionId":"921bf3abae124590a5c47d38d5d1ffc7"}
2023-04-21T23:32:13.380Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||||INFO|500||Successfully created activitySpec VNFSetInMaintFlagActivity
2023-04-21T23:32:13.530Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/4e78181c26464b16a7c5322d0ff80c60/versions/latest/actions|INFO|500||Invoke
2023-04-21T23:32:13.531Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/4e78181c26464b16a7c5322d0ff80c60/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/4e78181c26464b16a7c5322d0ff80c60/versions/latest/actions with request headers:{X-RequestID=[cfd9ca82-f43d-47d0-9bba-ff1662b98704], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[18d1c5de-f1d4-4706-98fa-fceae100847e], X-ECOMP-RequestID=[cfd9ca82-f43d-47d0-9bba-ff1662b98704], X-TransactionID=[cfd9ca82-f43d-47d0-9bba-ff1662b98704], X-ONAP-RequestID=[cfd9ca82-f43d-47d0-9bba-ff1662b98704], Content-Type=[application/json]}
2023-04-21T23:32:13.534Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/4e78181c26464b16a7c5322d0ff80c60/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-04-21T23:32:14.120Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/4e78181c26464b16a7c5322d0ff80c60/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/4e78181c26464b16a7c5322d0ff80c60/versions/latest/actions has http status code:200 and response headers:{x-envoy-upstream-service-time=[567], Server=[envoy], Content-Length=[0], Date=[Fri, 21 Apr 2023 23:32:13 GMT]}
2023-04-21T23:32:14.123Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/4e78181c26464b16a7c5322d0ff80c60/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-04-21T23:32:14.125Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/4e78181c26464b16a7c5322d0ff80c60/versions/latest/actions|INFO|500||InvokeReturn
2023-04-21T23:32:14.126Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||||INFO|500||Successfully certified activitySpec VNFSetInMaintFlagActivity
2023-04-21T23:32:14.131Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|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-04-21T23:32:14.204Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-04-21T23:32:14.205Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|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=[cfd9ca82-f43d-47d0-9bba-ff1662b98704], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[c74b9323-fd5a-4889-82ea-95e9f33fafc0], X-ECOMP-RequestID=[cfd9ca82-f43d-47d0-9bba-ff1662b98704], X-TransactionID=[cfd9ca82-f43d-47d0-9bba-ff1662b98704], X-ONAP-RequestID=[cfd9ca82-f43d-47d0-9bba-ff1662b98704], Content-Type=[application/json]}
2023-04-21T23:32:14.208Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|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-04-21T23:32:14.509Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{Transfer-Encoding=[chunked], x-envoy-upstream-service-time=[298], Server=[envoy], Date=[Fri, 21 Apr 2023 23:32:13 GMT], Content-Type=[application/json]}
2023-04-21T23:32:14.511Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"7e7f7f058da64685acf0b1e08f151fb3","versionId":"49e6ee4a6b1c4fe28f6532c8be3f2549"}
2023-04-21T23:32:14.513Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-04-21T23:32:14.517Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||||INFO|500||Successfully created activitySpec VNFCheckPserversLockedFlagActivity
2023-04-21T23:32:14.574Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/7e7f7f058da64685acf0b1e08f151fb3/versions/latest/actions|INFO|500||Invoke
2023-04-21T23:32:14.576Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/7e7f7f058da64685acf0b1e08f151fb3/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/7e7f7f058da64685acf0b1e08f151fb3/versions/latest/actions with request headers:{X-RequestID=[cfd9ca82-f43d-47d0-9bba-ff1662b98704], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[a1c1fdcb-42f8-400a-8022-56838ca9aebe], X-ECOMP-RequestID=[cfd9ca82-f43d-47d0-9bba-ff1662b98704], X-TransactionID=[cfd9ca82-f43d-47d0-9bba-ff1662b98704], X-ONAP-RequestID=[cfd9ca82-f43d-47d0-9bba-ff1662b98704], Content-Type=[application/json]}
2023-04-21T23:32:14.579Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/7e7f7f058da64685acf0b1e08f151fb3/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-04-21T23:32:15.072Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/7e7f7f058da64685acf0b1e08f151fb3/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/7e7f7f058da64685acf0b1e08f151fb3/versions/latest/actions has http status code:200 and response headers:{x-envoy-upstream-service-time=[473], Server=[envoy], Content-Length=[0], Date=[Fri, 21 Apr 2023 23:32:14 GMT]}
2023-04-21T23:32:15.074Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/7e7f7f058da64685acf0b1e08f151fb3/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-04-21T23:32:15.075Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/7e7f7f058da64685acf0b1e08f151fb3/versions/latest/actions|INFO|500||InvokeReturn
2023-04-21T23:32:15.075Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||||INFO|500||Successfully certified activitySpec VNFCheckPserversLockedFlagActivity
2023-04-21T23:32:15.076Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|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-04-21T23:32:15.151Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|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-04-21T23:32:15.153Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-04-21T23:32:15.155Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|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-04-21T23:32:15.503Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-04-21T23:32:15.504Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||||DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{Transfer-Encoding=[chunked], x-envoy-upstream-service-time=[344], Server=[envoy], Date=[Fri, 21 Apr 2023 23:32:14 GMT], Content-Type=[application/json]}
2023-04-21T23:32:15.505Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||||DEBUG|500||{"id":"261a56f63ea04cab952f5f3bd6b2e192","versionId":"77404baf636b4e419674ff8b789fb0bd"}
2023-04-21T23:32:15.511Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||||INFO|500||Successfully created activitySpec VNFCheckInMaintFlagActivity
2023-04-21T23:32:15.564Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/261a56f63ea04cab952f5f3bd6b2e192/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-04-21T23:32:15.569Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/261a56f63ea04cab952f5f3bd6b2e192/versions/latest/actions|INFO|500||Invoke
2023-04-21T23:32:15.571Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/261a56f63ea04cab952f5f3bd6b2e192/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-04-21T23:32:16.042Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/261a56f63ea04cab952f5f3bd6b2e192/versions/latest/actions|INFO|500||InvokeReturn
2023-04-21T23:32:16.043Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/261a56f63ea04cab952f5f3bd6b2e192/versions/latest/actions has http status code:200 and response headers:{x-envoy-upstream-service-time=[467], Server=[envoy], Content-Length=[0], Date=[Fri, 21 Apr 2023 23:32:15 GMT]}
2023-04-21T23:32:16.043Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||||DEBUG|500||Response was returned with an empty entity.
2023-04-21T23:32:16.043Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||||INFO|500||Successfully certified activitySpec VNFCheckInMaintFlagActivity
2023-04-21T23:32:16.044Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|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-04-21T23:32:16.101Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|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-04-21T23:32:16.102Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-04-21T23:32:16.104Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|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-04-21T23:32:16.457Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-04-21T23:32:16.458Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||||DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{Transfer-Encoding=[chunked], x-envoy-upstream-service-time=[350], Server=[envoy], Date=[Fri, 21 Apr 2023 23:32:15 GMT], Content-Type=[application/json]}
2023-04-21T23:32:16.458Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||||DEBUG|500||{"id":"0a5200bbf2a34288bf62f142101f425d","versionId":"572b69a3787746878b694265b7b7f481"}
2023-04-21T23:32:16.461Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||||INFO|500||Successfully created activitySpec VNFCheckClosedLoopDisabledFlagActivity
2023-04-21T23:32:16.504Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/0a5200bbf2a34288bf62f142101f425d/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-04-21T23:32:16.507Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0a5200bbf2a34288bf62f142101f425d/versions/latest/actions|INFO|500||Invoke
2023-04-21T23:32:16.509Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0a5200bbf2a34288bf62f142101f425d/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-04-21T23:32:16.995Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0a5200bbf2a34288bf62f142101f425d/versions/latest/actions|INFO|500||InvokeReturn
2023-04-21T23:32:16.997Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/0a5200bbf2a34288bf62f142101f425d/versions/latest/actions has http status code:200 and response headers:{x-envoy-upstream-service-time=[482], Server=[envoy], Content-Length=[0], Date=[Fri, 21 Apr 2023 23:32:16 GMT]}
2023-04-21T23:32:16.998Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||||DEBUG|500||Response was returned with an empty entity.
2023-04-21T23:32:16.999Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||||INFO|500||Successfully certified activitySpec VNFCheckClosedLoopDisabledFlagActivity
2023-04-21T23:32:16.999Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|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-04-21T23:32:17.053Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-04-21T23:32:17.054Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|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=[cfd9ca82-f43d-47d0-9bba-ff1662b98704], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[a74a2f73-16cb-4bef-a387-f83a1cee0c95], X-ECOMP-RequestID=[cfd9ca82-f43d-47d0-9bba-ff1662b98704], X-TransactionID=[cfd9ca82-f43d-47d0-9bba-ff1662b98704], X-ONAP-RequestID=[cfd9ca82-f43d-47d0-9bba-ff1662b98704], Content-Type=[application/json]}
2023-04-21T23:32:17.056Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|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-04-21T23:32:17.370Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{Transfer-Encoding=[chunked], x-envoy-upstream-service-time=[311], Server=[envoy], Date=[Fri, 21 Apr 2023 23:32:16 GMT], Content-Type=[application/json]}
2023-04-21T23:32:17.371Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"faf9614ac6834f8188350b0d099b6126","versionId":"29fcd7218f264dddab7967f732506cdd"}
2023-04-21T23:32:17.373Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-04-21T23:32:17.376Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||||INFO|500||Successfully created activitySpec VNFSetClosedLoopDisabledFlagActivity
2023-04-21T23:32:17.421Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/faf9614ac6834f8188350b0d099b6126/versions/latest/actions|INFO|500||Invoke
2023-04-21T23:32:17.421Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/faf9614ac6834f8188350b0d099b6126/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/faf9614ac6834f8188350b0d099b6126/versions/latest/actions with request headers:{X-RequestID=[cfd9ca82-f43d-47d0-9bba-ff1662b98704], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[25717fb5-dc55-46c9-845e-bffe3e7ab74e], X-ECOMP-RequestID=[cfd9ca82-f43d-47d0-9bba-ff1662b98704], X-TransactionID=[cfd9ca82-f43d-47d0-9bba-ff1662b98704], X-ONAP-RequestID=[cfd9ca82-f43d-47d0-9bba-ff1662b98704], Content-Type=[application/json]}
2023-04-21T23:32:17.422Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/faf9614ac6834f8188350b0d099b6126/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-04-21T23:32:17.908Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/faf9614ac6834f8188350b0d099b6126/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/faf9614ac6834f8188350b0d099b6126/versions/latest/actions has http status code:200 and response headers:{x-envoy-upstream-service-time=[483], Server=[envoy], Content-Length=[0], Date=[Fri, 21 Apr 2023 23:32:17 GMT]}
2023-04-21T23:32:17.909Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/faf9614ac6834f8188350b0d099b6126/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-04-21T23:32:17.910Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/faf9614ac6834f8188350b0d099b6126/versions/latest/actions|INFO|500||InvokeReturn
2023-04-21T23:32:17.910Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||||INFO|500||Successfully certified activitySpec VNFSetClosedLoopDisabledFlagActivity
2023-04-21T23:32:17.910Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|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-04-21T23:32:17.964Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|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-04-21T23:32:17.965Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-04-21T23:32:17.967Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|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-04-21T23:32:18.359Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-04-21T23:32:18.360Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||||DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{Transfer-Encoding=[chunked], x-envoy-upstream-service-time=[389], Server=[envoy], Date=[Fri, 21 Apr 2023 23:32:17 GMT], Content-Type=[application/json]}
2023-04-21T23:32:18.361Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||||DEBUG|500||{"id":"965c38d3457b4054a80335aff19591cf","versionId":"ff5d63ca07924983ab3222cc864bac97"}
2023-04-21T23:32:18.363Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||||INFO|500||Successfully created activitySpec VNFUnsetClosedLoopDisabledFlagActivity
2023-04-21T23:32:18.399Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/965c38d3457b4054a80335aff19591cf/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-04-21T23:32:18.400Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/965c38d3457b4054a80335aff19591cf/versions/latest/actions|INFO|500||Invoke
2023-04-21T23:32:18.402Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/965c38d3457b4054a80335aff19591cf/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-04-21T23:32:18.827Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/965c38d3457b4054a80335aff19591cf/versions/latest/actions|INFO|500||InvokeReturn
2023-04-21T23:32:18.828Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/965c38d3457b4054a80335aff19591cf/versions/latest/actions has http status code:200 and response headers:{x-envoy-upstream-service-time=[421], Server=[envoy], Content-Length=[0], Date=[Fri, 21 Apr 2023 23:32:18 GMT]}
2023-04-21T23:32:18.828Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||||DEBUG|500||Response was returned with an empty entity.
2023-04-21T23:32:18.828Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||||INFO|500||Successfully certified activitySpec VNFUnsetClosedLoopDisabledFlagActivity
2023-04-21T23:32:18.829Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|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-04-21T23:32:18.879Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-04-21T23:32:18.880Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|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=[cfd9ca82-f43d-47d0-9bba-ff1662b98704], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[b377303b-809a-44b0-9cfb-0fc7e743605f], X-ECOMP-RequestID=[cfd9ca82-f43d-47d0-9bba-ff1662b98704], X-TransactionID=[cfd9ca82-f43d-47d0-9bba-ff1662b98704], X-ONAP-RequestID=[cfd9ca82-f43d-47d0-9bba-ff1662b98704], Content-Type=[application/json]}
2023-04-21T23:32:18.881Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|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-04-21T23:32:19.219Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{Transfer-Encoding=[chunked], x-envoy-upstream-service-time=[335], Server=[envoy], Date=[Fri, 21 Apr 2023 23:32:18 GMT], Content-Type=[application/json]}
2023-04-21T23:32:19.220Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"9f2664ba74374ff69499b550a8d91e0e","versionId":"9dd2358dd50e4ce5a3e17813f0471125"}
2023-04-21T23:32:19.221Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-04-21T23:32:19.223Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||||INFO|500||Successfully created activitySpec VNFLockActivity
2023-04-21T23:32:19.260Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/9f2664ba74374ff69499b550a8d91e0e/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-04-21T23:32:19.261Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/9f2664ba74374ff69499b550a8d91e0e/versions/latest/actions|INFO|500||Invoke
2023-04-21T23:32:19.262Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/9f2664ba74374ff69499b550a8d91e0e/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-04-21T23:32:19.822Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/9f2664ba74374ff69499b550a8d91e0e/versions/latest/actions|INFO|500||InvokeReturn
2023-04-21T23:32:19.825Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/9f2664ba74374ff69499b550a8d91e0e/versions/latest/actions has http status code:200 and response headers:{x-envoy-upstream-service-time=[552], Server=[envoy], Content-Length=[0], Date=[Fri, 21 Apr 2023 23:32:18 GMT]}
2023-04-21T23:32:19.826Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||||DEBUG|500||Response was returned with an empty entity.
2023-04-21T23:32:19.826Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||||INFO|500||Successfully certified activitySpec VNFLockActivity
2023-04-21T23:32:19.827Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|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-04-21T23:32:19.882Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-04-21T23:32:19.883Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|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=[cfd9ca82-f43d-47d0-9bba-ff1662b98704], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[88078a23-0c68-476a-840d-954526d829b4], X-ECOMP-RequestID=[cfd9ca82-f43d-47d0-9bba-ff1662b98704], X-TransactionID=[cfd9ca82-f43d-47d0-9bba-ff1662b98704], X-ONAP-RequestID=[cfd9ca82-f43d-47d0-9bba-ff1662b98704], Content-Type=[application/json]}
2023-04-21T23:32:19.884Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|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-04-21T23:32:20.098Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{Transfer-Encoding=[chunked], x-envoy-upstream-service-time=[209], Server=[envoy], Date=[Fri, 21 Apr 2023 23:32:19 GMT], Content-Type=[application/json]}
2023-04-21T23:32:20.099Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"ffe90935e5474eb8bede1f61d4adf5e8","versionId":"fb832cce362b42f0aee0f045bacf7a83"}
2023-04-21T23:32:20.100Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-04-21T23:32:20.103Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||||INFO|500||Successfully created activitySpec VNFUnlockActivity
2023-04-21T23:32:20.173Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/ffe90935e5474eb8bede1f61d4adf5e8/versions/latest/actions|INFO|500||Invoke
2023-04-21T23:32:20.174Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/ffe90935e5474eb8bede1f61d4adf5e8/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/ffe90935e5474eb8bede1f61d4adf5e8/versions/latest/actions with request headers:{X-RequestID=[cfd9ca82-f43d-47d0-9bba-ff1662b98704], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[2f0a9a90-2f7b-46a5-8163-69085d167756], X-ECOMP-RequestID=[cfd9ca82-f43d-47d0-9bba-ff1662b98704], X-TransactionID=[cfd9ca82-f43d-47d0-9bba-ff1662b98704], X-ONAP-RequestID=[cfd9ca82-f43d-47d0-9bba-ff1662b98704], Content-Type=[application/json]}
2023-04-21T23:32:20.176Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/ffe90935e5474eb8bede1f61d4adf5e8/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-04-21T23:32:20.623Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/ffe90935e5474eb8bede1f61d4adf5e8/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/ffe90935e5474eb8bede1f61d4adf5e8/versions/latest/actions has http status code:200 and response headers:{x-envoy-upstream-service-time=[445], Server=[envoy], Content-Length=[0], Date=[Fri, 21 Apr 2023 23:32:19 GMT]}
2023-04-21T23:32:20.624Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/ffe90935e5474eb8bede1f61d4adf5e8/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-04-21T23:32:20.626Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/ffe90935e5474eb8bede1f61d4adf5e8/versions/latest/actions|INFO|500||InvokeReturn
2023-04-21T23:32:20.626Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||||INFO|500||Successfully certified activitySpec VNFUnlockActivity
2023-04-21T23:32:20.626Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|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-04-21T23:32:20.674Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|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-04-21T23:32:20.675Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-04-21T23:32:20.677Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|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-04-21T23:32:21.123Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-04-21T23:32:21.124Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||||DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{Transfer-Encoding=[chunked], x-envoy-upstream-service-time=[441], Server=[envoy], Date=[Fri, 21 Apr 2023 23:32:20 GMT], Content-Type=[application/json]}
2023-04-21T23:32:21.125Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||||DEBUG|500||{"id":"3d52448c5fc4469eaedcbb050b52c4d5","versionId":"01f97cd9ee5142a1aab9a52171544b2d"}
2023-04-21T23:32:21.127Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||||INFO|500||Successfully created activitySpec VNFStopActivity
2023-04-21T23:32:21.160Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/3d52448c5fc4469eaedcbb050b52c4d5/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-04-21T23:32:21.161Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/3d52448c5fc4469eaedcbb050b52c4d5/versions/latest/actions|INFO|500||Invoke
2023-04-21T23:32:21.162Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/3d52448c5fc4469eaedcbb050b52c4d5/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-04-21T23:32:21.618Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/3d52448c5fc4469eaedcbb050b52c4d5/versions/latest/actions|INFO|500||InvokeReturn
2023-04-21T23:32:21.619Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/3d52448c5fc4469eaedcbb050b52c4d5/versions/latest/actions has http status code:200 and response headers:{x-envoy-upstream-service-time=[452], Server=[envoy], Content-Length=[0], Date=[Fri, 21 Apr 2023 23:32:20 GMT]}
2023-04-21T23:32:21.619Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||||DEBUG|500||Response was returned with an empty entity.
2023-04-21T23:32:21.619Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||||INFO|500||Successfully certified activitySpec VNFStopActivity
2023-04-21T23:32:21.620Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|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-04-21T23:32:21.667Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|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-04-21T23:32:21.669Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-04-21T23:32:21.670Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|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-04-21T23:32:21.964Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-04-21T23:32:21.964Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||||DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{Transfer-Encoding=[chunked], x-envoy-upstream-service-time=[288], Server=[envoy], Date=[Fri, 21 Apr 2023 23:32:21 GMT], Content-Type=[application/json]}
2023-04-21T23:32:21.965Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||||DEBUG|500||{"id":"03b16063ddb44495aec89eed65d2f349","versionId":"b472db4541dd4bf7ae53c7332d484219"}
2023-04-21T23:32:21.970Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||||INFO|500||Successfully created activitySpec VNFStartActivity
2023-04-21T23:32:22.033Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/03b16063ddb44495aec89eed65d2f349/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-04-21T23:32:22.036Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/03b16063ddb44495aec89eed65d2f349/versions/latest/actions|INFO|500||Invoke
2023-04-21T23:32:22.037Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/03b16063ddb44495aec89eed65d2f349/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-04-21T23:32:22.461Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/03b16063ddb44495aec89eed65d2f349/versions/latest/actions|INFO|500||InvokeReturn
2023-04-21T23:32:22.462Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/03b16063ddb44495aec89eed65d2f349/versions/latest/actions has http status code:200 and response headers:{x-envoy-upstream-service-time=[420], Server=[envoy], Content-Length=[0], Date=[Fri, 21 Apr 2023 23:32:21 GMT]}
2023-04-21T23:32:22.462Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||||DEBUG|500||Response was returned with an empty entity.
2023-04-21T23:32:22.462Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||||INFO|500||Successfully certified activitySpec VNFStartActivity
2023-04-21T23:32:22.463Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|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-04-21T23:32:22.511Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-04-21T23:32:22.511Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|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=[cfd9ca82-f43d-47d0-9bba-ff1662b98704], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[b2b78d94-9737-4c35-8b3f-bcca2ae75e06], X-ECOMP-RequestID=[cfd9ca82-f43d-47d0-9bba-ff1662b98704], X-TransactionID=[cfd9ca82-f43d-47d0-9bba-ff1662b98704], X-ONAP-RequestID=[cfd9ca82-f43d-47d0-9bba-ff1662b98704], Content-Type=[application/json]}
2023-04-21T23:32:22.512Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|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-04-21T23:32:22.792Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{Transfer-Encoding=[chunked], x-envoy-upstream-service-time=[276], Server=[envoy], Date=[Fri, 21 Apr 2023 23:32:22 GMT], Content-Type=[application/json]}
2023-04-21T23:32:22.793Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"f848c7f239be47e890f5c07b5e9fbc1c","versionId":"4dceae82550a4872b6529ce342e46591"}
2023-04-21T23:32:22.794Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-04-21T23:32:22.797Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||||INFO|500||Successfully created activitySpec VNFSnapShotActivity
2023-04-21T23:32:22.828Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/f848c7f239be47e890f5c07b5e9fbc1c/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-04-21T23:32:22.829Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/f848c7f239be47e890f5c07b5e9fbc1c/versions/latest/actions|INFO|500||Invoke
2023-04-21T23:32:22.830Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/f848c7f239be47e890f5c07b5e9fbc1c/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-04-21T23:32:23.654Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/f848c7f239be47e890f5c07b5e9fbc1c/versions/latest/actions|INFO|500||InvokeReturn
2023-04-21T23:32:23.654Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/f848c7f239be47e890f5c07b5e9fbc1c/versions/latest/actions has http status code:200 and response headers:{x-envoy-upstream-service-time=[820], Server=[envoy], Content-Length=[0], Date=[Fri, 21 Apr 2023 23:32:22 GMT]}
2023-04-21T23:32:23.655Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||||DEBUG|500||Response was returned with an empty entity.
2023-04-21T23:32:23.655Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||||INFO|500||Successfully certified activitySpec VNFSnapShotActivity
2023-04-21T23:32:23.655Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|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-04-21T23:32:23.704Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|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-04-21T23:32:23.705Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-04-21T23:32:23.707Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|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-04-21T23:32:24.187Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-04-21T23:32:24.187Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||||DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{Transfer-Encoding=[chunked], x-envoy-upstream-service-time=[476], Server=[envoy], Date=[Fri, 21 Apr 2023 23:32:23 GMT], Content-Type=[application/json]}
2023-04-21T23:32:24.189Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||||DEBUG|500||{"id":"1a55713119054505a694e69c976f2ffd","versionId":"71513c8ba36d4efea92f332f6cfe0418"}
2023-04-21T23:32:24.191Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||||INFO|500||Successfully created activitySpec FlowCompleteActivity
2023-04-21T23:32:24.222Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/1a55713119054505a694e69c976f2ffd/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-04-21T23:32:24.223Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/1a55713119054505a694e69c976f2ffd/versions/latest/actions|INFO|500||Invoke
2023-04-21T23:32:24.224Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/1a55713119054505a694e69c976f2ffd/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-04-21T23:32:24.955Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/1a55713119054505a694e69c976f2ffd/versions/latest/actions|INFO|500||InvokeReturn
2023-04-21T23:32:24.956Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/1a55713119054505a694e69c976f2ffd/versions/latest/actions has http status code:200 and response headers:{x-envoy-upstream-service-time=[727], Server=[envoy], Content-Length=[0], Date=[Fri, 21 Apr 2023 23:32:23 GMT]}
2023-04-21T23:32:24.956Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||||DEBUG|500||Response was returned with an empty entity.
2023-04-21T23:32:24.957Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||||INFO|500||Successfully certified activitySpec FlowCompleteActivity
2023-04-21T23:32:24.957Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|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-04-21T23:32:25.014Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|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-04-21T23:32:25.015Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-04-21T23:32:25.016Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|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-04-21T23:32:25.339Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-04-21T23:32:25.340Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||||DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{Transfer-Encoding=[chunked], x-envoy-upstream-service-time=[318], Server=[envoy], Date=[Fri, 21 Apr 2023 23:32:24 GMT], Content-Type=[application/json]}
2023-04-21T23:32:25.341Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||||DEBUG|500||{"id":"a70b630b50fb4b75a6e3281d20e3bfd6","versionId":"2057301396b54841ad57cf01bc765610"}
2023-04-21T23:32:25.345Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||||INFO|500||Successfully created activitySpec PauseForManualTaskActivity
2023-04-21T23:32:25.385Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/a70b630b50fb4b75a6e3281d20e3bfd6/versions/latest/actions|INFO|500||Invoke
2023-04-21T23:32:25.386Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/a70b630b50fb4b75a6e3281d20e3bfd6/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/a70b630b50fb4b75a6e3281d20e3bfd6/versions/latest/actions with request headers:{X-RequestID=[cfd9ca82-f43d-47d0-9bba-ff1662b98704], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[461b3821-2472-4904-9e7f-25151d698510], X-ECOMP-RequestID=[cfd9ca82-f43d-47d0-9bba-ff1662b98704], X-TransactionID=[cfd9ca82-f43d-47d0-9bba-ff1662b98704], X-ONAP-RequestID=[cfd9ca82-f43d-47d0-9bba-ff1662b98704], Content-Type=[application/json]}
2023-04-21T23:32:25.484Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/a70b630b50fb4b75a6e3281d20e3bfd6/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-04-21T23:32:25.874Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/a70b630b50fb4b75a6e3281d20e3bfd6/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/a70b630b50fb4b75a6e3281d20e3bfd6/versions/latest/actions has http status code:200 and response headers:{x-envoy-upstream-service-time=[380], Server=[envoy], Content-Length=[0], Date=[Fri, 21 Apr 2023 23:32:25 GMT]}
2023-04-21T23:32:25.875Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/a70b630b50fb4b75a6e3281d20e3bfd6/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-04-21T23:32:25.875Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/a70b630b50fb4b75a6e3281d20e3bfd6/versions/latest/actions|INFO|500||InvokeReturn
2023-04-21T23:32:25.876Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||||INFO|500||Successfully certified activitySpec PauseForManualTaskActivity
2023-04-21T23:32:25.876Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|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-04-21T23:32:25.918Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-04-21T23:32:25.919Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|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=[cfd9ca82-f43d-47d0-9bba-ff1662b98704], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[cd87869e-592f-40bd-b0c6-5e040ae40447], X-ECOMP-RequestID=[cfd9ca82-f43d-47d0-9bba-ff1662b98704], X-TransactionID=[cfd9ca82-f43d-47d0-9bba-ff1662b98704], X-ONAP-RequestID=[cfd9ca82-f43d-47d0-9bba-ff1662b98704], Content-Type=[application/json]}
2023-04-21T23:32:25.920Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|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-04-21T23:32:26.354Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{Transfer-Encoding=[chunked], x-envoy-upstream-service-time=[430], Server=[envoy], Date=[Fri, 21 Apr 2023 23:32:25 GMT], Content-Type=[application/json]}
2023-04-21T23:32:26.355Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"8f81f9f6b54742829176f3f7bb7fbd41","versionId":"e84c62e7149147cb81a3e9237576014b"}
2023-04-21T23:32:26.356Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-04-21T23:32:26.358Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||||INFO|500||Successfully created activitySpec DistributeTrafficActivity
2023-04-21T23:32:26.390Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/8f81f9f6b54742829176f3f7bb7fbd41/versions/latest/actions|INFO|500||Invoke
2023-04-21T23:32:26.391Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/8f81f9f6b54742829176f3f7bb7fbd41/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/8f81f9f6b54742829176f3f7bb7fbd41/versions/latest/actions with request headers:{X-RequestID=[cfd9ca82-f43d-47d0-9bba-ff1662b98704], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[53b376b5-8ddd-47f6-87c6-33bf3ff5a8e5], X-ECOMP-RequestID=[cfd9ca82-f43d-47d0-9bba-ff1662b98704], X-TransactionID=[cfd9ca82-f43d-47d0-9bba-ff1662b98704], X-ONAP-RequestID=[cfd9ca82-f43d-47d0-9bba-ff1662b98704], Content-Type=[application/json]}
2023-04-21T23:32:26.392Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/8f81f9f6b54742829176f3f7bb7fbd41/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-04-21T23:32:27.150Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/8f81f9f6b54742829176f3f7bb7fbd41/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/8f81f9f6b54742829176f3f7bb7fbd41/versions/latest/actions has http status code:200 and response headers:{x-envoy-upstream-service-time=[755], Server=[envoy], Content-Length=[0], Date=[Fri, 21 Apr 2023 23:32:26 GMT]}
2023-04-21T23:32:27.151Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/8f81f9f6b54742829176f3f7bb7fbd41/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-04-21T23:32:27.151Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/8f81f9f6b54742829176f3f7bb7fbd41/versions/latest/actions|INFO|500||InvokeReturn
2023-04-21T23:32:27.152Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||||INFO|500||Successfully certified activitySpec DistributeTrafficActivity
2023-04-21T23:32:27.152Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|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-04-21T23:32:27.200Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|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-04-21T23:32:27.201Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-04-21T23:32:27.202Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|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-04-21T23:32:27.481Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-04-21T23:32:27.485Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||||DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{Transfer-Encoding=[chunked], x-envoy-upstream-service-time=[270], Server=[envoy], Date=[Fri, 21 Apr 2023 23:32:26 GMT], Content-Type=[application/json]}
2023-04-21T23:32:27.485Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||||DEBUG|500||{"id":"76d0499cbc0a421a84e29fa706861bc1","versionId":"a8198a03c4624442bbd9ac441538a3bc"}
2023-04-21T23:32:27.489Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||||INFO|500||Successfully created activitySpec DistributeTrafficCheckActivity
2023-04-21T23:32:27.525Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/76d0499cbc0a421a84e29fa706861bc1/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-04-21T23:32:27.527Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/76d0499cbc0a421a84e29fa706861bc1/versions/latest/actions|INFO|500||Invoke
2023-04-21T23:32:27.528Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/76d0499cbc0a421a84e29fa706861bc1/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-04-21T23:32:27.913Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/76d0499cbc0a421a84e29fa706861bc1/versions/latest/actions|INFO|500||InvokeReturn
2023-04-21T23:32:27.914Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/76d0499cbc0a421a84e29fa706861bc1/versions/latest/actions has http status code:200 and response headers:{x-envoy-upstream-service-time=[379], Server=[envoy], Content-Length=[0], Date=[Fri, 21 Apr 2023 23:32:27 GMT]}
2023-04-21T23:32:27.915Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||||DEBUG|500||Response was returned with an empty entity.
2023-04-21T23:32:27.915Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||||INFO|500||Successfully certified activitySpec DistributeTrafficCheckActivity
2023-04-21T23:32:27.915Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|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-04-21T23:32:27.963Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-04-21T23:32:27.964Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|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=[cfd9ca82-f43d-47d0-9bba-ff1662b98704], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[bb090ebe-217c-4197-a628-b49929bb6653], X-ECOMP-RequestID=[cfd9ca82-f43d-47d0-9bba-ff1662b98704], X-TransactionID=[cfd9ca82-f43d-47d0-9bba-ff1662b98704], X-ONAP-RequestID=[cfd9ca82-f43d-47d0-9bba-ff1662b98704], Content-Type=[application/json]}
2023-04-21T23:32:27.965Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|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-04-21T23:32:28.287Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{Transfer-Encoding=[chunked], x-envoy-upstream-service-time=[319], Server=[envoy], Date=[Fri, 21 Apr 2023 23:32:27 GMT], Content-Type=[application/json]}
2023-04-21T23:32:28.290Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"5b93c764a6bd47e0a741c25154677468","versionId":"1bb0e46bfbb549038cde196b8f84602e"}
2023-04-21T23:32:28.291Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-04-21T23:32:28.296Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||||INFO|500||Successfully created activitySpec VNFHealthCheckActivity
2023-04-21T23:32:28.333Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/5b93c764a6bd47e0a741c25154677468/versions/latest/actions|INFO|500||Invoke
2023-04-21T23:32:28.334Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/5b93c764a6bd47e0a741c25154677468/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/5b93c764a6bd47e0a741c25154677468/versions/latest/actions with request headers:{X-RequestID=[cfd9ca82-f43d-47d0-9bba-ff1662b98704], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[2704b002-d8f1-4f5e-8b35-6b8935f45ee4], X-ECOMP-RequestID=[cfd9ca82-f43d-47d0-9bba-ff1662b98704], X-TransactionID=[cfd9ca82-f43d-47d0-9bba-ff1662b98704], X-ONAP-RequestID=[cfd9ca82-f43d-47d0-9bba-ff1662b98704], Content-Type=[application/json]}
2023-04-21T23:32:28.335Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/5b93c764a6bd47e0a741c25154677468/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-04-21T23:32:28.867Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/5b93c764a6bd47e0a741c25154677468/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/5b93c764a6bd47e0a741c25154677468/versions/latest/actions has http status code:200 and response headers:{x-envoy-upstream-service-time=[528], Server=[envoy], Content-Length=[0], Date=[Fri, 21 Apr 2023 23:32:27 GMT]}
2023-04-21T23:32:28.867Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/5b93c764a6bd47e0a741c25154677468/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-04-21T23:32:28.868Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/5b93c764a6bd47e0a741c25154677468/versions/latest/actions|INFO|500||InvokeReturn
2023-04-21T23:32:28.869Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||||INFO|500||Successfully certified activitySpec VNFHealthCheckActivity
2023-04-21T23:32:28.869Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|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-04-21T23:32:28.919Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|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-04-21T23:32:28.920Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-04-21T23:32:28.921Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|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-04-21T23:32:29.164Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-04-21T23:32:29.165Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||||DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{Transfer-Encoding=[chunked], x-envoy-upstream-service-time=[240], Server=[envoy], Date=[Fri, 21 Apr 2023 23:32:28 GMT], Content-Type=[application/json]}
2023-04-21T23:32:29.166Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||||DEBUG|500||{"id":"2cbc693937be45ae801b75d19a20b1d4","versionId":"83c9d212410f402880e7cbee126f9a42"}
2023-04-21T23:32:29.168Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||||INFO|500||Successfully created activitySpec VNFQuiesceTrafficActivity
2023-04-21T23:32:29.198Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/2cbc693937be45ae801b75d19a20b1d4/versions/latest/actions|INFO|500||Invoke
2023-04-21T23:32:29.199Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/2cbc693937be45ae801b75d19a20b1d4/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/2cbc693937be45ae801b75d19a20b1d4/versions/latest/actions with request headers:{X-RequestID=[cfd9ca82-f43d-47d0-9bba-ff1662b98704], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[c9ae934d-9052-4252-932a-1896f12a79a7], X-ECOMP-RequestID=[cfd9ca82-f43d-47d0-9bba-ff1662b98704], X-TransactionID=[cfd9ca82-f43d-47d0-9bba-ff1662b98704], X-ONAP-RequestID=[cfd9ca82-f43d-47d0-9bba-ff1662b98704], Content-Type=[application/json]}
2023-04-21T23:32:29.200Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/2cbc693937be45ae801b75d19a20b1d4/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-04-21T23:32:29.679Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/2cbc693937be45ae801b75d19a20b1d4/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/2cbc693937be45ae801b75d19a20b1d4/versions/latest/actions has http status code:200 and response headers:{x-envoy-upstream-service-time=[473], Server=[envoy], Content-Length=[0], Date=[Fri, 21 Apr 2023 23:32:28 GMT]}
2023-04-21T23:32:29.680Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/2cbc693937be45ae801b75d19a20b1d4/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-04-21T23:32:29.680Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/2cbc693937be45ae801b75d19a20b1d4/versions/latest/actions|INFO|500||InvokeReturn
2023-04-21T23:32:29.681Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||||INFO|500||Successfully certified activitySpec VNFQuiesceTrafficActivity
2023-04-21T23:32:29.681Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|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-04-21T23:32:29.723Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-04-21T23:32:29.724Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|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=[cfd9ca82-f43d-47d0-9bba-ff1662b98704], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[71d65dcf-f641-4057-a0f8-23cdb5a01bb9], X-ECOMP-RequestID=[cfd9ca82-f43d-47d0-9bba-ff1662b98704], X-TransactionID=[cfd9ca82-f43d-47d0-9bba-ff1662b98704], X-ONAP-RequestID=[cfd9ca82-f43d-47d0-9bba-ff1662b98704], Content-Type=[application/json]}
2023-04-21T23:32:29.725Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|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-04-21T23:32:29.975Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{Transfer-Encoding=[chunked], x-envoy-upstream-service-time=[247], Server=[envoy], Date=[Fri, 21 Apr 2023 23:32:29 GMT], Content-Type=[application/json]}
2023-04-21T23:32:29.977Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"44d4bc7bc52b418698d015b222531973","versionId":"9eda77af7559421791366125af1bbf70"}
2023-04-21T23:32:29.977Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-04-21T23:32:29.980Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||||INFO|500||Successfully created activitySpec VNFResumeTrafficActivity
2023-04-21T23:32:30.013Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/44d4bc7bc52b418698d015b222531973/versions/latest/actions|INFO|500||Invoke
2023-04-21T23:32:30.014Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/44d4bc7bc52b418698d015b222531973/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/44d4bc7bc52b418698d015b222531973/versions/latest/actions with request headers:{X-RequestID=[cfd9ca82-f43d-47d0-9bba-ff1662b98704], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[a2f6a5c0-9d59-4f99-a75f-6ab9f3341e4f], X-ECOMP-RequestID=[cfd9ca82-f43d-47d0-9bba-ff1662b98704], X-TransactionID=[cfd9ca82-f43d-47d0-9bba-ff1662b98704], X-ONAP-RequestID=[cfd9ca82-f43d-47d0-9bba-ff1662b98704], Content-Type=[application/json]}
2023-04-21T23:32:30.016Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/44d4bc7bc52b418698d015b222531973/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-04-21T23:32:30.451Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/44d4bc7bc52b418698d015b222531973/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/44d4bc7bc52b418698d015b222531973/versions/latest/actions has http status code:200 and response headers:{x-envoy-upstream-service-time=[428], Server=[envoy], Content-Length=[0], Date=[Fri, 21 Apr 2023 23:32:29 GMT]}
2023-04-21T23:32:30.452Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/44d4bc7bc52b418698d015b222531973/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-04-21T23:32:30.453Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/44d4bc7bc52b418698d015b222531973/versions/latest/actions|INFO|500||InvokeReturn
2023-04-21T23:32:30.453Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||||INFO|500||Successfully certified activitySpec VNFResumeTrafficActivity
2023-04-21T23:32:30.455Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|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-04-21T23:32:30.551Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-04-21T23:32:30.552Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|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=[cfd9ca82-f43d-47d0-9bba-ff1662b98704], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[c81aaaa2-15ae-40c2-93c9-2d599ba44a16], X-ECOMP-RequestID=[cfd9ca82-f43d-47d0-9bba-ff1662b98704], X-TransactionID=[cfd9ca82-f43d-47d0-9bba-ff1662b98704], X-ONAP-RequestID=[cfd9ca82-f43d-47d0-9bba-ff1662b98704], Content-Type=[application/json]}
2023-04-21T23:32:30.554Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|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-04-21T23:32:30.831Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{Transfer-Encoding=[chunked], x-envoy-upstream-service-time=[274], Server=[envoy], Date=[Fri, 21 Apr 2023 23:32:30 GMT], Content-Type=[application/json]}
2023-04-21T23:32:30.832Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"f6259bce1f9549fd88e00ee36bf4626f","versionId":"c15b80fb0e654b968e7acb8a9bed060e"}
2023-04-21T23:32:30.834Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-04-21T23:32:30.841Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||||INFO|500||Successfully created activitySpec VNFUnsetInMaintFlagActivity
2023-04-21T23:32:30.885Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/f6259bce1f9549fd88e00ee36bf4626f/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-04-21T23:32:30.887Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/f6259bce1f9549fd88e00ee36bf4626f/versions/latest/actions|INFO|500||Invoke
2023-04-21T23:32:30.888Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/f6259bce1f9549fd88e00ee36bf4626f/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-04-21T23:32:31.346Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/f6259bce1f9549fd88e00ee36bf4626f/versions/latest/actions|INFO|500||InvokeReturn
2023-04-21T23:32:31.347Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/f6259bce1f9549fd88e00ee36bf4626f/versions/latest/actions has http status code:200 and response headers:{x-envoy-upstream-service-time=[455], Server=[envoy], Content-Length=[0], Date=[Fri, 21 Apr 2023 23:32:30 GMT]}
2023-04-21T23:32:31.348Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||||DEBUG|500||Response was returned with an empty entity.
2023-04-21T23:32:31.348Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||||INFO|500||Successfully certified activitySpec VNFUnsetInMaintFlagActivity
2023-04-21T23:32:31.349Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|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-04-21T23:32:31.393Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|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-04-21T23:32:31.394Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-04-21T23:32:31.395Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|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-04-21T23:32:31.659Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-04-21T23:32:31.661Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||||DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{Transfer-Encoding=[chunked], x-envoy-upstream-service-time=[261], Server=[envoy], Date=[Fri, 21 Apr 2023 23:32:31 GMT], Content-Type=[application/json]}
2023-04-21T23:32:31.662Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||||DEBUG|500||{"id":"b6589c8c94544e16835e2e9eb3140b69","versionId":"32f9bf325b054f2ab97e1bd4c960cd4e"}
2023-04-21T23:32:31.666Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||||INFO|500||Successfully created activitySpec VNFUpgradeBackupActivity
2023-04-21T23:32:31.710Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b6589c8c94544e16835e2e9eb3140b69/versions/latest/actions|INFO|500||Invoke
2023-04-21T23:32:31.712Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b6589c8c94544e16835e2e9eb3140b69/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/b6589c8c94544e16835e2e9eb3140b69/versions/latest/actions with request headers:{X-RequestID=[cfd9ca82-f43d-47d0-9bba-ff1662b98704], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[4fccdc28-63b8-4fda-9aac-4b066eba2936], X-ECOMP-RequestID=[cfd9ca82-f43d-47d0-9bba-ff1662b98704], X-TransactionID=[cfd9ca82-f43d-47d0-9bba-ff1662b98704], X-ONAP-RequestID=[cfd9ca82-f43d-47d0-9bba-ff1662b98704], Content-Type=[application/json]}
2023-04-21T23:32:31.713Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b6589c8c94544e16835e2e9eb3140b69/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-04-21T23:32:32.143Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b6589c8c94544e16835e2e9eb3140b69/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/b6589c8c94544e16835e2e9eb3140b69/versions/latest/actions has http status code:200 and response headers:{x-envoy-upstream-service-time=[427], Server=[envoy], Content-Length=[0], Date=[Fri, 21 Apr 2023 23:32:31 GMT]}
2023-04-21T23:32:32.144Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b6589c8c94544e16835e2e9eb3140b69/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-04-21T23:32:32.146Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b6589c8c94544e16835e2e9eb3140b69/versions/latest/actions|INFO|500||InvokeReturn
2023-04-21T23:32:32.146Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||||INFO|500||Successfully certified activitySpec VNFUpgradeBackupActivity
2023-04-21T23:32:32.147Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|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-04-21T23:32:32.184Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|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-04-21T23:32:32.186Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-04-21T23:32:32.187Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|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-04-21T23:32:32.453Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-04-21T23:32:32.455Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||||DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{Transfer-Encoding=[chunked], x-envoy-upstream-service-time=[263], Server=[envoy], Date=[Fri, 21 Apr 2023 23:32:31 GMT], Content-Type=[application/json]}
2023-04-21T23:32:32.456Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||||DEBUG|500||{"id":"c584d00def624db5942a2a84e98df2ae","versionId":"e9d6dac8535744f1afb54b0c6c7a75c6"}
2023-04-21T23:32:32.458Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||||INFO|500||Successfully created activitySpec VNFUpgradePostCheckActivity
2023-04-21T23:32:32.488Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/c584d00def624db5942a2a84e98df2ae/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-04-21T23:32:32.490Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/c584d00def624db5942a2a84e98df2ae/versions/latest/actions|INFO|500||Invoke
2023-04-21T23:32:32.491Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/c584d00def624db5942a2a84e98df2ae/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-04-21T23:32:32.918Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/c584d00def624db5942a2a84e98df2ae/versions/latest/actions|INFO|500||InvokeReturn
2023-04-21T23:32:32.919Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/c584d00def624db5942a2a84e98df2ae/versions/latest/actions has http status code:200 and response headers:{x-envoy-upstream-service-time=[424], Server=[envoy], Content-Length=[0], Date=[Fri, 21 Apr 2023 23:32:32 GMT]}
2023-04-21T23:32:32.920Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||||DEBUG|500||Response was returned with an empty entity.
2023-04-21T23:32:32.920Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||||INFO|500||Successfully certified activitySpec VNFUpgradePostCheckActivity
2023-04-21T23:32:32.920Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|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-04-21T23:32:32.960Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-04-21T23:32:32.961Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|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=[cfd9ca82-f43d-47d0-9bba-ff1662b98704], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[8f9a09f9-8cf7-45e0-a084-ae4f7d7787ac], X-ECOMP-RequestID=[cfd9ca82-f43d-47d0-9bba-ff1662b98704], X-TransactionID=[cfd9ca82-f43d-47d0-9bba-ff1662b98704], X-ONAP-RequestID=[cfd9ca82-f43d-47d0-9bba-ff1662b98704], Content-Type=[application/json]}
2023-04-21T23:32:32.963Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|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-04-21T23:32:33.225Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{Transfer-Encoding=[chunked], x-envoy-upstream-service-time=[251], Server=[envoy], Date=[Fri, 21 Apr 2023 23:32:32 GMT], Content-Type=[application/json]}
2023-04-21T23:32:33.230Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"19544e619cca46adbc2603dba201cd1e","versionId":"2378c87a07784e589553af41417e358d"}
2023-04-21T23:32:33.231Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-04-21T23:32:33.235Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||||INFO|500||Successfully created activitySpec VNFUpgradePreCheckActivity
2023-04-21T23:32:33.283Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/19544e619cca46adbc2603dba201cd1e/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-04-21T23:32:33.284Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/19544e619cca46adbc2603dba201cd1e/versions/latest/actions|INFO|500||Invoke
2023-04-21T23:32:33.286Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/19544e619cca46adbc2603dba201cd1e/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-04-21T23:32:33.699Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/19544e619cca46adbc2603dba201cd1e/versions/latest/actions|INFO|500||InvokeReturn
2023-04-21T23:32:33.700Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/19544e619cca46adbc2603dba201cd1e/versions/latest/actions has http status code:200 and response headers:{x-envoy-upstream-service-time=[410], Server=[envoy], Content-Length=[0], Date=[Fri, 21 Apr 2023 23:32:32 GMT]}
2023-04-21T23:32:33.700Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||||DEBUG|500||Response was returned with an empty entity.
2023-04-21T23:32:33.701Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||||INFO|500||Successfully certified activitySpec VNFUpgradePreCheckActivity
2023-04-21T23:32:33.701Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|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-04-21T23:32:33.743Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|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-04-21T23:32:33.745Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-04-21T23:32:33.746Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|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-04-21T23:32:34.005Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-04-21T23:32:34.006Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||||DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{Transfer-Encoding=[chunked], x-envoy-upstream-service-time=[256], Server=[envoy], Date=[Fri, 21 Apr 2023 23:32:33 GMT], Content-Type=[application/json]}
2023-04-21T23:32:34.008Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||||DEBUG|500||{"id":"3cca1061b6b64352bd2981c39394c3ac","versionId":"b68ebcd17898451f9ab48dabf156b913"}
2023-04-21T23:32:34.010Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||||INFO|500||Successfully created activitySpec VNFUpgradeSoftwareActivity
2023-04-21T23:32:34.046Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/3cca1061b6b64352bd2981c39394c3ac/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-04-21T23:32:34.047Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/3cca1061b6b64352bd2981c39394c3ac/versions/latest/actions|INFO|500||Invoke
2023-04-21T23:32:34.048Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/3cca1061b6b64352bd2981c39394c3ac/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-04-21T23:32:34.495Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/3cca1061b6b64352bd2981c39394c3ac/versions/latest/actions|INFO|500||InvokeReturn
2023-04-21T23:32:34.496Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/3cca1061b6b64352bd2981c39394c3ac/versions/latest/actions has http status code:200 and response headers:{x-envoy-upstream-service-time=[444], Server=[envoy], Content-Length=[0], Date=[Fri, 21 Apr 2023 23:32:33 GMT]}
2023-04-21T23:32:34.496Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||||DEBUG|500||Response was returned with an empty entity.
2023-04-21T23:32:34.497Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||||INFO|500||Successfully certified activitySpec VNFUpgradeSoftwareActivity
2023-04-21T23:32:34.497Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|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-04-21T23:32:34.541Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|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-04-21T23:32:34.542Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-04-21T23:32:34.543Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|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-04-21T23:32:34.850Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-04-21T23:32:34.850Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||||DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{Transfer-Encoding=[chunked], x-envoy-upstream-service-time=[303], Server=[envoy], Date=[Fri, 21 Apr 2023 23:32:34 GMT], Content-Type=[application/json]}
2023-04-21T23:32:34.852Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||||DEBUG|500||{"id":"d2102b98d7964ba7a06ef639a9639991","versionId":"60ce0ca9748340dcb95765db9c273762"}
2023-04-21T23:32:34.855Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||||INFO|500||Successfully created activitySpec VnfInPlaceSoftwareUpdate
2023-04-21T23:32:34.889Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/d2102b98d7964ba7a06ef639a9639991/versions/latest/actions|INFO|500||Invoke
2023-04-21T23:32:34.889Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/d2102b98d7964ba7a06ef639a9639991/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/d2102b98d7964ba7a06ef639a9639991/versions/latest/actions with request headers:{X-RequestID=[cfd9ca82-f43d-47d0-9bba-ff1662b98704], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[2f9286a8-a732-4c62-85d5-e0b78b5ea8a6], X-ECOMP-RequestID=[cfd9ca82-f43d-47d0-9bba-ff1662b98704], X-TransactionID=[cfd9ca82-f43d-47d0-9bba-ff1662b98704], X-ONAP-RequestID=[cfd9ca82-f43d-47d0-9bba-ff1662b98704], Content-Type=[application/json]}
2023-04-21T23:32:34.890Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/d2102b98d7964ba7a06ef639a9639991/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-04-21T23:32:35.200Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/d2102b98d7964ba7a06ef639a9639991/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/d2102b98d7964ba7a06ef639a9639991/versions/latest/actions has http status code:200 and response headers:{x-envoy-upstream-service-time=[307], Server=[envoy], Content-Length=[0], Date=[Fri, 21 Apr 2023 23:32:34 GMT]}
2023-04-21T23:32:35.201Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/d2102b98d7964ba7a06ef639a9639991/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-04-21T23:32:35.202Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/d2102b98d7964ba7a06ef639a9639991/versions/latest/actions|INFO|500||InvokeReturn
2023-04-21T23:32:35.203Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||||INFO|500||Successfully certified activitySpec VnfInPlaceSoftwareUpdate
2023-04-21T23:32:39.189Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|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-04-21T23:32:42.021Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||||WARN|500||---
2023-04-21T23:32:42.022Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-04-21T23:32:42.022Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||||WARN|500||---
2023-04-21T23:32:42.459Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-04-21T23:32:47.448Z|cfd9ca82-f43d-47d0-9bba-ff1662b98704|main|||||INFO|500||Started Application in 69.633 seconds (JVM running for 72.57)
2023-04-21T23:32:47.466Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-04-21T23:32:47.467Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-04-21T23:32:47.475Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-04-21T23:32:47.524Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 5a7c70ae-b8cc-4d63-ab81-7852a1efafa4 url= /sdc/v1/artifactTypes
2023-04-21T23:32:47.531Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-04-21T23:32:47.750Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-04-21T23:32:47.808Z||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-04-21T23:32:47.809Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC
2023-04-21T23:32:47.809Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= e4b05864-f06f-4e9d-bdaa-f2ae0934a001 url= /sdc/v1/distributionKafkaData
2023-04-21T23:32:47.809Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/distributionKafkaData
2023-04-21T23:32:47.844Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-04-21T23:32:47.851Z||scheduling-1|||||DEBUG|500||MessageBus cluster info retrieved successfully org.onap.sdc.utils.kafka.KafkaDataResponse@61838c48
2023-04-21T23:32:47.931Z||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-8ff6ab36-aabf-40be-a96f-90ffb3dc3838
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-04-21T23:32:47.987Z||scheduling-1|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-8ff6ab36-aabf-40be-a96f-90ffb3dc3838] Instantiated an idempotent producer.
2023-04-21T23:32:48.097Z||scheduling-1|||||INFO|500||Successfully logged in.
2023-04-21T23:32:48.181Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-04-21T23:32:48.181Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-04-21T23:32:48.181Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1682119968177
2023-04-21T23:32:48.189Z||scheduling-1|||||INFO|500||start DistributionClient
2023-04-21T23:32:48.213Z||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-d5a5887d-4783-4de7-9bcb-66f974ab2c4d
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-04-21T23:32:48.319Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-04-21T23:32:48.319Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-04-21T23:32:48.320Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1682119968319
2023-04-21T23:32:48.321Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d5a5887d-4783-4de7-9bcb-66f974ab2c4d, groupId=SO] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-21T23:32:48.324Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-21T23:32:48.325Z||scheduling-1|||||INFO|500||ConsumerConfig values:
allow.auto.create.topics = false
auto.commit.interval.ms = 5000
auto.offset.reset = latest
bootstrap.servers = [onap-strimzi-kafka-bootstrap:9092]
check.crcs = true
client.dns.lookup = use_all_dns_ips
client.id = SO-sdc-controller-consumer-b2eccfbb-5cb0-47a2-aa42-a1ce31e574ee
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-04-21T23:32:48.341Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-04-21T23:32:48.341Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-04-21T23:32:48.341Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1682119968341
2023-04-21T23:32:48.342Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2eccfbb-5cb0-47a2-aa42-a1ce31e574ee, groupId=SO] Subscribed to topic(s): SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-21T23:32:48.344Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-21T23:32:48.354Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-04-21T23:32:49.684Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2eccfbb-5cb0-47a2-aa42-a1ce31e574ee, 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 jGDltzQSReW8C0oxcGyVog
2023-04-21T23:32:49.684Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d5a5887d-4783-4de7-9bcb-66f974ab2c4d, 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 j-qRWU9pQlq4vSzsHa3WOg
2023-04-21T23:32:49.684Z||kafka-producer-network-thread | SO-sdc-controller-producer-8ff6ab36-aabf-40be-a96f-90ffb3dc3838|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-8ff6ab36-aabf-40be-a96f-90ffb3dc3838] Cluster ID: qTv5MAP2TmWRep4tEcl3xA
2023-04-21T23:32:49.685Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2eccfbb-5cb0-47a2-aa42-a1ce31e574ee, 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 jGDltzQSReW8C0oxcGyVog
2023-04-21T23:32:49.685Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d5a5887d-4783-4de7-9bcb-66f974ab2c4d, 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 j-qRWU9pQlq4vSzsHa3WOg
2023-04-21T23:32:49.685Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d5a5887d-4783-4de7-9bcb-66f974ab2c4d, 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 j-qRWU9pQlq4vSzsHa3WOg
2023-04-21T23:32:49.685Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d5a5887d-4783-4de7-9bcb-66f974ab2c4d, 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 j-qRWU9pQlq4vSzsHa3WOg
2023-04-21T23:32:49.686Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d5a5887d-4783-4de7-9bcb-66f974ab2c4d, 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 j-qRWU9pQlq4vSzsHa3WOg
2023-04-21T23:32:49.685Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2eccfbb-5cb0-47a2-aa42-a1ce31e574ee, 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 jGDltzQSReW8C0oxcGyVog
2023-04-21T23:32:49.686Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d5a5887d-4783-4de7-9bcb-66f974ab2c4d, 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 j-qRWU9pQlq4vSzsHa3WOg
2023-04-21T23:32:49.686Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2eccfbb-5cb0-47a2-aa42-a1ce31e574ee, 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 jGDltzQSReW8C0oxcGyVog
2023-04-21T23:32:49.686Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2eccfbb-5cb0-47a2-aa42-a1ce31e574ee, 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 jGDltzQSReW8C0oxcGyVog
2023-04-21T23:32:49.686Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2eccfbb-5cb0-47a2-aa42-a1ce31e574ee, 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 jGDltzQSReW8C0oxcGyVog
2023-04-21T23:32:49.686Z||kafka-producer-network-thread | SO-sdc-controller-producer-8ff6ab36-aabf-40be-a96f-90ffb3dc3838|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-8ff6ab36-aabf-40be-a96f-90ffb3dc3838] ProducerId set to 2005 with epoch 0
2023-04-21T23:32:49.688Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2eccfbb-5cb0-47a2-aa42-a1ce31e574ee, groupId=SO] Cluster ID: qTv5MAP2TmWRep4tEcl3xA
2023-04-21T23:32:49.688Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d5a5887d-4783-4de7-9bcb-66f974ab2c4d, groupId=SO] Cluster ID: qTv5MAP2TmWRep4tEcl3xA
2023-04-21T23:32:49.689Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d5a5887d-4783-4de7-9bcb-66f974ab2c4d, groupId=SO] Discovered group coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null)
2023-04-21T23:32:49.690Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2eccfbb-5cb0-47a2-aa42-a1ce31e574ee, groupId=SO] Discovered group coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null)
2023-04-21T23:32:49.712Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2eccfbb-5cb0-47a2-aa42-a1ce31e574ee, groupId=SO] (Re-)joining group
2023-04-21T23:32:49.712Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d5a5887d-4783-4de7-9bcb-66f974ab2c4d, groupId=SO] (Re-)joining group
2023-04-21T23:32:49.799Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2eccfbb-5cb0-47a2-aa42-a1ce31e574ee, groupId=SO] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-b2eccfbb-5cb0-47a2-aa42-a1ce31e574ee-611e718a-a986-4124-9a23-016aa5e785a3
2023-04-21T23:32:49.799Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2eccfbb-5cb0-47a2-aa42-a1ce31e574ee, 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-04-21T23:32:49.800Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2eccfbb-5cb0-47a2-aa42-a1ce31e574ee, groupId=SO] (Re-)joining group
2023-04-21T23:32:49.799Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d5a5887d-4783-4de7-9bcb-66f974ab2c4d, groupId=SO] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-d5a5887d-4783-4de7-9bcb-66f974ab2c4d-64592942-8311-4987-8970-364861742caf
2023-04-21T23:32:49.801Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d5a5887d-4783-4de7-9bcb-66f974ab2c4d, 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-04-21T23:32:49.801Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d5a5887d-4783-4de7-9bcb-66f974ab2c4d, groupId=SO] (Re-)joining group
2023-04-21T23:32:55.809Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2eccfbb-5cb0-47a2-aa42-a1ce31e574ee, groupId=SO] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-b2eccfbb-5cb0-47a2-aa42-a1ce31e574ee-611e718a-a986-4124-9a23-016aa5e785a3', protocol='range'}
2023-04-21T23:32:55.811Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d5a5887d-4783-4de7-9bcb-66f974ab2c4d, groupId=SO] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-d5a5887d-4783-4de7-9bcb-66f974ab2c4d-64592942-8311-4987-8970-364861742caf', protocol='range'}
2023-04-21T23:32:55.902Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2eccfbb-5cb0-47a2-aa42-a1ce31e574ee, 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 j-qRWU9pQlq4vSzsHa3WOg
2023-04-21T23:32:55.902Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2eccfbb-5cb0-47a2-aa42-a1ce31e574ee, 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 j-qRWU9pQlq4vSzsHa3WOg
2023-04-21T23:32:55.902Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2eccfbb-5cb0-47a2-aa42-a1ce31e574ee, 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 j-qRWU9pQlq4vSzsHa3WOg
2023-04-21T23:32:55.903Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2eccfbb-5cb0-47a2-aa42-a1ce31e574ee, 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 j-qRWU9pQlq4vSzsHa3WOg
2023-04-21T23:32:55.903Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2eccfbb-5cb0-47a2-aa42-a1ce31e574ee, 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 j-qRWU9pQlq4vSzsHa3WOg
2023-04-21T23:32:55.903Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2eccfbb-5cb0-47a2-aa42-a1ce31e574ee, 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 j-qRWU9pQlq4vSzsHa3WOg
2023-04-21T23:32:55.908Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2eccfbb-5cb0-47a2-aa42-a1ce31e574ee, groupId=SO] Finished assignment for group at generation 1: {SO-sdc-controller-consumer-d5a5887d-4783-4de7-9bcb-66f974ab2c4d-64592942-8311-4987-8970-364861742caf=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5]), SO-sdc-controller-consumer-b2eccfbb-5cb0-47a2-aa42-a1ce31e574ee-611e718a-a986-4124-9a23-016aa5e785a3=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-04-21T23:32:55.947Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d5a5887d-4783-4de7-9bcb-66f974ab2c4d, groupId=SO] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-d5a5887d-4783-4de7-9bcb-66f974ab2c4d-64592942-8311-4987-8970-364861742caf', protocol='range'}
2023-04-21T23:32:55.948Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d5a5887d-4783-4de7-9bcb-66f974ab2c4d, 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-04-21T23:32:55.950Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2eccfbb-5cb0-47a2-aa42-a1ce31e574ee, groupId=SO] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-b2eccfbb-5cb0-47a2-aa42-a1ce31e574ee-611e718a-a986-4124-9a23-016aa5e785a3', protocol='range'}
2023-04-21T23:32:55.950Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2eccfbb-5cb0-47a2-aa42-a1ce31e574ee, 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-04-21T23:32:55.956Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2eccfbb-5cb0-47a2-aa42-a1ce31e574ee, 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-04-21T23:32:55.956Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d5a5887d-4783-4de7-9bcb-66f974ab2c4d, 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-04-21T23:32:55.975Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2eccfbb-5cb0-47a2-aa42-a1ce31e574ee, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-21T23:32:55.976Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2eccfbb-5cb0-47a2-aa42-a1ce31e574ee, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4
2023-04-21T23:32:55.975Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d5a5887d-4783-4de7-9bcb-66f974ab2c4d, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-04-21T23:32:55.976Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2eccfbb-5cb0-47a2-aa42-a1ce31e574ee, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3
2023-04-21T23:32:55.976Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d5a5887d-4783-4de7-9bcb-66f974ab2c4d, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4
2023-04-21T23:32:55.976Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d5a5887d-4783-4de7-9bcb-66f974ab2c4d, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3
2023-04-21T23:32:55.976Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2eccfbb-5cb0-47a2-aa42-a1ce31e574ee, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2
2023-04-21T23:32:55.976Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2eccfbb-5cb0-47a2-aa42-a1ce31e574ee, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1
2023-04-21T23:32:55.977Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2eccfbb-5cb0-47a2-aa42-a1ce31e574ee, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0
2023-04-21T23:32:55.976Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d5a5887d-4783-4de7-9bcb-66f974ab2c4d, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2
2023-04-21T23:32:55.977Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d5a5887d-4783-4de7-9bcb-66f974ab2c4d, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1
2023-04-21T23:32:55.978Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d5a5887d-4783-4de7-9bcb-66f974ab2c4d, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0
2023-04-21T23:32:56.016Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2eccfbb-5cb0-47a2-aa42-a1ce31e574ee, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-04-21T23:32:56.017Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2eccfbb-5cb0-47a2-aa42-a1ce31e574ee, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-04-21T23:32:56.086Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2eccfbb-5cb0-47a2-aa42-a1ce31e574ee, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-04-21T23:32:56.086Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2eccfbb-5cb0-47a2-aa42-a1ce31e574ee, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-04-21T23:32:56.096Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d5a5887d-4783-4de7-9bcb-66f974ab2c4d, groupId=SO] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-04-21T23:32:56.096Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d5a5887d-4783-4de7-9bcb-66f974ab2c4d, groupId=SO] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-04-21T23:32:56.100Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2eccfbb-5cb0-47a2-aa42-a1ce31e574ee, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-04-21T23:32:56.100Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2eccfbb-5cb0-47a2-aa42-a1ce31e574ee, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-04-21T23:32:56.102Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d5a5887d-4783-4de7-9bcb-66f974ab2c4d, groupId=SO] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-04-21T23:32:56.103Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d5a5887d-4783-4de7-9bcb-66f974ab2c4d, groupId=SO] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-04-21T23:32:56.110Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d5a5887d-4783-4de7-9bcb-66f974ab2c4d, groupId=SO] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-04-21T23:32:56.110Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d5a5887d-4783-4de7-9bcb-66f974ab2c4d, groupId=SO] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-04-21T23:33:48.328Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-21T23:33:48.344Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-21T23:34:48.329Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-21T23:34:48.345Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-21T23:35:48.331Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-21T23:35:48.347Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-21T23:36:48.333Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-21T23:36:48.347Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-21T23:37:48.335Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-21T23:37:48.348Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-21T23:38:48.337Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-21T23:38:48.349Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-21T23:39:48.340Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-21T23:39:48.350Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-21T23:40:48.342Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-21T23:40:48.352Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-21T23:41:48.348Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-21T23:41:48.354Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-21T23:41:49.948Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d5a5887d-4783-4de7-9bcb-66f974ab2c4d, groupId=SO] Node -1 disconnected.
2023-04-21T23:41:49.950Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2eccfbb-5cb0-47a2-aa42-a1ce31e574ee, groupId=SO] Node -1 disconnected.
2023-04-21T23:41:49.956Z||kafka-producer-network-thread | SO-sdc-controller-producer-8ff6ab36-aabf-40be-a96f-90ffb3dc3838|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-8ff6ab36-aabf-40be-a96f-90ffb3dc3838] Node -1 disconnected.
2023-04-21T23:42:33.742Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-04-21T23:42:48.350Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-21T23:42:48.355Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-21T23:43:48.352Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-21T23:43:48.356Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-21T23:44:48.354Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-21T23:44:48.358Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-21T23:45:48.356Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-21T23:45:48.359Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-21T23:46:48.357Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-21T23:46:48.361Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-21T23:47:48.365Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-21T23:47:48.376Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-21T23:48:48.373Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-21T23:48:48.377Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-21T23:49:48.375Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-21T23:49:48.381Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-21T23:50:48.378Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-21T23:50:48.382Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-21T23:51:48.379Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-21T23:51:48.383Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-21T23:52:48.381Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-21T23:52:48.384Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-21T23:53:48.382Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-21T23:53:48.386Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-21T23:54:48.382Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-21T23:54:48.387Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-21T23:55:48.383Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-21T23:55:48.388Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-21T23:56:48.386Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-21T23:56:48.388Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-21T23:57:48.388Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-21T23:57:48.390Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-21T23:58:48.390Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-21T23:58:48.392Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-21T23:59:48.392Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-21T23:59:48.398Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T00:00:48.394Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T00:00:48.399Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T00:01:48.395Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T00:01:48.402Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T00:02:48.397Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T00:02:48.402Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T00:03:48.398Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T00:03:48.403Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T00:04:48.399Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T00:04:48.404Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T00:05:48.401Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T00:05:48.405Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T00:06:48.404Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T00:06:48.407Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T00:07:48.408Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T00:07:48.407Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T00:08:48.410Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T00:08:48.410Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T00:09:48.411Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T00:09:48.412Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T00:10:48.412Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T00:10:48.413Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T00:11:48.414Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T00:11:48.414Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T00:12:48.416Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T00:12:48.415Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T00:13:48.417Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T00:13:48.416Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T00:14:48.418Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T00:14:48.418Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T00:15:48.420Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T00:15:48.420Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T00:16:48.420Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T00:16:48.421Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T00:17:48.422Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T00:17:48.422Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T00:18:48.425Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T00:18:48.425Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T00:19:48.427Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T00:19:48.427Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T00:20:48.429Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T00:20:48.432Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T00:21:48.429Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T00:21:48.433Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T00:22:48.431Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T00:22:48.434Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T00:23:48.431Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T00:23:48.435Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T00:24:48.432Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T00:24:48.436Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T00:25:48.434Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T00:25:48.438Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T00:26:48.436Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T00:26:48.438Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T00:27:48.437Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T00:27:48.440Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T00:28:48.439Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T00:28:48.440Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T00:29:48.442Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T00:29:48.442Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T00:30:48.443Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T00:30:48.443Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T00:31:48.443Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T00:31:48.444Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T00:32:48.444Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T00:32:48.445Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T00:33:48.446Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T00:33:48.447Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T00:34:48.447Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T00:34:48.448Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T00:35:48.449Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T00:35:48.448Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T00:36:48.450Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T00:36:48.450Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T00:37:48.450Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T00:37:48.452Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T00:38:48.452Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T00:38:48.453Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T00:39:48.453Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T00:39:48.454Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T00:40:48.455Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T00:40:48.455Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T00:41:48.457Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T00:41:48.457Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T00:42:48.459Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T00:42:48.460Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T00:43:48.460Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T00:43:48.460Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T00:44:48.461Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T00:44:48.462Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T00:45:48.462Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T00:45:48.462Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T00:46:48.465Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T00:46:48.465Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T00:47:48.465Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T00:47:48.465Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T00:48:48.467Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T00:48:48.467Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T00:49:48.467Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T00:49:48.468Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T00:50:48.469Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T00:50:48.470Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T00:51:48.471Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T00:51:48.472Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T00:52:48.473Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T00:52:48.473Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T00:53:48.476Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T00:53:48.476Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T00:54:48.476Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T00:54:48.477Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T00:55:48.478Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T00:55:48.478Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T00:56:48.479Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T00:56:48.480Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T00:57:48.480Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T00:57:48.480Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T00:58:48.482Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T00:58:48.482Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T00:59:48.482Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T00:59:48.483Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T01:00:48.484Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T01:00:48.484Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T01:01:48.486Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T01:01:48.486Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T01:02:48.487Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T01:02:48.487Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T01:03:48.489Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T01:03:48.489Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T01:04:48.491Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T01:04:48.491Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T01:05:48.493Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T01:05:48.494Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T01:06:48.494Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T01:06:48.494Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T01:07:48.496Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T01:07:48.496Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T01:08:48.497Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T01:08:48.497Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T01:09:48.499Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T01:09:48.499Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T01:10:48.500Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T01:10:48.501Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T01:11:48.501Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T01:11:48.503Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T01:12:48.503Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T01:12:48.504Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T01:13:48.505Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T01:13:48.505Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T01:14:48.506Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T01:14:48.506Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T01:15:48.507Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T01:15:48.509Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T01:16:48.510Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T01:16:48.511Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T01:17:48.511Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T01:17:48.513Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T01:18:48.512Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T01:18:48.515Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T01:19:48.514Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T01:19:48.516Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T01:20:48.515Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T01:20:48.517Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T01:21:48.517Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T01:21:48.517Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T01:22:48.518Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T01:22:48.519Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T01:23:48.519Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T01:23:48.520Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T01:24:48.521Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T01:24:48.521Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T01:25:48.522Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T01:25:48.522Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T01:26:48.525Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T01:26:48.525Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T01:27:48.528Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T01:27:48.527Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T01:28:48.530Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T01:28:48.530Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T01:29:48.531Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T01:29:48.531Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T01:30:48.532Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T01:30:48.532Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T01:31:48.534Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T01:31:48.535Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T01:32:48.535Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T01:32:48.535Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T01:33:48.537Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T01:33:48.537Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T01:34:48.539Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T01:34:48.539Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T01:35:48.541Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T01:35:48.541Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T01:36:48.542Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T01:36:48.543Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T01:37:48.544Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T01:37:48.544Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T01:38:48.547Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T01:38:48.547Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T01:39:48.550Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T01:39:48.550Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T01:40:48.551Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T01:40:48.552Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T01:41:48.552Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T01:41:48.553Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T01:42:48.554Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T01:42:48.554Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T01:43:48.556Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T01:43:48.556Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T01:44:48.557Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T01:44:48.558Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T01:45:48.557Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T01:45:48.559Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T01:46:48.559Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T01:46:48.559Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T01:47:48.561Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T01:47:48.561Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T01:48:48.561Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T01:48:48.562Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T01:49:48.562Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T01:49:48.564Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T01:50:48.564Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T01:50:48.565Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T01:51:48.567Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T01:51:48.567Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T01:52:36.006Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-22T01:52:36.006Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"dacec4a1-5308-416a-8255-fb5eb3700511","serviceName":"vFW 2023-04-22 01-51-29","serviceVersion":"1.0","serviceUUID":"9096e748-057e-4e07-8094-9c53706961c8","serviceDescription":"catalog service description","serviceInvariantUUID":"5f543f60-adb6-4b58-b283-4a481afe2c87","resources":[{"resourceInstanceName":"vFW 1d82f725-5639 0","resourceName":"vFW 1d82f725-5639","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1f6cc627-80de-4f40-a323-0228e4d1552d","resourceInvariantUUID":"3183efeb-e3c5-4e59-ab1d-57f7fa2138f1","resourceCustomizationUUID":"ccf2ab79-08b0-4aa1-9f74-3af3106b612c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230422015129/1.0/resourceInstances/vfw1d82f72556390/artifacts/vf-license-model.xml","artifactChecksum":"ZjFjNzU1NTNkMjVlYjVmNGZiN2EyMjlmMzZkMzQzYWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b153b520-dd26-4cac-ade3-f324a6be74be","artifactVersion":"1"},{"artifactName":"vfw1d82f72556390_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230422015129/1.0/resourceInstances/vfw1d82f72556390/artifacts/vfw1d82f72556390_modules.json","artifactChecksum":"MWEzYjA4NTQwZjhkZmJlZjUyM2Y0NmZkNzcyMzFiM2M\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2dd7e794-5c1e-4b75-82b5-37b12df22743","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230422015129/1.0/resourceInstances/vfw1d82f72556390/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9b2456ca-1bb8-4ae1-8bdd-328b1d23471d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230422015129/1.0/resourceInstances/vfw1d82f72556390/artifacts/vendor-license-model.xml","artifactChecksum":"Yzk3YWEzODQzZWEwNjlkZWIwMWNkYjM3MjJiNjM3Njk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"34ffc580-a604-4a2e-ae70-2fee41bea3a2","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230422015129/1.0/resourceInstances/vfw1d82f72556390/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ac59f9f4-f16a-428d-adbe-4ecc86253693","artifactVersion":"2","generatedFromUUID":"9b2456ca-1bb8-4ae1-8bdd-328b1d23471d"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230422015129-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230422015129/1.0/artifacts/service-Vfw20230422015129-template.yml","artifactChecksum":"N2U0ODBkZDk0N2VkYzFjNjVkMGYwZWVjNzEzNzJlY2Y\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"19c1e5d0-f212-460e-acba-23797c9199c4","artifactVersion":"1"},{"artifactName":"service-Vfw20230422015129-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230422015129/1.0/artifacts/service-Vfw20230422015129-csar.csar","artifactChecksum":"YWQxZTU1ZGI2YTA5OTk4OThkNmY4YzZmYTk0MjFkNDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7a8175a4-4b71-451f-a632-3e8bd1a77777","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-22T01:52:36.028Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-22T01:52:36.043Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-04-22T01:52:36.043Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-22T01:52:36.043Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
"distributionID": "dacec4a1-5308-416a-8255-fb5eb3700511",
"consumerID": "SO-sdc-controller",
"timestamp": 1682128308567,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230422015129/1.0/resourceInstances/vfw1d82f72556390/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T01:52:36.055Z||kafka-producer-network-thread | SO-sdc-controller-producer-8ff6ab36-aabf-40be-a96f-90ffb3dc3838|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-8ff6ab36-aabf-40be-a96f-90ffb3dc3838] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to jGDltzQSReW8C0oxcGyVog
2023-04-22T01:52:36.055Z||kafka-producer-network-thread | SO-sdc-controller-producer-8ff6ab36-aabf-40be-a96f-90ffb3dc3838|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-8ff6ab36-aabf-40be-a96f-90ffb3dc3838] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to jGDltzQSReW8C0oxcGyVog
2023-04-22T01:52:36.055Z||kafka-producer-network-thread | SO-sdc-controller-producer-8ff6ab36-aabf-40be-a96f-90ffb3dc3838|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-8ff6ab36-aabf-40be-a96f-90ffb3dc3838] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to jGDltzQSReW8C0oxcGyVog
2023-04-22T01:52:36.055Z||kafka-producer-network-thread | SO-sdc-controller-producer-8ff6ab36-aabf-40be-a96f-90ffb3dc3838|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-8ff6ab36-aabf-40be-a96f-90ffb3dc3838] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to jGDltzQSReW8C0oxcGyVog
2023-04-22T01:52:36.056Z||kafka-producer-network-thread | SO-sdc-controller-producer-8ff6ab36-aabf-40be-a96f-90ffb3dc3838|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-8ff6ab36-aabf-40be-a96f-90ffb3dc3838] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to jGDltzQSReW8C0oxcGyVog
2023-04-22T01:52:36.056Z||kafka-producer-network-thread | SO-sdc-controller-producer-8ff6ab36-aabf-40be-a96f-90ffb3dc3838|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-8ff6ab36-aabf-40be-a96f-90ffb3dc3838] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to jGDltzQSReW8C0oxcGyVog
2023-04-22T01:52:36.091Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T01:52:36.092Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dacec4a1-5308-416a-8255-fb5eb3700511",
"consumerID": "policy-distribution-id",
"timestamp": 1682128331886,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230422015129/1.0/resourceInstances/vfw1d82f72556390/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-04-22T01:52:36.114Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T01:52:37.088Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-22T01:52:37.089Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-04-22T01:52:37.089Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-22T01:52:37.089Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
"distributionID": "dacec4a1-5308-416a-8255-fb5eb3700511",
"consumerID": "SO-sdc-controller",
"timestamp": 1682128308567,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230422015129/1.0/resourceInstances/vfw1d82f72556390/artifacts/vfw1d82f72556390_modules.json",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T01:52:38.092Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-22T01:52:38.093Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-04-22T01:52:38.094Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-22T01:52:38.094Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
"distributionID": "dacec4a1-5308-416a-8255-fb5eb3700511",
"consumerID": "SO-sdc-controller",
"timestamp": 1682128308567,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230422015129/1.0/resourceInstances/vfw1d82f72556390/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T01:52:39.096Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-22T01:52:39.097Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-04-22T01:52:39.098Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-22T01:52:39.098Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
"distributionID": "dacec4a1-5308-416a-8255-fb5eb3700511",
"consumerID": "SO-sdc-controller",
"timestamp": 1682128308567,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230422015129/1.0/resourceInstances/vfw1d82f72556390/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T01:52:40.100Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-22T01:52:40.101Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-04-22T01:52:40.102Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-22T01:52:40.102Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
"distributionID": "dacec4a1-5308-416a-8255-fb5eb3700511",
"consumerID": "SO-sdc-controller",
"timestamp": 1682128308567,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230422015129/1.0/resourceInstances/vfw1d82f72556390/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T01:52:41.103Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-22T01:52:41.104Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-04-22T01:52:41.105Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-22T01:52:41.105Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
"distributionID": "dacec4a1-5308-416a-8255-fb5eb3700511",
"consumerID": "SO-sdc-controller",
"timestamp": 1682128308567,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230422015129/1.0/artifacts/service-Vfw20230422015129-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T01:52:42.106Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-22T01:52:42.107Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-04-22T01:52:42.108Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-22T01:52:42.108Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
"distributionID": "dacec4a1-5308-416a-8255-fb5eb3700511",
"consumerID": "SO-sdc-controller",
"timestamp": 1682128308567,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230422015129/1.0/artifacts/service-Vfw20230422015129-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T01:52:43.112Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "dacec4a1-5308-416a-8255-fb5eb3700511",
"serviceName": "vFW 2023-04-22 01-51-29",
"serviceVersion": "1.0",
"serviceUUID": "9096e748-057e-4e07-8094-9c53706961c8",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "5f543f60-adb6-4b58-b283-4a481afe2c87",
"resources": [
{
"resourceInstanceName": "vFW 1d82f725-5639 0",
"resourceCustomizationUUID": "ccf2ab79-08b0-4aa1-9f74-3af3106b612c",
"resourceName": "vFW 1d82f725-5639",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "1f6cc627-80de-4f40-a323-0228e4d1552d",
"resourceInvariantUUID": "3183efeb-e3c5-4e59-ab1d-57f7fa2138f1",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw1d82f72556390_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230422015129/1.0/resourceInstances/vfw1d82f72556390/artifacts/vfw1d82f72556390_modules.json",
"artifactChecksum": "MWEzYjA4NTQwZjhkZmJlZjUyM2Y0NmZkNzcyMzFiM2M\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "2dd7e794-5c1e-4b75-82b5-37b12df22743",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230422015129/1.0/resourceInstances/vfw1d82f72556390/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "9b2456ca-1bb8-4ae1-8bdd-328b1d23471d",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230422015129/1.0/resourceInstances/vfw1d82f72556390/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ac59f9f4-f16a-428d-adbe-4ecc86253693",
"generatedFromUUID": "9b2456ca-1bb8-4ae1-8bdd-328b1d23471d"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230422015129/1.0/resourceInstances/vfw1d82f72556390/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ac59f9f4-f16a-428d-adbe-4ecc86253693",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20230422015129-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230422015129/1.0/artifacts/service-Vfw20230422015129-csar.csar",
"artifactChecksum": "YWQxZTU1ZGI2YTA5OTk4OThkNmY4YzZmYTk0MjFkNDE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "7a8175a4-4b71-451f-a632-3e8bd1a77777"
}
],
"workloadContext": "Production"
}
2023-04-22T01:52:43.114Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-22T01:52:43.115Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9096e748-057e-4e07-8094-9c53706961c8 ASDC
2023-04-22T01:52:43.247Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:dacec4a1-5308-416a-8255-fb5eb3700511
ServiceName:vFW 2023-04-22 01-51-29
ServiceVersion:1.0
ServiceUUID:9096e748-057e-4e07-8094-9c53706961c8
ServiceInvariantUUID:5f543f60-adb6-4b58-b283-4a481afe2c87
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230422015129-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230422015129/1.0/artifacts/service-Vfw20230422015129-csar.csar
ArtifactUUID:7a8175a4-4b71-451f-a632-3e8bd1a77777
ArtifactChecksum:YWQxZTU1ZGI2YTA5OTk4OThkNmY4YzZmYTk0MjFkNDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 1d82f725-5639 0
ResourceCustomizationUUID:ccf2ab79-08b0-4aa1-9f74-3af3106b612c
ResourceInvariantUUID:3183efeb-e3c5-4e59-ab1d-57f7fa2138f1
ResourceName:vFW 1d82f725-5639
ResourceType:VF
ResourceUUID:1f6cc627-80de-4f40-a323-0228e4d1552d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw1d82f72556390_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230422015129/1.0/resourceInstances/vfw1d82f72556390/artifacts/vfw1d82f72556390_modules.json
ArtifactUUID:2dd7e794-5c1e-4b75-82b5-37b12df22743
ArtifactChecksum:MWEzYjA4NTQwZjhkZmJlZjUyM2Y0NmZkNzcyMzFiM2M=
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/Vfw20230422015129/1.0/resourceInstances/vfw1d82f72556390/artifacts/base_vfw.yaml
ArtifactUUID:9b2456ca-1bb8-4ae1-8bdd-328b1d23471d
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/Vfw20230422015129/1.0/resourceInstances/vfw1d82f72556390/artifacts/base_vfw.env
ArtifactUUID:ac59f9f4-f16a-428d-adbe-4ecc86253693
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/Vfw20230422015129/1.0/resourceInstances/vfw1d82f72556390/artifacts/base_vfw.env
ArtifactUUID:ac59f9f4-f16a-428d-adbe-4ecc86253693
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-04-22T01:52:43.247Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9096e748-057e-4e07-8094-9c53706961c8 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-04-22T01:52:43.428Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-22T01:52:43.430Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-04-22T01:52:43.431Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-04-22T01:52:43.432Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 7a8175a4-4b71-451f-a632-3e8bd1a77777 from URL: /sdc/v1/catalog/services/Vfw20230422015129/1.0/artifacts/service-Vfw20230422015129-csar.csar
2023-04-22T01:52:43.432Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-04-22T01:52:43.433Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230422015129/1.0/artifacts/service-Vfw20230422015129-csar.csar
2023-04-22T01:52:43.571Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-04-22T01:52:43.592Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230422015129/1.0/artifacts/service-Vfw20230422015129-csar.csar 7a8175a4-4b71-451f-a632-3e8bd1a77777 101405
2023-04-22T01:52:43.595Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230422015129/1.0/artifacts/service-Vfw20230422015129-csar.csar ASDC sendASDCNotification
2023-04-22T01:52:43.595Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230422015129/1.0/artifacts/service-Vfw20230422015129-csar.csar
2023-04-22T01:52:43.596Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-22T01:52:43.597Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-04-22T01:52:43.597Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-22T01:52:43.598Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||INFO|500||Trying to send status: {
"distributionID": "dacec4a1-5308-416a-8255-fb5eb3700511",
"consumerID": "SO-sdc-controller",
"timestamp": 1682128363593,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230422015129/1.0/artifacts/service-Vfw20230422015129-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T01:52:44.599Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-22T01:52:44.600Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-04-22T01:52:44.602Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 7a8175a4-4b71-451f-a632-3e8bd1a77777, URL: /sdc/v1/catalog/services/Vfw20230422015129/1.0/artifacts/service-Vfw20230422015129-csar.csar to file: /app/ASDC/1/service-Vfw20230422015129-csar.csar
2023-04-22T01:52:44.604Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230422015129-csar.csar
2023-04-22T01:52:44.698Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230422015129-csar.csar
2023-04-22T01:52:44.698Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230422015129-csar.csar
2023-04-22T01:52:45.519Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP695499652322324944/Definitions/service-Vfw20230422015129-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2023-04-22T01:52:48.379Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T01:52:48.383Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T01:52:48.383Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dacec4a1-5308-416a-8255-fb5eb3700511",
"consumerID": "cds-sdc-listener",
"timestamp": 1682128310770,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230422015129/1.0/resourceInstances/vfw1d82f72556390/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-04-22T01:52:48.385Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2023-04-22T01:52:48.948Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-22T01:52:48.955Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-04-22T01:52:48.955Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230422015129-csar.csar
2023-04-22T01:52:48.955Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-04-22T01:52:48.955Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230422015129-csar.csar
2023-04-22T01:52:48.956Z|dacec4a1-5308-416a-8255-fb5eb3700511|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-Vfw20230422015129-csar.csar
2023-04-22T01:52:48.956Z|dacec4a1-5308-416a-8255-fb5eb3700511|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-Vfw20230422015129-csar.csar
2023-04-22T01:52:48.956Z|dacec4a1-5308-416a-8255-fb5eb3700511|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-Vfw20230422015129-csar.csar
2023-04-22T01:52:48.957Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230422015129-csar.csar
2023-04-22T01:52:48.957Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230422015129-csar.csar
2023-04-22T01:52:48.957Z|dacec4a1-5308-416a-8255-fb5eb3700511|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-Vfw20230422015129-csar.csar
2023-04-22T01:52:48.958Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230422015129-csar.csar
2023-04-22T01:52:48.958Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230422015129-csar.csar
2023-04-22T01:52:48.958Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230422015129-csar.csar
2023-04-22T01:52:48.958Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 1d82f725-5639 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-Vfw20230422015129-csar.csar
2023-04-22T01:52:48.959Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-04-22T01:52:48.967Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-04-22T01:52:48.969Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-04-22 01-51-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-22T01:52:48.974Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Node template vFW 1d82f725-5639 0 is matching search criteria
2023-04-22T01:52:48.974Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-04-22T01:52:48.976Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 1d82f725-5639 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-22T01:52:48.979Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-04-22T01:52:48.979Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-04-22 01-51-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-22T01:52:48.979Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Node template vFW 1d82f725-5639 0 is matching search criteria
2023-04-22T01:52:48.980Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-04-22T01:52:48.980Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 1d82f725-5639 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-22T01:52:48.981Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-04-22T01:52:48.981Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-04-22 01-51-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-22T01:52:48.985Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-04-22T01:52:48.986Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Node template vFW 1d82f725-5639 0 is not matching search criteria
2023-04-22T01:52:48.986Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-22T01:52:48.986Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-22T01:52:48.987Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-22T01:52:48.987Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-22T01:52:48.987Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-22T01:52:48.988Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-22T01:52:48.988Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-22T01:52:48.988Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-22T01:52:48.989Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-22T01:52:48.989Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-22T01:52:48.990Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-22T01:52:48.990Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-22T01:52:48.990Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-22T01:52:48.991Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-22T01:52:48.991Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-22T01:52:48.991Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-22T01:52:48.992Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-04-22T01:52:48.992Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-04-22 01-51-29 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-22T01:52:48.994Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-04-22T01:52:48.994Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Node template vFW 1d82f725-5639 0 is matching search criteria
2023-04-22T01:52:48.994Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 1d82f725-5639 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-22T01:52:48.995Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-04-22T01:52:48.995Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Node template vFW 1d82f725-5639 0 is matching search criteria
2023-04-22T01:52:48.996Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 1d82f725-5639 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-22T01:52:48.996Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-04-22T01:52:48.996Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Node template vFW 1d82f725-5639 0 is matching search criteria
2023-04-22T01:52:48.997Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 1d82f725-5639 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-22T01:52:48.997Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-04-22T01:52:48.998Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Node template vFW 1d82f725-5639 0 is not matching search criteria
2023-04-22T01:52:48.998Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-22T01:52:48.998Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-22T01:52:48.999Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-04-22T01:52:48.999Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-22T01:52:48.999Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-22T01:52:49.000Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-22T01:52:49.000Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-22T01:52:49.000Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-22T01:52:49.001Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-22T01:52:49.001Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-22T01:52:49.002Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-22T01:52:49.002Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5c101dc9-7bca-43ea-9cb8-2ec9e8c8e9ad
2023-04-22T01:52:49.002Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-04-22T01:52:49.003Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Node template vFW 1d82f725-5639 0 is not matching search criteria
2023-04-22T01:52:49.003Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-22T01:52:49.003Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-22T01:52:49.004Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-22T01:52:49.004Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-22T01:52:49.005Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-22T01:52:49.005Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-22T01:52:49.005Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-22T01:52:49.006Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-04-22T01:52:49.006Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-22T01:52:49.006Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-22T01:52:49.007Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-22T01:52:49.007Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-22T01:52:49.007Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7bb1b3c1-418e-4e4b-b1a0-4c13fd6a9b82
2023-04-22T01:52:49.008Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-04-22T01:52:49.008Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Node template vFW 1d82f725-5639 0 is not matching search criteria
2023-04-22T01:52:49.009Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-22T01:52:49.009Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-22T01:52:49.009Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-22T01:52:49.010Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-22T01:52:49.010Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-22T01:52:49.010Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-22T01:52:49.011Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-22T01:52:49.011Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-22T01:52:49.011Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-22T01:52:49.012Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-22T01:52:49.012Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-22T01:52:49.013Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-04-22T01:52:49.013Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=355ecece-bf61-4d8e-b327-e668fd71d2ba
2023-04-22T01:52:49.013Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-04-22T01:52:49.014Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-04-22 01-51-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-22T01:52:49.014Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-04-22T01:52:49.014Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-04-22 01-51-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-22T01:52:49.015Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-04-22T01:52:49.015Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-04-22 01-51-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-22T01:52:49.016Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-04-22T01:52:49.016Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-04-22 01-51-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-22T01:52:49.016Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2023-04-22 01-51-29
Description:catalog service description
Model UUID:9096e748-057e-4e07-8094-9c53706961c8
Model Version:NULL
Model InvariantUuid:5f543f60-adb6-4b58-b283-4a481afe2c87
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 1d82f725-5639
Model UUID:132a3985-67c6-4373-b7ae-0cd0eddfde0f
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3183efeb-e3c5-4e59-ab1d-57f7fa2138f1
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:ccf2ab79-08b0-4aa1-9f74-3af3106b612c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:e6fd0cff-c13f-40fb-81bd-e0c9f3e728f8
ModelName:Vfw1d82f7255639..base_vfw..module-0
ModelUuid:d34beccd-41f6-4f5d-b181-36712ea6b302
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:5c101dc9-7bca-43ea-9cb8-2ec9e8c8e9ad
ModelInvariantUuid:4e085c79-0177-40d4-9230-f2eeaf43cf01
ModelName:vFW 1d82f725-5639-nodes.vfwCvfc
ModelUuid:205ed2a5-34cc-428d-8e0d-244fda4c6dae
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:5858f9c8-c924-499a-a287-8e43059a3f25
ModelInvariantUuid:09dc215f-8cf6-4f23-9c66-f52c7ce9a22a
ModelName:Vfw1d82f7255639.compute.nodes.heat.vfw
ModelUuid:31de33d7-1e4a-4ede-b724-6b41d35d20b0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:7bb1b3c1-418e-4e4b-b1a0-4c13fd6a9b82
ModelInvariantUuid:84862845-b0ce-492f-bb2d-2b02f5e57ca6
ModelName:vFW 1d82f725-5639-nodes.vsnCvfc
ModelUuid:f0a9bfea-04e9-4965-809e-725bee9cf228
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:7feea856-fc3a-4bc2-93af-eabb662d9818
ModelInvariantUuid:fd1d315e-42ad-406c-9ebc-ab7df638f5bf
ModelName:Vfw1d82f7255639.compute.nodes.heat.vsn
ModelUuid:3787f344-4619-4e9e-8fa0-fcc2f4215673
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:355ecece-bf61-4d8e-b327-e668fd71d2ba
ModelInvariantUuid:1a63a371-f060-491c-a0be-f5d9ce835613
ModelName:vFW 1d82f725-5639-nodes.vpgCvfc
ModelUuid:755e781c-b1b4-4c33-a6b7-63df2f029e55
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:cd950ddb-3701-46ff-9e1a-a7a8657f3c4a
ModelInvariantUuid:13d26e0f-421e-477d-aa17-b0eceed2dee7
ModelName:Vfw1d82f7255639.compute.nodes.heat.vpg
ModelUuid:f0c4d12c-4557-40c0-8791-a9b11fa666f5
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-04-22T01:52:49.053Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 1f6cc627-80de-4f40-a323-0228e4d1552d
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-22T01:52:49.127Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||INFO|500||vFW 1d82f725-5639 0
2023-04-22T01:52:49.136Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1f6cc627-80de-4f40-a323-0228e4d1552d
2023-04-22T01:52:49.136Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 2dd7e794-5c1e-4b75-82b5-37b12df22743 from URL: /sdc/v1/catalog/services/Vfw20230422015129/1.0/resourceInstances/vfw1d82f72556390/artifacts/vfw1d82f72556390_modules.json
2023-04-22T01:52:49.137Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-04-22T01:52:49.137Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230422015129/1.0/resourceInstances/vfw1d82f72556390/artifacts/vfw1d82f72556390_modules.json
2023-04-22T01:52:49.257Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-04-22T01:52:49.259Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230422015129/1.0/resourceInstances/vfw1d82f72556390/artifacts/vfw1d82f72556390_modules.json 2dd7e794-5c1e-4b75-82b5-37b12df22743 785
2023-04-22T01:52:49.259Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230422015129/1.0/resourceInstances/vfw1d82f72556390/artifacts/vfw1d82f72556390_modules.json ASDC sendASDCNotification
2023-04-22T01:52:49.260Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230422015129/1.0/resourceInstances/vfw1d82f72556390/artifacts/vfw1d82f72556390_modules.json
2023-04-22T01:52:49.260Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-22T01:52:49.261Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-04-22T01:52:49.262Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-22T01:52:49.262Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||INFO|500||Trying to send status: {
"distributionID": "dacec4a1-5308-416a-8255-fb5eb3700511",
"consumerID": "SO-sdc-controller",
"timestamp": 1682128369259,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230422015129/1.0/resourceInstances/vfw1d82f72556390/artifacts/vfw1d82f72556390_modules.json",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T01:52:50.265Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw1d82f7255639..base_vfw..module-0",
"vfModuleModelInvariantUUID": "e6fd0cff-c13f-40fb-81bd-e0c9f3e728f8",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d34beccd-41f6-4f5d-b181-36712ea6b302",
"vfModuleModelCustomizationUUID": "e8d5ebca-4b09-4d07-b0d9-ad4b0571dfcb",
"isBase": true,
"artifacts": [
"9b2456ca-1bb8-4ae1-8bdd-328b1d23471d",
"ac59f9f4-f16a-428d-adbe-4ecc86253693"
],
"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-04-22T01:52:50.278Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw1d82f7255639..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d34beccd-41f6-4f5d-b181-36712ea6b302
VfModuleModelInvariantUUID:e6fd0cff-c13f-40fb-81bd-e0c9f3e728f8
VfModuleModelDescription:NULL
Artifacts UUID List:{
9b2456ca-1bb8-4ae1-8bdd-328b1d23471d
,
ac59f9f4-f16a-428d-adbe-4ecc86253693
}
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-04-22T01:52:50.281Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw1d82f7255639..base_vfw..module-0",
"vfModuleModelInvariantUUID": "e6fd0cff-c13f-40fb-81bd-e0c9f3e728f8",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d34beccd-41f6-4f5d-b181-36712ea6b302",
"vfModuleModelCustomizationUUID": "e8d5ebca-4b09-4d07-b0d9-ad4b0571dfcb",
"isBase": true,
"artifacts": [
"9b2456ca-1bb8-4ae1-8bdd-328b1d23471d",
"ac59f9f4-f16a-428d-adbe-4ecc86253693"
],
"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-04-22T01:52:50.281Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw1d82f7255639..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d34beccd-41f6-4f5d-b181-36712ea6b302
VfModuleModelInvariantUUID:e6fd0cff-c13f-40fb-81bd-e0c9f3e728f8
VfModuleModelDescription:NULL
Artifacts UUID List:{
9b2456ca-1bb8-4ae1-8bdd-328b1d23471d
,
ac59f9f4-f16a-428d-adbe-4ecc86253693
}
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-04-22T01:52:50.281Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 9b2456ca-1bb8-4ae1-8bdd-328b1d23471d from URL: /sdc/v1/catalog/services/Vfw20230422015129/1.0/resourceInstances/vfw1d82f72556390/artifacts/base_vfw.yaml
2023-04-22T01:52:50.282Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-04-22T01:52:50.282Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230422015129/1.0/resourceInstances/vfw1d82f72556390/artifacts/base_vfw.yaml
2023-04-22T01:52:50.400Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-04-22T01:52:50.401Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230422015129/1.0/resourceInstances/vfw1d82f72556390/artifacts/base_vfw.yaml 9b2456ca-1bb8-4ae1-8bdd-328b1d23471d 20368
2023-04-22T01:52:50.402Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230422015129/1.0/resourceInstances/vfw1d82f72556390/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-04-22T01:52:50.402Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230422015129/1.0/resourceInstances/vfw1d82f72556390/artifacts/base_vfw.yaml
2023-04-22T01:52:50.402Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-22T01:52:50.403Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-04-22T01:52:50.404Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-22T01:52:50.404Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||INFO|500||Trying to send status: {
"distributionID": "dacec4a1-5308-416a-8255-fb5eb3700511",
"consumerID": "SO-sdc-controller",
"timestamp": 1682128370402,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230422015129/1.0/resourceInstances/vfw1d82f72556390/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T01:52:51.406Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: ac59f9f4-f16a-428d-adbe-4ecc86253693 from URL: /sdc/v1/catalog/services/Vfw20230422015129/1.0/resourceInstances/vfw1d82f72556390/artifacts/base_vfw.env
2023-04-22T01:52:51.407Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-04-22T01:52:51.408Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230422015129/1.0/resourceInstances/vfw1d82f72556390/artifacts/base_vfw.env
2023-04-22T01:52:51.530Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-04-22T01:52:51.531Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230422015129/1.0/resourceInstances/vfw1d82f72556390/artifacts/base_vfw.env ac59f9f4-f16a-428d-adbe-4ecc86253693 2098
2023-04-22T01:52:51.532Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230422015129/1.0/resourceInstances/vfw1d82f72556390/artifacts/base_vfw.env ASDC sendASDCNotification
2023-04-22T01:52:51.532Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230422015129/1.0/resourceInstances/vfw1d82f72556390/artifacts/base_vfw.env
2023-04-22T01:52:51.532Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-22T01:52:51.533Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-04-22T01:52:51.533Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-22T01:52:51.533Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||INFO|500||Trying to send status: {
"distributionID": "dacec4a1-5308-416a-8255-fb5eb3700511",
"consumerID": "SO-sdc-controller",
"timestamp": 1682128371531,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230422015129/1.0/resourceInstances/vfw1d82f72556390/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T01:52:52.534Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 9096e748-057e-4e07-8094-9c53706961c8
2023-04-22T01:52:52.535Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 1d82f725-5639 0 1f6cc627-80de-4f40-a323-0228e4d1552d 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-04-22T01:52:52.612Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@beb9b0b, org.onap.sdc.toscaparser.api.parameters.Input@7eeee2e, org.onap.sdc.toscaparser.api.parameters.Input@7cac0587, org.onap.sdc.toscaparser.api.parameters.Input@5d620f1e, org.onap.sdc.toscaparser.api.parameters.Input@a86e47a]
2023-04-22T01:52:52.616Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-04-22T01:52:52.617Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-04-22 01-51-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-22T01:52:52.617Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic
2023-04-22T01:52:52.618Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= ccf2ab79-08b0-4aa1-9f74-3af3106b612c
2023-04-22T01:52:52.618Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ccf2ab79-08b0-4aa1-9f74-3af3106b612c matches Tosca VF Customization UUID: ccf2ab79-08b0-4aa1-9f74-3af3106b612c
2023-04-22T01:52:52.618Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: ccf2ab79-08b0-4aa1-9f74-3af3106b612c 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-04-22T01:52:52.638Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-04-22T01:52:52.639Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-04-22 01-51-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-04-22T01:52:52.640Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id ccf2ab79-08b0-4aa1-9f74-3af3106b612c: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-04-22T01:52:52.640Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@70cd6443
2023-04-22T01:52:52.640Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-04-22T01:52:52.641Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-04-22 01-51-29 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-22T01:52:52.641Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e8d5ebca-4b09-4d07-b0d9-ad4b0571dfcb
2023-04-22T01:52:52.643Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e8d5ebca-4b09-4d07-b0d9-ad4b0571dfcb
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-04-22T01:52:52.651Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-04-22T01:52:52.652Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Node template vFW 1d82f725-5639 0 is matching search criteria
2023-04-22T01:52:52.652Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 1d82f725-5639 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-22T01:52:52.653Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-04-22T01:52:52.654Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Node template vFW 1d82f725-5639 0 is matching search criteria
2023-04-22T01:52:52.654Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 1d82f725-5639 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-22T01:52:52.654Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-04-22T01:52:52.654Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Node template vFW 1d82f725-5639 0 is not matching search criteria
2023-04-22T01:52:52.654Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-22T01:52:52.655Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-22T01:52:52.655Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-04-22T01:52:52.655Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-22T01:52:52.655Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-22T01:52:52.655Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-22T01:52:52.655Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-22T01:52:52.656Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-22T01:52:52.656Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-22T01:52:52.656Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-22T01:52:52.656Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-22T01:52:52.656Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5c101dc9-7bca-43ea-9cb8-2ec9e8c8e9ad
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-04-22T01:52:52.677Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-04-22T01:52:52.677Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Node template vFW 1d82f725-5639 0 is matching search criteria
2023-04-22T01:52:52.677Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 1d82f725-5639 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-22T01:52:52.677Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-04-22T01:52:52.678Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Node template vFW 1d82f725-5639 0 is not matching search criteria
2023-04-22T01:52:52.678Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-22T01:52:52.678Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-22T01:52:52.678Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-22T01:52:52.678Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-22T01:52:52.679Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-22T01:52:52.679Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-22T01:52:52.679Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-22T01:52:52.679Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-04-22T01:52:52.679Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-22T01:52:52.680Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-22T01:52:52.680Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-22T01:52:52.680Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-22T01:52:52.680Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7bb1b3c1-418e-4e4b-b1a0-4c13fd6a9b82
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-04-22T01:52:52.684Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-04-22T01:52:52.684Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Node template vFW 1d82f725-5639 0 is matching search criteria
2023-04-22T01:52:52.684Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 1d82f725-5639 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-22T01:52:52.687Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-04-22T01:52:52.687Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Node template vFW 1d82f725-5639 0 is not matching search criteria
2023-04-22T01:52:52.687Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-22T01:52:52.687Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-22T01:52:52.688Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-22T01:52:52.688Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-22T01:52:52.688Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-22T01:52:52.688Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-22T01:52:52.688Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-22T01:52:52.689Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-22T01:52:52.689Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-22T01:52:52.689Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-22T01:52:52.689Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-22T01:52:52.689Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-04-22T01:52:52.690Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=355ecece-bf61-4d8e-b327-e668fd71d2ba
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-04-22T01:52:52.693Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-04-22T01:52:52.693Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Node template vFW 1d82f725-5639 0 is matching search criteria
2023-04-22T01:52:52.693Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 1d82f725-5639 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-22T01:52:52.693Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-04-22T01:52:52.694Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Node template vFW 1d82f725-5639 0 is matching search criteria
2023-04-22T01:52:52.694Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 1d82f725-5639 0] matching following query criteria: sdcType=VF, customizationUUID=ccf2ab79-08b0-4aa1-9f74-3af3106b612c
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-22T01:52:52.698Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-04-22T01:52:52.698Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-04-22 01-51-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-04-22T01:52:52.698Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 9096e748-057e-4e07-8094-9c53706961c8: vFW 1d82f725-5639
2023-04-22T01:52:52.698Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-04-22T01:52:52.699Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-04-22 01-51-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-22T01:52:52.699Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-04-22T01:52:52.699Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-04-22 01-51-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-22T01:52:52.699Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-04-22T01:52:52.699Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-04-22 01-51-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-22T01:52:52.700Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-04-22T01:52:52.700Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-04-22 01-51-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-22T01:52:52.700Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-04-22T01:52:52.700Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-04-22 01-51-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-22T01:52:52.700Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2023-04-22 01-51-29
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-04-22T01:52:53.282Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 1d82f725-5639 1f6cc627-80de-4f40-a323-0228e4d1552d 1 ASDC deployResourceStructure
2023-04-22T01:52:53.283Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230422015129/1.0/resourceInstances/vfw1d82f72556390/artifacts/vfw1d82f72556390_modules.json ASDC sendASDCNotification
2023-04-22T01:52:53.283Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230422015129/1.0/resourceInstances/vfw1d82f72556390/artifacts/vfw1d82f72556390_modules.json
2023-04-22T01:52:53.283Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-04-22T01:52:53.284Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-04-22T01:52:53.284Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-22T01:52:53.284Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||INFO|500||Trying to send status: {
"distributionID": "dacec4a1-5308-416a-8255-fb5eb3700511",
"consumerID": "SO-sdc-controller",
"timestamp": 1682128373283,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230422015129/1.0/resourceInstances/vfw1d82f72556390/artifacts/vfw1d82f72556390_modules.json",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T01:52:54.285Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230422015129/1.0/resourceInstances/vfw1d82f72556390/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-04-22T01:52:54.285Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230422015129/1.0/resourceInstances/vfw1d82f72556390/artifacts/base_vfw.yaml
2023-04-22T01:52:54.286Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-04-22T01:52:54.286Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-04-22T01:52:54.286Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-22T01:52:54.287Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||INFO|500||Trying to send status: {
"distributionID": "dacec4a1-5308-416a-8255-fb5eb3700511",
"consumerID": "SO-sdc-controller",
"timestamp": 1682128374285,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230422015129/1.0/resourceInstances/vfw1d82f72556390/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T01:52:55.288Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230422015129/1.0/resourceInstances/vfw1d82f72556390/artifacts/base_vfw.env ASDC sendASDCNotification
2023-04-22T01:52:55.288Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230422015129/1.0/resourceInstances/vfw1d82f72556390/artifacts/base_vfw.env
2023-04-22T01:52:55.289Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-04-22T01:52:55.289Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-04-22T01:52:55.289Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-22T01:52:55.289Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||INFO|500||Trying to send status: {
"distributionID": "dacec4a1-5308-416a-8255-fb5eb3700511",
"consumerID": "SO-sdc-controller",
"timestamp": 1682128375288,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230422015129/1.0/resourceInstances/vfw1d82f72556390/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T01:52:56.299Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230422015129/1.0/artifacts/service-Vfw20230422015129-csar.csar ASDC sendASDCNotification
2023-04-22T01:52:56.300Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230422015129/1.0/artifacts/service-Vfw20230422015129-csar.csar
2023-04-22T01:52:56.300Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-04-22T01:52:56.300Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-04-22T01:52:56.300Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-22T01:52:56.300Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||INFO|500||Trying to send status: {
"distributionID": "dacec4a1-5308-416a-8255-fb5eb3700511",
"consumerID": "SO-sdc-controller",
"timestamp": 1682128376299,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230422015129/1.0/artifacts/service-Vfw20230422015129-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T01:52:57.303Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dacec4a1-5308-416a-8255-fb5eb3700511
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-22T01:52:57.336Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dacec4a1-5308-416a-8255-fb5eb3700511
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-22T01:52:57.342Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-22T01:52:57.342Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-22T01:52:57.342Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-22T01:53:27.343Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dacec4a1-5308-416a-8255-fb5eb3700511
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-22T01:53:27.367Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dacec4a1-5308-416a-8255-fb5eb3700511
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-22T01:53:27.372Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-22T01:53:27.372Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-22T01:53:27.372Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-22T01:53:48.344Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T01:53:48.352Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T01:53:48.353Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dacec4a1-5308-416a-8255-fb5eb3700511",
"consumerID": "multicloud-k8s",
"timestamp": 1682128355464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230422015129/1.0/resourceInstances/vfw1d82f72556390/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-04-22T01:53:48.354Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T01:53:48.354Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T01:53:48.354Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dacec4a1-5308-416a-8255-fb5eb3700511",
"consumerID": "aai-model-loader",
"timestamp": 1682128349819,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230422015129/1.0/resourceInstances/vfw1d82f72556390/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-04-22T01:53:48.355Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T01:53:48.355Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T01:53:48.355Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dacec4a1-5308-416a-8255-fb5eb3700511",
"consumerID": "ves-openapi-manager",
"timestamp": 1682128355957,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230422015129/1.0/resourceInstances/vfw1d82f72556390/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-04-22T01:53:48.355Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T01:53:48.355Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T01:53:48.355Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dacec4a1-5308-416a-8255-fb5eb3700511",
"consumerID": "SO-sdc-controller",
"timestamp": 1682128308567,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230422015129/1.0/resourceInstances/vfw1d82f72556390/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-04-22T01:53:48.356Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T01:53:48.356Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T01:53:48.356Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dacec4a1-5308-416a-8255-fb5eb3700511",
"consumerID": "multicloud-k8s",
"timestamp": 1682128355464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230422015129/1.0/resourceInstances/vfw1d82f72556390/artifacts/vfw1d82f72556390_modules.json",
"status": "NOTIFIED"
}
2023-04-22T01:53:48.356Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T01:53:48.356Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T01:53:48.356Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dacec4a1-5308-416a-8255-fb5eb3700511",
"consumerID": "policy-distribution-id",
"timestamp": 1682128331886,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230422015129/1.0/resourceInstances/vfw1d82f72556390/artifacts/vfw1d82f72556390_modules.json",
"status": "NOT_NOTIFIED"
}
2023-04-22T01:53:48.356Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T01:53:48.356Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T01:53:48.357Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dacec4a1-5308-416a-8255-fb5eb3700511",
"consumerID": "ves-openapi-manager",
"timestamp": 1682128355957,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230422015129/1.0/resourceInstances/vfw1d82f72556390/artifacts/vfw1d82f72556390_modules.json",
"status": "NOT_NOTIFIED"
}
2023-04-22T01:53:48.357Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T01:53:48.357Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T01:53:48.357Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dacec4a1-5308-416a-8255-fb5eb3700511",
"consumerID": "cds-sdc-listener",
"timestamp": 1682128310770,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230422015129/1.0/resourceInstances/vfw1d82f72556390/artifacts/vfw1d82f72556390_modules.json",
"status": "NOT_NOTIFIED"
}
2023-04-22T01:53:48.357Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T01:53:48.357Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T01:53:48.357Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dacec4a1-5308-416a-8255-fb5eb3700511",
"consumerID": "aai-model-loader",
"timestamp": 1682128349819,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230422015129/1.0/resourceInstances/vfw1d82f72556390/artifacts/vfw1d82f72556390_modules.json",
"status": "NOT_NOTIFIED"
}
2023-04-22T01:53:48.358Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T01:53:48.358Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T01:53:48.358Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dacec4a1-5308-416a-8255-fb5eb3700511",
"consumerID": "SO-sdc-controller",
"timestamp": 1682128308567,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230422015129/1.0/resourceInstances/vfw1d82f72556390/artifacts/vfw1d82f72556390_modules.json",
"status": "NOTIFIED"
}
2023-04-22T01:53:48.358Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T01:53:48.358Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T01:53:48.358Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dacec4a1-5308-416a-8255-fb5eb3700511",
"consumerID": "multicloud-k8s",
"timestamp": 1682128355464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230422015129/1.0/resourceInstances/vfw1d82f72556390/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-04-22T01:53:48.358Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T01:53:48.359Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T01:53:48.359Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dacec4a1-5308-416a-8255-fb5eb3700511",
"consumerID": "policy-distribution-id",
"timestamp": 1682128331886,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230422015129/1.0/resourceInstances/vfw1d82f72556390/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-04-22T01:53:48.359Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T01:53:48.359Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T01:53:48.359Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dacec4a1-5308-416a-8255-fb5eb3700511",
"consumerID": "cds-sdc-listener",
"timestamp": 1682128310770,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230422015129/1.0/resourceInstances/vfw1d82f72556390/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-04-22T01:53:48.359Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T01:53:48.359Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T01:53:48.360Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dacec4a1-5308-416a-8255-fb5eb3700511",
"consumerID": "ves-openapi-manager",
"timestamp": 1682128355957,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230422015129/1.0/resourceInstances/vfw1d82f72556390/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-04-22T01:53:48.361Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T01:53:48.361Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T01:53:48.361Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dacec4a1-5308-416a-8255-fb5eb3700511",
"consumerID": "aai-model-loader",
"timestamp": 1682128349819,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230422015129/1.0/resourceInstances/vfw1d82f72556390/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-04-22T01:53:48.361Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T01:53:48.361Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T01:53:48.361Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dacec4a1-5308-416a-8255-fb5eb3700511",
"consumerID": "SO-sdc-controller",
"timestamp": 1682128308567,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230422015129/1.0/resourceInstances/vfw1d82f72556390/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-04-22T01:53:48.361Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T01:53:48.362Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T01:53:48.362Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dacec4a1-5308-416a-8255-fb5eb3700511",
"consumerID": "multicloud-k8s",
"timestamp": 1682128355464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230422015129/1.0/resourceInstances/vfw1d82f72556390/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-04-22T01:53:48.362Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T01:53:48.362Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T01:53:48.362Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dacec4a1-5308-416a-8255-fb5eb3700511",
"consumerID": "policy-distribution-id",
"timestamp": 1682128331886,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230422015129/1.0/resourceInstances/vfw1d82f72556390/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-04-22T01:53:48.362Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T01:53:48.362Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T01:53:48.363Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dacec4a1-5308-416a-8255-fb5eb3700511",
"consumerID": "ves-openapi-manager",
"timestamp": 1682128355957,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230422015129/1.0/resourceInstances/vfw1d82f72556390/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-04-22T01:53:48.363Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T01:53:48.363Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T01:53:48.363Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dacec4a1-5308-416a-8255-fb5eb3700511",
"consumerID": "cds-sdc-listener",
"timestamp": 1682128310770,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230422015129/1.0/resourceInstances/vfw1d82f72556390/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-04-22T01:53:48.363Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T01:53:48.363Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T01:53:48.363Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dacec4a1-5308-416a-8255-fb5eb3700511",
"consumerID": "aai-model-loader",
"timestamp": 1682128349819,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230422015129/1.0/resourceInstances/vfw1d82f72556390/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-04-22T01:53:48.364Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T01:53:48.364Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T01:53:48.364Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dacec4a1-5308-416a-8255-fb5eb3700511",
"consumerID": "SO-sdc-controller",
"timestamp": 1682128308567,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230422015129/1.0/resourceInstances/vfw1d82f72556390/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-04-22T01:53:48.364Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T01:53:48.364Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T01:53:48.364Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dacec4a1-5308-416a-8255-fb5eb3700511",
"consumerID": "multicloud-k8s",
"timestamp": 1682128355464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230422015129/1.0/resourceInstances/vfw1d82f72556390/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-04-22T01:53:48.365Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T01:53:48.365Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T01:53:48.365Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dacec4a1-5308-416a-8255-fb5eb3700511",
"consumerID": "policy-distribution-id",
"timestamp": 1682128331886,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230422015129/1.0/resourceInstances/vfw1d82f72556390/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-04-22T01:53:48.365Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T01:53:48.365Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T01:53:48.365Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dacec4a1-5308-416a-8255-fb5eb3700511",
"consumerID": "cds-sdc-listener",
"timestamp": 1682128310770,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230422015129/1.0/resourceInstances/vfw1d82f72556390/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-04-22T01:53:48.366Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T01:53:48.366Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T01:53:48.366Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dacec4a1-5308-416a-8255-fb5eb3700511",
"consumerID": "ves-openapi-manager",
"timestamp": 1682128355957,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230422015129/1.0/resourceInstances/vfw1d82f72556390/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-04-22T01:53:48.366Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T01:53:48.366Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T01:53:48.367Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dacec4a1-5308-416a-8255-fb5eb3700511",
"consumerID": "aai-model-loader",
"timestamp": 1682128349819,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230422015129/1.0/resourceInstances/vfw1d82f72556390/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-04-22T01:53:48.367Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T01:53:48.367Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T01:53:48.367Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dacec4a1-5308-416a-8255-fb5eb3700511",
"consumerID": "SO-sdc-controller",
"timestamp": 1682128308567,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230422015129/1.0/resourceInstances/vfw1d82f72556390/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-04-22T01:53:48.367Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T01:53:48.367Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T01:53:48.368Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dacec4a1-5308-416a-8255-fb5eb3700511",
"consumerID": "multicloud-k8s",
"timestamp": 1682128355464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230422015129/1.0/artifacts/service-Vfw20230422015129-template.yml",
"status": "NOT_NOTIFIED"
}
2023-04-22T01:53:48.368Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T01:53:48.368Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T01:53:48.368Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dacec4a1-5308-416a-8255-fb5eb3700511",
"consumerID": "policy-distribution-id",
"timestamp": 1682128331886,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230422015129/1.0/artifacts/service-Vfw20230422015129-template.yml",
"status": "NOT_NOTIFIED"
}
2023-04-22T01:53:48.368Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T01:53:48.369Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T01:53:48.369Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dacec4a1-5308-416a-8255-fb5eb3700511",
"consumerID": "cds-sdc-listener",
"timestamp": 1682128310770,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230422015129/1.0/artifacts/service-Vfw20230422015129-template.yml",
"status": "NOT_NOTIFIED"
}
2023-04-22T01:53:48.369Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T01:53:48.369Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T01:53:48.369Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dacec4a1-5308-416a-8255-fb5eb3700511",
"consumerID": "ves-openapi-manager",
"timestamp": 1682128355957,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230422015129/1.0/artifacts/service-Vfw20230422015129-template.yml",
"status": "NOT_NOTIFIED"
}
2023-04-22T01:53:48.369Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T01:53:48.370Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T01:53:48.370Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dacec4a1-5308-416a-8255-fb5eb3700511",
"consumerID": "aai-model-loader",
"timestamp": 1682128349819,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230422015129/1.0/artifacts/service-Vfw20230422015129-template.yml",
"status": "NOT_NOTIFIED"
}
2023-04-22T01:53:48.370Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T01:53:48.370Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T01:53:48.370Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dacec4a1-5308-416a-8255-fb5eb3700511",
"consumerID": "SO-sdc-controller",
"timestamp": 1682128308567,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230422015129/1.0/artifacts/service-Vfw20230422015129-template.yml",
"status": "NOT_NOTIFIED"
}
2023-04-22T01:53:48.371Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T01:53:48.371Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T01:53:48.371Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dacec4a1-5308-416a-8255-fb5eb3700511",
"consumerID": "multicloud-k8s",
"timestamp": 1682128355464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230422015129/1.0/artifacts/service-Vfw20230422015129-csar.csar",
"status": "NOTIFIED"
}
2023-04-22T01:53:48.371Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T01:53:48.371Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T01:53:48.371Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dacec4a1-5308-416a-8255-fb5eb3700511",
"consumerID": "policy-distribution-id",
"timestamp": 1682128331886,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230422015129/1.0/artifacts/service-Vfw20230422015129-csar.csar",
"status": "NOTIFIED"
}
2023-04-22T01:53:48.372Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T01:53:48.372Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T01:53:48.372Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dacec4a1-5308-416a-8255-fb5eb3700511",
"consumerID": "cds-sdc-listener",
"timestamp": 1682128310770,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230422015129/1.0/artifacts/service-Vfw20230422015129-csar.csar",
"status": "NOTIFIED"
}
2023-04-22T01:53:48.372Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T01:53:48.372Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T01:53:48.372Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dacec4a1-5308-416a-8255-fb5eb3700511",
"consumerID": "ves-openapi-manager",
"timestamp": 1682128355957,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230422015129/1.0/artifacts/service-Vfw20230422015129-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-04-22T01:53:48.373Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T01:53:48.373Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T01:53:48.373Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dacec4a1-5308-416a-8255-fb5eb3700511",
"consumerID": "aai-model-loader",
"timestamp": 1682128349819,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230422015129/1.0/artifacts/service-Vfw20230422015129-csar.csar",
"status": "NOTIFIED"
}
2023-04-22T01:53:48.373Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T01:53:48.373Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T01:53:48.373Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dacec4a1-5308-416a-8255-fb5eb3700511",
"consumerID": "SO-sdc-controller",
"timestamp": 1682128308567,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230422015129/1.0/artifacts/service-Vfw20230422015129-csar.csar",
"status": "NOTIFIED"
}
2023-04-22T01:53:48.374Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T01:53:48.374Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T01:53:48.374Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dacec4a1-5308-416a-8255-fb5eb3700511",
"consumerID": "policy-distribution-id",
"timestamp": 1682128362651,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230422015129/1.0/artifacts/service-Vfw20230422015129-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-04-22T01:53:48.374Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T01:53:48.374Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T01:53:48.374Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dacec4a1-5308-416a-8255-fb5eb3700511",
"consumerID": "aai-model-loader",
"timestamp": 1682128363138,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230422015129/1.0/artifacts/service-Vfw20230422015129-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-04-22T01:53:48.375Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T01:53:48.375Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T01:53:48.375Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dacec4a1-5308-416a-8255-fb5eb3700511",
"consumerID": "cds-sdc-listener",
"timestamp": 1682128363466,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230422015129/1.0/artifacts/service-Vfw20230422015129-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-04-22T01:53:48.375Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T01:53:48.375Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T01:53:48.376Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dacec4a1-5308-416a-8255-fb5eb3700511",
"consumerID": "multicloud-k8s",
"timestamp": 1682128363171,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230422015129/1.0/resourceInstances/vfw1d82f72556390/artifacts/vfw1d82f72556390_modules.json",
"status": "DOWNLOAD_OK"
}
2023-04-22T01:53:48.376Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T01:53:48.376Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T01:53:48.376Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dacec4a1-5308-416a-8255-fb5eb3700511",
"consumerID": "SO-sdc-controller",
"timestamp": 1682128363593,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230422015129/1.0/artifacts/service-Vfw20230422015129-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-04-22T01:53:48.376Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T01:53:48.376Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T01:53:48.376Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dacec4a1-5308-416a-8255-fb5eb3700511",
"consumerID": "policy-distribution-id",
"timestamp": 1682128363672,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230422015129/1.0/artifacts/service-Vfw20230422015129-csar.csar",
"status": "DEPLOY_OK"
}
2023-04-22T01:53:48.377Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T01:53:48.377Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T01:53:48.377Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dacec4a1-5308-416a-8255-fb5eb3700511",
"consumerID": "cds-sdc-listener",
"timestamp": 1682128364491,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230422015129/1.0/artifacts/service-Vfw20230422015129-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-04-22T01:53:48.400Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of dacec4a1-5308-416a-8255-fb5eb3700511
2023-04-22T01:53:48.400Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId dacec4a1-5308-416a-8255-fb5eb3700511 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-04-22T01:53:48.427Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T01:53:48.428Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dacec4a1-5308-416a-8255-fb5eb3700511",
"consumerID": "multicloud-k8s",
"timestamp": 1682128364302,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230422015129/1.0/resourceInstances/vfw1d82f72556390/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-04-22T01:53:48.429Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T01:53:48.430Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T01:53:48.430Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dacec4a1-5308-416a-8255-fb5eb3700511",
"consumerID": "policy-distribution-id",
"timestamp": 1682128364676,
"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-04-22T01:53:48.444Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dacec4a1-5308-416a-8255-fb5eb3700511
2023-04-22T01:53:48.444Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId dacec4a1-5308-416a-8255-fb5eb3700511 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-04-22T01:53:48.469Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T01:53:48.470Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dacec4a1-5308-416a-8255-fb5eb3700511",
"consumerID": "multicloud-k8s",
"timestamp": 1682128365421,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230422015129/1.0/resourceInstances/vfw1d82f72556390/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-04-22T01:53:48.470Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T01:53:48.471Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T01:53:48.471Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dacec4a1-5308-416a-8255-fb5eb3700511",
"consumerID": "multicloud-k8s",
"timestamp": 1682128366568,
"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-04-22T01:53:48.484Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dacec4a1-5308-416a-8255-fb5eb3700511
2023-04-22T01:53:48.484Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId dacec4a1-5308-416a-8255-fb5eb3700511 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-04-22T01:53:48.500Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T01:53:48.501Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dacec4a1-5308-416a-8255-fb5eb3700511",
"consumerID": "multicloud-k8s",
"timestamp": 1682128367572,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230422015129/1.0/resourceInstances/vfw1d82f72556390/artifacts/vfw1d82f72556390_modules.json",
"status": "DEPLOY_OK"
}
2023-04-22T01:53:48.501Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T01:53:57.373Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dacec4a1-5308-416a-8255-fb5eb3700511
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-22T01:53:57.398Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dacec4a1-5308-416a-8255-fb5eb3700511
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-22T01:53:57.403Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-22T01:53:57.403Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-22T01:53:57.403Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-22T01:54:27.404Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dacec4a1-5308-416a-8255-fb5eb3700511
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-22T01:54:27.425Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dacec4a1-5308-416a-8255-fb5eb3700511
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-22T01:54:27.429Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-22T01:54:27.429Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-22T01:54:27.429Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-22T01:54:48.343Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T01:54:48.347Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T01:54:48.347Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dacec4a1-5308-416a-8255-fb5eb3700511",
"consumerID": "SO-sdc-controller",
"timestamp": 1682128369259,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230422015129/1.0/resourceInstances/vfw1d82f72556390/artifacts/vfw1d82f72556390_modules.json",
"status": "DOWNLOAD_OK"
}
2023-04-22T01:54:48.348Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T01:54:48.348Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T01:54:48.349Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dacec4a1-5308-416a-8255-fb5eb3700511",
"consumerID": "SO-sdc-controller",
"timestamp": 1682128370402,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230422015129/1.0/resourceInstances/vfw1d82f72556390/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-04-22T01:54:48.349Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T01:54:48.349Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T01:54:48.349Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dacec4a1-5308-416a-8255-fb5eb3700511",
"consumerID": "SO-sdc-controller",
"timestamp": 1682128371531,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230422015129/1.0/resourceInstances/vfw1d82f72556390/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-04-22T01:54:48.349Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T01:54:48.349Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T01:54:48.350Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dacec4a1-5308-416a-8255-fb5eb3700511",
"consumerID": "SO-sdc-controller",
"timestamp": 1682128373283,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230422015129/1.0/resourceInstances/vfw1d82f72556390/artifacts/vfw1d82f72556390_modules.json",
"status": "DEPLOY_OK"
}
2023-04-22T01:54:48.350Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T01:54:48.350Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T01:54:48.350Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dacec4a1-5308-416a-8255-fb5eb3700511",
"consumerID": "SO-sdc-controller",
"timestamp": 1682128374285,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230422015129/1.0/resourceInstances/vfw1d82f72556390/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2023-04-22T01:54:48.350Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T01:54:48.350Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T01:54:48.350Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dacec4a1-5308-416a-8255-fb5eb3700511",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1682128373148,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230422015129/1.0/resourceInstances/vfw1d82f72556390/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-04-22T01:54:48.351Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T01:54:48.351Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T01:54:48.351Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dacec4a1-5308-416a-8255-fb5eb3700511",
"consumerID": "aai-model-loader",
"timestamp": 1682128374960,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230422015129/1.0/artifacts/service-Vfw20230422015129-csar.csar",
"status": "DEPLOY_OK"
}
2023-04-22T01:54:48.351Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T01:54:48.351Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T01:54:48.351Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dacec4a1-5308-416a-8255-fb5eb3700511",
"consumerID": "SO-sdc-controller",
"timestamp": 1682128375288,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230422015129/1.0/resourceInstances/vfw1d82f72556390/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2023-04-22T01:54:48.352Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T01:54:48.352Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T01:54:48.352Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dacec4a1-5308-416a-8255-fb5eb3700511",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1682128373148,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230422015129/1.0/resourceInstances/vfw1d82f72556390/artifacts/vfw1d82f72556390_modules.json",
"status": "NOT_NOTIFIED"
}
2023-04-22T01:54:48.352Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T01:54:48.352Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T01:54:48.352Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dacec4a1-5308-416a-8255-fb5eb3700511",
"consumerID": "aai-model-loader",
"timestamp": 1682128375965,
"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-04-22T01:54:48.373Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of dacec4a1-5308-416a-8255-fb5eb3700511
2023-04-22T01:54:48.373Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId dacec4a1-5308-416a-8255-fb5eb3700511 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-04-22T01:54:48.390Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T01:54:48.391Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dacec4a1-5308-416a-8255-fb5eb3700511",
"consumerID": "SO-sdc-controller",
"timestamp": 1682128376299,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230422015129/1.0/artifacts/service-Vfw20230422015129-csar.csar",
"status": "DEPLOY_OK"
}
2023-04-22T01:54:48.391Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T01:54:48.391Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T01:54:48.391Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dacec4a1-5308-416a-8255-fb5eb3700511",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1682128373148,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230422015129/1.0/resourceInstances/vfw1d82f72556390/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-04-22T01:54:48.392Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T01:54:48.392Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T01:54:48.392Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dacec4a1-5308-416a-8255-fb5eb3700511",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1682128373148,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230422015129/1.0/resourceInstances/vfw1d82f72556390/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-04-22T01:54:48.392Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T01:54:48.392Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T01:54:48.392Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dacec4a1-5308-416a-8255-fb5eb3700511",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1682128373148,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230422015129/1.0/resourceInstances/vfw1d82f72556390/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-04-22T01:54:48.393Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T01:54:48.393Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T01:54:48.393Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dacec4a1-5308-416a-8255-fb5eb3700511",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1682128373148,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230422015129/1.0/artifacts/service-Vfw20230422015129-template.yml",
"status": "NOT_NOTIFIED"
}
2023-04-22T01:54:48.393Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T01:54:48.393Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T01:54:48.393Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dacec4a1-5308-416a-8255-fb5eb3700511",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1682128373148,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230422015129/1.0/artifacts/service-Vfw20230422015129-csar.csar",
"status": "NOTIFIED"
}
2023-04-22T01:54:48.394Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T01:54:48.394Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T01:54:48.394Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dacec4a1-5308-416a-8255-fb5eb3700511",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1682128381086,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230422015129/1.0/artifacts/service-Vfw20230422015129-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-04-22T01:54:48.394Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T01:54:48.394Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T01:54:48.394Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dacec4a1-5308-416a-8255-fb5eb3700511",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1682128385695,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230422015129/1.0/artifacts/service-Vfw20230422015129-csar.csar",
"status": "DEPLOY_OK"
}
2023-04-22T01:54:48.395Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T01:54:48.395Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T01:54:48.395Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "dacec4a1-5308-416a-8255-fb5eb3700511",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1682128386700,
"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-04-22T01:54:48.406Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of dacec4a1-5308-416a-8255-fb5eb3700511
2023-04-22T01:54:48.407Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId dacec4a1-5308-416a-8255-fb5eb3700511 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-04-22T01:54:57.430Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dacec4a1-5308-416a-8255-fb5eb3700511
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-22T01:54:57.452Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dacec4a1-5308-416a-8255-fb5eb3700511
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-22T01:54:57.457Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-22T01:54:57.457Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-22T01:54:57.457Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-22T01:54:57.457Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-22T01:54:57.458Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-04-22T01:54:57.458Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-04-22T01:54:57.458Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-04-22T01:54:57.458Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-04-22T01:54:57.458Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-04-22T01:54:57.458Z|dacec4a1-5308-416a-8255-fb5eb3700511|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-04-22T01:54:57.470Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-22T01:55:27.474Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dacec4a1-5308-416a-8255-fb5eb3700511 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-04-22T01:55:27.487Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dacec4a1-5308-416a-8255-fb5eb3700511 and serviceModelVersionId: 9096e748-057e-4e07-8094-9c53706961c8
2023-04-22T01:55:27.488Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5f543f60-adb6-4b58-b283-4a481afe2c87
2023-04-22T01:55:45.076Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5f543f60-adb6-4b58-b283-4a481afe2c87/model-vers/model-ver/9096e748-057e-4e07-8094-9c53706961c8?depth=0
2023-04-22T01:55:45.148Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2023-04-22T01:55:45.188Z|dacec4a1-5308-416a-8255-fb5eb3700511|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/5f543f60-adb6-4b58-b283-4a481afe2c87/model-vers/model-ver/9096e748-057e-4e07-8094-9c53706961c8?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-04-22T01:55:45.190Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5f543f60-adb6-4b58-b283-4a481afe2c87/model-vers/model-ver/9096e748-057e-4e07-8094-9c53706961c8?depth=0|INFO|500||Invoke
2023-04-22T01:55:45.202Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5f543f60-adb6-4b58-b283-4a481afe2c87/model-vers/model-ver/9096e748-057e-4e07-8094-9c53706961c8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-04-22T01:55:45.486Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5f543f60-adb6-4b58-b283-4a481afe2c87/model-vers/model-ver/9096e748-057e-4e07-8094-9c53706961c8?depth=0|INFO|500||InvokeReturn
2023-04-22T01:55:45.487Z|dacec4a1-5308-416a-8255-fb5eb3700511|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/5f543f60-adb6-4b58-b283-4a481afe2c87/model-vers/model-ver/9096e748-057e-4e07-8094-9c53706961c8?depth=0 has http status code:200 and response headers:{date=[Sat, 22 Apr 2023 01:55:44 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[262], vertex-id=[192584], x-aai-txid=[0-aai-resources-230422-01:55:44:577-29754], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-22T01:55:45.487Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2023-04-22T01:55:45.491Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-22T01:55:45.491Z|dacec4a1-5308-416a-8255-fb5eb3700511|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-04-22T01:55:45.510Z|dacec4a1-5308-416a-8255-fb5eb3700511|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-04-22T01:55:45.512Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dacec4a1-5308-416a-8255-fb5eb3700511 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-22T01:55:45.513Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-22T01:55:45.514Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-04-22T01:55:45.514Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-22T01:55:45.514Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||INFO|500||Trying to send status: {
"distributionID": "dacec4a1-5308-416a-8255-fb5eb3700511",
"consumerID": "SO-sdc-controller",
"timestamp": 1682128545512,
"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-04-22T01:55:46.552Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T01:55:48.343Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T01:55:48.351Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-22T01:55:48.351Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "dacec4a1-5308-416a-8255-fb5eb3700511",
"consumerID": "SO-sdc-controller",
"timestamp": 1682128545512,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-22T01:55:48.352Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T01:56:46.552Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T01:56:48.344Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T01:57:46.554Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T01:57:48.345Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T01:58:46.556Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T01:58:48.347Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T01:59:46.557Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T01:59:48.347Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T02:00:46.558Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T02:00:48.349Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T02:01:46.559Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T02:01:48.349Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T02:01:50.850Z||kafka-producer-network-thread | SO-sdc-controller-producer-8ff6ab36-aabf-40be-a96f-90ffb3dc3838|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-8ff6ab36-aabf-40be-a96f-90ffb3dc3838] Node 1 disconnected.
2023-04-22T02:02:46.562Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T02:02:48.351Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T02:03:46.565Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T02:03:48.353Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T02:04:46.568Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T02:04:48.354Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T02:05:46.569Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T02:05:48.356Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T02:06:46.571Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T02:06:48.357Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T02:07:46.573Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T02:07:48.358Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T02:08:46.574Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T02:08:48.359Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T02:09:46.575Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T02:09:48.360Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T02:10:46.577Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T02:10:48.361Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T02:11:46.578Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T02:11:48.363Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T02:12:46.580Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T02:12:48.365Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T02:13:46.580Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T02:13:48.365Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T02:14:28.554Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-22T02:14:28.555Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"70b5cfe8-c81d-4458-9823-03b3a3f3d9e6","serviceName":"basic_onboard_fCBEXM","serviceVersion":"1.0","serviceUUID":"8139208c-388c-47de-8eab-ed6a7ba23c5c","serviceDescription":"service","serviceInvariantUUID":"11b48c04-8eb8-47c0-a5ab-8a4685410ebd","resources":[{"resourceInstanceName":"basic_onboard_fCBEXM 0","resourceName":"basic_onboard_fCBEXM","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"29554404-aec6-4f87-ba7e-21c530093ffd","resourceInvariantUUID":"88b2ee49-f16b-4dca-a85e-8053bd8300f6","resourceCustomizationUUID":"c8db3ebc-5943-4887-a49c-95c004bc82ed","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/resourceInstances/basic_onboard_fcbexm0/artifacts/vf-license-model.xml","artifactChecksum":"N2Q0ZmNiYTRkYzViNDVkMTYwY2ZlM2YwNTRmNTE2MDk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"da6b584c-a2d6-4632-b413-9aab46bf6f18","artifactVersion":"1"},{"artifactName":"basic_onboard_fcbexm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/resourceInstances/basic_onboard_fcbexm0/artifacts/basic_onboard_fcbexm0_modules.json","artifactChecksum":"OGNhOTEzMWI3YWM5OGI2MzUxMzVmZDE5N2YwZmViODc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5388beb2-56f1-4bdc-bc25-d40fa1ea0344","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/resourceInstances/basic_onboard_fcbexm0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"63d186c8-3b01-4e57-bd3d-a71073aa6752","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/resourceInstances/basic_onboard_fcbexm0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b482755e-f04e-4cb8-9007-9e050fcb515f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/resourceInstances/basic_onboard_fcbexm0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8c365fb5-c032-496b-91c2-63b678624c0b","artifactVersion":"2","generatedFromUUID":"63d186c8-3b01-4e57-bd3d-a71073aa6752"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardFcbexm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/artifacts/service-BasicOnboardFcbexm-template.yml","artifactChecksum":"NTJlNzU4ZjFhNTYxNGIwMTdkODVkYmE4MzBlNTQzYTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d3731ba3-5766-417d-a142-64edefb6ad26","artifactVersion":"1"},{"artifactName":"service-BasicOnboardFcbexm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/artifacts/service-BasicOnboardFcbexm-csar.csar","artifactChecksum":"ZjIxNDdiNGU0NjViZTI4YTZmMjVhYzQ0MjQzMTdkM2U\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fd9a7a19-654c-4f69-9f28-5475358b8208","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-22T02:14:28.560Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-22T02:14:28.561Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-04-22T02:14:28.561Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-22T02:14:28.561Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "70b5cfe8-c81d-4458-9823-03b3a3f3d9e6",
"consumerID": "SO-sdc-controller",
"timestamp": 1682129626580,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/resourceInstances/basic_onboard_fcbexm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T02:14:28.570Z||kafka-producer-network-thread | SO-sdc-controller-producer-8ff6ab36-aabf-40be-a96f-90ffb3dc3838|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-8ff6ab36-aabf-40be-a96f-90ffb3dc3838] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to jGDltzQSReW8C0oxcGyVog
2023-04-22T02:14:28.572Z||kafka-producer-network-thread | SO-sdc-controller-producer-8ff6ab36-aabf-40be-a96f-90ffb3dc3838|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-8ff6ab36-aabf-40be-a96f-90ffb3dc3838] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to jGDltzQSReW8C0oxcGyVog
2023-04-22T02:14:28.573Z||kafka-producer-network-thread | SO-sdc-controller-producer-8ff6ab36-aabf-40be-a96f-90ffb3dc3838|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-8ff6ab36-aabf-40be-a96f-90ffb3dc3838] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to jGDltzQSReW8C0oxcGyVog
2023-04-22T02:14:28.574Z||kafka-producer-network-thread | SO-sdc-controller-producer-8ff6ab36-aabf-40be-a96f-90ffb3dc3838|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-8ff6ab36-aabf-40be-a96f-90ffb3dc3838] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to jGDltzQSReW8C0oxcGyVog
2023-04-22T02:14:28.575Z||kafka-producer-network-thread | SO-sdc-controller-producer-8ff6ab36-aabf-40be-a96f-90ffb3dc3838|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-8ff6ab36-aabf-40be-a96f-90ffb3dc3838] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to jGDltzQSReW8C0oxcGyVog
2023-04-22T02:14:28.576Z||kafka-producer-network-thread | SO-sdc-controller-producer-8ff6ab36-aabf-40be-a96f-90ffb3dc3838|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-8ff6ab36-aabf-40be-a96f-90ffb3dc3838] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to jGDltzQSReW8C0oxcGyVog
2023-04-22T02:14:28.594Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-22T02:14:28.594Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "70b5cfe8-c81d-4458-9823-03b3a3f3d9e6",
"consumerID": "policy-distribution-id",
"timestamp": 1682129655729,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/resourceInstances/basic_onboard_fcbexm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:14:28.595Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:14:29.578Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-22T02:14:29.581Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-04-22T02:14:29.582Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-22T02:14:29.582Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "70b5cfe8-c81d-4458-9823-03b3a3f3d9e6",
"consumerID": "SO-sdc-controller",
"timestamp": 1682129626580,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/resourceInstances/basic_onboard_fcbexm0/artifacts/basic_onboard_fcbexm0_modules.json",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T02:14:30.582Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-22T02:14:30.585Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-04-22T02:14:30.585Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-22T02:14:30.585Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "70b5cfe8-c81d-4458-9823-03b3a3f3d9e6",
"consumerID": "SO-sdc-controller",
"timestamp": 1682129626580,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/resourceInstances/basic_onboard_fcbexm0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T02:14:31.587Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-22T02:14:31.588Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-04-22T02:14:31.588Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-22T02:14:31.588Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "70b5cfe8-c81d-4458-9823-03b3a3f3d9e6",
"consumerID": "SO-sdc-controller",
"timestamp": 1682129626580,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/resourceInstances/basic_onboard_fcbexm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T02:14:32.589Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-22T02:14:32.590Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-04-22T02:14:32.591Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-22T02:14:32.591Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "70b5cfe8-c81d-4458-9823-03b3a3f3d9e6",
"consumerID": "SO-sdc-controller",
"timestamp": 1682129626580,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/resourceInstances/basic_onboard_fcbexm0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T02:14:33.593Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-22T02:14:33.594Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-04-22T02:14:33.594Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-22T02:14:33.594Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "70b5cfe8-c81d-4458-9823-03b3a3f3d9e6",
"consumerID": "SO-sdc-controller",
"timestamp": 1682129626580,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/artifacts/service-BasicOnboardFcbexm-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T02:14:34.595Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-22T02:14:34.596Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-04-22T02:14:34.597Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-22T02:14:34.597Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "70b5cfe8-c81d-4458-9823-03b3a3f3d9e6",
"consumerID": "SO-sdc-controller",
"timestamp": 1682129626580,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/artifacts/service-BasicOnboardFcbexm-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T02:14:35.607Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "70b5cfe8-c81d-4458-9823-03b3a3f3d9e6",
"serviceName": "basic_onboard_fCBEXM",
"serviceVersion": "1.0",
"serviceUUID": "8139208c-388c-47de-8eab-ed6a7ba23c5c",
"serviceDescription": "service",
"serviceInvariantUUID": "11b48c04-8eb8-47c0-a5ab-8a4685410ebd",
"resources": [
{
"resourceInstanceName": "basic_onboard_fCBEXM 0",
"resourceCustomizationUUID": "c8db3ebc-5943-4887-a49c-95c004bc82ed",
"resourceName": "basic_onboard_fCBEXM",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "29554404-aec6-4f87-ba7e-21c530093ffd",
"resourceInvariantUUID": "88b2ee49-f16b-4dca-a85e-8053bd8300f6",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_fcbexm0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/resourceInstances/basic_onboard_fcbexm0/artifacts/basic_onboard_fcbexm0_modules.json",
"artifactChecksum": "OGNhOTEzMWI3YWM5OGI2MzUxMzVmZDE5N2YwZmViODc\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "5388beb2-56f1-4bdc-bc25-d40fa1ea0344",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/resourceInstances/basic_onboard_fcbexm0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "63d186c8-3b01-4e57-bd3d-a71073aa6752",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/resourceInstances/basic_onboard_fcbexm0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "8c365fb5-c032-496b-91c2-63b678624c0b",
"generatedFromUUID": "63d186c8-3b01-4e57-bd3d-a71073aa6752"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/resourceInstances/basic_onboard_fcbexm0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "8c365fb5-c032-496b-91c2-63b678624c0b",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardFcbexm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/artifacts/service-BasicOnboardFcbexm-csar.csar",
"artifactChecksum": "ZjIxNDdiNGU0NjViZTI4YTZmMjVhYzQ0MjQzMTdkM2U\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "fd9a7a19-654c-4f69-9f28-5475358b8208"
}
],
"workloadContext": "Production"
}
2023-04-22T02:14:35.608Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-22T02:14:35.608Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8139208c-388c-47de-8eab-ed6a7ba23c5c ASDC
2023-04-22T02:14:35.609Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:70b5cfe8-c81d-4458-9823-03b3a3f3d9e6
ServiceName:basic_onboard_fCBEXM
ServiceVersion:1.0
ServiceUUID:8139208c-388c-47de-8eab-ed6a7ba23c5c
ServiceInvariantUUID:11b48c04-8eb8-47c0-a5ab-8a4685410ebd
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardFcbexm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/artifacts/service-BasicOnboardFcbexm-csar.csar
ArtifactUUID:fd9a7a19-654c-4f69-9f28-5475358b8208
ArtifactChecksum:ZjIxNDdiNGU0NjViZTI4YTZmMjVhYzQ0MjQzMTdkM2U=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_fCBEXM 0
ResourceCustomizationUUID:c8db3ebc-5943-4887-a49c-95c004bc82ed
ResourceInvariantUUID:88b2ee49-f16b-4dca-a85e-8053bd8300f6
ResourceName:basic_onboard_fCBEXM
ResourceType:VF
ResourceUUID:29554404-aec6-4f87-ba7e-21c530093ffd
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_fcbexm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/resourceInstances/basic_onboard_fcbexm0/artifacts/basic_onboard_fcbexm0_modules.json
ArtifactUUID:5388beb2-56f1-4bdc-bc25-d40fa1ea0344
ArtifactChecksum:OGNhOTEzMWI3YWM5OGI2MzUxMzVmZDE5N2YwZmViODc=
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/BasicOnboardFcbexm/1.0/resourceInstances/basic_onboard_fcbexm0/artifacts/base_ubuntu18.yaml
ArtifactUUID:63d186c8-3b01-4e57-bd3d-a71073aa6752
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/BasicOnboardFcbexm/1.0/resourceInstances/basic_onboard_fcbexm0/artifacts/base_ubuntu18.env
ArtifactUUID:8c365fb5-c032-496b-91c2-63b678624c0b
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/BasicOnboardFcbexm/1.0/resourceInstances/basic_onboard_fcbexm0/artifacts/base_ubuntu18.env
ArtifactUUID:8c365fb5-c032-496b-91c2-63b678624c0b
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-04-22T02:14:35.609Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8139208c-388c-47de-8eab-ed6a7ba23c5c 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-04-22T02:14:35.679Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-22T02:14:35.680Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-04-22T02:14:35.680Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-04-22T02:14:35.680Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: fd9a7a19-654c-4f69-9f28-5475358b8208 from URL: /sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/artifacts/service-BasicOnboardFcbexm-csar.csar
2023-04-22T02:14:35.680Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-04-22T02:14:35.681Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/artifacts/service-BasicOnboardFcbexm-csar.csar
2023-04-22T02:14:35.832Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-04-22T02:14:35.834Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/artifacts/service-BasicOnboardFcbexm-csar.csar fd9a7a19-654c-4f69-9f28-5475358b8208 75640
2023-04-22T02:14:35.835Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/artifacts/service-BasicOnboardFcbexm-csar.csar ASDC sendASDCNotification
2023-04-22T02:14:35.835Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/artifacts/service-BasicOnboardFcbexm-csar.csar
2023-04-22T02:14:35.835Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-22T02:14:35.836Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-04-22T02:14:35.836Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-22T02:14:35.836Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "70b5cfe8-c81d-4458-9823-03b3a3f3d9e6",
"consumerID": "SO-sdc-controller",
"timestamp": 1682129675835,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/artifacts/service-BasicOnboardFcbexm-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T02:14:36.837Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-22T02:14:36.838Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-04-22T02:14:36.838Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: fd9a7a19-654c-4f69-9f28-5475358b8208, URL: /sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/artifacts/service-BasicOnboardFcbexm-csar.csar to file: /app/ASDC/1/service-BasicOnboardFcbexm-csar.csar
2023-04-22T02:14:36.839Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardFcbexm-csar.csar
2023-04-22T02:14:36.839Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardFcbexm-csar.csar
2023-04-22T02:14:36.839Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardFcbexm-csar.csar
2023-04-22T02:14:37.123Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4724882748533258013/Definitions/service-BasicOnboardFcbexm-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-04-22T02:14:38.531Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-22T02:14:38.531Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-04-22T02:14:38.532Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardFcbexm-csar.csar
2023-04-22T02:14:38.532Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-22T02:14:38.532Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardFcbexm-csar.csar
2023-04-22T02:14:38.532Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardFcbexm-csar.csar
2023-04-22T02:14:38.532Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_fCBEXM 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-BasicOnboardFcbexm-csar.csar
2023-04-22T02:14:38.532Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardFcbexm-csar.csar
2023-04-22T02:14:38.532Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardFcbexm-csar.csar
2023-04-22T02:14:38.532Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardFcbexm-csar.csar
2023-04-22T02:14:38.533Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardFcbexm-csar.csar
2023-04-22T02:14:38.533Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-04-22T02:14:38.533Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-04-22T02:14:38.533Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_fCBEXM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-22T02:14:38.534Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_fCBEXM 0 is matching search criteria
2023-04-22T02:14:38.534Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-04-22T02:14:38.534Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_fCBEXM 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-22T02:14:38.534Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-04-22T02:14:38.535Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_fCBEXM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-22T02:14:38.535Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_fCBEXM 0 is matching search criteria
2023-04-22T02:14:38.535Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-04-22T02:14:38.535Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_fCBEXM 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-22T02:14:38.535Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-04-22T02:14:38.535Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_fCBEXM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-22T02:14:38.536Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-04-22T02:14:38.536Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_fCBEXM 0 is not matching search criteria
2023-04-22T02:14:38.536Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2023-04-22T02:14:38.536Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2023-04-22T02:14:38.536Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2023-04-22T02:14:38.537Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-04-22T02:14:38.537Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-22T02:14:38.537Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-04-22T02:14:38.537Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_fCBEXM is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-22T02:14:38.537Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-04-22T02:14:38.538Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_fCBEXM 0 is matching search criteria
2023-04-22T02:14:38.538Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_fCBEXM 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-22T02:14:38.538Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-04-22T02:14:38.538Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_fCBEXM 0 is matching search criteria
2023-04-22T02:14:38.538Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_fCBEXM 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-22T02:14:38.539Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-04-22T02:14:38.539Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_fCBEXM 0 is matching search criteria
2023-04-22T02:14:38.539Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_fCBEXM 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-22T02:14:38.539Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-04-22T02:14:38.539Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_fCBEXM 0 is not matching search criteria
2023-04-22T02:14:38.540Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-04-22T02:14:38.540Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-04-22T02:14:38.540Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ad6e3f74-6289-4a2b-83e3-42caa5417fc9
2023-04-22T02:14:38.540Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-04-22T02:14:38.540Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_fCBEXM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-22T02:14:38.540Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-04-22T02:14:38.541Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_fCBEXM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-22T02:14:38.541Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-04-22T02:14:38.541Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_fCBEXM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-22T02:14:38.541Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-04-22T02:14:38.541Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_fCBEXM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-22T02:14:38.541Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_fCBEXM
Description:service
Model UUID:8139208c-388c-47de-8eab-ed6a7ba23c5c
Model Version:NULL
Model InvariantUuid:11b48c04-8eb8-47c0-a5ab-8a4685410ebd
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_fCBEXM
Model UUID:fe3956b8-6b2e-4a1f-9db9-f3bed6a49b14
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:88b2ee49-f16b-4dca-a85e-8053bd8300f6
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:c8db3ebc-5943-4887-a49c-95c004bc82ed
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:2342241c-f2d6-4fcf-8212-1110f095f187
ModelName:BasicOnboardFcbexm..base_ubuntu18..module-0
ModelUuid:a806c00f-01b4-4684-b041-134135eb31a0
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:ad6e3f74-6289-4a2b-83e3-42caa5417fc9
ModelInvariantUuid:d830934f-65ba-436b-b6db-0bfb6ad6ab16
ModelName:basic_onboard_fCBEXM-nodes.ubuntu18Cvfc
ModelUuid:4ab3958f-58f2-4fec-9dc8-7237c4601dd0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:0b3b6077-8d21-42a1-a475-aca9740d3830
ModelInvariantUuid:4d31e9f1-24b0-4f8d-b7e6-ee7a8081f801
ModelName:BasicOnboardFcbexm.compute.nodes.heat.ubuntu18
ModelUuid:bcc7c4da-d647-413e-bffb-a3cb9ed5f923
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-04-22T02:14:38.557Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 29554404-aec6-4f87-ba7e-21c530093ffd
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-22T02:14:38.566Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||INFO|500||basic_onboard_fCBEXM 0
2023-04-22T02:14:38.567Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 29554404-aec6-4f87-ba7e-21c530093ffd
2023-04-22T02:14:38.567Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 5388beb2-56f1-4bdc-bc25-d40fa1ea0344 from URL: /sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/resourceInstances/basic_onboard_fcbexm0/artifacts/basic_onboard_fcbexm0_modules.json
2023-04-22T02:14:38.567Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-04-22T02:14:38.567Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/resourceInstances/basic_onboard_fcbexm0/artifacts/basic_onboard_fcbexm0_modules.json
2023-04-22T02:14:38.683Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-04-22T02:14:38.683Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/resourceInstances/basic_onboard_fcbexm0/artifacts/basic_onboard_fcbexm0_modules.json 5388beb2-56f1-4bdc-bc25-d40fa1ea0344 798
2023-04-22T02:14:38.684Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/resourceInstances/basic_onboard_fcbexm0/artifacts/basic_onboard_fcbexm0_modules.json ASDC sendASDCNotification
2023-04-22T02:14:38.684Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/resourceInstances/basic_onboard_fcbexm0/artifacts/basic_onboard_fcbexm0_modules.json
2023-04-22T02:14:38.684Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-22T02:14:38.684Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-04-22T02:14:38.684Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-22T02:14:38.685Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "70b5cfe8-c81d-4458-9823-03b3a3f3d9e6",
"consumerID": "SO-sdc-controller",
"timestamp": 1682129678684,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/resourceInstances/basic_onboard_fcbexm0/artifacts/basic_onboard_fcbexm0_modules.json",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T02:14:39.686Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardFcbexm..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "2342241c-f2d6-4fcf-8212-1110f095f187",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a806c00f-01b4-4684-b041-134135eb31a0",
"vfModuleModelCustomizationUUID": "70bc2c19-befd-4790-b746-1764bb05ef10",
"isBase": true,
"artifacts": [
"63d186c8-3b01-4e57-bd3d-a71073aa6752",
"8c365fb5-c032-496b-91c2-63b678624c0b"
],
"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-04-22T02:14:39.694Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardFcbexm..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a806c00f-01b4-4684-b041-134135eb31a0
VfModuleModelInvariantUUID:2342241c-f2d6-4fcf-8212-1110f095f187
VfModuleModelDescription:NULL
Artifacts UUID List:{
63d186c8-3b01-4e57-bd3d-a71073aa6752
,
8c365fb5-c032-496b-91c2-63b678624c0b
}
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-04-22T02:14:39.696Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardFcbexm..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "2342241c-f2d6-4fcf-8212-1110f095f187",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a806c00f-01b4-4684-b041-134135eb31a0",
"vfModuleModelCustomizationUUID": "70bc2c19-befd-4790-b746-1764bb05ef10",
"isBase": true,
"artifacts": [
"63d186c8-3b01-4e57-bd3d-a71073aa6752",
"8c365fb5-c032-496b-91c2-63b678624c0b"
],
"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-04-22T02:14:39.696Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardFcbexm..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a806c00f-01b4-4684-b041-134135eb31a0
VfModuleModelInvariantUUID:2342241c-f2d6-4fcf-8212-1110f095f187
VfModuleModelDescription:NULL
Artifacts UUID List:{
63d186c8-3b01-4e57-bd3d-a71073aa6752
,
8c365fb5-c032-496b-91c2-63b678624c0b
}
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-04-22T02:14:39.697Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 63d186c8-3b01-4e57-bd3d-a71073aa6752 from URL: /sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/resourceInstances/basic_onboard_fcbexm0/artifacts/base_ubuntu18.yaml
2023-04-22T02:14:39.697Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-04-22T02:14:39.697Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/resourceInstances/basic_onboard_fcbexm0/artifacts/base_ubuntu18.yaml
2023-04-22T02:14:39.811Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-04-22T02:14:39.812Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/resourceInstances/basic_onboard_fcbexm0/artifacts/base_ubuntu18.yaml 63d186c8-3b01-4e57-bd3d-a71073aa6752 5033
2023-04-22T02:14:39.812Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/resourceInstances/basic_onboard_fcbexm0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-04-22T02:14:39.812Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/resourceInstances/basic_onboard_fcbexm0/artifacts/base_ubuntu18.yaml
2023-04-22T02:14:39.812Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-22T02:14:39.813Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-04-22T02:14:39.813Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-22T02:14:39.813Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "70b5cfe8-c81d-4458-9823-03b3a3f3d9e6",
"consumerID": "SO-sdc-controller",
"timestamp": 1682129679812,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/resourceInstances/basic_onboard_fcbexm0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T02:14:40.814Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 8c365fb5-c032-496b-91c2-63b678624c0b from URL: /sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/resourceInstances/basic_onboard_fcbexm0/artifacts/base_ubuntu18.env
2023-04-22T02:14:40.815Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-04-22T02:14:40.817Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/resourceInstances/basic_onboard_fcbexm0/artifacts/base_ubuntu18.env
2023-04-22T02:14:40.921Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-04-22T02:14:40.921Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/resourceInstances/basic_onboard_fcbexm0/artifacts/base_ubuntu18.env 8c365fb5-c032-496b-91c2-63b678624c0b 909
2023-04-22T02:14:40.922Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/resourceInstances/basic_onboard_fcbexm0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-04-22T02:14:40.922Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/resourceInstances/basic_onboard_fcbexm0/artifacts/base_ubuntu18.env
2023-04-22T02:14:40.922Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-22T02:14:40.923Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-04-22T02:14:40.923Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-22T02:14:40.923Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "70b5cfe8-c81d-4458-9823-03b3a3f3d9e6",
"consumerID": "SO-sdc-controller",
"timestamp": 1682129680922,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/resourceInstances/basic_onboard_fcbexm0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T02:14:41.924Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 8139208c-388c-47de-8eab-ed6a7ba23c5c
2023-04-22T02:14:41.925Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_fCBEXM 0 29554404-aec6-4f87-ba7e-21c530093ffd 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-04-22T02:14:41.958Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@13e8fd96, org.onap.sdc.toscaparser.api.parameters.Input@25b81f84, org.onap.sdc.toscaparser.api.parameters.Input@2ae1ff43, org.onap.sdc.toscaparser.api.parameters.Input@4b4f0e83, org.onap.sdc.toscaparser.api.parameters.Input@1f9f4e31]
2023-04-22T02:14:41.960Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-04-22T02:14:41.960Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_fCBEXM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-22T02:14:41.960Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2023-04-22T02:14:41.961Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= c8db3ebc-5943-4887-a49c-95c004bc82ed
2023-04-22T02:14:41.961Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c8db3ebc-5943-4887-a49c-95c004bc82ed matches Tosca VF Customization UUID: c8db3ebc-5943-4887-a49c-95c004bc82ed
2023-04-22T02:14:41.961Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: c8db3ebc-5943-4887-a49c-95c004bc82ed 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-04-22T02:14:41.967Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-04-22T02:14:41.967Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_fCBEXM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-04-22T02:14:41.968Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id c8db3ebc-5943-4887-a49c-95c004bc82ed: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-04-22T02:14:41.968Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6c88e3ff
2023-04-22T02:14:41.968Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-04-22T02:14:41.968Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_fCBEXM is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-22T02:14:41.969Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 70bc2c19-befd-4790-b746-1764bb05ef10
2023-04-22T02:14:41.969Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 70bc2c19-befd-4790-b746-1764bb05ef10
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-04-22T02:14:41.973Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-04-22T02:14:41.974Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_fCBEXM 0 is matching search criteria
2023-04-22T02:14:41.974Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_fCBEXM 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-22T02:14:41.974Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-04-22T02:14:41.975Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_fCBEXM 0 is matching search criteria
2023-04-22T02:14:41.975Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_fCBEXM 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-22T02:14:41.975Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-04-22T02:14:41.975Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_fCBEXM 0 is not matching search criteria
2023-04-22T02:14:41.976Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-04-22T02:14:41.976Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-04-22T02:14:41.976Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ad6e3f74-6289-4a2b-83e3-42caa5417fc9
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-04-22T02:14:41.981Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-04-22T02:14:41.982Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_fCBEXM 0 is matching search criteria
2023-04-22T02:14:41.982Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_fCBEXM 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-22T02:14:41.982Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-04-22T02:14:41.982Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_fCBEXM 0 is matching search criteria
2023-04-22T02:14:41.983Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_fCBEXM 0] matching following query criteria: sdcType=VF, customizationUUID=c8db3ebc-5943-4887-a49c-95c004bc82ed
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-22T02:14:41.987Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-04-22T02:14:41.987Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_fCBEXM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-04-22T02:14:41.987Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 8139208c-388c-47de-8eab-ed6a7ba23c5c: basic_onboard_fCBEXM
2023-04-22T02:14:41.987Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-04-22T02:14:41.988Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_fCBEXM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-22T02:14:41.988Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-04-22T02:14:41.988Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_fCBEXM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-22T02:14:41.988Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-04-22T02:14:41.988Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_fCBEXM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-22T02:14:41.989Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-04-22T02:14:41.989Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_fCBEXM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-22T02:14:41.989Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-04-22T02:14:41.989Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_fCBEXM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-22T02:14:41.989Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||INFO|500||Saving Service: basic_onboard_fCBEXM
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-04-22T02:14:42.183Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_fCBEXM 29554404-aec6-4f87-ba7e-21c530093ffd 1 ASDC deployResourceStructure
2023-04-22T02:14:42.183Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/resourceInstances/basic_onboard_fcbexm0/artifacts/basic_onboard_fcbexm0_modules.json ASDC sendASDCNotification
2023-04-22T02:14:42.183Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/resourceInstances/basic_onboard_fcbexm0/artifacts/basic_onboard_fcbexm0_modules.json
2023-04-22T02:14:42.184Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-04-22T02:14:42.184Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-04-22T02:14:42.184Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-22T02:14:42.185Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "70b5cfe8-c81d-4458-9823-03b3a3f3d9e6",
"consumerID": "SO-sdc-controller",
"timestamp": 1682129682183,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/resourceInstances/basic_onboard_fcbexm0/artifacts/basic_onboard_fcbexm0_modules.json",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T02:14:43.186Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/resourceInstances/basic_onboard_fcbexm0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-04-22T02:14:43.187Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/resourceInstances/basic_onboard_fcbexm0/artifacts/base_ubuntu18.yaml
2023-04-22T02:14:43.189Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-04-22T02:14:43.189Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-04-22T02:14:43.189Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-22T02:14:43.190Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "70b5cfe8-c81d-4458-9823-03b3a3f3d9e6",
"consumerID": "SO-sdc-controller",
"timestamp": 1682129683186,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/resourceInstances/basic_onboard_fcbexm0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T02:14:44.191Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/resourceInstances/basic_onboard_fcbexm0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-04-22T02:14:44.191Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/resourceInstances/basic_onboard_fcbexm0/artifacts/base_ubuntu18.env
2023-04-22T02:14:44.192Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-04-22T02:14:44.192Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-04-22T02:14:44.192Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-22T02:14:44.193Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "70b5cfe8-c81d-4458-9823-03b3a3f3d9e6",
"consumerID": "SO-sdc-controller",
"timestamp": 1682129684191,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/resourceInstances/basic_onboard_fcbexm0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T02:14:45.194Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/artifacts/service-BasicOnboardFcbexm-csar.csar ASDC sendASDCNotification
2023-04-22T02:14:45.195Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/artifacts/service-BasicOnboardFcbexm-csar.csar
2023-04-22T02:14:45.195Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-04-22T02:14:45.196Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-04-22T02:14:45.196Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-22T02:14:45.196Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "70b5cfe8-c81d-4458-9823-03b3a3f3d9e6",
"consumerID": "SO-sdc-controller",
"timestamp": 1682129685194,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/artifacts/service-BasicOnboardFcbexm-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T02:14:46.198Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 70b5cfe8-c81d-4458-9823-03b3a3f3d9e6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-22T02:14:46.229Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 70b5cfe8-c81d-4458-9823-03b3a3f3d9e6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-22T02:14:46.235Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-22T02:14:46.235Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-22T02:14:46.235Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-22T02:14:48.344Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T02:14:48.348Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-22T02:14:48.348Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "70b5cfe8-c81d-4458-9823-03b3a3f3d9e6",
"consumerID": "SO-sdc-controller",
"timestamp": 1682129626580,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/resourceInstances/basic_onboard_fcbexm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:14:48.350Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:15:16.236Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 70b5cfe8-c81d-4458-9823-03b3a3f3d9e6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-22T02:15:16.279Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 70b5cfe8-c81d-4458-9823-03b3a3f3d9e6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-22T02:15:16.283Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-22T02:15:16.283Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-22T02:15:16.284Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-22T02:15:46.286Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 70b5cfe8-c81d-4458-9823-03b3a3f3d9e6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-22T02:15:46.325Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 70b5cfe8-c81d-4458-9823-03b3a3f3d9e6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-22T02:15:46.333Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-22T02:15:46.334Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-22T02:15:46.334Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-22T02:15:48.343Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T02:15:48.362Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-22T02:15:48.362Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "70b5cfe8-c81d-4458-9823-03b3a3f3d9e6",
"consumerID": "ves-openapi-manager",
"timestamp": 1682129655437,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/resourceInstances/basic_onboard_fcbexm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:15:48.365Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:15:48.365Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-22T02:15:48.365Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "70b5cfe8-c81d-4458-9823-03b3a3f3d9e6",
"consumerID": "multicloud-k8s",
"timestamp": 1682129658624,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/resourceInstances/basic_onboard_fcbexm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:15:48.365Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:15:48.366Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-22T02:15:48.366Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "70b5cfe8-c81d-4458-9823-03b3a3f3d9e6",
"consumerID": "cds-sdc-listener",
"timestamp": 1682129625528,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/resourceInstances/basic_onboard_fcbexm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:15:48.366Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:15:48.366Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-22T02:15:48.366Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "70b5cfe8-c81d-4458-9823-03b3a3f3d9e6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1682129663148,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/resourceInstances/basic_onboard_fcbexm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:15:48.367Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:15:48.367Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-22T02:15:48.367Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "70b5cfe8-c81d-4458-9823-03b3a3f3d9e6",
"consumerID": "policy-distribution-id",
"timestamp": 1682129655729,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/resourceInstances/basic_onboard_fcbexm0/artifacts/basic_onboard_fcbexm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:15:48.367Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:15:48.367Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-22T02:15:48.367Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "70b5cfe8-c81d-4458-9823-03b3a3f3d9e6",
"consumerID": "multicloud-k8s",
"timestamp": 1682129658624,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/resourceInstances/basic_onboard_fcbexm0/artifacts/basic_onboard_fcbexm0_modules.json",
"status": "NOTIFIED"
}
2023-04-22T02:15:48.368Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:15:48.368Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-22T02:15:48.368Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "70b5cfe8-c81d-4458-9823-03b3a3f3d9e6",
"consumerID": "SO-sdc-controller",
"timestamp": 1682129626580,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/resourceInstances/basic_onboard_fcbexm0/artifacts/basic_onboard_fcbexm0_modules.json",
"status": "NOTIFIED"
}
2023-04-22T02:15:48.368Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:15:48.368Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-22T02:15:48.368Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "70b5cfe8-c81d-4458-9823-03b3a3f3d9e6",
"consumerID": "ves-openapi-manager",
"timestamp": 1682129655437,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/resourceInstances/basic_onboard_fcbexm0/artifacts/basic_onboard_fcbexm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:15:48.368Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:15:48.368Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-22T02:15:48.368Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "70b5cfe8-c81d-4458-9823-03b3a3f3d9e6",
"consumerID": "cds-sdc-listener",
"timestamp": 1682129625528,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/resourceInstances/basic_onboard_fcbexm0/artifacts/basic_onboard_fcbexm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:15:48.369Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:15:48.369Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-22T02:15:48.369Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "70b5cfe8-c81d-4458-9823-03b3a3f3d9e6",
"consumerID": "aai-model-loader",
"timestamp": 1682129669819,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/resourceInstances/basic_onboard_fcbexm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:15:48.369Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:15:48.369Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-22T02:15:48.369Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "70b5cfe8-c81d-4458-9823-03b3a3f3d9e6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1682129663148,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/resourceInstances/basic_onboard_fcbexm0/artifacts/basic_onboard_fcbexm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:15:48.369Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:15:48.369Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-22T02:15:48.370Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "70b5cfe8-c81d-4458-9823-03b3a3f3d9e6",
"consumerID": "policy-distribution-id",
"timestamp": 1682129655729,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/resourceInstances/basic_onboard_fcbexm0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-04-22T02:15:48.370Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:15:48.370Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-22T02:15:48.370Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "70b5cfe8-c81d-4458-9823-03b3a3f3d9e6",
"consumerID": "multicloud-k8s",
"timestamp": 1682129658624,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/resourceInstances/basic_onboard_fcbexm0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-04-22T02:15:48.370Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:15:48.370Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-22T02:15:48.370Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "70b5cfe8-c81d-4458-9823-03b3a3f3d9e6",
"consumerID": "SO-sdc-controller",
"timestamp": 1682129626580,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/resourceInstances/basic_onboard_fcbexm0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-04-22T02:15:48.370Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:15:48.371Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-22T02:15:48.371Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "70b5cfe8-c81d-4458-9823-03b3a3f3d9e6",
"consumerID": "ves-openapi-manager",
"timestamp": 1682129655437,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/resourceInstances/basic_onboard_fcbexm0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:15:48.371Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:15:48.371Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-22T02:15:48.371Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "70b5cfe8-c81d-4458-9823-03b3a3f3d9e6",
"consumerID": "cds-sdc-listener",
"timestamp": 1682129625528,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/resourceInstances/basic_onboard_fcbexm0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:15:48.371Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:15:48.371Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-22T02:15:48.371Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "70b5cfe8-c81d-4458-9823-03b3a3f3d9e6",
"consumerID": "aai-model-loader",
"timestamp": 1682129669819,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/resourceInstances/basic_onboard_fcbexm0/artifacts/basic_onboard_fcbexm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:15:48.371Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:15:48.372Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-22T02:15:48.372Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "70b5cfe8-c81d-4458-9823-03b3a3f3d9e6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1682129663148,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/resourceInstances/basic_onboard_fcbexm0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:15:48.372Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:15:48.372Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-22T02:15:48.372Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "70b5cfe8-c81d-4458-9823-03b3a3f3d9e6",
"consumerID": "policy-distribution-id",
"timestamp": 1682129655729,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/resourceInstances/basic_onboard_fcbexm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:15:48.372Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:15:48.372Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-22T02:15:48.372Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "70b5cfe8-c81d-4458-9823-03b3a3f3d9e6",
"consumerID": "multicloud-k8s",
"timestamp": 1682129658624,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/resourceInstances/basic_onboard_fcbexm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:15:48.373Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:15:48.373Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-22T02:15:48.373Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "70b5cfe8-c81d-4458-9823-03b3a3f3d9e6",
"consumerID": "SO-sdc-controller",
"timestamp": 1682129626580,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/resourceInstances/basic_onboard_fcbexm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:15:48.373Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:15:48.373Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-22T02:15:48.373Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "70b5cfe8-c81d-4458-9823-03b3a3f3d9e6",
"consumerID": "cds-sdc-listener",
"timestamp": 1682129625528,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/resourceInstances/basic_onboard_fcbexm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:15:48.373Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:15:48.373Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-22T02:15:48.373Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "70b5cfe8-c81d-4458-9823-03b3a3f3d9e6",
"consumerID": "ves-openapi-manager",
"timestamp": 1682129655437,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/resourceInstances/basic_onboard_fcbexm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:15:48.374Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:15:48.374Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-22T02:15:48.374Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "70b5cfe8-c81d-4458-9823-03b3a3f3d9e6",
"consumerID": "aai-model-loader",
"timestamp": 1682129669819,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/resourceInstances/basic_onboard_fcbexm0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:15:48.374Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:15:48.374Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-22T02:15:48.374Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "70b5cfe8-c81d-4458-9823-03b3a3f3d9e6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1682129663148,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/resourceInstances/basic_onboard_fcbexm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:15:48.374Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:15:48.374Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-22T02:15:48.375Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "70b5cfe8-c81d-4458-9823-03b3a3f3d9e6",
"consumerID": "policy-distribution-id",
"timestamp": 1682129655729,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/resourceInstances/basic_onboard_fcbexm0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:15:48.375Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:15:48.375Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-22T02:15:48.375Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "70b5cfe8-c81d-4458-9823-03b3a3f3d9e6",
"consumerID": "multicloud-k8s",
"timestamp": 1682129658624,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/resourceInstances/basic_onboard_fcbexm0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-04-22T02:15:48.375Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:15:48.375Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-22T02:15:48.375Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "70b5cfe8-c81d-4458-9823-03b3a3f3d9e6",
"consumerID": "SO-sdc-controller",
"timestamp": 1682129626580,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/resourceInstances/basic_onboard_fcbexm0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-04-22T02:15:48.376Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:15:48.376Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-22T02:15:48.376Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "70b5cfe8-c81d-4458-9823-03b3a3f3d9e6",
"consumerID": "cds-sdc-listener",
"timestamp": 1682129625528,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/resourceInstances/basic_onboard_fcbexm0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:15:48.376Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:15:48.376Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-22T02:15:48.376Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "70b5cfe8-c81d-4458-9823-03b3a3f3d9e6",
"consumerID": "ves-openapi-manager",
"timestamp": 1682129655437,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/resourceInstances/basic_onboard_fcbexm0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:15:48.376Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:15:48.376Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-22T02:15:48.376Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "70b5cfe8-c81d-4458-9823-03b3a3f3d9e6",
"consumerID": "aai-model-loader",
"timestamp": 1682129669819,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/resourceInstances/basic_onboard_fcbexm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:15:48.377Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:15:48.377Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-22T02:15:48.377Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "70b5cfe8-c81d-4458-9823-03b3a3f3d9e6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1682129663148,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/resourceInstances/basic_onboard_fcbexm0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:15:48.377Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:15:48.377Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-22T02:15:48.377Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "70b5cfe8-c81d-4458-9823-03b3a3f3d9e6",
"consumerID": "policy-distribution-id",
"timestamp": 1682129655729,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/artifacts/service-BasicOnboardFcbexm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:15:48.377Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:15:48.378Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-22T02:15:48.378Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "70b5cfe8-c81d-4458-9823-03b3a3f3d9e6",
"consumerID": "multicloud-k8s",
"timestamp": 1682129658624,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/artifacts/service-BasicOnboardFcbexm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:15:48.378Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:15:48.378Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-22T02:15:48.378Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "70b5cfe8-c81d-4458-9823-03b3a3f3d9e6",
"consumerID": "SO-sdc-controller",
"timestamp": 1682129626580,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/artifacts/service-BasicOnboardFcbexm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:15:48.378Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:15:48.378Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-22T02:15:48.378Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "70b5cfe8-c81d-4458-9823-03b3a3f3d9e6",
"consumerID": "cds-sdc-listener",
"timestamp": 1682129625528,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/artifacts/service-BasicOnboardFcbexm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:15:48.379Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:15:48.379Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-22T02:15:48.379Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "70b5cfe8-c81d-4458-9823-03b3a3f3d9e6",
"consumerID": "ves-openapi-manager",
"timestamp": 1682129655437,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/artifacts/service-BasicOnboardFcbexm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:15:48.379Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:15:48.379Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-22T02:15:48.379Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "70b5cfe8-c81d-4458-9823-03b3a3f3d9e6",
"consumerID": "aai-model-loader",
"timestamp": 1682129669819,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/resourceInstances/basic_onboard_fcbexm0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:15:48.379Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:15:48.379Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-22T02:15:48.380Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "70b5cfe8-c81d-4458-9823-03b3a3f3d9e6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1682129663148,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/artifacts/service-BasicOnboardFcbexm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:15:48.380Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:15:48.380Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-22T02:15:48.380Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "70b5cfe8-c81d-4458-9823-03b3a3f3d9e6",
"consumerID": "policy-distribution-id",
"timestamp": 1682129655729,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/artifacts/service-BasicOnboardFcbexm-csar.csar",
"status": "NOTIFIED"
}
2023-04-22T02:15:48.380Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:15:48.380Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-22T02:15:48.380Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "70b5cfe8-c81d-4458-9823-03b3a3f3d9e6",
"consumerID": "multicloud-k8s",
"timestamp": 1682129658624,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/artifacts/service-BasicOnboardFcbexm-csar.csar",
"status": "NOTIFIED"
}
2023-04-22T02:15:48.380Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:15:48.381Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-22T02:15:48.381Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "70b5cfe8-c81d-4458-9823-03b3a3f3d9e6",
"consumerID": "SO-sdc-controller",
"timestamp": 1682129626580,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/artifacts/service-BasicOnboardFcbexm-csar.csar",
"status": "NOTIFIED"
}
2023-04-22T02:15:48.381Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:15:48.381Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-22T02:15:48.381Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "70b5cfe8-c81d-4458-9823-03b3a3f3d9e6",
"consumerID": "cds-sdc-listener",
"timestamp": 1682129625528,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/artifacts/service-BasicOnboardFcbexm-csar.csar",
"status": "NOTIFIED"
}
2023-04-22T02:15:48.381Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:15:48.382Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-22T02:15:48.382Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "70b5cfe8-c81d-4458-9823-03b3a3f3d9e6",
"consumerID": "ves-openapi-manager",
"timestamp": 1682129655437,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/artifacts/service-BasicOnboardFcbexm-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:15:48.382Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:15:48.382Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-22T02:15:48.382Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "70b5cfe8-c81d-4458-9823-03b3a3f3d9e6",
"consumerID": "aai-model-loader",
"timestamp": 1682129669819,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/artifacts/service-BasicOnboardFcbexm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:15:48.382Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:15:48.382Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-22T02:15:48.382Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "70b5cfe8-c81d-4458-9823-03b3a3f3d9e6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1682129663148,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/artifacts/service-BasicOnboardFcbexm-csar.csar",
"status": "NOTIFIED"
}
2023-04-22T02:15:48.383Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:15:48.383Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-22T02:15:48.383Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "70b5cfe8-c81d-4458-9823-03b3a3f3d9e6",
"consumerID": "multicloud-k8s",
"timestamp": 1682129675586,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/resourceInstances/basic_onboard_fcbexm0/artifacts/basic_onboard_fcbexm0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-04-22T02:15:48.383Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:15:48.383Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-22T02:15:48.383Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "70b5cfe8-c81d-4458-9823-03b3a3f3d9e6",
"consumerID": "policy-distribution-id",
"timestamp": 1682129675102,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/artifacts/service-BasicOnboardFcbexm-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-04-22T02:15:48.383Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:15:48.384Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-22T02:15:48.384Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "70b5cfe8-c81d-4458-9823-03b3a3f3d9e6",
"consumerID": "cds-sdc-listener",
"timestamp": 1682129675911,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/artifacts/service-BasicOnboardFcbexm-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-04-22T02:15:48.384Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:15:48.384Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-22T02:15:48.384Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "70b5cfe8-c81d-4458-9823-03b3a3f3d9e6",
"consumerID": "SO-sdc-controller",
"timestamp": 1682129675835,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/artifacts/service-BasicOnboardFcbexm-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-04-22T02:15:48.387Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:15:48.387Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-22T02:15:48.387Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "70b5cfe8-c81d-4458-9823-03b3a3f3d9e6",
"consumerID": "aai-model-loader",
"timestamp": 1682129669819,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/artifacts/service-BasicOnboardFcbexm-csar.csar",
"status": "NOTIFIED"
}
2023-04-22T02:15:48.388Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:15:48.388Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-22T02:15:48.388Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "70b5cfe8-c81d-4458-9823-03b3a3f3d9e6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1682129675654,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/artifacts/service-BasicOnboardFcbexm-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-04-22T02:15:48.388Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:15:48.388Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-22T02:15:48.388Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "70b5cfe8-c81d-4458-9823-03b3a3f3d9e6",
"consumerID": "policy-distribution-id",
"timestamp": 1682129676106,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/artifacts/service-BasicOnboardFcbexm-csar.csar",
"status": "DEPLOY_OK"
}
2023-04-22T02:15:48.388Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:15:48.389Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-22T02:15:48.389Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "70b5cfe8-c81d-4458-9823-03b3a3f3d9e6",
"consumerID": "cds-sdc-listener",
"timestamp": 1682129676917,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/artifacts/service-BasicOnboardFcbexm-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-04-22T02:15:48.408Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 70b5cfe8-c81d-4458-9823-03b3a3f3d9e6
2023-04-22T02:15:48.409Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70b5cfe8-c81d-4458-9823-03b3a3f3d9e6 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-04-22T02:15:48.433Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-22T02:15:48.433Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "70b5cfe8-c81d-4458-9823-03b3a3f3d9e6",
"consumerID": "multicloud-k8s",
"timestamp": 1682129676698,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/resourceInstances/basic_onboard_fcbexm0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-04-22T02:15:48.434Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:15:48.434Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-22T02:15:48.434Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "70b5cfe8-c81d-4458-9823-03b3a3f3d9e6",
"consumerID": "aai-model-loader",
"timestamp": 1682129676973,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/artifacts/service-BasicOnboardFcbexm-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-04-22T02:15:48.435Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:15:48.435Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-22T02:15:48.435Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "70b5cfe8-c81d-4458-9823-03b3a3f3d9e6",
"consumerID": "policy-distribution-id",
"timestamp": 1682129677109,
"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-04-22T02:15:48.448Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 70b5cfe8-c81d-4458-9823-03b3a3f3d9e6
2023-04-22T02:15:48.448Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70b5cfe8-c81d-4458-9823-03b3a3f3d9e6 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-04-22T02:15:48.470Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-22T02:15:48.470Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "70b5cfe8-c81d-4458-9823-03b3a3f3d9e6",
"consumerID": "multicloud-k8s",
"timestamp": 1682129677808,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/resourceInstances/basic_onboard_fcbexm0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-04-22T02:15:48.471Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:15:48.471Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-22T02:15:48.472Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "70b5cfe8-c81d-4458-9823-03b3a3f3d9e6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1682129677775,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/artifacts/service-BasicOnboardFcbexm-csar.csar",
"status": "DEPLOY_OK"
}
2023-04-22T02:15:48.472Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:15:48.472Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-22T02:15:48.473Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "70b5cfe8-c81d-4458-9823-03b3a3f3d9e6",
"consumerID": "SO-sdc-controller",
"timestamp": 1682129678684,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/resourceInstances/basic_onboard_fcbexm0/artifacts/basic_onboard_fcbexm0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-04-22T02:15:48.473Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:15:48.474Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-22T02:15:48.474Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "70b5cfe8-c81d-4458-9823-03b3a3f3d9e6",
"consumerID": "multicloud-k8s",
"timestamp": 1682129678874,
"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-04-22T02:15:48.487Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 70b5cfe8-c81d-4458-9823-03b3a3f3d9e6
2023-04-22T02:15:48.488Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70b5cfe8-c81d-4458-9823-03b3a3f3d9e6 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-04-22T02:15:48.506Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-22T02:15:48.507Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "70b5cfe8-c81d-4458-9823-03b3a3f3d9e6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1682129678779,
"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-04-22T02:15:48.517Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 70b5cfe8-c81d-4458-9823-03b3a3f3d9e6
2023-04-22T02:15:48.517Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70b5cfe8-c81d-4458-9823-03b3a3f3d9e6 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-04-22T02:15:48.535Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-22T02:15:48.536Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "70b5cfe8-c81d-4458-9823-03b3a3f3d9e6",
"consumerID": "SO-sdc-controller",
"timestamp": 1682129679812,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/resourceInstances/basic_onboard_fcbexm0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-04-22T02:15:48.536Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:15:48.536Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-22T02:15:48.537Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "70b5cfe8-c81d-4458-9823-03b3a3f3d9e6",
"consumerID": "multicloud-k8s",
"timestamp": 1682129679878,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/resourceInstances/basic_onboard_fcbexm0/artifacts/basic_onboard_fcbexm0_modules.json",
"status": "DEPLOY_OK"
}
2023-04-22T02:15:48.537Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:15:48.538Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-22T02:15:48.538Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "70b5cfe8-c81d-4458-9823-03b3a3f3d9e6",
"consumerID": "SO-sdc-controller",
"timestamp": 1682129680922,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/resourceInstances/basic_onboard_fcbexm0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-04-22T02:15:48.539Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:15:48.539Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-22T02:15:48.539Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "70b5cfe8-c81d-4458-9823-03b3a3f3d9e6",
"consumerID": "SO-sdc-controller",
"timestamp": 1682129682183,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/resourceInstances/basic_onboard_fcbexm0/artifacts/basic_onboard_fcbexm0_modules.json",
"status": "DEPLOY_OK"
}
2023-04-22T02:15:48.540Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:15:48.540Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-22T02:15:48.540Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "70b5cfe8-c81d-4458-9823-03b3a3f3d9e6",
"consumerID": "aai-model-loader",
"timestamp": 1682129682860,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/artifacts/service-BasicOnboardFcbexm-csar.csar",
"status": "DEPLOY_OK"
}
2023-04-22T02:15:48.541Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:15:48.541Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-22T02:15:48.542Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "70b5cfe8-c81d-4458-9823-03b3a3f3d9e6",
"consumerID": "SO-sdc-controller",
"timestamp": 1682129683186,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/resourceInstances/basic_onboard_fcbexm0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2023-04-22T02:15:48.542Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:15:48.542Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-22T02:15:48.543Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "70b5cfe8-c81d-4458-9823-03b3a3f3d9e6",
"consumerID": "aai-model-loader",
"timestamp": 1682129683863,
"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-04-22T02:15:48.554Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 70b5cfe8-c81d-4458-9823-03b3a3f3d9e6
2023-04-22T02:15:48.555Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70b5cfe8-c81d-4458-9823-03b3a3f3d9e6 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-04-22T02:15:48.575Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-22T02:15:48.575Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "70b5cfe8-c81d-4458-9823-03b3a3f3d9e6",
"consumerID": "SO-sdc-controller",
"timestamp": 1682129684191,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/resourceInstances/basic_onboard_fcbexm0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2023-04-22T02:15:48.576Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:15:48.576Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-22T02:15:48.576Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "70b5cfe8-c81d-4458-9823-03b3a3f3d9e6",
"consumerID": "SO-sdc-controller",
"timestamp": 1682129685194,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFcbexm/1.0/artifacts/service-BasicOnboardFcbexm-csar.csar",
"status": "DEPLOY_OK"
}
2023-04-22T02:15:48.577Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:16:16.334Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 70b5cfe8-c81d-4458-9823-03b3a3f3d9e6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-22T02:16:16.362Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 70b5cfe8-c81d-4458-9823-03b3a3f3d9e6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-22T02:16:16.368Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-22T02:16:16.368Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-22T02:16:16.369Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-22T02:16:16.369Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-22T02:16:16.369Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-04-22T02:16:16.369Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-04-22T02:16:16.369Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-04-22T02:16:16.369Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-04-22T02:16:16.369Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-04-22T02:16:16.370Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-22T02:16:16.381Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-22T02:16:46.382Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 70b5cfe8-c81d-4458-9823-03b3a3f3d9e6 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-04-22T02:16:46.395Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 70b5cfe8-c81d-4458-9823-03b3a3f3d9e6 and serviceModelVersionId: 8139208c-388c-47de-8eab-ed6a7ba23c5c
2023-04-22T02:16:46.395Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 11b48c04-8eb8-47c0-a5ab-8a4685410ebd
2023-04-22T02:16:46.397Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/11b48c04-8eb8-47c0-a5ab-8a4685410ebd/model-vers/model-ver/8139208c-388c-47de-8eab-ed6a7ba23c5c?depth=0
2023-04-22T02:16:46.407Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-04-22T02:16:46.455Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/11b48c04-8eb8-47c0-a5ab-8a4685410ebd/model-vers/model-ver/8139208c-388c-47de-8eab-ed6a7ba23c5c?depth=0|INFO|500||Invoke
2023-04-22T02:16:46.455Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/11b48c04-8eb8-47c0-a5ab-8a4685410ebd/model-vers/model-ver/8139208c-388c-47de-8eab-ed6a7ba23c5c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/11b48c04-8eb8-47c0-a5ab-8a4685410ebd/model-vers/model-ver/8139208c-388c-47de-8eab-ed6a7ba23c5c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[70b5cfe8-c81d-4458-9823-03b3a3f3d9e6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[aba3e57f-38d7-49eb-8725-84057e00ae64], X-ECOMP-RequestID=[70b5cfe8-c81d-4458-9823-03b3a3f3d9e6], X-TransactionId=[], X-ONAP-RequestID=[70b5cfe8-c81d-4458-9823-03b3a3f3d9e6], Content-Type=[application/merge-patch+json]}
2023-04-22T02:16:46.466Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/11b48c04-8eb8-47c0-a5ab-8a4685410ebd/model-vers/model-ver/8139208c-388c-47de-8eab-ed6a7ba23c5c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-04-22T02:16:46.637Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/11b48c04-8eb8-47c0-a5ab-8a4685410ebd/model-vers/model-ver/8139208c-388c-47de-8eab-ed6a7ba23c5c?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/11b48c04-8eb8-47c0-a5ab-8a4685410ebd/model-vers/model-ver/8139208c-388c-47de-8eab-ed6a7ba23c5c?depth=0 has http status code:200 and response headers:{date=[Sat, 22 Apr 2023 02:16:45 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[167], vertex-id=[209032], x-aai-txid=[1-aai-resources-230422-02:16:45:810-21219], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-22T02:16:46.638Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/11b48c04-8eb8-47c0-a5ab-8a4685410ebd/model-vers/model-ver/8139208c-388c-47de-8eab-ed6a7ba23c5c?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-22T02:16:46.638Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/11b48c04-8eb8-47c0-a5ab-8a4685410ebd/model-vers/model-ver/8139208c-388c-47de-8eab-ed6a7ba23c5c?depth=0|INFO|500||InvokeReturn
2023-04-22T02:16:46.639Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-22T02:16:46.639Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-22T02:16:46.646Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2023-04-22T02:16:46.646Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 70b5cfe8-c81d-4458-9823-03b3a3f3d9e6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-22T02:16:46.647Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-22T02:16:46.647Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-04-22T02:16:46.648Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-22T02:16:46.648Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "70b5cfe8-c81d-4458-9823-03b3a3f3d9e6",
"consumerID": "SO-sdc-controller",
"timestamp": 1682129806647,
"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-04-22T02:16:47.678Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T02:16:48.343Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T02:16:48.351Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-22T02:16:48.351Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "70b5cfe8-c81d-4458-9823-03b3a3f3d9e6",
"consumerID": "SO-sdc-controller",
"timestamp": 1682129806647,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-22T02:16:48.353Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:17:47.679Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T02:17:48.343Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T02:18:45.100Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-22T02:18:45.101Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"868e45ce-c29f-41e9-9b79-b6965eb04984","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"d0e5153b-0bef-4a2d-9fd8-177127da9bd6","serviceDescription":"service","serviceInvariantUUID":"3fb718aa-8521-4404-ac9f-2ee46c686762","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"958f6877-1bd1-4bdf-986f-46777c4cfc2f","resourceInvariantUUID":"b185a0da-070b-49c0-ba3f-10a9d6514cb0","resourceCustomizationUUID":"5927b88b-2b1b-4a69-827e-bb486b448a05","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":"ZDM5YmRlZDczZTBlMmIzYjk5MjM1ZWQ3ODIxNGY4MzU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"89d99892-e232-4607-b89c-a112ad5e0793","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MjVhMWY5N2RhZjEyMjA1ODA0ZGQ4NGRmZGQ3YjU5YWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cba0af1a-e453-4b82-b576-5ca82b5005fd","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-22T02:18:45.105Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-22T02:18:45.106Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-04-22T02:18:45.106Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-22T02:18:45.106Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "868e45ce-c29f-41e9-9b79-b6965eb04984",
"consumerID": "SO-sdc-controller",
"timestamp": 1682129867679,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T02:18:45.131Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-22T02:18:45.131Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "868e45ce-c29f-41e9-9b79-b6965eb04984",
"consumerID": "cds-sdc-listener",
"timestamp": 1682129917924,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:18:45.132Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:18:46.107Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-22T02:18:46.109Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-04-22T02:18:46.110Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-22T02:18:46.111Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "868e45ce-c29f-41e9-9b79-b6965eb04984",
"consumerID": "SO-sdc-controller",
"timestamp": 1682129867679,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T02:18:47.113Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "868e45ce-c29f-41e9-9b79-b6965eb04984",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "d0e5153b-0bef-4a2d-9fd8-177127da9bd6",
"serviceDescription": "service",
"serviceInvariantUUID": "3fb718aa-8521-4404-ac9f-2ee46c686762",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "5927b88b-2b1b-4a69-827e-bb486b448a05",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "958f6877-1bd1-4bdf-986f-46777c4cfc2f",
"resourceInvariantUUID": "b185a0da-070b-49c0-ba3f-10a9d6514cb0",
"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": "MjVhMWY5N2RhZjEyMjA1ODA0ZGQ4NGRmZGQ3YjU5YWY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "cba0af1a-e453-4b82-b576-5ca82b5005fd"
}
],
"workloadContext": "Production"
}
2023-04-22T02:18:47.114Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-22T02:18:47.114Z|70b5cfe8-c81d-4458-9823-03b3a3f3d9e6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d0e5153b-0bef-4a2d-9fd8-177127da9bd6 ASDC
2023-04-22T02:18:47.114Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:868e45ce-c29f-41e9-9b79-b6965eb04984
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:d0e5153b-0bef-4a2d-9fd8-177127da9bd6
ServiceInvariantUUID:3fb718aa-8521-4404-ac9f-2ee46c686762
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:cba0af1a-e453-4b82-b576-5ca82b5005fd
ArtifactChecksum:MjVhMWY5N2RhZjEyMjA1ODA0ZGQ4NGRmZGQ3YjU5YWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:5927b88b-2b1b-4a69-827e-bb486b448a05
ResourceInvariantUUID:b185a0da-070b-49c0-ba3f-10a9d6514cb0
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:958f6877-1bd1-4bdf-986f-46777c4cfc2f
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2023-04-22T02:18:47.115Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d0e5153b-0bef-4a2d-9fd8-177127da9bd6 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-04-22T02:18:47.169Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-22T02:18:47.170Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-04-22T02:18:47.170Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-04-22T02:18:47.170Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: cba0af1a-e453-4b82-b576-5ca82b5005fd from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-22T02:18:47.170Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-04-22T02:18:47.171Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-22T02:18:47.326Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-04-22T02:18:47.328Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar cba0af1a-e453-4b82-b576-5ca82b5005fd 57786
2023-04-22T02:18:47.328Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-22T02:18:47.328Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-22T02:18:47.328Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-22T02:18:47.329Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-04-22T02:18:47.329Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-22T02:18:47.329Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "868e45ce-c29f-41e9-9b79-b6965eb04984",
"consumerID": "SO-sdc-controller",
"timestamp": 1682129927328,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T02:18:48.330Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-22T02:18:48.331Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-04-22T02:18:48.331Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: cba0af1a-e453-4b82-b576-5ca82b5005fd, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-22T02:18:48.332Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-04-22T02:18:48.332Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-22T02:18:48.332Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-22T02:18:48.343Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T02:18:48.345Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-22T02:18:48.345Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "868e45ce-c29f-41e9-9b79-b6965eb04984",
"consumerID": "multicloud-k8s",
"timestamp": 1682129920888,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:18:48.345Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:18:48.346Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-22T02:18:48.346Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "868e45ce-c29f-41e9-9b79-b6965eb04984",
"consumerID": "aai-model-loader",
"timestamp": 1682129909819,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:18:48.346Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:18:48.523Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14062349100413827617/Definitions/service-BasicNetwork-template.yml
2023-04-22T02:18:49.196Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-22T02:18:49.197Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-04-22T02:18:49.197Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-22T02:18:49.197Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-04-22T02:18:49.197Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||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-04-22T02:18:49.197Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||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-04-22T02:18:49.198Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||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-04-22T02:18:49.198Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||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-04-22T02:18:49.198Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-22T02:18:49.198Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||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-04-22T02:18:49.198Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||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-04-22T02:18:49.198Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||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-04-22T02:18:49.198Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-04-22T02:18:49.198Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-04-22T02:18:49.199Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-22T02:18:49.199Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-22T02:18:49.199Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-04-22T02:18:49.199Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-22T02:18:49.199Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-04-22T02:18:49.200Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-22T02:18:49.200Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-22T02:18:49.200Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-04-22T02:18:49.200Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-22T02:18:49.200Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-04-22T02:18:49.200Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-22T02:18:49.200Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-04-22T02:18:49.201Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-22T02:18:49.201Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-04-22T02:18:49.201Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-22T02:18:49.201Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-04-22T02:18:49.202Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-22T02:18:49.202Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-04-22T02:18:49.202Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-22T02:18:49.202Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:d0e5153b-0bef-4a2d-9fd8-177127da9bd6
Model Version:NULL
Model InvariantUuid:3fb718aa-8521-4404-ac9f-2ee46c686762
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:b185a0da-070b-49c0-ba3f-10a9d6514cb0
Model UUID:a4e5593c-cd88-4b8e-963c-2f79ee094301
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:5927b88b-2b1b-4a69-827e-bb486b448a05
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-04-22T02:18:49.218Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||INFO|500||Processing Resource Type: VL, Model UUID: 958f6877-1bd1-4bdf-986f-46777c4cfc2f
2023-04-22T02:18:49.218Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||INFO|500||No resources found for Service: d0e5153b-0bef-4a2d-9fd8-177127da9bd6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-22T02:18:49.225Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||INFO|500||
2023-04-22T02:18:49.225Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2023-04-22T02:18:49.226Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||DEBUG|500||No resources found for Service: d0e5153b-0bef-4a2d-9fd8-177127da9bd6
2023-04-22T02:18:49.226Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: d0e5153b-0bef-4a2d-9fd8-177127da9bd6
2023-04-22T02:18:49.226Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2023-04-22T02:18:49.227Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||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-04-22T02:18:49.237Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@63accb0, org.onap.sdc.toscaparser.api.parameters.Input@104a9912, org.onap.sdc.toscaparser.api.parameters.Input@2627b84e, org.onap.sdc.toscaparser.api.parameters.Input@75dfaa9f, org.onap.sdc.toscaparser.api.parameters.Input@25d0a7d8]
2023-04-22T02:18:49.239Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-04-22T02:18:49.239Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-22T02:18:49.239Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-04-22T02:18:49.239Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-04-22T02:18:49.239Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid d0e5153b-0bef-4a2d-9fd8-177127da9bd6: Generic NeutronNet
2023-04-22T02:18:49.240Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-04-22T02:18:49.240Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-22T02:18:49.240Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-04-22T02:18:49.240Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||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-04-22T02:18:49.294Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-04-22T02:18:49.294Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-22T02:18:49.294Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-04-22T02:18:49.295Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-22T02:18:49.295Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-04-22T02:18:49.295Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-22T02:18:49.295Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||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-04-22T02:18:49.424Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2023-04-22T02:18:49.425Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-22T02:18:49.425Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-22T02:18:49.426Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-04-22T02:18:49.426Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-04-22T02:18:49.427Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-22T02:18:49.427Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "868e45ce-c29f-41e9-9b79-b6965eb04984",
"consumerID": "SO-sdc-controller",
"timestamp": 1682129929425,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T02:18:50.428Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 868e45ce-c29f-41e9-9b79-b6965eb04984
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-22T02:18:50.454Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 868e45ce-c29f-41e9-9b79-b6965eb04984
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-22T02:18:50.457Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-22T02:18:50.458Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-22T02:18:50.458Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-22T02:19:20.458Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 868e45ce-c29f-41e9-9b79-b6965eb04984
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-22T02:19:20.489Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 868e45ce-c29f-41e9-9b79-b6965eb04984
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-22T02:19:20.499Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-22T02:19:20.499Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-22T02:19:20.500Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-22T02:19:48.343Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T02:19:48.347Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-22T02:19:48.347Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "868e45ce-c29f-41e9-9b79-b6965eb04984",
"consumerID": "ves-openapi-manager",
"timestamp": 1682129915618,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:19:48.348Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:19:48.349Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-22T02:19:48.349Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "868e45ce-c29f-41e9-9b79-b6965eb04984",
"consumerID": "policy-distribution-id",
"timestamp": 1682129918120,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:19:48.349Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:19:48.349Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-22T02:19:48.349Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "868e45ce-c29f-41e9-9b79-b6965eb04984",
"consumerID": "SO-sdc-controller",
"timestamp": 1682129867679,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:19:48.350Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:19:48.350Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-22T02:19:48.350Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "868e45ce-c29f-41e9-9b79-b6965eb04984",
"consumerID": "cds-sdc-listener",
"timestamp": 1682129917924,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-04-22T02:19:48.350Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:19:48.351Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-22T02:19:48.351Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "868e45ce-c29f-41e9-9b79-b6965eb04984",
"consumerID": "aai-model-loader",
"timestamp": 1682129909819,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-04-22T02:19:48.351Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:19:48.351Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-22T02:19:48.352Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "868e45ce-c29f-41e9-9b79-b6965eb04984",
"consumerID": "multicloud-k8s",
"timestamp": 1682129920888,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-04-22T02:19:48.352Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:19:48.352Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-22T02:19:48.352Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "868e45ce-c29f-41e9-9b79-b6965eb04984",
"consumerID": "policy-distribution-id",
"timestamp": 1682129918120,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-04-22T02:19:48.353Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:19:48.353Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-22T02:19:48.353Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "868e45ce-c29f-41e9-9b79-b6965eb04984",
"consumerID": "SO-sdc-controller",
"timestamp": 1682129867679,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-04-22T02:19:48.354Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:19:48.354Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-22T02:19:48.354Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "868e45ce-c29f-41e9-9b79-b6965eb04984",
"consumerID": "ves-openapi-manager",
"timestamp": 1682129915618,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:19:48.354Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:19:48.354Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-22T02:19:48.355Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "868e45ce-c29f-41e9-9b79-b6965eb04984",
"consumerID": "cds-sdc-listener",
"timestamp": 1682129927399,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-04-22T02:19:48.355Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:19:48.355Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-22T02:19:48.355Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "868e45ce-c29f-41e9-9b79-b6965eb04984",
"consumerID": "SO-sdc-controller",
"timestamp": 1682129927328,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-04-22T02:19:48.355Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:19:48.355Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-22T02:19:48.355Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "868e45ce-c29f-41e9-9b79-b6965eb04984",
"consumerID": "policy-distribution-id",
"timestamp": 1682129926598,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-04-22T02:19:48.355Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:19:48.356Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-22T02:19:48.356Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "868e45ce-c29f-41e9-9b79-b6965eb04984",
"consumerID": "aai-model-loader",
"timestamp": 1682129927084,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-04-22T02:19:48.356Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:19:50.501Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 868e45ce-c29f-41e9-9b79-b6965eb04984
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-22T02:19:50.524Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 868e45ce-c29f-41e9-9b79-b6965eb04984
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-22T02:19:50.527Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-22T02:19:50.527Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-22T02:19:50.527Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-22T02:20:20.528Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 868e45ce-c29f-41e9-9b79-b6965eb04984
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-22T02:20:20.555Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 868e45ce-c29f-41e9-9b79-b6965eb04984
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-22T02:20:20.559Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-22T02:20:20.560Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-22T02:20:20.560Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-22T02:20:48.344Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T02:20:48.352Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T02:20:48.352Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "868e45ce-c29f-41e9-9b79-b6965eb04984",
"consumerID": "cds-sdc-listener",
"timestamp": 1682129928404,
"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-04-22T02:20:48.375Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 868e45ce-c29f-41e9-9b79-b6965eb04984
2023-04-22T02:20:48.375Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 868e45ce-c29f-41e9-9b79-b6965eb04984 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-04-22T02:20:48.401Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T02:20:48.402Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "868e45ce-c29f-41e9-9b79-b6965eb04984",
"consumerID": "policy-distribution-id",
"timestamp": 1682129927601,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-04-22T02:20:48.402Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:20:48.402Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T02:20:48.402Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "868e45ce-c29f-41e9-9b79-b6965eb04984",
"consumerID": "policy-distribution-id",
"timestamp": 1682129928603,
"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-04-22T02:20:48.416Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 868e45ce-c29f-41e9-9b79-b6965eb04984
2023-04-22T02:20:48.416Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 868e45ce-c29f-41e9-9b79-b6965eb04984 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-04-22T02:20:48.438Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T02:20:48.438Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "868e45ce-c29f-41e9-9b79-b6965eb04984",
"consumerID": "SO-sdc-controller",
"timestamp": 1682129929425,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-04-22T02:20:48.439Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:20:48.439Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T02:20:48.440Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "868e45ce-c29f-41e9-9b79-b6965eb04984",
"consumerID": "aai-model-loader",
"timestamp": 1682129930282,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-04-22T02:20:48.440Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:20:48.440Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T02:20:48.441Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "868e45ce-c29f-41e9-9b79-b6965eb04984",
"consumerID": "aai-model-loader",
"timestamp": 1682129931286,
"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-04-22T02:20:48.451Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 868e45ce-c29f-41e9-9b79-b6965eb04984
2023-04-22T02:20:48.452Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 868e45ce-c29f-41e9-9b79-b6965eb04984 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-04-22T02:20:48.474Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T02:20:48.474Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "868e45ce-c29f-41e9-9b79-b6965eb04984",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1682129933148,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:20:48.474Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:20:48.474Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T02:20:48.475Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "868e45ce-c29f-41e9-9b79-b6965eb04984",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1682129933148,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-04-22T02:20:48.475Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:20:48.475Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T02:20:48.475Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "868e45ce-c29f-41e9-9b79-b6965eb04984",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1682129935943,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-04-22T02:20:48.476Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:20:48.476Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T02:20:48.476Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "868e45ce-c29f-41e9-9b79-b6965eb04984",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1682129937468,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-04-22T02:20:48.477Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:20:48.477Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T02:20:48.477Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "868e45ce-c29f-41e9-9b79-b6965eb04984",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1682129938473,
"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-04-22T02:20:48.491Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 868e45ce-c29f-41e9-9b79-b6965eb04984
2023-04-22T02:20:48.491Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 868e45ce-c29f-41e9-9b79-b6965eb04984 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-04-22T02:20:48.512Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T02:20:48.512Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "217632f1-c8fc-486f-a2bc-39384900c927",
"consumerID": "cds-sdc-listener",
"timestamp": 1682129929408,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUzmagmaq2skfqrrligy9/1.0/resourceInstances/pnf0ecad7c8436f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:20:48.513Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:20:48.513Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T02:20:48.513Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "217632f1-c8fc-486f-a2bc-39384900c927",
"consumerID": "aai-model-loader",
"timestamp": 1682129939819,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUzmagmaq2skfqrrligy9/1.0/resourceInstances/pnf0ecad7c8436f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:20:48.514Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:20:48.514Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T02:20:48.514Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "217632f1-c8fc-486f-a2bc-39384900c927",
"consumerID": "multicloud-k8s",
"timestamp": 1682129926874,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUzmagmaq2skfqrrligy9/1.0/resourceInstances/pnf0ecad7c8436f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:20:48.515Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:20:48.515Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T02:20:48.515Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "217632f1-c8fc-486f-a2bc-39384900c927",
"consumerID": "ves-openapi-manager",
"timestamp": 1682129935349,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUzmagmaq2skfqrrligy9/1.0/resourceInstances/pnf0ecad7c8436f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:20:48.516Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:20:48.516Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T02:20:48.516Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "217632f1-c8fc-486f-a2bc-39384900c927",
"consumerID": "policy-distribution-id",
"timestamp": 1682129929605,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUzmagmaq2skfqrrligy9/1.0/resourceInstances/pnf0ecad7c8436f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:20:48.517Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:20:48.517Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T02:20:48.517Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "217632f1-c8fc-486f-a2bc-39384900c927",
"consumerID": "cds-sdc-listener",
"timestamp": 1682129929408,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUzmagmaq2skfqrrligy9/1.0/resourceInstances/pnf0ecad7c8436f0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:20:48.517Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:20:48.518Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T02:20:48.518Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "217632f1-c8fc-486f-a2bc-39384900c927",
"consumerID": "aai-model-loader",
"timestamp": 1682129939819,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUzmagmaq2skfqrrligy9/1.0/resourceInstances/pnf0ecad7c8436f0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:20:48.518Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:20:48.518Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T02:20:48.519Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "217632f1-c8fc-486f-a2bc-39384900c927",
"consumerID": "multicloud-k8s",
"timestamp": 1682129926874,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUzmagmaq2skfqrrligy9/1.0/resourceInstances/pnf0ecad7c8436f0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:20:48.519Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:20:48.519Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T02:20:48.520Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "217632f1-c8fc-486f-a2bc-39384900c927",
"consumerID": "ves-openapi-manager",
"timestamp": 1682129935349,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUzmagmaq2skfqrrligy9/1.0/resourceInstances/pnf0ecad7c8436f0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:20:48.520Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:20:48.520Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T02:20:48.521Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "217632f1-c8fc-486f-a2bc-39384900c927",
"consumerID": "policy-distribution-id",
"timestamp": 1682129929605,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUzmagmaq2skfqrrligy9/1.0/resourceInstances/pnf0ecad7c8436f0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:20:48.521Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:20:48.521Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T02:20:48.521Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "217632f1-c8fc-486f-a2bc-39384900c927",
"consumerID": "policy-distribution-id",
"timestamp": 1682129929605,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUzmagmaq2skfqrrligy9/1.0/resourceInstances/pnf0ecad7c8436f0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:20:48.522Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:20:48.522Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T02:20:48.522Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "217632f1-c8fc-486f-a2bc-39384900c927",
"consumerID": "cds-sdc-listener",
"timestamp": 1682129929408,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUzmagmaq2skfqrrligy9/1.0/resourceInstances/pnf0ecad7c8436f0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:20:48.523Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:20:48.523Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T02:20:48.523Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "217632f1-c8fc-486f-a2bc-39384900c927",
"consumerID": "ves-openapi-manager",
"timestamp": 1682129935349,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUzmagmaq2skfqrrligy9/1.0/resourceInstances/pnf0ecad7c8436f0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:20:48.524Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:20:48.524Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T02:20:48.524Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "217632f1-c8fc-486f-a2bc-39384900c927",
"consumerID": "multicloud-k8s",
"timestamp": 1682129926874,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUzmagmaq2skfqrrligy9/1.0/resourceInstances/pnf0ecad7c8436f0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:20:48.524Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:20:48.524Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T02:20:48.525Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "217632f1-c8fc-486f-a2bc-39384900c927",
"consumerID": "aai-model-loader",
"timestamp": 1682129939819,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUzmagmaq2skfqrrligy9/1.0/resourceInstances/pnf0ecad7c8436f0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:20:48.525Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:20:48.525Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T02:20:48.525Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "217632f1-c8fc-486f-a2bc-39384900c927",
"consumerID": "policy-distribution-id",
"timestamp": 1682129929605,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUzmagmaq2skfqrrligy9/1.0/resourceInstances/pnf0ecad7c8436f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:20:48.525Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:20:48.525Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T02:20:48.525Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "217632f1-c8fc-486f-a2bc-39384900c927",
"consumerID": "cds-sdc-listener",
"timestamp": 1682129929408,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUzmagmaq2skfqrrligy9/1.0/resourceInstances/pnf0ecad7c8436f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:20:48.526Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:20:48.526Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T02:20:48.526Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "217632f1-c8fc-486f-a2bc-39384900c927",
"consumerID": "aai-model-loader",
"timestamp": 1682129939819,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUzmagmaq2skfqrrligy9/1.0/resourceInstances/pnf0ecad7c8436f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:20:48.526Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:20:48.526Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T02:20:48.526Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "217632f1-c8fc-486f-a2bc-39384900c927",
"consumerID": "ves-openapi-manager",
"timestamp": 1682129935349,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUzmagmaq2skfqrrligy9/1.0/resourceInstances/pnf0ecad7c8436f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:20:48.527Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:20:48.527Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T02:20:48.527Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "217632f1-c8fc-486f-a2bc-39384900c927",
"consumerID": "multicloud-k8s",
"timestamp": 1682129926874,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUzmagmaq2skfqrrligy9/1.0/resourceInstances/pnf0ecad7c8436f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:20:48.527Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:20:48.527Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T02:20:48.527Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "217632f1-c8fc-486f-a2bc-39384900c927",
"consumerID": "policy-distribution-id",
"timestamp": 1682129929605,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUzmagmaq2skfqrrligy9/1.0/resourceInstances/pnf0ecad7c8436f0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:20:48.527Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:20:48.527Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T02:20:48.527Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "217632f1-c8fc-486f-a2bc-39384900c927",
"consumerID": "aai-model-loader",
"timestamp": 1682129939819,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUzmagmaq2skfqrrligy9/1.0/resourceInstances/pnf0ecad7c8436f0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:20:48.527Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:20:48.528Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T02:20:48.528Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "217632f1-c8fc-486f-a2bc-39384900c927",
"consumerID": "cds-sdc-listener",
"timestamp": 1682129929408,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUzmagmaq2skfqrrligy9/1.0/resourceInstances/pnf0ecad7c8436f0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:20:48.528Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:20:48.528Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T02:20:48.528Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "217632f1-c8fc-486f-a2bc-39384900c927",
"consumerID": "ves-openapi-manager",
"timestamp": 1682129935349,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUzmagmaq2skfqrrligy9/1.0/resourceInstances/pnf0ecad7c8436f0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:20:48.528Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:20:48.528Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T02:20:48.528Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "217632f1-c8fc-486f-a2bc-39384900c927",
"consumerID": "multicloud-k8s",
"timestamp": 1682129926874,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUzmagmaq2skfqrrligy9/1.0/resourceInstances/pnf0ecad7c8436f0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:20:48.528Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:20:48.528Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T02:20:48.529Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "217632f1-c8fc-486f-a2bc-39384900c927",
"consumerID": "policy-distribution-id",
"timestamp": 1682129929605,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUzmagmaq2skfqrrligy9/1.0/resourceInstances/pnf0ecad7c8436f0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:20:48.529Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:20:48.529Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T02:20:48.529Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "217632f1-c8fc-486f-a2bc-39384900c927",
"consumerID": "aai-model-loader",
"timestamp": 1682129939819,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUzmagmaq2skfqrrligy9/1.0/resourceInstances/pnf0ecad7c8436f0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:20:48.529Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:20:48.529Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T02:20:48.529Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "217632f1-c8fc-486f-a2bc-39384900c927",
"consumerID": "ves-openapi-manager",
"timestamp": 1682129935349,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUzmagmaq2skfqrrligy9/1.0/resourceInstances/pnf0ecad7c8436f0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2023-04-22T02:20:48.529Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:20:48.530Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T02:20:48.530Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "217632f1-c8fc-486f-a2bc-39384900c927",
"consumerID": "multicloud-k8s",
"timestamp": 1682129926874,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUzmagmaq2skfqrrligy9/1.0/resourceInstances/pnf0ecad7c8436f0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:20:48.530Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:20:48.530Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T02:20:48.530Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "217632f1-c8fc-486f-a2bc-39384900c927",
"consumerID": "cds-sdc-listener",
"timestamp": 1682129929408,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUzmagmaq2skfqrrligy9/1.0/resourceInstances/pnf0ecad7c8436f0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:20:48.530Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:20:48.530Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T02:20:48.531Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "217632f1-c8fc-486f-a2bc-39384900c927",
"consumerID": "policy-distribution-id",
"timestamp": 1682129929605,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUzmagmaq2skfqrrligy9/1.0/artifacts/service-DemoPnfUzmagmaq2skfqrrligy9-template.yml",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:20:48.531Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:20:48.531Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T02:20:48.531Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "217632f1-c8fc-486f-a2bc-39384900c927",
"consumerID": "aai-model-loader",
"timestamp": 1682129939819,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUzmagmaq2skfqrrligy9/1.0/artifacts/service-DemoPnfUzmagmaq2skfqrrligy9-template.yml",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:20:48.531Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:20:48.531Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T02:20:48.531Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "217632f1-c8fc-486f-a2bc-39384900c927",
"consumerID": "cds-sdc-listener",
"timestamp": 1682129929408,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUzmagmaq2skfqrrligy9/1.0/artifacts/service-DemoPnfUzmagmaq2skfqrrligy9-template.yml",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:20:48.531Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:20:48.531Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T02:20:48.531Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "217632f1-c8fc-486f-a2bc-39384900c927",
"consumerID": "multicloud-k8s",
"timestamp": 1682129926874,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUzmagmaq2skfqrrligy9/1.0/artifacts/service-DemoPnfUzmagmaq2skfqrrligy9-template.yml",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:20:48.532Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:20:48.532Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T02:20:48.532Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "217632f1-c8fc-486f-a2bc-39384900c927",
"consumerID": "ves-openapi-manager",
"timestamp": 1682129935349,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUzmagmaq2skfqrrligy9/1.0/artifacts/service-DemoPnfUzmagmaq2skfqrrligy9-template.yml",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:20:48.532Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:20:48.532Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T02:20:48.532Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "217632f1-c8fc-486f-a2bc-39384900c927",
"consumerID": "aai-model-loader",
"timestamp": 1682129939819,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUzmagmaq2skfqrrligy9/1.0/artifacts/service-DemoPnfUzmagmaq2skfqrrligy9-csar.csar",
"status": "NOTIFIED"
}
2023-04-22T02:20:48.532Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:20:48.532Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T02:20:48.532Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "217632f1-c8fc-486f-a2bc-39384900c927",
"consumerID": "policy-distribution-id",
"timestamp": 1682129929605,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUzmagmaq2skfqrrligy9/1.0/artifacts/service-DemoPnfUzmagmaq2skfqrrligy9-csar.csar",
"status": "NOTIFIED"
}
2023-04-22T02:20:48.533Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:20:48.533Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T02:20:48.533Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "217632f1-c8fc-486f-a2bc-39384900c927",
"consumerID": "ves-openapi-manager",
"timestamp": 1682129935349,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUzmagmaq2skfqrrligy9/1.0/artifacts/service-DemoPnfUzmagmaq2skfqrrligy9-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:20:48.533Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:20:48.533Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T02:20:48.533Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "217632f1-c8fc-486f-a2bc-39384900c927",
"consumerID": "cds-sdc-listener",
"timestamp": 1682129929408,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUzmagmaq2skfqrrligy9/1.0/artifacts/service-DemoPnfUzmagmaq2skfqrrligy9-csar.csar",
"status": "NOTIFIED"
}
2023-04-22T02:20:48.533Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:20:48.533Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T02:20:48.533Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "217632f1-c8fc-486f-a2bc-39384900c927",
"consumerID": "multicloud-k8s",
"timestamp": 1682129926874,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUzmagmaq2skfqrrligy9/1.0/artifacts/service-DemoPnfUzmagmaq2skfqrrligy9-csar.csar",
"status": "NOTIFIED"
}
2023-04-22T02:20:48.534Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:20:48.534Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T02:20:48.534Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "217632f1-c8fc-486f-a2bc-39384900c927",
"consumerID": "policy-distribution-id",
"timestamp": 1682129959368,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUzmagmaq2skfqrrligy9/1.0/artifacts/service-DemoPnfUzmagmaq2skfqrrligy9-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-04-22T02:20:48.534Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:20:48.534Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T02:20:48.535Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "217632f1-c8fc-486f-a2bc-39384900c927",
"consumerID": "cds-sdc-listener",
"timestamp": 1682129960222,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUzmagmaq2skfqrrligy9/1.0/artifacts/service-DemoPnfUzmagmaq2skfqrrligy9-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-04-22T02:20:48.535Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:20:48.535Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T02:20:48.535Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "217632f1-c8fc-486f-a2bc-39384900c927",
"consumerID": "aai-model-loader",
"timestamp": 1682129959923,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUzmagmaq2skfqrrligy9/1.0/artifacts/service-DemoPnfUzmagmaq2skfqrrligy9-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-04-22T02:20:48.535Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:20:48.536Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T02:20:48.536Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "217632f1-c8fc-486f-a2bc-39384900c927",
"consumerID": "ves-openapi-manager",
"timestamp": 1682129960200,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUzmagmaq2skfqrrligy9/1.0/resourceInstances/pnf0ecad7c8436f0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2023-04-22T02:20:48.536Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:20:48.536Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T02:20:48.536Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "217632f1-c8fc-486f-a2bc-39384900c927",
"consumerID": "policy-distribution-id",
"timestamp": 1682129960371,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUzmagmaq2skfqrrligy9/1.0/artifacts/service-DemoPnfUzmagmaq2skfqrrligy9-csar.csar",
"status": "DEPLOY_OK"
}
2023-04-22T02:20:48.536Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:20:48.537Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T02:20:48.537Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "217632f1-c8fc-486f-a2bc-39384900c927",
"consumerID": "cds-sdc-listener",
"timestamp": 1682129961227,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUzmagmaq2skfqrrligy9/1.0/artifacts/service-DemoPnfUzmagmaq2skfqrrligy9-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-04-22T02:20:48.562Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 217632f1-c8fc-486f-a2bc-39384900c927
2023-04-22T02:20:48.562Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 217632f1-c8fc-486f-a2bc-39384900c927 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-04-22T02:20:48.579Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T02:20:48.580Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "217632f1-c8fc-486f-a2bc-39384900c927",
"consumerID": "ves-openapi-manager",
"timestamp": 1682129961415,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUzmagmaq2skfqrrligy9/1.0/resourceInstances/pnf0ecad7c8436f0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2023-04-22T02:20:48.580Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:20:48.580Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T02:20:48.580Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "217632f1-c8fc-486f-a2bc-39384900c927",
"consumerID": "policy-distribution-id",
"timestamp": 1682129961373,
"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-04-22T02:20:48.590Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 217632f1-c8fc-486f-a2bc-39384900c927
2023-04-22T02:20:48.590Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 217632f1-c8fc-486f-a2bc-39384900c927 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-04-22T02:20:48.607Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T02:20:48.607Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "217632f1-c8fc-486f-a2bc-39384900c927",
"consumerID": "ves-openapi-manager",
"timestamp": 1682129962419,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-22T02:20:48.617Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 217632f1-c8fc-486f-a2bc-39384900c927
2023-04-22T02:20:48.617Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 217632f1-c8fc-486f-a2bc-39384900c927 and ComponentName
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-04-22T02:20:48.637Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T02:20:48.637Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "217632f1-c8fc-486f-a2bc-39384900c927",
"consumerID": "aai-model-loader",
"timestamp": 1682129963824,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUzmagmaq2skfqrrligy9/1.0/artifacts/service-DemoPnfUzmagmaq2skfqrrligy9-csar.csar",
"status": "DEPLOY_OK"
}
2023-04-22T02:20:48.637Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:20:48.637Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T02:20:48.638Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "217632f1-c8fc-486f-a2bc-39384900c927",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1682129963148,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUzmagmaq2skfqrrligy9/1.0/resourceInstances/pnf0ecad7c8436f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:20:48.638Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:20:48.638Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T02:20:48.638Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "217632f1-c8fc-486f-a2bc-39384900c927",
"consumerID": "aai-model-loader",
"timestamp": 1682129964827,
"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-04-22T02:20:48.648Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 217632f1-c8fc-486f-a2bc-39384900c927
2023-04-22T02:20:48.648Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 217632f1-c8fc-486f-a2bc-39384900c927 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-04-22T02:20:48.666Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T02:20:48.666Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "217632f1-c8fc-486f-a2bc-39384900c927",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1682129963148,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUzmagmaq2skfqrrligy9/1.0/resourceInstances/pnf0ecad7c8436f0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:20:48.667Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:20:48.667Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T02:20:48.667Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "217632f1-c8fc-486f-a2bc-39384900c927",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1682129963148,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUzmagmaq2skfqrrligy9/1.0/resourceInstances/pnf0ecad7c8436f0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:20:48.667Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:20:48.668Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T02:20:48.668Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "217632f1-c8fc-486f-a2bc-39384900c927",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1682129963148,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUzmagmaq2skfqrrligy9/1.0/resourceInstances/pnf0ecad7c8436f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:20:48.668Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:20:48.668Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T02:20:48.668Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "217632f1-c8fc-486f-a2bc-39384900c927",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1682129963148,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUzmagmaq2skfqrrligy9/1.0/resourceInstances/pnf0ecad7c8436f0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:20:48.669Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:20:48.669Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T02:20:48.669Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "217632f1-c8fc-486f-a2bc-39384900c927",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1682129963148,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUzmagmaq2skfqrrligy9/1.0/resourceInstances/pnf0ecad7c8436f0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:20:48.669Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:20:48.670Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T02:20:48.670Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "217632f1-c8fc-486f-a2bc-39384900c927",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1682129963148,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUzmagmaq2skfqrrligy9/1.0/artifacts/service-DemoPnfUzmagmaq2skfqrrligy9-template.yml",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:20:48.670Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:20:48.670Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T02:20:48.670Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "217632f1-c8fc-486f-a2bc-39384900c927",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1682129963148,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUzmagmaq2skfqrrligy9/1.0/artifacts/service-DemoPnfUzmagmaq2skfqrrligy9-csar.csar",
"status": "NOTIFIED"
}
2023-04-22T02:20:48.671Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:20:48.671Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T02:20:48.671Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "217632f1-c8fc-486f-a2bc-39384900c927",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1682129971974,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUzmagmaq2skfqrrligy9/1.0/artifacts/service-DemoPnfUzmagmaq2skfqrrligy9-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-04-22T02:20:48.671Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:20:48.672Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T02:20:48.672Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "217632f1-c8fc-486f-a2bc-39384900c927",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1682129973810,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUzmagmaq2skfqrrligy9/1.0/artifacts/service-DemoPnfUzmagmaq2skfqrrligy9-csar.csar",
"status": "DEPLOY_OK"
}
2023-04-22T02:20:48.672Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:20:48.672Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T02:20:48.672Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "217632f1-c8fc-486f-a2bc-39384900c927",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1682129974814,
"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-04-22T02:20:48.683Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 217632f1-c8fc-486f-a2bc-39384900c927
2023-04-22T02:20:48.683Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 217632f1-c8fc-486f-a2bc-39384900c927 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-04-22T02:20:48.704Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T02:20:48.704Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "84fe126b-74e5-4211-84be-9af6292cde3e",
"consumerID": "multicloud-k8s",
"timestamp": 1682129959719,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:20:48.705Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:20:48.705Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T02:20:48.705Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "84fe126b-74e5-4211-84be-9af6292cde3e",
"consumerID": "cds-sdc-listener",
"timestamp": 1682129962229,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:20:48.705Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:20:48.706Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T02:20:48.706Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "84fe126b-74e5-4211-84be-9af6292cde3e",
"consumerID": "policy-distribution-id",
"timestamp": 1682129962376,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:20:48.706Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:20:48.706Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T02:20:48.706Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "84fe126b-74e5-4211-84be-9af6292cde3e",
"consumerID": "aai-model-loader",
"timestamp": 1682129969819,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:20:48.707Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:20:48.707Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T02:20:48.707Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "84fe126b-74e5-4211-84be-9af6292cde3e",
"consumerID": "ves-openapi-manager",
"timestamp": 1682129983422,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:20:48.707Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:20:48.707Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T02:20:48.708Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "84fe126b-74e5-4211-84be-9af6292cde3e",
"consumerID": "multicloud-k8s",
"timestamp": 1682129959719,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2023-04-22T02:20:48.708Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:20:48.708Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T02:20:48.708Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "84fe126b-74e5-4211-84be-9af6292cde3e",
"consumerID": "cds-sdc-listener",
"timestamp": 1682129962229,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:20:48.708Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:20:48.708Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T02:20:48.709Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "84fe126b-74e5-4211-84be-9af6292cde3e",
"consumerID": "policy-distribution-id",
"timestamp": 1682129962376,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:20:48.709Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:20:48.709Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T02:20:48.709Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "84fe126b-74e5-4211-84be-9af6292cde3e",
"consumerID": "ves-openapi-manager",
"timestamp": 1682129983422,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:20:48.709Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:20:48.710Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T02:20:48.710Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "84fe126b-74e5-4211-84be-9af6292cde3e",
"consumerID": "aai-model-loader",
"timestamp": 1682129969819,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:20:48.710Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:20:48.710Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T02:20:48.710Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "84fe126b-74e5-4211-84be-9af6292cde3e",
"consumerID": "cds-sdc-listener",
"timestamp": 1682129962229,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:20:48.711Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:20:48.711Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T02:20:48.711Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "84fe126b-74e5-4211-84be-9af6292cde3e",
"consumerID": "multicloud-k8s",
"timestamp": 1682129959719,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2023-04-22T02:20:48.711Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:20:48.711Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T02:20:48.711Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "84fe126b-74e5-4211-84be-9af6292cde3e",
"consumerID": "ves-openapi-manager",
"timestamp": 1682129983422,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:20:48.712Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:20:48.712Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T02:20:48.712Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "84fe126b-74e5-4211-84be-9af6292cde3e",
"consumerID": "aai-model-loader",
"timestamp": 1682129969819,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:20:48.712Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:20:48.712Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-22T02:20:48.713Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "84fe126b-74e5-4211-84be-9af6292cde3e",
"consumerID": "policy-distribution-id",
"timestamp": 1682129962376,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2023-04-22T02:20:48.713Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:20:50.560Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 868e45ce-c29f-41e9-9b79-b6965eb04984
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-22T02:20:50.591Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 868e45ce-c29f-41e9-9b79-b6965eb04984
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-22T02:20:50.597Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-22T02:20:50.597Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-22T02:20:50.598Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-22T02:20:50.598Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-22T02:20:50.598Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-04-22T02:20:50.598Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-04-22T02:20:50.599Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-04-22T02:20:50.599Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-04-22T02:20:50.599Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-04-22T02:20:50.600Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-22T02:20:50.614Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-22T02:21:20.615Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 868e45ce-c29f-41e9-9b79-b6965eb04984 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-04-22T02:21:20.629Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 868e45ce-c29f-41e9-9b79-b6965eb04984 and serviceModelVersionId: d0e5153b-0bef-4a2d-9fd8-177127da9bd6
2023-04-22T02:21:20.630Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3fb718aa-8521-4404-ac9f-2ee46c686762
2023-04-22T02:21:20.631Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3fb718aa-8521-4404-ac9f-2ee46c686762/model-vers/model-ver/d0e5153b-0bef-4a2d-9fd8-177127da9bd6?depth=0
2023-04-22T02:21:20.636Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-04-22T02:21:20.663Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3fb718aa-8521-4404-ac9f-2ee46c686762/model-vers/model-ver/d0e5153b-0bef-4a2d-9fd8-177127da9bd6?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-04-22T02:21:20.664Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3fb718aa-8521-4404-ac9f-2ee46c686762/model-vers/model-ver/d0e5153b-0bef-4a2d-9fd8-177127da9bd6?depth=0|INFO|500||Invoke
2023-04-22T02:21:20.668Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3fb718aa-8521-4404-ac9f-2ee46c686762/model-vers/model-ver/d0e5153b-0bef-4a2d-9fd8-177127da9bd6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-04-22T02:21:21.003Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3fb718aa-8521-4404-ac9f-2ee46c686762/model-vers/model-ver/d0e5153b-0bef-4a2d-9fd8-177127da9bd6?depth=0|INFO|500||InvokeReturn
2023-04-22T02:21:21.003Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3fb718aa-8521-4404-ac9f-2ee46c686762/model-vers/model-ver/d0e5153b-0bef-4a2d-9fd8-177127da9bd6?depth=0 has http status code:200 and response headers:{date=[Sat, 22 Apr 2023 02:21:20 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[317], vertex-id=[196728], x-aai-txid=[2-aai-resources-230422-02:21:20:007-28403], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-22T02:21:21.004Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-04-22T02:21:21.004Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-22T02:21:21.004Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-22T02:21:21.012Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2023-04-22T02:21:21.012Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 868e45ce-c29f-41e9-9b79-b6965eb04984 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-22T02:21:21.012Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-22T02:21:21.013Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-04-22T02:21:21.013Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-22T02:21:21.013Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "868e45ce-c29f-41e9-9b79-b6965eb04984",
"consumerID": "SO-sdc-controller",
"timestamp": 1682130081012,
"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-04-22T02:21:22.047Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-22T02:21:22.070Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-22T02:21:22.070Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"217632f1-c8fc-486f-a2bc-39384900c927","serviceName":"Demo_pNF_uZmaGMaQ2skfQRRLiGY9","serviceVersion":"1.0","serviceUUID":"e3412d46-db7a-4ca9-b875-72500a21a592","serviceDescription":"catalog service description","serviceInvariantUUID":"649a9301-8ed7-4a21-9bff-fb75f6cebee5","resources":[{"resourceInstanceName":"pNF 0ecad7c8-436f 0","resourceName":"pNF 0ecad7c8-436f","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"4964df3b-284c-492a-ac38-3dd5f3014950","resourceInvariantUUID":"ab2ba9e7-6f65-4ed3-834c-a6580613a10e","resourceCustomizationUUID":"54c3d372-652d-4a5a-8bba-7f94bae0d48f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUzmagmaq2skfqrrligy9/1.0/resourceInstances/pnf0ecad7c8436f0/artifacts/vf-license-model.xml","artifactChecksum":"YzkxOTZmMTI4ZmM2YTYyNDI0MjBmMGVlOGQ5YjE3ZDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3f0de511-dc63-4098-aa25-815834095bf3","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUzmagmaq2skfqrrligy9/1.0/resourceInstances/pnf0ecad7c8436f0/artifacts/pNF.csar","artifactChecksum":"N2M0YzU2OGQ5YmM3NzQ0ZDYzNWI0ZjQ5NzI3ZDRjN2I\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c3864b54-15a3-4cc7-adb6-f187f5af55ec","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUzmagmaq2skfqrrligy9/1.0/resourceInstances/pnf0ecad7c8436f0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"da828308-f5f9-4e34-8932-82993caaf79e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUzmagmaq2skfqrrligy9/1.0/resourceInstances/pnf0ecad7c8436f0/artifacts/vendor-license-model.xml","artifactChecksum":"ZjM5NGM3YWU0YTFmZDljZmY2OWJmNjc1NjU2ZjgzYWE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"05d1d19b-9b50-4f8e-9a77-5a7428e0c685","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfUzmagmaq2skfqrrligy9/1.0/resourceInstances/pnf0ecad7c8436f0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7f8ac6b7-0c14-4251-82f9-773a6d1a358c","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfUzmagmaq2skfqrrligy9/1.0/resourceInstances/pnf0ecad7c8436f0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5c959e90-19e6-4858-a1b8-4fad38c2382f","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfUzmagmaq2skfqrrligy9-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUzmagmaq2skfqrrligy9/1.0/artifacts/service-DemoPnfUzmagmaq2skfqrrligy9-template.yml","artifactChecksum":"Zjc5NTdlMzAxOTE2YjkxYjlhMDMwYThmZTllNWM2OWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2242bcfd-09d3-4701-9cba-e7f33e6fce65","artifactVersion":"1"},{"artifactName":"service-DemoPnfUzmagmaq2skfqrrligy9-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfUzmagmaq2skfqrrligy9/1.0/artifacts/service-DemoPnfUzmagmaq2skfqrrligy9-csar.csar","artifactChecksum":"YjQ5ODYzODA0MTI4ZjhhYjI5NmQzM2IzYWMwYmVlYmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d605d088-c0cf-448f-904f-075d33aaff0d","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-22T02:21:22.073Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-22T02:21:22.080Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-04-22T02:21:22.080Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-22T02:21:22.080Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "217632f1-c8fc-486f-a2bc-39384900c927",
"consumerID": "SO-sdc-controller",
"timestamp": 1682130082047,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUzmagmaq2skfqrrligy9/1.0/resourceInstances/pnf0ecad7c8436f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T02:21:23.081Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-22T02:21:23.082Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-04-22T02:21:23.082Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-22T02:21:23.082Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "217632f1-c8fc-486f-a2bc-39384900c927",
"consumerID": "SO-sdc-controller",
"timestamp": 1682130082047,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUzmagmaq2skfqrrligy9/1.0/resourceInstances/pnf0ecad7c8436f0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T02:21:24.083Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-22T02:21:24.084Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-04-22T02:21:24.084Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-22T02:21:24.084Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "217632f1-c8fc-486f-a2bc-39384900c927",
"consumerID": "SO-sdc-controller",
"timestamp": 1682130082047,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUzmagmaq2skfqrrligy9/1.0/resourceInstances/pnf0ecad7c8436f0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T02:21:25.085Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-22T02:21:25.086Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-04-22T02:21:25.086Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-22T02:21:25.086Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "217632f1-c8fc-486f-a2bc-39384900c927",
"consumerID": "SO-sdc-controller",
"timestamp": 1682130082047,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUzmagmaq2skfqrrligy9/1.0/resourceInstances/pnf0ecad7c8436f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T02:21:26.087Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-22T02:21:26.088Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-04-22T02:21:26.088Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-22T02:21:26.088Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "217632f1-c8fc-486f-a2bc-39384900c927",
"consumerID": "SO-sdc-controller",
"timestamp": 1682130082047,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUzmagmaq2skfqrrligy9/1.0/resourceInstances/pnf0ecad7c8436f0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T02:21:27.089Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-22T02:21:27.091Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-04-22T02:21:27.091Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-22T02:21:27.091Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "217632f1-c8fc-486f-a2bc-39384900c927",
"consumerID": "SO-sdc-controller",
"timestamp": 1682130082047,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUzmagmaq2skfqrrligy9/1.0/resourceInstances/pnf0ecad7c8436f0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T02:21:28.092Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-22T02:21:28.093Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-04-22T02:21:28.093Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-22T02:21:28.093Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "217632f1-c8fc-486f-a2bc-39384900c927",
"consumerID": "SO-sdc-controller",
"timestamp": 1682130082047,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUzmagmaq2skfqrrligy9/1.0/artifacts/service-DemoPnfUzmagmaq2skfqrrligy9-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T02:21:29.094Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-22T02:21:29.094Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-04-22T02:21:29.094Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-22T02:21:29.094Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "217632f1-c8fc-486f-a2bc-39384900c927",
"consumerID": "SO-sdc-controller",
"timestamp": 1682130082047,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUzmagmaq2skfqrrligy9/1.0/artifacts/service-DemoPnfUzmagmaq2skfqrrligy9-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T02:21:30.095Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "217632f1-c8fc-486f-a2bc-39384900c927",
"serviceName": "Demo_pNF_uZmaGMaQ2skfQRRLiGY9",
"serviceVersion": "1.0",
"serviceUUID": "e3412d46-db7a-4ca9-b875-72500a21a592",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "649a9301-8ed7-4a21-9bff-fb75f6cebee5",
"resources": [
{
"resourceInstanceName": "pNF 0ecad7c8-436f 0",
"resourceCustomizationUUID": "54c3d372-652d-4a5a-8bba-7f94bae0d48f",
"resourceName": "pNF 0ecad7c8-436f",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "4964df3b-284c-492a-ac38-3dd5f3014950",
"resourceInvariantUUID": "ab2ba9e7-6f65-4ed3-834c-a6580613a10e",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfUzmagmaq2skfqrrligy9-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUzmagmaq2skfqrrligy9/1.0/artifacts/service-DemoPnfUzmagmaq2skfqrrligy9-csar.csar",
"artifactChecksum": "YjQ5ODYzODA0MTI4ZjhhYjI5NmQzM2IzYWMwYmVlYmE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d605d088-c0cf-448f-904f-075d33aaff0d"
}
],
"workloadContext": "Production"
}
2023-04-22T02:21:30.096Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-22T02:21:30.096Z|868e45ce-c29f-41e9-9b79-b6965eb04984|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e3412d46-db7a-4ca9-b875-72500a21a592 ASDC
2023-04-22T02:21:30.097Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:217632f1-c8fc-486f-a2bc-39384900c927
ServiceName:Demo_pNF_uZmaGMaQ2skfQRRLiGY9
ServiceVersion:1.0
ServiceUUID:e3412d46-db7a-4ca9-b875-72500a21a592
ServiceInvariantUUID:649a9301-8ed7-4a21-9bff-fb75f6cebee5
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfUzmagmaq2skfqrrligy9-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfUzmagmaq2skfqrrligy9/1.0/artifacts/service-DemoPnfUzmagmaq2skfqrrligy9-csar.csar
ArtifactUUID:d605d088-c0cf-448f-904f-075d33aaff0d
ArtifactChecksum:YjQ5ODYzODA0MTI4ZjhhYjI5NmQzM2IzYWMwYmVlYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 0ecad7c8-436f 0
ResourceCustomizationUUID:54c3d372-652d-4a5a-8bba-7f94bae0d48f
ResourceInvariantUUID:ab2ba9e7-6f65-4ed3-834c-a6580613a10e
ResourceName:pNF 0ecad7c8-436f
ResourceType:PNF
ResourceUUID:4964df3b-284c-492a-ac38-3dd5f3014950
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2023-04-22T02:21:30.098Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e3412d46-db7a-4ca9-b875-72500a21a592 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-04-22T02:21:30.187Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-22T02:21:30.187Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-04-22T02:21:30.187Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-04-22T02:21:30.188Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d605d088-c0cf-448f-904f-075d33aaff0d from URL: /sdc/v1/catalog/services/DemoPnfUzmagmaq2skfqrrligy9/1.0/artifacts/service-DemoPnfUzmagmaq2skfqrrligy9-csar.csar
2023-04-22T02:21:30.188Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-04-22T02:21:30.188Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfUzmagmaq2skfqrrligy9/1.0/artifacts/service-DemoPnfUzmagmaq2skfqrrligy9-csar.csar
2023-04-22T02:21:30.366Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-04-22T02:21:30.374Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfUzmagmaq2skfqrrligy9/1.0/artifacts/service-DemoPnfUzmagmaq2skfqrrligy9-csar.csar d605d088-c0cf-448f-904f-075d33aaff0d 87991
2023-04-22T02:21:30.375Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfUzmagmaq2skfqrrligy9/1.0/artifacts/service-DemoPnfUzmagmaq2skfqrrligy9-csar.csar ASDC sendASDCNotification
2023-04-22T02:21:30.375Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUzmagmaq2skfqrrligy9/1.0/artifacts/service-DemoPnfUzmagmaq2skfqrrligy9-csar.csar
2023-04-22T02:21:30.375Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-22T02:21:30.375Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-04-22T02:21:30.375Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-22T02:21:30.375Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "217632f1-c8fc-486f-a2bc-39384900c927",
"consumerID": "SO-sdc-controller",
"timestamp": 1682130090374,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUzmagmaq2skfqrrligy9/1.0/artifacts/service-DemoPnfUzmagmaq2skfqrrligy9-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T02:21:31.376Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-22T02:21:31.377Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-04-22T02:21:31.378Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: d605d088-c0cf-448f-904f-075d33aaff0d, URL: /sdc/v1/catalog/services/DemoPnfUzmagmaq2skfqrrligy9/1.0/artifacts/service-DemoPnfUzmagmaq2skfqrrligy9-csar.csar to file: /app/ASDC/1/service-DemoPnfUzmagmaq2skfqrrligy9-csar.csar
2023-04-22T02:21:31.379Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfUzmagmaq2skfqrrligy9-csar.csar
2023-04-22T02:21:31.379Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfUzmagmaq2skfqrrligy9-csar.csar
2023-04-22T02:21:31.380Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfUzmagmaq2skfqrrligy9-csar.csar
2023-04-22T02:21:31.504Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10964728456832838196/Definitions/service-DemoPnfUzmagmaq2skfqrrligy9-template.yml
2023-04-22T02:21:32.368Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-22T02:21:32.369Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-04-22T02:21:32.369Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfUzmagmaq2skfqrrligy9-csar.csar
2023-04-22T02:21:32.369Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-22T02:21:32.369Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfUzmagmaq2skfqrrligy9-csar.csar
2023-04-22T02:21:32.369Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfUzmagmaq2skfqrrligy9-csar.csar
2023-04-22T02:21:32.370Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfUzmagmaq2skfqrrligy9-csar.csar
2023-04-22T02:21:32.370Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 0ecad7c8-436f 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-DemoPnfUzmagmaq2skfqrrligy9-csar.csar
2023-04-22T02:21:32.370Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfUzmagmaq2skfqrrligy9-csar.csar
2023-04-22T02:21:32.370Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfUzmagmaq2skfqrrligy9-csar.csar
2023-04-22T02:21:32.370Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfUzmagmaq2skfqrrligy9-csar.csar
2023-04-22T02:21:32.370Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-04-22T02:21:32.371Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-04-22T02:21:32.371Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_uZmaGMaQ2skfQRRLiGY9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-22T02:21:32.371Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||DEBUG|500||Node template pNF 0ecad7c8-436f 0 is matching search criteria
2023-04-22T02:21:32.371Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-04-22T02:21:32.371Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 0ecad7c8-436f 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-22T02:21:32.372Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-04-22T02:21:32.372Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_uZmaGMaQ2skfQRRLiGY9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-22T02:21:32.372Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||DEBUG|500||Node template pNF 0ecad7c8-436f 0 is matching search criteria
2023-04-22T02:21:32.372Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-04-22T02:21:32.372Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 0ecad7c8-436f 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-22T02:21:32.373Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-04-22T02:21:32.373Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_uZmaGMaQ2skfQRRLiGY9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-22T02:21:32.373Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-04-22T02:21:32.373Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_uZmaGMaQ2skfQRRLiGY9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-22T02:21:32.373Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-04-22T02:21:32.374Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_uZmaGMaQ2skfQRRLiGY9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-22T02:21:32.374Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-04-22T02:21:32.374Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_uZmaGMaQ2skfQRRLiGY9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-22T02:21:32.374Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-04-22T02:21:32.374Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_uZmaGMaQ2skfQRRLiGY9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-22T02:21:32.374Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_uZmaGMaQ2skfQRRLiGY9
Description:catalog service description
Model UUID:e3412d46-db7a-4ca9-b875-72500a21a592
Model Version:NULL
Model InvariantUuid:649a9301-8ed7-4a21-9bff-fb75f6cebee5
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-04-22T02:21:32.390Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 4964df3b-284c-492a-ac38-3dd5f3014950
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-22T02:21:32.395Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||INFO|500||pNF 0ecad7c8-436f 0
2023-04-22T02:21:32.396Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 4964df3b-284c-492a-ac38-3dd5f3014950
2023-04-22T02:21:32.396Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||DEBUG|500||No resources found for Service: e3412d46-db7a-4ca9-b875-72500a21a592
2023-04-22T02:21:32.396Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: e3412d46-db7a-4ca9-b875-72500a21a592
2023-04-22T02:21:32.396Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 0ecad7c8-436f 0 4964df3b-284c-492a-ac38-3dd5f3014950 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-04-22T02:21:32.407Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3cc74e82, org.onap.sdc.toscaparser.api.parameters.Input@1aebaf5d, org.onap.sdc.toscaparser.api.parameters.Input@1e5fb5ca, org.onap.sdc.toscaparser.api.parameters.Input@252fc149, org.onap.sdc.toscaparser.api.parameters.Input@231a2830]
2023-04-22T02:21:32.407Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-04-22T02:21:32.408Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_uZmaGMaQ2skfQRRLiGY9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-04-22T02:21:32.408Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid e3412d46-db7a-4ca9-b875-72500a21a592: pNF 0ecad7c8-436f
2023-04-22T02:21:32.408Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||INFO|500||Processing PNF resource: 4964df3b-284c-492a-ac38-3dd5f3014950
2023-04-22T02:21:32.408Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-04-22T02:21:32.408Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_uZmaGMaQ2skfQRRLiGY9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-22T02:21:32.409Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||INFO|500||Resource customization UUID: 54c3d372-652d-4a5a-8bba-7f94bae0d48f is the same as notified resource customizationUUID: 54c3d372-652d-4a5a-8bba-7f94bae0d48f
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-04-22T02:21:32.502Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 0ecad7c8-436f 4964df3b-284c-492a-ac38-3dd5f3014950 0 ASDC deployResourceStructure
2023-04-22T02:21:32.503Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfUzmagmaq2skfqrrligy9/1.0/artifacts/service-DemoPnfUzmagmaq2skfqrrligy9-csar.csar ASDC sendASDCNotification
2023-04-22T02:21:32.503Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUzmagmaq2skfqrrligy9/1.0/artifacts/service-DemoPnfUzmagmaq2skfqrrligy9-csar.csar
2023-04-22T02:21:32.503Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-04-22T02:21:32.503Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-04-22T02:21:32.504Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-22T02:21:32.504Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "217632f1-c8fc-486f-a2bc-39384900c927",
"consumerID": "SO-sdc-controller",
"timestamp": 1682130092502,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUzmagmaq2skfqrrligy9/1.0/artifacts/service-DemoPnfUzmagmaq2skfqrrligy9-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T02:21:33.505Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 217632f1-c8fc-486f-a2bc-39384900c927
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-22T02:21:33.528Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 217632f1-c8fc-486f-a2bc-39384900c927
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-22T02:21:33.533Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-22T02:21:33.534Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-22T02:21:33.534Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-22T02:21:33.534Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-22T02:21:33.534Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-04-22T02:21:33.534Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-04-22T02:21:33.534Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-04-22T02:21:33.535Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-04-22T02:21:33.535Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-04-22T02:21:33.535Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-04-22T02:21:33.535Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-22T02:21:33.544Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-22T02:21:48.347Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T02:21:48.351Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-22T02:21:48.351Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "84fe126b-74e5-4211-84be-9af6292cde3e",
"consumerID": "multicloud-k8s",
"timestamp": 1682129959719,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:21:48.352Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:21:48.352Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-22T02:21:48.353Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "84fe126b-74e5-4211-84be-9af6292cde3e",
"consumerID": "cds-sdc-listener",
"timestamp": 1682129962229,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:21:48.353Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:21:48.353Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-22T02:21:48.353Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "84fe126b-74e5-4211-84be-9af6292cde3e",
"consumerID": "ves-openapi-manager",
"timestamp": 1682129983422,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:21:48.354Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:21:48.354Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-22T02:21:48.354Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "84fe126b-74e5-4211-84be-9af6292cde3e",
"consumerID": "aai-model-loader",
"timestamp": 1682129969819,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:21:48.354Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:21:48.354Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-22T02:21:48.354Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "84fe126b-74e5-4211-84be-9af6292cde3e",
"consumerID": "policy-distribution-id",
"timestamp": 1682129962376,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:21:48.355Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:21:48.355Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-22T02:21:48.355Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "84fe126b-74e5-4211-84be-9af6292cde3e",
"consumerID": "multicloud-k8s",
"timestamp": 1682129959719,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2023-04-22T02:21:48.355Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:21:48.355Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-22T02:21:48.355Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "84fe126b-74e5-4211-84be-9af6292cde3e",
"consumerID": "cds-sdc-listener",
"timestamp": 1682129962229,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:21:48.355Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:21:48.356Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-22T02:21:48.356Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "84fe126b-74e5-4211-84be-9af6292cde3e",
"consumerID": "aai-model-loader",
"timestamp": 1682129969819,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:21:48.356Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:21:48.356Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-22T02:21:48.356Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "84fe126b-74e5-4211-84be-9af6292cde3e",
"consumerID": "ves-openapi-manager",
"timestamp": 1682129983422,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:21:48.356Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:21:48.356Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-22T02:21:48.357Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "84fe126b-74e5-4211-84be-9af6292cde3e",
"consumerID": "policy-distribution-id",
"timestamp": 1682129962376,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:21:48.357Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:21:48.357Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-22T02:21:48.357Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "84fe126b-74e5-4211-84be-9af6292cde3e",
"consumerID": "multicloud-k8s",
"timestamp": 1682129959719,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:21:48.357Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:21:48.357Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-22T02:21:48.357Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "84fe126b-74e5-4211-84be-9af6292cde3e",
"consumerID": "aai-model-loader",
"timestamp": 1682129969819,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:21:48.357Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:21:48.358Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-22T02:21:48.358Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "84fe126b-74e5-4211-84be-9af6292cde3e",
"consumerID": "cds-sdc-listener",
"timestamp": 1682129962229,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:21:48.358Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:21:48.358Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-22T02:21:48.358Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "84fe126b-74e5-4211-84be-9af6292cde3e",
"consumerID": "ves-openapi-manager",
"timestamp": 1682129983422,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:21:48.358Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:21:48.358Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-22T02:21:48.358Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "84fe126b-74e5-4211-84be-9af6292cde3e",
"consumerID": "policy-distribution-id",
"timestamp": 1682129962376,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:21:48.358Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:21:48.359Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-22T02:21:48.359Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "84fe126b-74e5-4211-84be-9af6292cde3e",
"consumerID": "multicloud-k8s",
"timestamp": 1682129959719,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2023-04-22T02:21:48.359Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:21:48.359Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-22T02:21:48.359Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "84fe126b-74e5-4211-84be-9af6292cde3e",
"consumerID": "aai-model-loader",
"timestamp": 1682129969819,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2023-04-22T02:21:48.359Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:21:48.360Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-22T02:21:48.360Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "84fe126b-74e5-4211-84be-9af6292cde3e",
"consumerID": "ves-openapi-manager",
"timestamp": 1682129983422,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:21:48.360Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:21:48.361Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-22T02:21:48.361Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "84fe126b-74e5-4211-84be-9af6292cde3e",
"consumerID": "cds-sdc-listener",
"timestamp": 1682129962229,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2023-04-22T02:21:48.361Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:21:48.361Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-22T02:21:48.361Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "84fe126b-74e5-4211-84be-9af6292cde3e",
"consumerID": "policy-distribution-id",
"timestamp": 1682129962376,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2023-04-22T02:21:48.361Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:21:48.361Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-22T02:21:48.362Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "84fe126b-74e5-4211-84be-9af6292cde3e",
"consumerID": "multicloud-k8s",
"timestamp": 1682129993037,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-04-22T02:21:48.362Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:21:48.362Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-22T02:21:48.362Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "84fe126b-74e5-4211-84be-9af6292cde3e",
"consumerID": "cds-sdc-listener",
"timestamp": 1682129993361,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-04-22T02:21:48.362Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:21:48.362Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-22T02:21:48.362Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "84fe126b-74e5-4211-84be-9af6292cde3e",
"consumerID": "policy-distribution-id",
"timestamp": 1682129992556,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-04-22T02:21:48.362Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:21:48.363Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-22T02:21:48.363Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "84fe126b-74e5-4211-84be-9af6292cde3e",
"consumerID": "aai-model-loader",
"timestamp": 1682129993047,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-04-22T02:21:48.363Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:21:48.363Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-22T02:21:48.363Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "84fe126b-74e5-4211-84be-9af6292cde3e",
"consumerID": "cds-sdc-listener",
"timestamp": 1682129994369,
"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-04-22T02:21:48.406Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 84fe126b-74e5-4211-84be-9af6292cde3e
2023-04-22T02:21:48.406Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 84fe126b-74e5-4211-84be-9af6292cde3e 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-04-22T02:21:48.432Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-22T02:21:48.432Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "84fe126b-74e5-4211-84be-9af6292cde3e",
"consumerID": "policy-distribution-id",
"timestamp": 1682129993560,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2023-04-22T02:21:48.433Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:21:48.433Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-22T02:21:48.433Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "84fe126b-74e5-4211-84be-9af6292cde3e",
"consumerID": "multicloud-k8s",
"timestamp": 1682129994165,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2023-04-22T02:21:48.433Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:21:48.434Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-22T02:21:48.434Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "84fe126b-74e5-4211-84be-9af6292cde3e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1682129993148,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:21:48.434Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:21:48.434Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-22T02:21:48.434Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "84fe126b-74e5-4211-84be-9af6292cde3e",
"consumerID": "policy-distribution-id",
"timestamp": 1682129994562,
"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-04-22T02:21:48.449Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 84fe126b-74e5-4211-84be-9af6292cde3e
2023-04-22T02:21:48.450Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 84fe126b-74e5-4211-84be-9af6292cde3e 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-04-22T02:21:48.471Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-22T02:21:48.471Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "84fe126b-74e5-4211-84be-9af6292cde3e",
"consumerID": "multicloud-k8s",
"timestamp": 1682129995327,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2023-04-22T02:21:48.471Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:21:48.472Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-22T02:21:48.472Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "84fe126b-74e5-4211-84be-9af6292cde3e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1682129993148,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:21:48.472Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:21:48.472Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-22T02:21:48.472Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "84fe126b-74e5-4211-84be-9af6292cde3e",
"consumerID": "multicloud-k8s",
"timestamp": 1682129996398,
"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-04-22T02:21:48.486Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 84fe126b-74e5-4211-84be-9af6292cde3e
2023-04-22T02:21:48.487Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 84fe126b-74e5-4211-84be-9af6292cde3e 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-04-22T02:21:48.504Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-22T02:21:48.504Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "84fe126b-74e5-4211-84be-9af6292cde3e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1682129993148,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:21:48.504Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:21:48.504Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-22T02:21:48.504Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "84fe126b-74e5-4211-84be-9af6292cde3e",
"consumerID": "multicloud-k8s",
"timestamp": 1682129997400,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2023-04-22T02:21:48.504Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:21:48.505Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-22T02:21:48.505Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "84fe126b-74e5-4211-84be-9af6292cde3e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1682129993148,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:21:48.505Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:21:48.505Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-22T02:21:48.505Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "84fe126b-74e5-4211-84be-9af6292cde3e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1682129993148,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:21:48.505Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:21:48.505Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-22T02:21:48.506Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "84fe126b-74e5-4211-84be-9af6292cde3e",
"consumerID": "aai-model-loader",
"timestamp": 1682129998668,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2023-04-22T02:21:48.506Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:21:48.506Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-22T02:21:48.506Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "84fe126b-74e5-4211-84be-9af6292cde3e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1682129993148,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-04-22T02:21:48.506Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:21:48.506Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-22T02:21:48.506Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "84fe126b-74e5-4211-84be-9af6292cde3e",
"consumerID": "aai-model-loader",
"timestamp": 1682129999670,
"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-04-22T02:21:48.520Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 84fe126b-74e5-4211-84be-9af6292cde3e
2023-04-22T02:21:48.520Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 84fe126b-74e5-4211-84be-9af6292cde3e 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-04-22T02:21:48.539Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-22T02:21:48.539Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "84fe126b-74e5-4211-84be-9af6292cde3e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1682129993148,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2023-04-22T02:21:48.539Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:21:48.539Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-22T02:21:48.540Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "84fe126b-74e5-4211-84be-9af6292cde3e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1682130001034,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-04-22T02:21:48.540Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:21:48.540Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-22T02:21:48.540Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "84fe126b-74e5-4211-84be-9af6292cde3e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1682130003147,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2023-04-22T02:21:48.540Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-22T02:21:48.541Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-22T02:21:48.541Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
"distributionID": "84fe126b-74e5-4211-84be-9af6292cde3e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1682130004151,
"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-04-22T02:21:48.555Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 84fe126b-74e5-4211-84be-9af6292cde3e
2023-04-22T02:21:48.555Z|dacec4a1-5308-416a-8255-fb5eb3700511|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 84fe126b-74e5-4211-84be-9af6292cde3e 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-04-22T02:22:03.544Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 217632f1-c8fc-486f-a2bc-39384900c927 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-04-22T02:22:03.557Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 217632f1-c8fc-486f-a2bc-39384900c927 and serviceModelVersionId: e3412d46-db7a-4ca9-b875-72500a21a592
2023-04-22T02:22:03.557Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 649a9301-8ed7-4a21-9bff-fb75f6cebee5
2023-04-22T02:22:03.558Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/649a9301-8ed7-4a21-9bff-fb75f6cebee5/model-vers/model-ver/e3412d46-db7a-4ca9-b875-72500a21a592?depth=0
2023-04-22T02:22:03.563Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-04-22T02:22:03.600Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/649a9301-8ed7-4a21-9bff-fb75f6cebee5/model-vers/model-ver/e3412d46-db7a-4ca9-b875-72500a21a592?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-04-22T02:22:03.601Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/649a9301-8ed7-4a21-9bff-fb75f6cebee5/model-vers/model-ver/e3412d46-db7a-4ca9-b875-72500a21a592?depth=0|INFO|500||Invoke
2023-04-22T02:22:03.608Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/649a9301-8ed7-4a21-9bff-fb75f6cebee5/model-vers/model-ver/e3412d46-db7a-4ca9-b875-72500a21a592?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-04-22T02:22:03.756Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/649a9301-8ed7-4a21-9bff-fb75f6cebee5/model-vers/model-ver/e3412d46-db7a-4ca9-b875-72500a21a592?depth=0|INFO|500||InvokeReturn
2023-04-22T02:22:03.757Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/649a9301-8ed7-4a21-9bff-fb75f6cebee5/model-vers/model-ver/e3412d46-db7a-4ca9-b875-72500a21a592?depth=0 has http status code:200 and response headers:{date=[Sat, 22 Apr 2023 02:22:02 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[143], vertex-id=[208968], x-aai-txid=[2-aai-resources-230422-02:22:02:941-66534], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-22T02:22:03.757Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-04-22T02:22:03.758Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-22T02:22:03.758Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-22T02:22:03.774Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2023-04-22T02:22:03.775Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 217632f1-c8fc-486f-a2bc-39384900c927 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-22T02:22:03.775Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-22T02:22:03.776Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-04-22T02:22:03.776Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-22T02:22:03.777Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "217632f1-c8fc-486f-a2bc-39384900c927",
"consumerID": "SO-sdc-controller",
"timestamp": 1682130123775,
"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-04-22T02:22:04.806Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-22T02:22:04.806Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"84fe126b-74e5-4211-84be-9af6292cde3e","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"494bd934-e773-448b-b788-748c155df0be","serviceDescription":"service","serviceInvariantUUID":"0a78349c-b059-42a2-b89a-8baa0d5a3572","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"32469872-123f-4de1-bb01-a88b93ed6dd8","resourceInvariantUUID":"001b6e83-9b47-4ef6-bfcc-cb0e54a6bdbd","resourceCustomizationUUID":"2a5bbe09-8016-4dd7-8f43-8cf85ab9d2ab","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":"OGY5YTY5YTE3YjI0NGI3ZTQxM2IzODBiNGRjZWFjNTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9e85a5b5-fb69-46a0-a93d-dcaba8ff61ce","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":"N2U2ZTQ4NTg0YjJhMmExMmRiZjdjZWIwYTE2ZTNlYWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"fc26306b-30ef-4ecc-ae60-80f9fc67784f","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":"9c0b09a5-68ac-4498-8b2b-ee717b9c0a65","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":"9cebf560-7b89-4672-9de7-3b91dba84709","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":"6337224e-e473-4503-92fa-f8b10b75f67b","artifactVersion":"2","generatedFromUUID":"9c0b09a5-68ac-4498-8b2b-ee717b9c0a65"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NjMyYTJmYzdjYjU1N2MxMjVjNDliOThhMzk2MmJjZWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"55262318-dfdf-4b80-9d8e-9e4018631af2","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZjRmNjAzNDM5YzNiZjhhYmZiN2JmN2M3MDIwNzRkYWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3dbc36da-8654-4b1e-9d8b-980c9fe6aa95","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-22T02:22:04.807Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-22T02:22:04.807Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-04-22T02:22:04.808Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-22T02:22:04.808Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "84fe126b-74e5-4211-84be-9af6292cde3e",
"consumerID": "SO-sdc-controller",
"timestamp": 1682130082047,
"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-04-22T02:22:05.809Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-22T02:22:05.810Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-04-22T02:22:05.811Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-22T02:22:05.811Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "84fe126b-74e5-4211-84be-9af6292cde3e",
"consumerID": "SO-sdc-controller",
"timestamp": 1682130082047,
"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-04-22T02:22:06.812Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-22T02:22:06.813Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-04-22T02:22:06.814Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-22T02:22:06.814Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "84fe126b-74e5-4211-84be-9af6292cde3e",
"consumerID": "SO-sdc-controller",
"timestamp": 1682130082047,
"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-04-22T02:22:07.815Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-22T02:22:07.816Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-04-22T02:22:07.816Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-22T02:22:07.816Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "84fe126b-74e5-4211-84be-9af6292cde3e",
"consumerID": "SO-sdc-controller",
"timestamp": 1682130082047,
"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-04-22T02:22:08.818Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-22T02:22:08.819Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-04-22T02:22:08.819Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-22T02:22:08.819Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "84fe126b-74e5-4211-84be-9af6292cde3e",
"consumerID": "SO-sdc-controller",
"timestamp": 1682130082047,
"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-04-22T02:22:09.821Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-22T02:22:09.822Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-04-22T02:22:09.822Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-22T02:22:09.822Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "84fe126b-74e5-4211-84be-9af6292cde3e",
"consumerID": "SO-sdc-controller",
"timestamp": 1682130082047,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T02:22:10.823Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-22T02:22:10.824Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-04-22T02:22:10.824Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-22T02:22:10.824Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "84fe126b-74e5-4211-84be-9af6292cde3e",
"consumerID": "SO-sdc-controller",
"timestamp": 1682130082047,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T02:22:11.826Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "84fe126b-74e5-4211-84be-9af6292cde3e",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "494bd934-e773-448b-b788-748c155df0be",
"serviceDescription": "service",
"serviceInvariantUUID": "0a78349c-b059-42a2-b89a-8baa0d5a3572",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "2a5bbe09-8016-4dd7-8f43-8cf85ab9d2ab",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "32469872-123f-4de1-bb01-a88b93ed6dd8",
"resourceInvariantUUID": "001b6e83-9b47-4ef6-bfcc-cb0e54a6bdbd",
"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": "N2U2ZTQ4NTg0YjJhMmExMmRiZjdjZWIwYTE2ZTNlYWU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "fc26306b-30ef-4ecc-ae60-80f9fc67784f",
"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": "9c0b09a5-68ac-4498-8b2b-ee717b9c0a65",
"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": "6337224e-e473-4503-92fa-f8b10b75f67b",
"generatedFromUUID": "9c0b09a5-68ac-4498-8b2b-ee717b9c0a65"
},
"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": "6337224e-e473-4503-92fa-f8b10b75f67b",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "ZjRmNjAzNDM5YzNiZjhhYmZiN2JmN2M3MDIwNzRkYWY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3dbc36da-8654-4b1e-9d8b-980c9fe6aa95"
}
],
"workloadContext": "Production"
}
2023-04-22T02:22:11.826Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-22T02:22:11.827Z|217632f1-c8fc-486f-a2bc-39384900c927|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 494bd934-e773-448b-b788-748c155df0be ASDC
2023-04-22T02:22:11.828Z|84fe126b-74e5-4211-84be-9af6292cde3e|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:84fe126b-74e5-4211-84be-9af6292cde3e
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:494bd934-e773-448b-b788-748c155df0be
ServiceInvariantUUID:0a78349c-b059-42a2-b89a-8baa0d5a3572
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:3dbc36da-8654-4b1e-9d8b-980c9fe6aa95
ArtifactChecksum:ZjRmNjAzNDM5YzNiZjhhYmZiN2JmN2M3MDIwNzRkYWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:2a5bbe09-8016-4dd7-8f43-8cf85ab9d2ab
ResourceInvariantUUID:001b6e83-9b47-4ef6-bfcc-cb0e54a6bdbd
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:32469872-123f-4de1-bb01-a88b93ed6dd8
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:fc26306b-30ef-4ecc-ae60-80f9fc67784f
ArtifactChecksum:N2U2ZTQ4NTg0YjJhMmExMmRiZjdjZWIwYTE2ZTNlYWU=
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:9c0b09a5-68ac-4498-8b2b-ee717b9c0a65
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:6337224e-e473-4503-92fa-f8b10b75f67b
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:6337224e-e473-4503-92fa-f8b10b75f67b
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-04-22T02:22:11.828Z|84fe126b-74e5-4211-84be-9af6292cde3e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 494bd934-e773-448b-b788-748c155df0be 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-04-22T02:22:11.913Z|84fe126b-74e5-4211-84be-9af6292cde3e|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-22T02:22:11.914Z|84fe126b-74e5-4211-84be-9af6292cde3e|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-04-22T02:22:11.914Z|84fe126b-74e5-4211-84be-9af6292cde3e|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-04-22T02:22:11.914Z|84fe126b-74e5-4211-84be-9af6292cde3e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 3dbc36da-8654-4b1e-9d8b-980c9fe6aa95 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-22T02:22:11.915Z|84fe126b-74e5-4211-84be-9af6292cde3e|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-04-22T02:22:11.915Z|84fe126b-74e5-4211-84be-9af6292cde3e|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-22T02:22:12.015Z|84fe126b-74e5-4211-84be-9af6292cde3e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-04-22T02:22:12.017Z|84fe126b-74e5-4211-84be-9af6292cde3e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 3dbc36da-8654-4b1e-9d8b-980c9fe6aa95 75151
2023-04-22T02:22:12.017Z|84fe126b-74e5-4211-84be-9af6292cde3e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-22T02:22:12.018Z|84fe126b-74e5-4211-84be-9af6292cde3e|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-22T02:22:12.018Z|84fe126b-74e5-4211-84be-9af6292cde3e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-22T02:22:12.018Z|84fe126b-74e5-4211-84be-9af6292cde3e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-04-22T02:22:12.018Z|84fe126b-74e5-4211-84be-9af6292cde3e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-22T02:22:12.018Z|84fe126b-74e5-4211-84be-9af6292cde3e|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "84fe126b-74e5-4211-84be-9af6292cde3e",
"consumerID": "SO-sdc-controller",
"timestamp": 1682130132017,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-22T02:22:13.019Z|84fe126b-74e5-4211-84be-9af6292cde3e|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-22T02:22:13.020Z|84fe126b-74e5-4211-84be-9af6292cde3e|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-04-22T02:22:13.021Z|84fe126b-74e5-4211-84be-9af6292cde3e|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 3dbc36da-8654-4b1e-9d8b-980c9fe6aa95, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-22T02:22:13.021Z|84fe126b-74e5-4211-84be-9af6292cde3e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-04-22T02:22:13.022Z|84fe126b-74e5-4211-84be-9af6292cde3e|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-22T02:22:13.022Z|84fe126b-74e5-4211-84be-9af6292cde3e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-04-22T02:22:13.177Z|84fe126b-74e5-4211-84be-9af6292cde3e|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17088901694362871291/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-04-22T02:22:14.467Z|84fe126b-74e5-4211-84be-9af6292cde3e|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-22T02:22:14.467Z|84fe126b-74e5-4211-84be-9af6292cde3e|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-04-22T02:22:14.467Z|84fe126b-74e5-4211-84be-9af6292cde3e|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-22T02:22:14.468Z|84fe126b-74e5-4211-84be-9af6292cde3e|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-22T02:22:14.468Z|84fe126b-74e5-4211-84be-9af6292cde3e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-22T02:22:14.468Z|84fe126b-74e5-4211-84be-9af6292cde3e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-22T02:22:14.468Z|84fe126b-74e5-4211-84be-9af6292cde3e|pool-2-thread-9|||||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-04-22T02:22:14.468Z|84fe126b-74e5-4211-84be-9af6292cde3e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-22T02:22:14.468Z|84fe126b-74e5-4211-84be-9af6292cde3e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-22T02:22:14.468Z|84fe126b-74e5-4211-84be-9af6292cde3e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-22T02:22:14.469Z|84fe126b-74e5-4211-84be-9af6292cde3e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-22T02:22:14.469Z|84fe126b-74e5-4211-84be-9af6292cde3e|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-04-22T02:22:14.469Z|84fe126b-74e5-4211-84be-9af6292cde3e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery