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-02-07T05:37:21.541Z||main|||||INFO|500||The following profiles are active: basic
2023-02-07T05:38:07.300Z||main|||||INFO|500||Starting service [Tomcat]
2023-02-07T05:38:07.311Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-02-07T05:38:07.757Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-02-07T05:38:22.742Z||main|||||INFO|500||catdb-pool - Starting...
2023-02-07T05:38:24.571Z||main|||||INFO|500||catdb-pool - Start completed.
2023-02-07T05:38:27.946Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-02-07T05:38:29.845Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-02-07T05:38:32.949Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-02-07T05:38:45.035Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-02-07T05:38:47.719Z||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-02-07T05:38:56.271Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-02-07T05:38:56.577Z||main|||||INFO|500||reqdb-pool - Starting...
2023-02-07T05:38:56.677Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-02-07T05:38:56.715Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-02-07T05:38:58.053Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-02-07T05:38:59.501Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-02-07T05:39:02.985Z||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-02-07T05:39:04.694Z||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-02-07T05:39:07.163Z||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-02-07T05:39:07.204Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-02-07T05:39:07.271Z|78865e63-e246-486a-9d41-2d2d7032208e|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-02-07T05:39:12.637Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-02-07T05:39:12.735Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||||DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{Transfer-Encoding=[chunked], Server=[Jetty(9.4.33.v20201020)], Date=[Tue, 07 Feb 2023 05:39:06 GMT], Content-Type=[application/json;charset=utf-8]}
2023-02-07T05:39:12.764Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||||DEBUG|500||{"id":"4ebf357a64f649ca82634a8bb108883c","versionId":"307d351f90cc42deba843c8c94aa86f2"}
2023-02-07T05:39:12.852Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||||INFO|500||Successfully created activitySpec VNFSetInMaintFlagActivity
2023-02-07T05:39:13.423Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/4ebf357a64f649ca82634a8bb108883c/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-02-07T05:39:13.425Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/4ebf357a64f649ca82634a8bb108883c/versions/latest/actions|INFO|500||Invoke
2023-02-07T05:39:13.429Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/4ebf357a64f649ca82634a8bb108883c/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-02-07T05:39:15.213Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/4ebf357a64f649ca82634a8bb108883c/versions/latest/actions|INFO|500||InvokeReturn
2023-02-07T05:39:15.214Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/4ebf357a64f649ca82634a8bb108883c/versions/latest/actions has http status code:200 and response headers:{Server=[Jetty(9.4.33.v20201020)], Content-Length=[0], Date=[Tue, 07 Feb 2023 05:39:12 GMT]}
2023-02-07T05:39:15.215Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||||DEBUG|500||Response was returned with an empty entity.
2023-02-07T05:39:15.215Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||||INFO|500||Successfully certified activitySpec VNFSetInMaintFlagActivity
2023-02-07T05:39:15.216Z|78865e63-e246-486a-9d41-2d2d7032208e|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-02-07T05:39:15.442Z|78865e63-e246-486a-9d41-2d2d7032208e|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-02-07T05:39:15.449Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-02-07T05:39:15.454Z|78865e63-e246-486a-9d41-2d2d7032208e|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-02-07T05:39:16.705Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-02-07T05:39:16.710Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||||DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{Transfer-Encoding=[chunked], Server=[Jetty(9.4.33.v20201020)], Date=[Tue, 07 Feb 2023 05:39:14 GMT], Content-Type=[application/json;charset=utf-8]}
2023-02-07T05:39:16.717Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||||DEBUG|500||{"id":"a9997aa2ffe94e85a6152b45a6d4b7ff","versionId":"755d9d3e15994897a252f72458faa9a8"}
2023-02-07T05:39:16.723Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||||INFO|500||Successfully created activitySpec VNFCheckPserversLockedFlagActivity
2023-02-07T05:39:16.813Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/a9997aa2ffe94e85a6152b45a6d4b7ff/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-02-07T05:39:16.819Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/a9997aa2ffe94e85a6152b45a6d4b7ff/versions/latest/actions|INFO|500||Invoke
2023-02-07T05:39:16.829Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/a9997aa2ffe94e85a6152b45a6d4b7ff/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-02-07T05:39:18.248Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/a9997aa2ffe94e85a6152b45a6d4b7ff/versions/latest/actions|INFO|500||InvokeReturn
2023-02-07T05:39:18.257Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/a9997aa2ffe94e85a6152b45a6d4b7ff/versions/latest/actions has http status code:200 and response headers:{Server=[Jetty(9.4.33.v20201020)], Content-Length=[0], Date=[Tue, 07 Feb 2023 05:39:16 GMT]}
2023-02-07T05:39:18.258Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||||DEBUG|500||Response was returned with an empty entity.
2023-02-07T05:39:18.261Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||||INFO|500||Successfully certified activitySpec VNFCheckPserversLockedFlagActivity
2023-02-07T05:39:18.262Z|78865e63-e246-486a-9d41-2d2d7032208e|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-02-07T05:39:18.538Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-02-07T05:39:18.539Z|78865e63-e246-486a-9d41-2d2d7032208e|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=[78865e63-e246-486a-9d41-2d2d7032208e], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[f51eb316-7574-4e30-be84-42296b94b1c8], X-ECOMP-RequestID=[78865e63-e246-486a-9d41-2d2d7032208e], X-TransactionID=[78865e63-e246-486a-9d41-2d2d7032208e], X-ONAP-RequestID=[78865e63-e246-486a-9d41-2d2d7032208e], Content-Type=[application/json]}
2023-02-07T05:39:18.545Z|78865e63-e246-486a-9d41-2d2d7032208e|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-02-07T05:39:19.271Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{Transfer-Encoding=[chunked], Server=[Jetty(9.4.33.v20201020)], Date=[Tue, 07 Feb 2023 05:39:17 GMT], Content-Type=[application/json;charset=utf-8]}
2023-02-07T05:39:19.272Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"70a0b17cb56b4240b62a26e556a6ef14","versionId":"f7a7cc0a0743427c870e39c7be09db90"}
2023-02-07T05:39:19.273Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-02-07T05:39:19.285Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||||INFO|500||Successfully created activitySpec VNFCheckInMaintFlagActivity
2023-02-07T05:39:19.459Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/70a0b17cb56b4240b62a26e556a6ef14/versions/latest/actions|INFO|500||Invoke
2023-02-07T05:39:19.460Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/70a0b17cb56b4240b62a26e556a6ef14/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/70a0b17cb56b4240b62a26e556a6ef14/versions/latest/actions with request headers:{X-RequestID=[78865e63-e246-486a-9d41-2d2d7032208e], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[34feba1e-f56b-43b2-8cb4-da88fcd26f3b], X-ECOMP-RequestID=[78865e63-e246-486a-9d41-2d2d7032208e], X-TransactionID=[78865e63-e246-486a-9d41-2d2d7032208e], X-ONAP-RequestID=[78865e63-e246-486a-9d41-2d2d7032208e], Content-Type=[application/json]}
2023-02-07T05:39:19.464Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/70a0b17cb56b4240b62a26e556a6ef14/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-02-07T05:39:20.846Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/70a0b17cb56b4240b62a26e556a6ef14/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/70a0b17cb56b4240b62a26e556a6ef14/versions/latest/actions has http status code:200 and response headers:{Server=[Jetty(9.4.33.v20201020)], Content-Length=[0], Date=[Tue, 07 Feb 2023 05:39:18 GMT]}
2023-02-07T05:39:20.848Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/70a0b17cb56b4240b62a26e556a6ef14/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-02-07T05:39:20.849Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/70a0b17cb56b4240b62a26e556a6ef14/versions/latest/actions|INFO|500||InvokeReturn
2023-02-07T05:39:20.850Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||||INFO|500||Successfully certified activitySpec VNFCheckInMaintFlagActivity
2023-02-07T05:39:20.856Z|78865e63-e246-486a-9d41-2d2d7032208e|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-02-07T05:39:21.099Z|78865e63-e246-486a-9d41-2d2d7032208e|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-02-07T05:39:21.101Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-02-07T05:39:21.136Z|78865e63-e246-486a-9d41-2d2d7032208e|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-02-07T05:39:21.904Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-02-07T05:39:21.905Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||||DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{Transfer-Encoding=[chunked], Server=[Jetty(9.4.33.v20201020)], Date=[Tue, 07 Feb 2023 05:39:20 GMT], Content-Type=[application/json;charset=utf-8]}
2023-02-07T05:39:21.908Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||||DEBUG|500||{"id":"43df818d10da4caea56d941992b1f414","versionId":"b43264fdc1aa468d988a1df0f74006c0"}
2023-02-07T05:39:21.912Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||||INFO|500||Successfully created activitySpec VNFCheckClosedLoopDisabledFlagActivity
2023-02-07T05:39:22.067Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/43df818d10da4caea56d941992b1f414/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-02-07T05:39:22.077Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/43df818d10da4caea56d941992b1f414/versions/latest/actions|INFO|500||Invoke
2023-02-07T05:39:22.080Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/43df818d10da4caea56d941992b1f414/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-02-07T05:39:23.043Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/43df818d10da4caea56d941992b1f414/versions/latest/actions|INFO|500||InvokeReturn
2023-02-07T05:39:23.044Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/43df818d10da4caea56d941992b1f414/versions/latest/actions has http status code:200 and response headers:{Server=[Jetty(9.4.33.v20201020)], Content-Length=[0], Date=[Tue, 07 Feb 2023 05:39:21 GMT]}
2023-02-07T05:39:23.065Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||||DEBUG|500||Response was returned with an empty entity.
2023-02-07T05:39:23.066Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||||INFO|500||Successfully certified activitySpec VNFCheckClosedLoopDisabledFlagActivity
2023-02-07T05:39:23.066Z|78865e63-e246-486a-9d41-2d2d7032208e|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-02-07T05:39:23.398Z|78865e63-e246-486a-9d41-2d2d7032208e|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-02-07T05:39:23.400Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-02-07T05:39:23.447Z|78865e63-e246-486a-9d41-2d2d7032208e|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-02-07T05:39:23.943Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-02-07T05:39:23.944Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||||DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{Transfer-Encoding=[chunked], Server=[Jetty(9.4.33.v20201020)], Date=[Tue, 07 Feb 2023 05:39:22 GMT], Content-Type=[application/json;charset=utf-8]}
2023-02-07T05:39:23.945Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||||DEBUG|500||{"id":"9468b9acad3b4ef6b8001a9bed813366","versionId":"667f7e5d2268465ea39ae99159fa7843"}
2023-02-07T05:39:23.953Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||||INFO|500||Successfully created activitySpec VNFSetClosedLoopDisabledFlagActivity
2023-02-07T05:39:24.116Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/9468b9acad3b4ef6b8001a9bed813366/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-02-07T05:39:24.118Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/9468b9acad3b4ef6b8001a9bed813366/versions/latest/actions|INFO|500||Invoke
2023-02-07T05:39:24.126Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/9468b9acad3b4ef6b8001a9bed813366/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-02-07T05:39:25.014Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/9468b9acad3b4ef6b8001a9bed813366/versions/latest/actions|INFO|500||InvokeReturn
2023-02-07T05:39:25.015Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/9468b9acad3b4ef6b8001a9bed813366/versions/latest/actions has http status code:200 and response headers:{Server=[Jetty(9.4.33.v20201020)], Content-Length=[0], Date=[Tue, 07 Feb 2023 05:39:23 GMT]}
2023-02-07T05:39:25.015Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||||DEBUG|500||Response was returned with an empty entity.
2023-02-07T05:39:25.015Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||||INFO|500||Successfully certified activitySpec VNFSetClosedLoopDisabledFlagActivity
2023-02-07T05:39:25.016Z|78865e63-e246-486a-9d41-2d2d7032208e|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-02-07T05:39:25.296Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-02-07T05:39:25.297Z|78865e63-e246-486a-9d41-2d2d7032208e|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=[78865e63-e246-486a-9d41-2d2d7032208e], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[248e6588-615f-4d6e-b8ec-f906058712b2], X-ECOMP-RequestID=[78865e63-e246-486a-9d41-2d2d7032208e], X-TransactionID=[78865e63-e246-486a-9d41-2d2d7032208e], X-ONAP-RequestID=[78865e63-e246-486a-9d41-2d2d7032208e], Content-Type=[application/json]}
2023-02-07T05:39:25.299Z|78865e63-e246-486a-9d41-2d2d7032208e|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-02-07T05:39:25.988Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{Transfer-Encoding=[chunked], Server=[Jetty(9.4.33.v20201020)], Date=[Tue, 07 Feb 2023 05:39:24 GMT], Content-Type=[application/json;charset=utf-8]}
2023-02-07T05:39:26.014Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"e1702e365dca486e92b9458b0130f348","versionId":"155a53d6cf9c4d5f81b12944f55f6057"}
2023-02-07T05:39:26.015Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-02-07T05:39:26.042Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||||INFO|500||Successfully created activitySpec VNFUnsetClosedLoopDisabledFlagActivity
2023-02-07T05:39:26.328Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/e1702e365dca486e92b9458b0130f348/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-02-07T05:39:26.329Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e1702e365dca486e92b9458b0130f348/versions/latest/actions|INFO|500||Invoke
2023-02-07T05:39:26.331Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e1702e365dca486e92b9458b0130f348/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-02-07T05:39:27.385Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e1702e365dca486e92b9458b0130f348/versions/latest/actions|INFO|500||InvokeReturn
2023-02-07T05:39:27.386Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/e1702e365dca486e92b9458b0130f348/versions/latest/actions has http status code:200 and response headers:{Server=[Jetty(9.4.33.v20201020)], Content-Length=[0], Date=[Tue, 07 Feb 2023 05:39:25 GMT]}
2023-02-07T05:39:27.387Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||||DEBUG|500||Response was returned with an empty entity.
2023-02-07T05:39:27.388Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||||INFO|500||Successfully certified activitySpec VNFUnsetClosedLoopDisabledFlagActivity
2023-02-07T05:39:27.389Z|78865e63-e246-486a-9d41-2d2d7032208e|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-02-07T05:39:27.585Z|78865e63-e246-486a-9d41-2d2d7032208e|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-02-07T05:39:27.587Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-02-07T05:39:27.590Z|78865e63-e246-486a-9d41-2d2d7032208e|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-02-07T05:39:28.172Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-02-07T05:39:28.174Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||||DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{Transfer-Encoding=[chunked], Server=[Jetty(9.4.33.v20201020)], Date=[Tue, 07 Feb 2023 05:39:26 GMT], Content-Type=[application/json;charset=utf-8]}
2023-02-07T05:39:28.176Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||||DEBUG|500||{"id":"74ca77cdba48444998692b5d7b5dc879","versionId":"4f2fd9ccf6384fd9ac58d3de17e2f2e6"}
2023-02-07T05:39:28.204Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||||INFO|500||Successfully created activitySpec VNFLockActivity
2023-02-07T05:39:28.392Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/74ca77cdba48444998692b5d7b5dc879/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-02-07T05:39:28.395Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/74ca77cdba48444998692b5d7b5dc879/versions/latest/actions|INFO|500||Invoke
2023-02-07T05:39:28.398Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/74ca77cdba48444998692b5d7b5dc879/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-02-07T05:39:29.013Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/74ca77cdba48444998692b5d7b5dc879/versions/latest/actions|INFO|500||InvokeReturn
2023-02-07T05:39:29.014Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/74ca77cdba48444998692b5d7b5dc879/versions/latest/actions has http status code:200 and response headers:{Server=[Jetty(9.4.33.v20201020)], Content-Length=[0], Date=[Tue, 07 Feb 2023 05:39:27 GMT]}
2023-02-07T05:39:29.015Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||||DEBUG|500||Response was returned with an empty entity.
2023-02-07T05:39:29.015Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||||INFO|500||Successfully certified activitySpec VNFLockActivity
2023-02-07T05:39:29.016Z|78865e63-e246-486a-9d41-2d2d7032208e|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-02-07T05:39:29.182Z|78865e63-e246-486a-9d41-2d2d7032208e|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-02-07T05:39:29.184Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-02-07T05:39:29.186Z|78865e63-e246-486a-9d41-2d2d7032208e|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-02-07T05:39:29.527Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-02-07T05:39:29.528Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||||DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{Transfer-Encoding=[chunked], Server=[Jetty(9.4.33.v20201020)], Date=[Tue, 07 Feb 2023 05:39:28 GMT], Content-Type=[application/json;charset=utf-8]}
2023-02-07T05:39:29.530Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||||DEBUG|500||{"id":"7f32ebc839f743619b94aba60c857e41","versionId":"1e6438415e12401e9d1888ce8d1d909e"}
2023-02-07T05:39:29.535Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||||INFO|500||Successfully created activitySpec VNFUnlockActivity
2023-02-07T05:39:29.712Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/7f32ebc839f743619b94aba60c857e41/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-02-07T05:39:29.721Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/7f32ebc839f743619b94aba60c857e41/versions/latest/actions|INFO|500||Invoke
2023-02-07T05:39:29.732Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/7f32ebc839f743619b94aba60c857e41/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-02-07T05:39:30.319Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/7f32ebc839f743619b94aba60c857e41/versions/latest/actions|INFO|500||InvokeReturn
2023-02-07T05:39:30.320Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/7f32ebc839f743619b94aba60c857e41/versions/latest/actions has http status code:200 and response headers:{Server=[Jetty(9.4.33.v20201020)], Content-Length=[0], Date=[Tue, 07 Feb 2023 05:39:29 GMT]}
2023-02-07T05:39:30.321Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||||DEBUG|500||Response was returned with an empty entity.
2023-02-07T05:39:30.321Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||||INFO|500||Successfully certified activitySpec VNFUnlockActivity
2023-02-07T05:39:30.326Z|78865e63-e246-486a-9d41-2d2d7032208e|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-02-07T05:39:30.484Z|78865e63-e246-486a-9d41-2d2d7032208e|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-02-07T05:39:30.506Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-02-07T05:39:30.515Z|78865e63-e246-486a-9d41-2d2d7032208e|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-02-07T05:39:31.177Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-02-07T05:39:31.208Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||||DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{Transfer-Encoding=[chunked], Server=[Jetty(9.4.33.v20201020)], Date=[Tue, 07 Feb 2023 05:39:29 GMT], Content-Type=[application/json;charset=utf-8]}
2023-02-07T05:39:31.209Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||||DEBUG|500||{"id":"825f9d511e47454197d3c89a20c782b7","versionId":"c50491ce7057452594ddb4546435e04f"}
2023-02-07T05:39:31.216Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||||INFO|500||Successfully created activitySpec VNFStopActivity
2023-02-07T05:39:31.282Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/825f9d511e47454197d3c89a20c782b7/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-02-07T05:39:31.284Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/825f9d511e47454197d3c89a20c782b7/versions/latest/actions|INFO|500||Invoke
2023-02-07T05:39:31.286Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/825f9d511e47454197d3c89a20c782b7/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-02-07T05:39:32.354Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/825f9d511e47454197d3c89a20c782b7/versions/latest/actions|INFO|500||InvokeReturn
2023-02-07T05:39:32.355Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/825f9d511e47454197d3c89a20c782b7/versions/latest/actions has http status code:200 and response headers:{Server=[Jetty(9.4.33.v20201020)], Content-Length=[0], Date=[Tue, 07 Feb 2023 05:39:30 GMT]}
2023-02-07T05:39:32.356Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||||DEBUG|500||Response was returned with an empty entity.
2023-02-07T05:39:32.356Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||||INFO|500||Successfully certified activitySpec VNFStopActivity
2023-02-07T05:39:32.357Z|78865e63-e246-486a-9d41-2d2d7032208e|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-02-07T05:39:32.478Z|78865e63-e246-486a-9d41-2d2d7032208e|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-02-07T05:39:32.481Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-02-07T05:39:32.483Z|78865e63-e246-486a-9d41-2d2d7032208e|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-02-07T05:39:32.925Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-02-07T05:39:32.930Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||||DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{Transfer-Encoding=[chunked], Server=[Jetty(9.4.33.v20201020)], Date=[Tue, 07 Feb 2023 05:39:31 GMT], Content-Type=[application/json;charset=utf-8]}
2023-02-07T05:39:32.931Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||||DEBUG|500||{"id":"44c405ef27044b109ff1d175348b6436","versionId":"799f384deb6446118690571795f1827a"}
2023-02-07T05:39:32.942Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||||INFO|500||Successfully created activitySpec VNFStartActivity
2023-02-07T05:39:33.049Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/44c405ef27044b109ff1d175348b6436/versions/latest/actions|INFO|500||Invoke
2023-02-07T05:39:33.051Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/44c405ef27044b109ff1d175348b6436/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/44c405ef27044b109ff1d175348b6436/versions/latest/actions with request headers:{X-RequestID=[78865e63-e246-486a-9d41-2d2d7032208e], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[d958a911-09e8-46ed-8b89-6900dbec660d], X-ECOMP-RequestID=[78865e63-e246-486a-9d41-2d2d7032208e], X-TransactionID=[78865e63-e246-486a-9d41-2d2d7032208e], X-ONAP-RequestID=[78865e63-e246-486a-9d41-2d2d7032208e], Content-Type=[application/json]}
2023-02-07T05:39:33.056Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/44c405ef27044b109ff1d175348b6436/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-02-07T05:39:34.054Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/44c405ef27044b109ff1d175348b6436/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/44c405ef27044b109ff1d175348b6436/versions/latest/actions has http status code:200 and response headers:{Server=[Jetty(9.4.33.v20201020)], Content-Length=[0], Date=[Tue, 07 Feb 2023 05:39:32 GMT]}
2023-02-07T05:39:34.055Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/44c405ef27044b109ff1d175348b6436/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-02-07T05:39:34.056Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/44c405ef27044b109ff1d175348b6436/versions/latest/actions|INFO|500||InvokeReturn
2023-02-07T05:39:34.056Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||||INFO|500||Successfully certified activitySpec VNFStartActivity
2023-02-07T05:39:34.057Z|78865e63-e246-486a-9d41-2d2d7032208e|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-02-07T05:39:34.161Z|78865e63-e246-486a-9d41-2d2d7032208e|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-02-07T05:39:34.162Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-02-07T05:39:34.164Z|78865e63-e246-486a-9d41-2d2d7032208e|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-02-07T05:39:34.729Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-02-07T05:39:34.731Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||||DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{Transfer-Encoding=[chunked], Server=[Jetty(9.4.33.v20201020)], Date=[Tue, 07 Feb 2023 05:39:33 GMT], Content-Type=[application/json;charset=utf-8]}
2023-02-07T05:39:34.745Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||||DEBUG|500||{"id":"8a969ed6256d4df08ef800ac39495179","versionId":"feba85671cef4f6a82f8a460578bdb56"}
2023-02-07T05:39:34.760Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||||INFO|500||Successfully created activitySpec VNFSnapShotActivity
2023-02-07T05:39:34.837Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/8a969ed6256d4df08ef800ac39495179/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-02-07T05:39:34.838Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/8a969ed6256d4df08ef800ac39495179/versions/latest/actions|INFO|500||Invoke
2023-02-07T05:39:34.841Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/8a969ed6256d4df08ef800ac39495179/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-02-07T05:39:35.724Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/8a969ed6256d4df08ef800ac39495179/versions/latest/actions|INFO|500||InvokeReturn
2023-02-07T05:39:35.726Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/8a969ed6256d4df08ef800ac39495179/versions/latest/actions has http status code:200 and response headers:{Server=[Jetty(9.4.33.v20201020)], Content-Length=[0], Date=[Tue, 07 Feb 2023 05:39:34 GMT]}
2023-02-07T05:39:35.726Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||||DEBUG|500||Response was returned with an empty entity.
2023-02-07T05:39:35.727Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||||INFO|500||Successfully certified activitySpec VNFSnapShotActivity
2023-02-07T05:39:35.727Z|78865e63-e246-486a-9d41-2d2d7032208e|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-02-07T05:39:35.906Z|78865e63-e246-486a-9d41-2d2d7032208e|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-02-07T05:39:35.909Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-02-07T05:39:35.911Z|78865e63-e246-486a-9d41-2d2d7032208e|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-02-07T05:39:36.531Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-02-07T05:39:36.532Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||||DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{Transfer-Encoding=[chunked], Server=[Jetty(9.4.33.v20201020)], Date=[Tue, 07 Feb 2023 05:39:35 GMT], Content-Type=[application/json;charset=utf-8]}
2023-02-07T05:39:36.534Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||||DEBUG|500||{"id":"94ce4374ed3b41c7a9e9e95bfc296bed","versionId":"c1a1128873e84c20acbdeba92d689299"}
2023-02-07T05:39:36.540Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||||INFO|500||Successfully created activitySpec FlowCompleteActivity
2023-02-07T05:39:36.620Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/94ce4374ed3b41c7a9e9e95bfc296bed/versions/latest/actions|INFO|500||Invoke
2023-02-07T05:39:36.621Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/94ce4374ed3b41c7a9e9e95bfc296bed/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/94ce4374ed3b41c7a9e9e95bfc296bed/versions/latest/actions with request headers:{X-RequestID=[78865e63-e246-486a-9d41-2d2d7032208e], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[2233c536-bd93-4c42-89be-75f8c71a342c], X-ECOMP-RequestID=[78865e63-e246-486a-9d41-2d2d7032208e], X-TransactionID=[78865e63-e246-486a-9d41-2d2d7032208e], X-ONAP-RequestID=[78865e63-e246-486a-9d41-2d2d7032208e], Content-Type=[application/json]}
2023-02-07T05:39:36.644Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/94ce4374ed3b41c7a9e9e95bfc296bed/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-02-07T05:39:37.533Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/94ce4374ed3b41c7a9e9e95bfc296bed/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/94ce4374ed3b41c7a9e9e95bfc296bed/versions/latest/actions has http status code:200 and response headers:{Server=[Jetty(9.4.33.v20201020)], Content-Length=[0], Date=[Tue, 07 Feb 2023 05:39:35 GMT]}
2023-02-07T05:39:37.535Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/94ce4374ed3b41c7a9e9e95bfc296bed/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-02-07T05:39:37.537Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/94ce4374ed3b41c7a9e9e95bfc296bed/versions/latest/actions|INFO|500||InvokeReturn
2023-02-07T05:39:37.538Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||||INFO|500||Successfully certified activitySpec FlowCompleteActivity
2023-02-07T05:39:37.539Z|78865e63-e246-486a-9d41-2d2d7032208e|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-02-07T05:39:37.695Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-02-07T05:39:37.697Z|78865e63-e246-486a-9d41-2d2d7032208e|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=[78865e63-e246-486a-9d41-2d2d7032208e], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[994407b2-c79b-41df-80f1-8e4c28a19506], X-ECOMP-RequestID=[78865e63-e246-486a-9d41-2d2d7032208e], X-TransactionID=[78865e63-e246-486a-9d41-2d2d7032208e], X-ONAP-RequestID=[78865e63-e246-486a-9d41-2d2d7032208e], Content-Type=[application/json]}
2023-02-07T05:39:37.702Z|78865e63-e246-486a-9d41-2d2d7032208e|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-02-07T05:39:38.183Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{Transfer-Encoding=[chunked], Server=[Jetty(9.4.33.v20201020)], Date=[Tue, 07 Feb 2023 05:39:36 GMT], Content-Type=[application/json;charset=utf-8]}
2023-02-07T05:39:38.186Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"bd58d802a62841dcb08b749bb9227384","versionId":"d5e8143ffad84348b88f79fb02ce7ce5"}
2023-02-07T05:39:38.196Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-02-07T05:39:38.202Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||||INFO|500||Successfully created activitySpec PauseForManualTaskActivity
2023-02-07T05:39:38.390Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/bd58d802a62841dcb08b749bb9227384/versions/latest/actions|INFO|500||Invoke
2023-02-07T05:39:38.392Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/bd58d802a62841dcb08b749bb9227384/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/bd58d802a62841dcb08b749bb9227384/versions/latest/actions with request headers:{X-RequestID=[78865e63-e246-486a-9d41-2d2d7032208e], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[6ab51106-6bcd-430b-8788-e03678d687c7], X-ECOMP-RequestID=[78865e63-e246-486a-9d41-2d2d7032208e], X-TransactionID=[78865e63-e246-486a-9d41-2d2d7032208e], X-ONAP-RequestID=[78865e63-e246-486a-9d41-2d2d7032208e], Content-Type=[application/json]}
2023-02-07T05:39:38.403Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/bd58d802a62841dcb08b749bb9227384/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-02-07T05:39:39.139Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/bd58d802a62841dcb08b749bb9227384/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/bd58d802a62841dcb08b749bb9227384/versions/latest/actions has http status code:200 and response headers:{Server=[Jetty(9.4.33.v20201020)], Content-Length=[0], Date=[Tue, 07 Feb 2023 05:39:37 GMT]}
2023-02-07T05:39:39.140Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/bd58d802a62841dcb08b749bb9227384/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-02-07T05:39:39.141Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/bd58d802a62841dcb08b749bb9227384/versions/latest/actions|INFO|500||InvokeReturn
2023-02-07T05:39:39.142Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||||INFO|500||Successfully certified activitySpec PauseForManualTaskActivity
2023-02-07T05:39:39.142Z|78865e63-e246-486a-9d41-2d2d7032208e|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-02-07T05:39:39.574Z|78865e63-e246-486a-9d41-2d2d7032208e|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-02-07T05:39:39.694Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-02-07T05:39:39.704Z|78865e63-e246-486a-9d41-2d2d7032208e|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-02-07T05:39:40.325Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-02-07T05:39:40.326Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||||DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{Transfer-Encoding=[chunked], Server=[Jetty(9.4.33.v20201020)], Date=[Tue, 07 Feb 2023 05:39:39 GMT], Content-Type=[application/json;charset=utf-8]}
2023-02-07T05:39:40.328Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||||DEBUG|500||{"id":"a0e0c0366e7d428999aaea9b44a5c671","versionId":"de288a78f328492681d7a456c522816b"}
2023-02-07T05:39:40.332Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||||INFO|500||Successfully created activitySpec DistributeTrafficActivity
2023-02-07T05:39:40.399Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/a0e0c0366e7d428999aaea9b44a5c671/versions/latest/actions|INFO|500||Invoke
2023-02-07T05:39:40.400Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/a0e0c0366e7d428999aaea9b44a5c671/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/a0e0c0366e7d428999aaea9b44a5c671/versions/latest/actions with request headers:{X-RequestID=[78865e63-e246-486a-9d41-2d2d7032208e], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[f924f3a7-5d46-43ac-b63a-31515230832c], X-ECOMP-RequestID=[78865e63-e246-486a-9d41-2d2d7032208e], X-TransactionID=[78865e63-e246-486a-9d41-2d2d7032208e], X-ONAP-RequestID=[78865e63-e246-486a-9d41-2d2d7032208e], Content-Type=[application/json]}
2023-02-07T05:39:40.402Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/a0e0c0366e7d428999aaea9b44a5c671/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-02-07T05:39:41.692Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/a0e0c0366e7d428999aaea9b44a5c671/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/a0e0c0366e7d428999aaea9b44a5c671/versions/latest/actions has http status code:200 and response headers:{Server=[Jetty(9.4.33.v20201020)], Content-Length=[0], Date=[Tue, 07 Feb 2023 05:39:39 GMT]}
2023-02-07T05:39:41.693Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/a0e0c0366e7d428999aaea9b44a5c671/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-02-07T05:39:41.694Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/a0e0c0366e7d428999aaea9b44a5c671/versions/latest/actions|INFO|500||InvokeReturn
2023-02-07T05:39:41.695Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||||INFO|500||Successfully certified activitySpec DistributeTrafficActivity
2023-02-07T05:39:41.695Z|78865e63-e246-486a-9d41-2d2d7032208e|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-02-07T05:39:41.861Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-02-07T05:39:41.863Z|78865e63-e246-486a-9d41-2d2d7032208e|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=[78865e63-e246-486a-9d41-2d2d7032208e], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[0738a77c-b77e-40a5-92d6-7a8fa3e5536d], X-ECOMP-RequestID=[78865e63-e246-486a-9d41-2d2d7032208e], X-TransactionID=[78865e63-e246-486a-9d41-2d2d7032208e], X-ONAP-RequestID=[78865e63-e246-486a-9d41-2d2d7032208e], Content-Type=[application/json]}
2023-02-07T05:39:41.866Z|78865e63-e246-486a-9d41-2d2d7032208e|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-02-07T05:39:42.427Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{Transfer-Encoding=[chunked], Server=[Jetty(9.4.33.v20201020)], Date=[Tue, 07 Feb 2023 05:39:41 GMT], Content-Type=[application/json;charset=utf-8]}
2023-02-07T05:39:42.431Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"79468dc31ca8442f87bf55164d0bacff","versionId":"1c9ee02bdf5e4b6fbd27258672e90b01"}
2023-02-07T05:39:42.434Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-02-07T05:39:42.441Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||||INFO|500||Successfully created activitySpec DistributeTrafficCheckActivity
2023-02-07T05:39:42.513Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/79468dc31ca8442f87bf55164d0bacff/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-02-07T05:39:42.515Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/79468dc31ca8442f87bf55164d0bacff/versions/latest/actions|INFO|500||Invoke
2023-02-07T05:39:42.518Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/79468dc31ca8442f87bf55164d0bacff/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-02-07T05:39:43.252Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/79468dc31ca8442f87bf55164d0bacff/versions/latest/actions|INFO|500||InvokeReturn
2023-02-07T05:39:43.253Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/79468dc31ca8442f87bf55164d0bacff/versions/latest/actions has http status code:200 and response headers:{Server=[Jetty(9.4.33.v20201020)], Content-Length=[0], Date=[Tue, 07 Feb 2023 05:39:41 GMT]}
2023-02-07T05:39:43.254Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||||DEBUG|500||Response was returned with an empty entity.
2023-02-07T05:39:43.255Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||||INFO|500||Successfully certified activitySpec DistributeTrafficCheckActivity
2023-02-07T05:39:43.257Z|78865e63-e246-486a-9d41-2d2d7032208e|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-02-07T05:39:43.382Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-02-07T05:39:43.384Z|78865e63-e246-486a-9d41-2d2d7032208e|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=[78865e63-e246-486a-9d41-2d2d7032208e], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[27796f01-56ae-4cb1-9d15-f5e1a9f1e46c], X-ECOMP-RequestID=[78865e63-e246-486a-9d41-2d2d7032208e], X-TransactionID=[78865e63-e246-486a-9d41-2d2d7032208e], X-ONAP-RequestID=[78865e63-e246-486a-9d41-2d2d7032208e], Content-Type=[application/json]}
2023-02-07T05:39:43.386Z|78865e63-e246-486a-9d41-2d2d7032208e|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-02-07T05:39:43.755Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{Transfer-Encoding=[chunked], Server=[Jetty(9.4.33.v20201020)], Date=[Tue, 07 Feb 2023 05:39:42 GMT], Content-Type=[application/json;charset=utf-8]}
2023-02-07T05:39:43.757Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"6d6b42b5a8e84986a1906eaa7ad5dcd5","versionId":"f7335d801eea451ab84d6a9fdf31ad38"}
2023-02-07T05:39:43.759Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-02-07T05:39:43.771Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||||INFO|500||Successfully created activitySpec VNFHealthCheckActivity
2023-02-07T05:39:43.885Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/6d6b42b5a8e84986a1906eaa7ad5dcd5/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-02-07T05:39:43.887Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6d6b42b5a8e84986a1906eaa7ad5dcd5/versions/latest/actions|INFO|500||Invoke
2023-02-07T05:39:43.889Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6d6b42b5a8e84986a1906eaa7ad5dcd5/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-02-07T05:39:44.559Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6d6b42b5a8e84986a1906eaa7ad5dcd5/versions/latest/actions|INFO|500||InvokeReturn
2023-02-07T05:39:44.560Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/6d6b42b5a8e84986a1906eaa7ad5dcd5/versions/latest/actions has http status code:200 and response headers:{Server=[Jetty(9.4.33.v20201020)], Content-Length=[0], Date=[Tue, 07 Feb 2023 05:39:43 GMT]}
2023-02-07T05:39:44.560Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||||DEBUG|500||Response was returned with an empty entity.
2023-02-07T05:39:44.560Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||||INFO|500||Successfully certified activitySpec VNFHealthCheckActivity
2023-02-07T05:39:44.561Z|78865e63-e246-486a-9d41-2d2d7032208e|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-02-07T05:39:44.782Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-02-07T05:39:44.783Z|78865e63-e246-486a-9d41-2d2d7032208e|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=[78865e63-e246-486a-9d41-2d2d7032208e], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[63f31fc1-17a0-45be-95d6-9e1e7a07828f], X-ECOMP-RequestID=[78865e63-e246-486a-9d41-2d2d7032208e], X-TransactionID=[78865e63-e246-486a-9d41-2d2d7032208e], X-ONAP-RequestID=[78865e63-e246-486a-9d41-2d2d7032208e], Content-Type=[application/json]}
2023-02-07T05:39:44.796Z|78865e63-e246-486a-9d41-2d2d7032208e|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-02-07T05:39:45.322Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{Transfer-Encoding=[chunked], Server=[Jetty(9.4.33.v20201020)], Date=[Tue, 07 Feb 2023 05:39:44 GMT], Content-Type=[application/json;charset=utf-8]}
2023-02-07T05:39:45.324Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"989cf830d2cc424ebace2e58eaef2203","versionId":"b473fd04735748bf983d3e02cdca3149"}
2023-02-07T05:39:45.325Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-02-07T05:39:45.329Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||||INFO|500||Successfully created activitySpec VNFQuiesceTrafficActivity
2023-02-07T05:39:45.456Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/989cf830d2cc424ebace2e58eaef2203/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-02-07T05:39:45.457Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/989cf830d2cc424ebace2e58eaef2203/versions/latest/actions|INFO|500||Invoke
2023-02-07T05:39:45.460Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/989cf830d2cc424ebace2e58eaef2203/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-02-07T05:39:46.119Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/989cf830d2cc424ebace2e58eaef2203/versions/latest/actions|INFO|500||InvokeReturn
2023-02-07T05:39:46.120Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/989cf830d2cc424ebace2e58eaef2203/versions/latest/actions has http status code:200 and response headers:{Server=[Jetty(9.4.33.v20201020)], Content-Length=[0], Date=[Tue, 07 Feb 2023 05:39:44 GMT]}
2023-02-07T05:39:46.121Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||||DEBUG|500||Response was returned with an empty entity.
2023-02-07T05:39:46.121Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||||INFO|500||Successfully certified activitySpec VNFQuiesceTrafficActivity
2023-02-07T05:39:46.122Z|78865e63-e246-486a-9d41-2d2d7032208e|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-02-07T05:39:46.402Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-02-07T05:39:46.403Z|78865e63-e246-486a-9d41-2d2d7032208e|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=[78865e63-e246-486a-9d41-2d2d7032208e], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[02c09dfe-c85b-4ee4-b254-1838b030531c], X-ECOMP-RequestID=[78865e63-e246-486a-9d41-2d2d7032208e], X-TransactionID=[78865e63-e246-486a-9d41-2d2d7032208e], X-ONAP-RequestID=[78865e63-e246-486a-9d41-2d2d7032208e], Content-Type=[application/json]}
2023-02-07T05:39:46.405Z|78865e63-e246-486a-9d41-2d2d7032208e|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-02-07T05:39:46.884Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{Transfer-Encoding=[chunked], Server=[Jetty(9.4.33.v20201020)], Date=[Tue, 07 Feb 2023 05:39:45 GMT], Content-Type=[application/json;charset=utf-8]}
2023-02-07T05:39:46.886Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"8ac8fca2e62347bc8a7c9deded8feb2b","versionId":"2af6be2668374f47bde9e176fb996932"}
2023-02-07T05:39:46.887Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-02-07T05:39:46.891Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||||INFO|500||Successfully created activitySpec VNFResumeTrafficActivity
2023-02-07T05:39:46.982Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/8ac8fca2e62347bc8a7c9deded8feb2b/versions/latest/actions|INFO|500||Invoke
2023-02-07T05:39:46.983Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/8ac8fca2e62347bc8a7c9deded8feb2b/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/8ac8fca2e62347bc8a7c9deded8feb2b/versions/latest/actions with request headers:{X-RequestID=[78865e63-e246-486a-9d41-2d2d7032208e], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[3af07269-bb7f-46c8-9a4c-6c3f2994c9cd], X-ECOMP-RequestID=[78865e63-e246-486a-9d41-2d2d7032208e], X-TransactionID=[78865e63-e246-486a-9d41-2d2d7032208e], X-ONAP-RequestID=[78865e63-e246-486a-9d41-2d2d7032208e], Content-Type=[application/json]}
2023-02-07T05:39:46.984Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/8ac8fca2e62347bc8a7c9deded8feb2b/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-02-07T05:39:47.702Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/8ac8fca2e62347bc8a7c9deded8feb2b/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/8ac8fca2e62347bc8a7c9deded8feb2b/versions/latest/actions has http status code:200 and response headers:{Server=[Jetty(9.4.33.v20201020)], Content-Length=[0], Date=[Tue, 07 Feb 2023 05:39:46 GMT]}
2023-02-07T05:39:47.703Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/8ac8fca2e62347bc8a7c9deded8feb2b/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-02-07T05:39:47.704Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/8ac8fca2e62347bc8a7c9deded8feb2b/versions/latest/actions|INFO|500||InvokeReturn
2023-02-07T05:39:47.705Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||||INFO|500||Successfully certified activitySpec VNFResumeTrafficActivity
2023-02-07T05:39:47.705Z|78865e63-e246-486a-9d41-2d2d7032208e|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-02-07T05:39:47.812Z|78865e63-e246-486a-9d41-2d2d7032208e|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-02-07T05:39:47.815Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-02-07T05:39:47.817Z|78865e63-e246-486a-9d41-2d2d7032208e|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-02-07T05:39:48.278Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-02-07T05:39:48.279Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||||DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{Transfer-Encoding=[chunked], Server=[Jetty(9.4.33.v20201020)], Date=[Tue, 07 Feb 2023 05:39:47 GMT], Content-Type=[application/json;charset=utf-8]}
2023-02-07T05:39:48.299Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||||DEBUG|500||{"id":"f619d090a46f498c96b82cea7c4a6e69","versionId":"bbec56f132a5452b9b00a13989295224"}
2023-02-07T05:39:48.310Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||||INFO|500||Successfully created activitySpec VNFUnsetInMaintFlagActivity
2023-02-07T05:39:48.463Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/f619d090a46f498c96b82cea7c4a6e69/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-02-07T05:39:48.465Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/f619d090a46f498c96b82cea7c4a6e69/versions/latest/actions|INFO|500||Invoke
2023-02-07T05:39:48.467Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/f619d090a46f498c96b82cea7c4a6e69/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-02-07T05:39:49.252Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/f619d090a46f498c96b82cea7c4a6e69/versions/latest/actions|INFO|500||InvokeReturn
2023-02-07T05:39:49.253Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/f619d090a46f498c96b82cea7c4a6e69/versions/latest/actions has http status code:200 and response headers:{Server=[Jetty(9.4.33.v20201020)], Content-Length=[0], Date=[Tue, 07 Feb 2023 05:39:47 GMT]}
2023-02-07T05:39:49.253Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||||DEBUG|500||Response was returned with an empty entity.
2023-02-07T05:39:49.256Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||||INFO|500||Successfully certified activitySpec VNFUnsetInMaintFlagActivity
2023-02-07T05:39:49.257Z|78865e63-e246-486a-9d41-2d2d7032208e|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-02-07T05:39:49.503Z|78865e63-e246-486a-9d41-2d2d7032208e|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-02-07T05:39:49.505Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-02-07T05:39:49.507Z|78865e63-e246-486a-9d41-2d2d7032208e|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-02-07T05:39:49.867Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-02-07T05:39:49.868Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||||DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{Transfer-Encoding=[chunked], Server=[Jetty(9.4.33.v20201020)], Date=[Tue, 07 Feb 2023 05:39:48 GMT], Content-Type=[application/json;charset=utf-8]}
2023-02-07T05:39:49.871Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||||DEBUG|500||{"id":"19c036f9d613427b97f8c283797e33d7","versionId":"09772ff50db145b8b26c6de979926873"}
2023-02-07T05:39:49.876Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||||INFO|500||Successfully created activitySpec VNFUpgradeBackupActivity
2023-02-07T05:39:50.032Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/19c036f9d613427b97f8c283797e33d7/versions/latest/actions|INFO|500||Invoke
2023-02-07T05:39:50.036Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/19c036f9d613427b97f8c283797e33d7/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/19c036f9d613427b97f8c283797e33d7/versions/latest/actions with request headers:{X-RequestID=[78865e63-e246-486a-9d41-2d2d7032208e], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[0f391f52-d09f-4e6b-9b70-43ed8dbbb1e4], X-ECOMP-RequestID=[78865e63-e246-486a-9d41-2d2d7032208e], X-TransactionID=[78865e63-e246-486a-9d41-2d2d7032208e], X-ONAP-RequestID=[78865e63-e246-486a-9d41-2d2d7032208e], Content-Type=[application/json]}
2023-02-07T05:39:50.044Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/19c036f9d613427b97f8c283797e33d7/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-02-07T05:39:51.067Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/19c036f9d613427b97f8c283797e33d7/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/19c036f9d613427b97f8c283797e33d7/versions/latest/actions has http status code:200 and response headers:{Server=[Jetty(9.4.33.v20201020)], Content-Length=[0], Date=[Tue, 07 Feb 2023 05:39:49 GMT]}
2023-02-07T05:39:51.068Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/19c036f9d613427b97f8c283797e33d7/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-02-07T05:39:51.071Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/19c036f9d613427b97f8c283797e33d7/versions/latest/actions|INFO|500||InvokeReturn
2023-02-07T05:39:51.072Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||||INFO|500||Successfully certified activitySpec VNFUpgradeBackupActivity
2023-02-07T05:39:51.073Z|78865e63-e246-486a-9d41-2d2d7032208e|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-02-07T05:39:51.209Z|78865e63-e246-486a-9d41-2d2d7032208e|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-02-07T05:39:51.210Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-02-07T05:39:51.212Z|78865e63-e246-486a-9d41-2d2d7032208e|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-02-07T05:39:51.704Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-02-07T05:39:51.705Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||||DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{Transfer-Encoding=[chunked], Server=[Jetty(9.4.33.v20201020)], Date=[Tue, 07 Feb 2023 05:39:50 GMT], Content-Type=[application/json;charset=utf-8]}
2023-02-07T05:39:51.707Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||||DEBUG|500||{"id":"08b1f165e3f444b2ac386ba8a61f2b42","versionId":"5c554c2e61ce489f84863dd9bf5e1f38"}
2023-02-07T05:39:51.711Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||||INFO|500||Successfully created activitySpec VNFUpgradePostCheckActivity
2023-02-07T05:39:51.799Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/08b1f165e3f444b2ac386ba8a61f2b42/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-02-07T05:39:51.801Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/08b1f165e3f444b2ac386ba8a61f2b42/versions/latest/actions|INFO|500||Invoke
2023-02-07T05:39:51.803Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/08b1f165e3f444b2ac386ba8a61f2b42/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-02-07T05:39:52.676Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/08b1f165e3f444b2ac386ba8a61f2b42/versions/latest/actions|INFO|500||InvokeReturn
2023-02-07T05:39:52.677Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/08b1f165e3f444b2ac386ba8a61f2b42/versions/latest/actions has http status code:200 and response headers:{Server=[Jetty(9.4.33.v20201020)], Content-Length=[0], Date=[Tue, 07 Feb 2023 05:39:51 GMT]}
2023-02-07T05:39:52.677Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||||DEBUG|500||Response was returned with an empty entity.
2023-02-07T05:39:52.677Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||||INFO|500||Successfully certified activitySpec VNFUpgradePostCheckActivity
2023-02-07T05:39:52.680Z|78865e63-e246-486a-9d41-2d2d7032208e|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-02-07T05:39:52.819Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-02-07T05:39:52.820Z|78865e63-e246-486a-9d41-2d2d7032208e|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=[78865e63-e246-486a-9d41-2d2d7032208e], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[28560718-bc0d-46dd-b49c-34ec826125aa], X-ECOMP-RequestID=[78865e63-e246-486a-9d41-2d2d7032208e], X-TransactionID=[78865e63-e246-486a-9d41-2d2d7032208e], X-ONAP-RequestID=[78865e63-e246-486a-9d41-2d2d7032208e], Content-Type=[application/json]}
2023-02-07T05:39:52.823Z|78865e63-e246-486a-9d41-2d2d7032208e|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-02-07T05:39:53.259Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{Transfer-Encoding=[chunked], Server=[Jetty(9.4.33.v20201020)], Date=[Tue, 07 Feb 2023 05:39:52 GMT], Content-Type=[application/json;charset=utf-8]}
2023-02-07T05:39:53.272Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"c2d3447433264e78aedf061252a2c60b","versionId":"a3ca27d709924785927276dde0f1ebb3"}
2023-02-07T05:39:53.275Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-02-07T05:39:53.285Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||||INFO|500||Successfully created activitySpec VNFUpgradePreCheckActivity
2023-02-07T05:39:53.420Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/c2d3447433264e78aedf061252a2c60b/versions/latest/actions|INFO|500||Invoke
2023-02-07T05:39:53.421Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/c2d3447433264e78aedf061252a2c60b/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/c2d3447433264e78aedf061252a2c60b/versions/latest/actions with request headers:{X-RequestID=[78865e63-e246-486a-9d41-2d2d7032208e], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[42c125bd-d7b7-438e-bb42-7e2c30c0adf3], X-ECOMP-RequestID=[78865e63-e246-486a-9d41-2d2d7032208e], X-TransactionID=[78865e63-e246-486a-9d41-2d2d7032208e], X-ONAP-RequestID=[78865e63-e246-486a-9d41-2d2d7032208e], Content-Type=[application/json]}
2023-02-07T05:39:53.423Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/c2d3447433264e78aedf061252a2c60b/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-02-07T05:39:53.874Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/c2d3447433264e78aedf061252a2c60b/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/c2d3447433264e78aedf061252a2c60b/versions/latest/actions has http status code:200 and response headers:{Server=[Jetty(9.4.33.v20201020)], Content-Length=[0], Date=[Tue, 07 Feb 2023 05:39:52 GMT]}
2023-02-07T05:39:53.876Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/c2d3447433264e78aedf061252a2c60b/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-02-07T05:39:53.877Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/c2d3447433264e78aedf061252a2c60b/versions/latest/actions|INFO|500||InvokeReturn
2023-02-07T05:39:53.879Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||||INFO|500||Successfully certified activitySpec VNFUpgradePreCheckActivity
2023-02-07T05:39:53.879Z|78865e63-e246-486a-9d41-2d2d7032208e|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-02-07T05:39:54.004Z|78865e63-e246-486a-9d41-2d2d7032208e|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-02-07T05:39:54.005Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-02-07T05:39:54.008Z|78865e63-e246-486a-9d41-2d2d7032208e|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-02-07T05:39:54.509Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-02-07T05:39:54.510Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||||DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{Transfer-Encoding=[chunked], Server=[Jetty(9.4.33.v20201020)], Date=[Tue, 07 Feb 2023 05:39:53 GMT], Content-Type=[application/json;charset=utf-8]}
2023-02-07T05:39:54.512Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||||DEBUG|500||{"id":"e4b834dc0e634da9b930f61aae028b05","versionId":"43c4fbdd5d9f4ed1ad0ff6f00f42eeca"}
2023-02-07T05:39:54.516Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||||INFO|500||Successfully created activitySpec VNFUpgradeSoftwareActivity
2023-02-07T05:39:54.597Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e4b834dc0e634da9b930f61aae028b05/versions/latest/actions|INFO|500||Invoke
2023-02-07T05:39:54.597Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e4b834dc0e634da9b930f61aae028b05/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/e4b834dc0e634da9b930f61aae028b05/versions/latest/actions with request headers:{X-RequestID=[78865e63-e246-486a-9d41-2d2d7032208e], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[8ad24ab9-5080-41a4-a8bb-a9c0efc57f92], X-ECOMP-RequestID=[78865e63-e246-486a-9d41-2d2d7032208e], X-TransactionID=[78865e63-e246-486a-9d41-2d2d7032208e], X-ONAP-RequestID=[78865e63-e246-486a-9d41-2d2d7032208e], Content-Type=[application/json]}
2023-02-07T05:39:54.600Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e4b834dc0e634da9b930f61aae028b05/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-02-07T05:39:55.454Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e4b834dc0e634da9b930f61aae028b05/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/e4b834dc0e634da9b930f61aae028b05/versions/latest/actions has http status code:200 and response headers:{Server=[Jetty(9.4.33.v20201020)], Content-Length=[0], Date=[Tue, 07 Feb 2023 05:39:53 GMT]}
2023-02-07T05:39:55.455Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e4b834dc0e634da9b930f61aae028b05/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-02-07T05:39:55.456Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e4b834dc0e634da9b930f61aae028b05/versions/latest/actions|INFO|500||InvokeReturn
2023-02-07T05:39:55.457Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||||INFO|500||Successfully certified activitySpec VNFUpgradeSoftwareActivity
2023-02-07T05:39:55.457Z|78865e63-e246-486a-9d41-2d2d7032208e|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-02-07T05:39:55.625Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-02-07T05:39:55.627Z|78865e63-e246-486a-9d41-2d2d7032208e|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=[78865e63-e246-486a-9d41-2d2d7032208e], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[0fc1bd03-4ea3-485a-8455-8338be52178a], X-ECOMP-RequestID=[78865e63-e246-486a-9d41-2d2d7032208e], X-TransactionID=[78865e63-e246-486a-9d41-2d2d7032208e], X-ONAP-RequestID=[78865e63-e246-486a-9d41-2d2d7032208e], Content-Type=[application/json]}
2023-02-07T05:39:55.629Z|78865e63-e246-486a-9d41-2d2d7032208e|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-02-07T05:39:56.315Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{Transfer-Encoding=[chunked], Server=[Jetty(9.4.33.v20201020)], Date=[Tue, 07 Feb 2023 05:39:54 GMT], Content-Type=[application/json;charset=utf-8]}
2023-02-07T05:39:56.317Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"a67b7e0fb57b4d8190d61be68a175dff","versionId":"bed1f153bf554cf09f8fb382fe586f95"}
2023-02-07T05:39:56.322Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-02-07T05:39:56.327Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||||INFO|500||Successfully created activitySpec VnfInPlaceSoftwareUpdate
2023-02-07T05:39:56.432Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/a67b7e0fb57b4d8190d61be68a175dff/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-02-07T05:39:56.433Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/a67b7e0fb57b4d8190d61be68a175dff/versions/latest/actions|INFO|500||Invoke
2023-02-07T05:39:56.466Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/a67b7e0fb57b4d8190d61be68a175dff/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-02-07T05:39:57.514Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/a67b7e0fb57b4d8190d61be68a175dff/versions/latest/actions|INFO|500||InvokeReturn
2023-02-07T05:39:57.515Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/a67b7e0fb57b4d8190d61be68a175dff/versions/latest/actions has http status code:200 and response headers:{Server=[Jetty(9.4.33.v20201020)], Content-Length=[0], Date=[Tue, 07 Feb 2023 05:39:55 GMT]}
2023-02-07T05:39:57.516Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||||DEBUG|500||Response was returned with an empty entity.
2023-02-07T05:39:57.516Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||||INFO|500||Successfully certified activitySpec VnfInPlaceSoftwareUpdate
2023-02-07T05:40:08.902Z|78865e63-e246-486a-9d41-2d2d7032208e|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-02-07T05:40:17.983Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||||WARN|500||---
2023-02-07T05:40:17.984Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-02-07T05:40:17.984Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||||WARN|500||---
2023-02-07T05:40:19.298Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-02-07T05:40:36.486Z|78865e63-e246-486a-9d41-2d2d7032208e|main|||||INFO|500||Started Application in 204.517 seconds (JVM running for 212.788)
2023-02-07T05:40:36.561Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-02-07T05:40:36.580Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-02-07T05:40:36.603Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-02-07T05:40:36.753Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 6f967d42-c374-4df1-bf65-ac456636199d url= /sdc/v1/artifactTypes
2023-02-07T05:40:36.768Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-02-07T05:40:37.159Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-02-07T05:40:37.392Z||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-02-07T05:40:37.393Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC
2023-02-07T05:40:37.393Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 9b1b6161-ec6a-4535-beb3-1ff7a47712d7 url= /sdc/v1/distributionKafkaData
2023-02-07T05:40:37.393Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/distributionKafkaData
2023-02-07T05:40:37.478Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-02-07T05:40:37.501Z||scheduling-1|||||DEBUG|500||MessageBus cluster info retrieved successfully org.onap.sdc.utils.kafka.KafkaDataResponse@3101ed4c
2023-02-07T05:40:37.699Z||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-a76e21ab-5cde-4fc7-8dd7-18a297504603
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-02-07T05:40:37.940Z||scheduling-1|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-a76e21ab-5cde-4fc7-8dd7-18a297504603] Instantiated an idempotent producer.
2023-02-07T05:40:38.357Z||scheduling-1|||||INFO|500||Successfully logged in.
2023-02-07T05:40:38.538Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-02-07T05:40:38.539Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-02-07T05:40:38.540Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1675748438503
2023-02-07T05:40:38.574Z||scheduling-1|||||INFO|500||start DistributionClient
2023-02-07T05:40:38.632Z||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-61edd9a6-aa5a-4a14-b2f4-829fbbca2426
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-02-07T05:40:38.951Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-02-07T05:40:38.952Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-02-07T05:40:38.952Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1675748438951
2023-02-07T05:40:38.955Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-61edd9a6-aa5a-4a14-b2f4-829fbbca2426, groupId=so] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T05:40:38.965Z||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-fa31a485-5d45-4372-9f4d-04931d67d55f
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-02-07T05:40:38.967Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T05:40:39.136Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-02-07T05:40:39.136Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-02-07T05:40:39.137Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1675748439136
2023-02-07T05:40:39.138Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa31a485-5d45-4372-9f4d-04931d67d55f, groupId=so] Subscribed to topic(s): SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T05:40:39.154Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T05:40:39.183Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-02-07T05:40:41.166Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa31a485-5d45-4372-9f4d-04931d67d55f, 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 vEC6gnH5S4yi8uG0U-3N_Q
2023-02-07T05:40:41.168Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa31a485-5d45-4372-9f4d-04931d67d55f, 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 vEC6gnH5S4yi8uG0U-3N_Q
2023-02-07T05:40:41.168Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa31a485-5d45-4372-9f4d-04931d67d55f, 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 vEC6gnH5S4yi8uG0U-3N_Q
2023-02-07T05:40:41.168Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa31a485-5d45-4372-9f4d-04931d67d55f, 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 vEC6gnH5S4yi8uG0U-3N_Q
2023-02-07T05:40:41.169Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa31a485-5d45-4372-9f4d-04931d67d55f, 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 vEC6gnH5S4yi8uG0U-3N_Q
2023-02-07T05:40:41.169Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa31a485-5d45-4372-9f4d-04931d67d55f, 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 vEC6gnH5S4yi8uG0U-3N_Q
2023-02-07T05:40:41.178Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa31a485-5d45-4372-9f4d-04931d67d55f, groupId=so] Cluster ID: nH3PSvqIRPenoDuY1PaeOg
2023-02-07T05:40:41.185Z||kafka-producer-network-thread | SO-sdc-controller-producer-a76e21ab-5cde-4fc7-8dd7-18a297504603|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-a76e21ab-5cde-4fc7-8dd7-18a297504603] Cluster ID: nH3PSvqIRPenoDuY1PaeOg
2023-02-07T05:40:41.188Z||kafka-producer-network-thread | SO-sdc-controller-producer-a76e21ab-5cde-4fc7-8dd7-18a297504603|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-a76e21ab-5cde-4fc7-8dd7-18a297504603] ProducerId set to 2002 with epoch 0
2023-02-07T05:40:41.204Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa31a485-5d45-4372-9f4d-04931d67d55f, groupId=so] Discovered group coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null)
2023-02-07T05:40:41.259Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-61edd9a6-aa5a-4a14-b2f4-829fbbca2426, 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 Odu5NTSKQGi28UhkIA59Ww
2023-02-07T05:40:41.259Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-61edd9a6-aa5a-4a14-b2f4-829fbbca2426, 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 Odu5NTSKQGi28UhkIA59Ww
2023-02-07T05:40:41.260Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-61edd9a6-aa5a-4a14-b2f4-829fbbca2426, 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 Odu5NTSKQGi28UhkIA59Ww
2023-02-07T05:40:41.260Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-61edd9a6-aa5a-4a14-b2f4-829fbbca2426, 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 Odu5NTSKQGi28UhkIA59Ww
2023-02-07T05:40:41.260Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-61edd9a6-aa5a-4a14-b2f4-829fbbca2426, 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 Odu5NTSKQGi28UhkIA59Ww
2023-02-07T05:40:41.260Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-61edd9a6-aa5a-4a14-b2f4-829fbbca2426, 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 Odu5NTSKQGi28UhkIA59Ww
2023-02-07T05:40:41.261Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-61edd9a6-aa5a-4a14-b2f4-829fbbca2426, groupId=so] Cluster ID: nH3PSvqIRPenoDuY1PaeOg
2023-02-07T05:40:41.289Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-61edd9a6-aa5a-4a14-b2f4-829fbbca2426, groupId=so] Discovered group coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null)
2023-02-07T05:40:41.348Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa31a485-5d45-4372-9f4d-04931d67d55f, groupId=so] (Re-)joining group
2023-02-07T05:40:41.387Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-61edd9a6-aa5a-4a14-b2f4-829fbbca2426, groupId=so] (Re-)joining group
2023-02-07T05:40:41.545Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-61edd9a6-aa5a-4a14-b2f4-829fbbca2426, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-61edd9a6-aa5a-4a14-b2f4-829fbbca2426-a896baf9-5cb8-4152-bf50-b0b5f14e299b
2023-02-07T05:40:41.550Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-61edd9a6-aa5a-4a14-b2f4-829fbbca2426, 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-02-07T05:40:41.550Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-61edd9a6-aa5a-4a14-b2f4-829fbbca2426, groupId=so] (Re-)joining group
2023-02-07T05:40:41.580Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa31a485-5d45-4372-9f4d-04931d67d55f, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-fa31a485-5d45-4372-9f4d-04931d67d55f-f6fedac2-bd15-42ab-97e1-84067d8fcb82
2023-02-07T05:40:41.581Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa31a485-5d45-4372-9f4d-04931d67d55f, 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-02-07T05:40:41.581Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa31a485-5d45-4372-9f4d-04931d67d55f, groupId=so] (Re-)joining group
2023-02-07T05:40:47.599Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa31a485-5d45-4372-9f4d-04931d67d55f, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-fa31a485-5d45-4372-9f4d-04931d67d55f-f6fedac2-bd15-42ab-97e1-84067d8fcb82', protocol='range'}
2023-02-07T05:40:47.603Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-61edd9a6-aa5a-4a14-b2f4-829fbbca2426, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-61edd9a6-aa5a-4a14-b2f4-829fbbca2426-a896baf9-5cb8-4152-bf50-b0b5f14e299b', protocol='range'}
2023-02-07T05:40:47.869Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-61edd9a6-aa5a-4a14-b2f4-829fbbca2426, 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 vEC6gnH5S4yi8uG0U-3N_Q
2023-02-07T05:40:47.869Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-61edd9a6-aa5a-4a14-b2f4-829fbbca2426, 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 vEC6gnH5S4yi8uG0U-3N_Q
2023-02-07T05:40:47.870Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-61edd9a6-aa5a-4a14-b2f4-829fbbca2426, 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 vEC6gnH5S4yi8uG0U-3N_Q
2023-02-07T05:40:47.870Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-61edd9a6-aa5a-4a14-b2f4-829fbbca2426, 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 vEC6gnH5S4yi8uG0U-3N_Q
2023-02-07T05:40:47.871Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-61edd9a6-aa5a-4a14-b2f4-829fbbca2426, 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 vEC6gnH5S4yi8uG0U-3N_Q
2023-02-07T05:40:47.871Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-61edd9a6-aa5a-4a14-b2f4-829fbbca2426, 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 vEC6gnH5S4yi8uG0U-3N_Q
2023-02-07T05:40:47.892Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-61edd9a6-aa5a-4a14-b2f4-829fbbca2426, groupId=so] Finished assignment for group at generation 1: {SO-sdc-controller-consumer-61edd9a6-aa5a-4a14-b2f4-829fbbca2426-a896baf9-5cb8-4152-bf50-b0b5f14e299b=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-fa31a485-5d45-4372-9f4d-04931d67d55f-f6fedac2-bd15-42ab-97e1-84067d8fcb82=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-02-07T05:40:48.004Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-61edd9a6-aa5a-4a14-b2f4-829fbbca2426, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-61edd9a6-aa5a-4a14-b2f4-829fbbca2426-a896baf9-5cb8-4152-bf50-b0b5f14e299b', protocol='range'}
2023-02-07T05:40:48.005Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa31a485-5d45-4372-9f4d-04931d67d55f, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-fa31a485-5d45-4372-9f4d-04931d67d55f-f6fedac2-bd15-42ab-97e1-84067d8fcb82', protocol='range'}
2023-02-07T05:40:48.006Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-61edd9a6-aa5a-4a14-b2f4-829fbbca2426, 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-02-07T05:40:48.016Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-61edd9a6-aa5a-4a14-b2f4-829fbbca2426, 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-02-07T05:40:48.006Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa31a485-5d45-4372-9f4d-04931d67d55f, 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-02-07T05:40:48.033Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa31a485-5d45-4372-9f4d-04931d67d55f, 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-02-07T05:40:48.069Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa31a485-5d45-4372-9f4d-04931d67d55f, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-02-07T05:40:48.069Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-61edd9a6-aa5a-4a14-b2f4-829fbbca2426, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-02-07T05:40:48.069Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-61edd9a6-aa5a-4a14-b2f4-829fbbca2426, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4
2023-02-07T05:40:48.069Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-61edd9a6-aa5a-4a14-b2f4-829fbbca2426, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3
2023-02-07T05:40:48.070Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-61edd9a6-aa5a-4a14-b2f4-829fbbca2426, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2
2023-02-07T05:40:48.069Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa31a485-5d45-4372-9f4d-04931d67d55f, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4
2023-02-07T05:40:48.070Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-61edd9a6-aa5a-4a14-b2f4-829fbbca2426, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1
2023-02-07T05:40:48.070Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa31a485-5d45-4372-9f4d-04931d67d55f, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3
2023-02-07T05:40:48.070Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-61edd9a6-aa5a-4a14-b2f4-829fbbca2426, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0
2023-02-07T05:40:48.070Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa31a485-5d45-4372-9f4d-04931d67d55f, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2
2023-02-07T05:40:48.070Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa31a485-5d45-4372-9f4d-04931d67d55f, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1
2023-02-07T05:40:48.071Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa31a485-5d45-4372-9f4d-04931d67d55f, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0
2023-02-07T05:40:48.264Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-61edd9a6-aa5a-4a14-b2f4-829fbbca2426, 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-02-07T05:40:48.267Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-61edd9a6-aa5a-4a14-b2f4-829fbbca2426, 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-02-07T05:40:48.499Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-61edd9a6-aa5a-4a14-b2f4-829fbbca2426, 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-02-07T05:40:48.500Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-61edd9a6-aa5a-4a14-b2f4-829fbbca2426, 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-02-07T05:40:48.500Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-61edd9a6-aa5a-4a14-b2f4-829fbbca2426, 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-02-07T05:40:48.500Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-61edd9a6-aa5a-4a14-b2f4-829fbbca2426, 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-02-07T05:40:48.531Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa31a485-5d45-4372-9f4d-04931d67d55f, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-02-07T05:40:48.534Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa31a485-5d45-4372-9f4d-04931d67d55f, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-02-07T05:40:48.535Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa31a485-5d45-4372-9f4d-04931d67d55f, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-02-07T05:40:48.536Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa31a485-5d45-4372-9f4d-04931d67d55f, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-02-07T05:40:48.542Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa31a485-5d45-4372-9f4d-04931d67d55f, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-02-07T05:40:48.549Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa31a485-5d45-4372-9f4d-04931d67d55f, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-02-07T05:41:39.033Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T05:41:39.157Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T05:42:39.037Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T05:42:39.159Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T05:43:39.039Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T05:43:39.164Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T05:44:39.042Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T05:44:39.170Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T05:45:39.047Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T05:45:39.175Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T05:46:39.050Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T05:46:39.177Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T05:47:05.424Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-02-07T05:47:39.053Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T05:47:39.183Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T05:48:39.062Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T05:48:39.186Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T05:49:39.064Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T05:49:39.188Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T05:49:41.223Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-fa31a485-5d45-4372-9f4d-04931d67d55f, groupId=so] Node -1 disconnected.
2023-02-07T05:49:41.475Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-61edd9a6-aa5a-4a14-b2f4-829fbbca2426, groupId=so] Node -1 disconnected.
2023-02-07T05:49:41.595Z||kafka-producer-network-thread | SO-sdc-controller-producer-a76e21ab-5cde-4fc7-8dd7-18a297504603|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-a76e21ab-5cde-4fc7-8dd7-18a297504603] Node -1 disconnected.
2023-02-07T05:50:39.079Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T05:50:39.195Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T05:51:39.090Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T05:51:39.222Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T05:52:39.111Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T05:52:39.224Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T05:53:39.111Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T05:53:39.233Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T05:54:39.113Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T05:54:39.235Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T05:55:39.115Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T05:55:39.238Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T05:56:39.120Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T05:56:39.241Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T05:57:39.126Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T05:57:39.243Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T05:58:39.129Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T05:58:39.244Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T05:59:39.131Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T05:59:39.249Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T06:00:39.132Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T06:00:39.250Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T06:01:39.139Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T06:01:39.254Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T06:02:39.142Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T06:02:39.256Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T06:03:39.143Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T06:03:39.259Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T06:04:39.148Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T06:04:39.260Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T06:05:39.151Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T06:05:39.261Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T06:06:39.155Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T06:06:39.263Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T06:07:39.160Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T06:07:39.265Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T06:08:39.222Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T06:08:39.272Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T06:09:39.224Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T06:09:39.273Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T06:10:39.225Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T06:10:39.274Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T06:11:39.226Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T06:11:39.275Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T06:12:39.227Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T06:12:39.278Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T06:13:39.231Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T06:13:39.279Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T06:14:39.233Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T06:14:39.281Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T06:15:39.247Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T06:15:39.284Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T06:16:39.253Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T06:16:39.286Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T06:17:39.256Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T06:17:39.287Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T06:18:39.257Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T06:18:39.290Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T06:19:39.259Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T06:19:39.291Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T06:20:39.270Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T06:20:39.294Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T06:21:39.272Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T06:21:39.297Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T06:22:39.274Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T06:22:39.299Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T06:23:39.276Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T06:23:39.300Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T06:24:39.277Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T06:24:39.304Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T06:25:39.279Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T06:25:39.317Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T06:26:39.281Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T06:26:39.319Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T06:27:39.296Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T06:27:39.331Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T06:28:39.328Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T06:28:39.332Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T06:29:39.329Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T06:29:39.337Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T06:30:39.333Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T06:30:39.344Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T06:31:39.334Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T06:31:39.346Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T06:32:39.336Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T06:32:39.353Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T06:33:39.341Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T06:33:39.354Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T06:34:39.343Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T06:34:39.355Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T06:35:39.344Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T06:35:39.356Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T06:36:39.345Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T06:36:39.359Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T06:37:39.355Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T06:37:39.360Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T06:38:39.361Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T06:38:39.363Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T06:39:39.364Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T06:39:39.364Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T06:40:39.369Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T06:40:39.369Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T06:41:39.372Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T06:41:39.373Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T06:42:39.374Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T06:42:39.373Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T06:43:39.375Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T06:43:39.380Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T06:44:39.377Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T06:44:39.394Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T06:45:39.379Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T06:45:39.396Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T06:46:39.381Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T06:46:39.397Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T06:47:39.383Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T06:47:39.407Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T06:48:39.385Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T06:48:39.408Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T06:49:39.386Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T06:49:39.409Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T06:50:39.387Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T06:50:39.410Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T06:51:39.389Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T06:51:39.411Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T06:52:39.400Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T06:52:39.413Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T06:53:39.402Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T06:53:39.414Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T06:54:39.411Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T06:54:39.416Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T06:55:39.412Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T06:55:39.418Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T06:56:39.413Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T06:56:39.420Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T06:57:39.421Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T06:57:39.422Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T06:58:39.422Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T06:58:39.423Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T06:59:39.427Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T06:59:39.427Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T07:00:39.431Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T07:00:39.434Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T07:01:39.432Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T07:01:39.434Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T07:02:39.434Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T07:02:39.439Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T07:03:39.438Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T07:03:39.445Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T07:04:39.440Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T07:04:39.445Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T07:05:39.441Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T07:05:39.447Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T07:06:39.443Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T07:06:39.449Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T07:07:39.450Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T07:07:39.456Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T07:08:39.452Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T07:08:39.458Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T07:09:39.459Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T07:09:39.471Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T07:10:39.472Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T07:10:39.479Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T07:11:39.479Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T07:11:39.481Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T07:12:39.480Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T07:12:39.482Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T07:13:39.482Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T07:13:39.495Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T07:14:39.483Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T07:14:39.497Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T07:15:39.485Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T07:15:39.504Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T07:16:39.499Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T07:16:39.505Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T07:17:39.500Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T07:17:39.506Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T07:18:39.500Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T07:18:39.507Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T07:19:39.503Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T07:19:39.511Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T07:20:39.505Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T07:20:39.514Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T07:21:39.507Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T07:21:39.516Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T07:22:39.509Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T07:22:39.518Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T07:23:39.510Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T07:23:39.520Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T07:24:39.516Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T07:24:39.521Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T07:25:39.518Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T07:25:39.523Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T07:26:39.537Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T07:26:39.527Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T07:27:39.538Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T07:27:39.547Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T07:28:39.540Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T07:28:39.549Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T07:29:39.543Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T07:29:39.551Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T07:30:39.546Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T07:30:39.552Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T07:31:39.548Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T07:31:39.554Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T07:32:39.550Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T07:32:39.557Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T07:33:39.551Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T07:33:39.558Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T07:34:39.552Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T07:34:39.560Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T07:35:39.553Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T07:35:39.562Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T07:36:39.555Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T07:36:39.567Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T07:37:39.559Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T07:37:39.568Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T07:38:39.562Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T07:38:39.570Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T07:39:39.566Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T07:39:39.579Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T07:40:39.567Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T07:40:39.580Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T07:41:39.568Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T07:41:39.582Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T07:42:39.577Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T07:42:39.589Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T07:43:39.585Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T07:43:39.591Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T07:44:39.588Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T07:44:39.593Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T07:45:39.591Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T07:45:39.595Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T07:46:39.596Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T07:46:39.596Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T07:47:39.598Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T07:47:39.598Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T07:48:39.599Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T07:48:39.602Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T07:49:39.601Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T07:49:39.603Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T07:50:39.601Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T07:50:39.604Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T07:51:39.603Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T07:51:39.606Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T07:52:39.606Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T07:52:39.616Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T07:53:39.609Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T07:53:39.622Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T07:54:39.611Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T07:54:39.623Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T07:55:39.619Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T07:55:39.648Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T07:56:39.620Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T07:56:39.651Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T07:57:39.621Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T07:57:39.653Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T07:58:39.623Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T07:58:39.653Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T07:59:39.625Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T07:59:39.655Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T08:00:39.627Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T08:00:39.656Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T08:01:39.628Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T08:01:39.658Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T08:02:39.629Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T08:02:39.660Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T08:03:39.635Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T08:03:39.663Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T08:04:39.641Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T08:04:39.663Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T08:05:39.642Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T08:05:39.665Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T08:06:39.644Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T08:06:39.665Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T08:07:39.647Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T08:07:39.667Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T08:08:39.647Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T08:08:39.669Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T08:09:39.651Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T08:09:39.670Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T08:10:39.664Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T08:10:39.682Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T08:11:39.666Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T08:11:39.684Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T08:12:39.668Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T08:12:39.689Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T08:13:39.669Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T08:13:39.692Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T08:14:39.675Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T08:14:39.693Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T08:15:39.678Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T08:15:39.695Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T08:16:39.680Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T08:16:39.697Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T08:17:39.681Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T08:17:39.697Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T08:18:39.682Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T08:18:39.699Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T08:19:39.685Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T08:19:39.705Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T08:20:39.686Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T08:20:39.711Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T08:21:39.694Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T08:21:39.713Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T08:22:39.699Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T08:22:39.713Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T08:23:39.700Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T08:23:39.715Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T08:24:39.716Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T08:24:39.719Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T08:25:39.721Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T08:25:39.726Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T08:26:39.728Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T08:26:39.729Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T08:27:39.730Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T08:27:39.732Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T08:28:39.733Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T08:28:39.736Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T08:29:39.735Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T08:29:39.738Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T08:30:39.738Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T08:30:39.740Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T08:31:39.741Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T08:31:39.741Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T08:32:39.743Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T08:32:39.744Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T08:33:39.745Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T08:33:39.749Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T08:34:39.747Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T08:34:39.749Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T08:35:39.751Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T08:35:39.751Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T08:36:39.753Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T08:36:39.771Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T08:37:39.755Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T08:37:39.771Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T08:38:02.351Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-07T08:38:02.352Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"b57fb446-531f-4cb2-bb9c-01c431428b8a","serviceName":"basic_onboard_pFKlIh","serviceVersion":"1.0","serviceUUID":"c0e469ff-922b-46bd-a66f-54e9b347e63f","serviceDescription":"service","serviceInvariantUUID":"bb2c7612-56db-439d-853f-c24878f067db","resources":[{"resourceInstanceName":"basic_onboard_pFKlIh 0","resourceName":"basic_onboard_pFKlIh","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"55113be3-959f-4f76-b8dd-9ae60cb59dcd","resourceInvariantUUID":"cd71629a-ee07-4bc1-9b49-f9acdf749284","resourceCustomizationUUID":"af0c8562-3025-4188-83a4-03b53bd448a9","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPfklih/1.0/resourceInstances/basic_onboard_pfklih0/artifacts/vf-license-model.xml","artifactChecksum":"YjExMTNhZjRiNzc1NGY0OGY0MGM2YzY0NjYxZjg2MDE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f97d8e95-44d4-4a2a-8d87-d5ac787dbbf0","artifactVersion":"1"},{"artifactName":"basic_onboard_pfklih0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPfklih/1.0/resourceInstances/basic_onboard_pfklih0/artifacts/basic_onboard_pfklih0_modules.json","artifactChecksum":"NTFiNGRiOGFhYzExMWNmMzc5NzVkMTI5N2ZhNjIzZjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"85c2bfc8-1fa8-4c7e-bc6f-c8b949b2eb33","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPfklih/1.0/resourceInstances/basic_onboard_pfklih0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"14982382-d427-4fea-89ce-034ec08110b6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPfklih/1.0/resourceInstances/basic_onboard_pfklih0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8214e27c-1492-455a-aede-7a960f328a77","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPfklih/1.0/resourceInstances/basic_onboard_pfklih0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b8a78fd5-a0f9-4d9f-97f0-4cf485f4eb0e","artifactVersion":"2","generatedFromUUID":"14982382-d427-4fea-89ce-034ec08110b6"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardPfklih-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPfklih/1.0/artifacts/service-BasicOnboardPfklih-template.yml","artifactChecksum":"YjBjNzVjMWY4MmI5YTAwM2EwMzA5YjI2MjVmYWY4MWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cbf2b53a-22ea-406e-962a-5d1b59b32a8a","artifactVersion":"1"},{"artifactName":"service-BasicOnboardPfklih-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPfklih/1.0/artifacts/service-BasicOnboardPfklih-csar.csar","artifactChecksum":"OTRmZTU4M2IzNTk1OGFkN2M2MWYyMjkzMjVmMGQxZWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0aa08f24-942f-4012-b17f-85b861ea9c1b","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-07T08:38:02.458Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-07T08:38:02.491Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-07T08:38:02.491Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "b57fb446-531f-4cb2-bb9c-01c431428b8a",
"consumerID": "multicloud-k8s",
"timestamp": 1675759059106,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfklih/1.0/resourceInstances/basic_onboard_pfklih0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-07T08:38:02.496Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-07T08:38:02.497Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-07T08:38:02.497Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
"distributionID": "b57fb446-531f-4cb2-bb9c-01c431428b8a",
"consumerID": "SO-sdc-controller",
"timestamp": 1675759059755,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfklih/1.0/resourceInstances/basic_onboard_pfklih0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T08:38:02.540Z||kafka-producer-network-thread | SO-sdc-controller-producer-a76e21ab-5cde-4fc7-8dd7-18a297504603|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-a76e21ab-5cde-4fc7-8dd7-18a297504603] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to vEC6gnH5S4yi8uG0U-3N_Q
2023-02-07T08:38:02.541Z||kafka-producer-network-thread | SO-sdc-controller-producer-a76e21ab-5cde-4fc7-8dd7-18a297504603|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-a76e21ab-5cde-4fc7-8dd7-18a297504603] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to vEC6gnH5S4yi8uG0U-3N_Q
2023-02-07T08:38:02.541Z||kafka-producer-network-thread | SO-sdc-controller-producer-a76e21ab-5cde-4fc7-8dd7-18a297504603|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-a76e21ab-5cde-4fc7-8dd7-18a297504603] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to vEC6gnH5S4yi8uG0U-3N_Q
2023-02-07T08:38:02.541Z||kafka-producer-network-thread | SO-sdc-controller-producer-a76e21ab-5cde-4fc7-8dd7-18a297504603|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-a76e21ab-5cde-4fc7-8dd7-18a297504603] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to vEC6gnH5S4yi8uG0U-3N_Q
2023-02-07T08:38:02.544Z||kafka-producer-network-thread | SO-sdc-controller-producer-a76e21ab-5cde-4fc7-8dd7-18a297504603|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-a76e21ab-5cde-4fc7-8dd7-18a297504603] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to vEC6gnH5S4yi8uG0U-3N_Q
2023-02-07T08:38:02.544Z||kafka-producer-network-thread | SO-sdc-controller-producer-a76e21ab-5cde-4fc7-8dd7-18a297504603|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-a76e21ab-5cde-4fc7-8dd7-18a297504603] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to vEC6gnH5S4yi8uG0U-3N_Q
2023-02-07T08:38:02.636Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:38:03.725Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-07T08:38:03.726Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-07T08:38:03.726Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-07T08:38:03.726Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
"distributionID": "b57fb446-531f-4cb2-bb9c-01c431428b8a",
"consumerID": "SO-sdc-controller",
"timestamp": 1675759059755,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfklih/1.0/resourceInstances/basic_onboard_pfklih0/artifacts/basic_onboard_pfklih0_modules.json",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T08:38:04.793Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-07T08:38:04.796Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-07T08:38:04.796Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-07T08:38:04.796Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
"distributionID": "b57fb446-531f-4cb2-bb9c-01c431428b8a",
"consumerID": "SO-sdc-controller",
"timestamp": 1675759059755,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfklih/1.0/resourceInstances/basic_onboard_pfklih0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T08:38:05.877Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-07T08:38:05.878Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-07T08:38:05.878Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-07T08:38:05.878Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
"distributionID": "b57fb446-531f-4cb2-bb9c-01c431428b8a",
"consumerID": "SO-sdc-controller",
"timestamp": 1675759059755,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfklih/1.0/resourceInstances/basic_onboard_pfklih0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T08:38:06.884Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-07T08:38:06.885Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-07T08:38:06.885Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-07T08:38:06.885Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
"distributionID": "b57fb446-531f-4cb2-bb9c-01c431428b8a",
"consumerID": "SO-sdc-controller",
"timestamp": 1675759059755,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfklih/1.0/resourceInstances/basic_onboard_pfklih0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T08:38:07.889Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-07T08:38:07.896Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-07T08:38:07.897Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-07T08:38:07.904Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
"distributionID": "b57fb446-531f-4cb2-bb9c-01c431428b8a",
"consumerID": "SO-sdc-controller",
"timestamp": 1675759059755,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfklih/1.0/artifacts/service-BasicOnboardPfklih-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T08:38:08.911Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-07T08:38:08.911Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-07T08:38:08.911Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-07T08:38:08.912Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
"distributionID": "b57fb446-531f-4cb2-bb9c-01c431428b8a",
"consumerID": "SO-sdc-controller",
"timestamp": 1675759059755,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfklih/1.0/artifacts/service-BasicOnboardPfklih-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T08:38:09.917Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "b57fb446-531f-4cb2-bb9c-01c431428b8a",
"serviceName": "basic_onboard_pFKlIh",
"serviceVersion": "1.0",
"serviceUUID": "c0e469ff-922b-46bd-a66f-54e9b347e63f",
"serviceDescription": "service",
"serviceInvariantUUID": "bb2c7612-56db-439d-853f-c24878f067db",
"resources": [
{
"resourceInstanceName": "basic_onboard_pFKlIh 0",
"resourceCustomizationUUID": "af0c8562-3025-4188-83a4-03b53bd448a9",
"resourceName": "basic_onboard_pFKlIh",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "55113be3-959f-4f76-b8dd-9ae60cb59dcd",
"resourceInvariantUUID": "cd71629a-ee07-4bc1-9b49-f9acdf749284",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_pfklih0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfklih/1.0/resourceInstances/basic_onboard_pfklih0/artifacts/basic_onboard_pfklih0_modules.json",
"artifactChecksum": "NTFiNGRiOGFhYzExMWNmMzc5NzVkMTI5N2ZhNjIzZjQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "85c2bfc8-1fa8-4c7e-bc6f-c8b949b2eb33",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfklih/1.0/resourceInstances/basic_onboard_pfklih0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "14982382-d427-4fea-89ce-034ec08110b6",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfklih/1.0/resourceInstances/basic_onboard_pfklih0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "b8a78fd5-a0f9-4d9f-97f0-4cf485f4eb0e",
"generatedFromUUID": "14982382-d427-4fea-89ce-034ec08110b6"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfklih/1.0/resourceInstances/basic_onboard_pfklih0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "b8a78fd5-a0f9-4d9f-97f0-4cf485f4eb0e",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardPfklih-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfklih/1.0/artifacts/service-BasicOnboardPfklih-csar.csar",
"artifactChecksum": "OTRmZTU4M2IzNTk1OGFkN2M2MWYyMjkzMjVmMGQxZWU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0aa08f24-942f-4012-b17f-85b861ea9c1b"
}
],
"workloadContext": "Production"
}
2023-02-07T08:38:09.931Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-07T08:38:09.932Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c0e469ff-922b-46bd-a66f-54e9b347e63f ASDC
2023-02-07T08:38:10.670Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:b57fb446-531f-4cb2-bb9c-01c431428b8a
ServiceName:basic_onboard_pFKlIh
ServiceVersion:1.0
ServiceUUID:c0e469ff-922b-46bd-a66f-54e9b347e63f
ServiceInvariantUUID:bb2c7612-56db-439d-853f-c24878f067db
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardPfklih-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardPfklih/1.0/artifacts/service-BasicOnboardPfklih-csar.csar
ArtifactUUID:0aa08f24-942f-4012-b17f-85b861ea9c1b
ArtifactChecksum:OTRmZTU4M2IzNTk1OGFkN2M2MWYyMjkzMjVmMGQxZWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_pFKlIh 0
ResourceCustomizationUUID:af0c8562-3025-4188-83a4-03b53bd448a9
ResourceInvariantUUID:cd71629a-ee07-4bc1-9b49-f9acdf749284
ResourceName:basic_onboard_pFKlIh
ResourceType:VF
ResourceUUID:55113be3-959f-4f76-b8dd-9ae60cb59dcd
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_pfklih0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardPfklih/1.0/resourceInstances/basic_onboard_pfklih0/artifacts/basic_onboard_pfklih0_modules.json
ArtifactUUID:85c2bfc8-1fa8-4c7e-bc6f-c8b949b2eb33
ArtifactChecksum:NTFiNGRiOGFhYzExMWNmMzc5NzVkMTI5N2ZhNjIzZjQ=
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/BasicOnboardPfklih/1.0/resourceInstances/basic_onboard_pfklih0/artifacts/base_ubuntu18.yaml
ArtifactUUID:14982382-d427-4fea-89ce-034ec08110b6
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/BasicOnboardPfklih/1.0/resourceInstances/basic_onboard_pfklih0/artifacts/base_ubuntu18.env
ArtifactUUID:b8a78fd5-a0f9-4d9f-97f0-4cf485f4eb0e
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/BasicOnboardPfklih/1.0/resourceInstances/basic_onboard_pfklih0/artifacts/base_ubuntu18.env
ArtifactUUID:b8a78fd5-a0f9-4d9f-97f0-4cf485f4eb0e
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-02-07T08:38:10.670Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c0e469ff-922b-46bd-a66f-54e9b347e63f 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-02-07T08:38:11.639Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-07T08:38:11.652Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-02-07T08:38:11.654Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-02-07T08:38:11.654Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 0aa08f24-942f-4012-b17f-85b861ea9c1b from URL: /sdc/v1/catalog/services/BasicOnboardPfklih/1.0/artifacts/service-BasicOnboardPfklih-csar.csar
2023-02-07T08:38:11.654Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-02-07T08:38:11.656Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardPfklih/1.0/artifacts/service-BasicOnboardPfklih-csar.csar
2023-02-07T08:38:12.036Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-02-07T08:38:12.085Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPfklih/1.0/artifacts/service-BasicOnboardPfklih-csar.csar 0aa08f24-942f-4012-b17f-85b861ea9c1b 75684
2023-02-07T08:38:12.088Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPfklih/1.0/artifacts/service-BasicOnboardPfklih-csar.csar ASDC sendASDCNotification
2023-02-07T08:38:12.088Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPfklih/1.0/artifacts/service-BasicOnboardPfklih-csar.csar
2023-02-07T08:38:12.103Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-07T08:38:12.105Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-07T08:38:12.106Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-07T08:38:12.111Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||INFO|500||Trying to send status: {
"distributionID": "b57fb446-531f-4cb2-bb9c-01c431428b8a",
"consumerID": "SO-sdc-controller",
"timestamp": 1675759092086,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfklih/1.0/artifacts/service-BasicOnboardPfklih-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T08:38:13.116Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-07T08:38:13.119Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-02-07T08:38:13.123Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 0aa08f24-942f-4012-b17f-85b861ea9c1b, URL: /sdc/v1/catalog/services/BasicOnboardPfklih/1.0/artifacts/service-BasicOnboardPfklih-csar.csar to file: /app/ASDC/1/service-BasicOnboardPfklih-csar.csar
2023-02-07T08:38:13.126Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardPfklih-csar.csar
2023-02-07T08:38:13.577Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardPfklih-csar.csar
2023-02-07T08:38:13.577Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardPfklih-csar.csar
2023-02-07T08:38:15.388Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5876569491396696392/Definitions/service-BasicOnboardPfklih-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-02-07T08:38:21.673Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-07T08:38:21.683Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-02-07T08:38:21.683Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardPfklih-csar.csar
2023-02-07T08:38:21.684Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-02-07T08:38:21.684Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardPfklih-csar.csar
2023-02-07T08:38:21.684Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_pFKlIh 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-BasicOnboardPfklih-csar.csar
2023-02-07T08:38:21.684Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardPfklih-csar.csar
2023-02-07T08:38:21.684Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardPfklih-csar.csar
2023-02-07T08:38:21.685Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardPfklih-csar.csar
2023-02-07T08:38:21.685Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardPfklih-csar.csar
2023-02-07T08:38:21.688Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardPfklih-csar.csar
2023-02-07T08:38:21.688Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-02-07T08:38:21.723Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-07T08:38:21.728Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_pFKlIh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-07T08:38:21.744Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_pFKlIh 0 is matching search criteria
2023-02-07T08:38:21.745Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-02-07T08:38:21.749Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_pFKlIh 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-07T08:38:21.753Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-07T08:38:21.754Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_pFKlIh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-07T08:38:21.756Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_pFKlIh 0 is matching search criteria
2023-02-07T08:38:21.756Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-02-07T08:38:21.756Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_pFKlIh 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-07T08:38:21.757Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-07T08:38:21.757Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_pFKlIh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-07T08:38:21.764Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-07T08:38:21.766Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_pFKlIh 0 is not matching search criteria
2023-02-07T08:38:21.768Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2023-02-07T08:38:21.768Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2023-02-07T08:38:21.769Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2023-02-07T08:38:21.770Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-02-07T08:38:21.771Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-02-07T08:38:21.772Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-07T08:38:21.773Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_pFKlIh is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-07T08:38:21.777Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-07T08:38:21.779Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_pFKlIh 0 is matching search criteria
2023-02-07T08:38:21.780Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_pFKlIh 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-07T08:38:21.788Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-07T08:38:21.788Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_pFKlIh 0 is matching search criteria
2023-02-07T08:38:21.788Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_pFKlIh 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-07T08:38:21.789Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-07T08:38:21.789Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_pFKlIh 0 is matching search criteria
2023-02-07T08:38:21.789Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_pFKlIh 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-07T08:38:21.790Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-07T08:38:21.790Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_pFKlIh 0 is not matching search criteria
2023-02-07T08:38:21.790Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-02-07T08:38:21.790Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-02-07T08:38:21.791Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=7371a00f-0ac7-4c2d-a6fd-c1e7a82f53fe
2023-02-07T08:38:21.791Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-07T08:38:21.791Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_pFKlIh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-07T08:38:21.792Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-07T08:38:21.792Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_pFKlIh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-07T08:38:21.792Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-07T08:38:21.792Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_pFKlIh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-07T08:38:21.793Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-07T08:38:21.793Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_pFKlIh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-07T08:38:21.793Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_pFKlIh
Description:service
Model UUID:c0e469ff-922b-46bd-a66f-54e9b347e63f
Model Version:NULL
Model InvariantUuid:bb2c7612-56db-439d-853f-c24878f067db
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_pFKlIh
Model UUID:065d0049-3b6c-436f-8627-1434604c8ad6
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:cd71629a-ee07-4bc1-9b49-f9acdf749284
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:af0c8562-3025-4188-83a4-03b53bd448a9
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:02022c52-dec9-4ee8-9b1d-556962693d5b
ModelName:BasicOnboardPfklih..base_ubuntu18..module-0
ModelUuid:78ad1057-96dc-43f7-944c-450b75e63a43
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:7371a00f-0ac7-4c2d-a6fd-c1e7a82f53fe
ModelInvariantUuid:3959b2bf-d1aa-48ad-a20a-85c7d7fefd1c
ModelName:basic_onboard_pFKlIh-nodes.ubuntu18Cvfc
ModelUuid:38f08827-73d6-49b2-ac6f-b79c3022e5d6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:943fa241-ea95-451b-9e40-81753e622d8c
ModelInvariantUuid:f0a997a2-aaee-445f-8d22-09ac7aba9b5b
ModelName:BasicOnboardPfklih.compute.nodes.heat.ubuntu18
ModelUuid:2f34f228-c6cc-4485-b4b6-b31fbc608fd3
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-02-07T08:38:21.935Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 55113be3-959f-4f76-b8dd-9ae60cb59dcd
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-07T08:38:22.244Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||INFO|500||basic_onboard_pFKlIh 0
2023-02-07T08:38:22.310Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 55113be3-959f-4f76-b8dd-9ae60cb59dcd
2023-02-07T08:38:22.311Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 85c2bfc8-1fa8-4c7e-bc6f-c8b949b2eb33 from URL: /sdc/v1/catalog/services/BasicOnboardPfklih/1.0/resourceInstances/basic_onboard_pfklih0/artifacts/basic_onboard_pfklih0_modules.json
2023-02-07T08:38:22.311Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-02-07T08:38:22.311Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardPfklih/1.0/resourceInstances/basic_onboard_pfklih0/artifacts/basic_onboard_pfklih0_modules.json
2023-02-07T08:38:22.498Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-02-07T08:38:22.499Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPfklih/1.0/resourceInstances/basic_onboard_pfklih0/artifacts/basic_onboard_pfklih0_modules.json 85c2bfc8-1fa8-4c7e-bc6f-c8b949b2eb33 798
2023-02-07T08:38:22.500Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPfklih/1.0/resourceInstances/basic_onboard_pfklih0/artifacts/basic_onboard_pfklih0_modules.json ASDC sendASDCNotification
2023-02-07T08:38:22.500Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPfklih/1.0/resourceInstances/basic_onboard_pfklih0/artifacts/basic_onboard_pfklih0_modules.json
2023-02-07T08:38:22.501Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-07T08:38:22.501Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-07T08:38:22.502Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-07T08:38:22.502Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||INFO|500||Trying to send status: {
"distributionID": "b57fb446-531f-4cb2-bb9c-01c431428b8a",
"consumerID": "SO-sdc-controller",
"timestamp": 1675759102500,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfklih/1.0/resourceInstances/basic_onboard_pfklih0/artifacts/basic_onboard_pfklih0_modules.json",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T08:38:23.508Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardPfklih..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "02022c52-dec9-4ee8-9b1d-556962693d5b",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "78ad1057-96dc-43f7-944c-450b75e63a43",
"vfModuleModelCustomizationUUID": "a0a59fbf-4d43-4d90-8655-9954a7ca04b4",
"isBase": true,
"artifacts": [
"14982382-d427-4fea-89ce-034ec08110b6",
"b8a78fd5-a0f9-4d9f-97f0-4cf485f4eb0e"
],
"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-02-07T08:38:23.551Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardPfklih..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:78ad1057-96dc-43f7-944c-450b75e63a43
VfModuleModelInvariantUUID:02022c52-dec9-4ee8-9b1d-556962693d5b
VfModuleModelDescription:NULL
Artifacts UUID List:{
14982382-d427-4fea-89ce-034ec08110b6
,
b8a78fd5-a0f9-4d9f-97f0-4cf485f4eb0e
}
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-02-07T08:38:23.586Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardPfklih..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "02022c52-dec9-4ee8-9b1d-556962693d5b",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "78ad1057-96dc-43f7-944c-450b75e63a43",
"vfModuleModelCustomizationUUID": "a0a59fbf-4d43-4d90-8655-9954a7ca04b4",
"isBase": true,
"artifacts": [
"14982382-d427-4fea-89ce-034ec08110b6",
"b8a78fd5-a0f9-4d9f-97f0-4cf485f4eb0e"
],
"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-02-07T08:38:23.587Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardPfklih..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:78ad1057-96dc-43f7-944c-450b75e63a43
VfModuleModelInvariantUUID:02022c52-dec9-4ee8-9b1d-556962693d5b
VfModuleModelDescription:NULL
Artifacts UUID List:{
14982382-d427-4fea-89ce-034ec08110b6
,
b8a78fd5-a0f9-4d9f-97f0-4cf485f4eb0e
}
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-02-07T08:38:23.587Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 14982382-d427-4fea-89ce-034ec08110b6 from URL: /sdc/v1/catalog/services/BasicOnboardPfklih/1.0/resourceInstances/basic_onboard_pfklih0/artifacts/base_ubuntu18.yaml
2023-02-07T08:38:23.587Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-02-07T08:38:23.588Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardPfklih/1.0/resourceInstances/basic_onboard_pfklih0/artifacts/base_ubuntu18.yaml
2023-02-07T08:38:23.720Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-02-07T08:38:23.723Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPfklih/1.0/resourceInstances/basic_onboard_pfklih0/artifacts/base_ubuntu18.yaml 14982382-d427-4fea-89ce-034ec08110b6 5033
2023-02-07T08:38:23.724Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPfklih/1.0/resourceInstances/basic_onboard_pfklih0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-02-07T08:38:23.724Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPfklih/1.0/resourceInstances/basic_onboard_pfklih0/artifacts/base_ubuntu18.yaml
2023-02-07T08:38:23.725Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-07T08:38:23.725Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-07T08:38:23.725Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-07T08:38:23.726Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||INFO|500||Trying to send status: {
"distributionID": "b57fb446-531f-4cb2-bb9c-01c431428b8a",
"consumerID": "SO-sdc-controller",
"timestamp": 1675759103724,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfklih/1.0/resourceInstances/basic_onboard_pfklih0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T08:38:24.728Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: b8a78fd5-a0f9-4d9f-97f0-4cf485f4eb0e from URL: /sdc/v1/catalog/services/BasicOnboardPfklih/1.0/resourceInstances/basic_onboard_pfklih0/artifacts/base_ubuntu18.env
2023-02-07T08:38:24.729Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-02-07T08:38:24.729Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardPfklih/1.0/resourceInstances/basic_onboard_pfklih0/artifacts/base_ubuntu18.env
2023-02-07T08:38:24.943Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-02-07T08:38:24.944Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPfklih/1.0/resourceInstances/basic_onboard_pfklih0/artifacts/base_ubuntu18.env b8a78fd5-a0f9-4d9f-97f0-4cf485f4eb0e 909
2023-02-07T08:38:24.944Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPfklih/1.0/resourceInstances/basic_onboard_pfklih0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-02-07T08:38:24.945Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPfklih/1.0/resourceInstances/basic_onboard_pfklih0/artifacts/base_ubuntu18.env
2023-02-07T08:38:24.945Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-07T08:38:24.945Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-07T08:38:24.946Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-07T08:38:24.946Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||INFO|500||Trying to send status: {
"distributionID": "b57fb446-531f-4cb2-bb9c-01c431428b8a",
"consumerID": "SO-sdc-controller",
"timestamp": 1675759104944,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfklih/1.0/resourceInstances/basic_onboard_pfklih0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T08:38:25.948Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: c0e469ff-922b-46bd-a66f-54e9b347e63f
2023-02-07T08:38:25.949Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_pFKlIh 0 55113be3-959f-4f76-b8dd-9ae60cb59dcd 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-02-07T08:38:26.135Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1dfb5f85, org.onap.sdc.toscaparser.api.parameters.Input@5fd519fe, org.onap.sdc.toscaparser.api.parameters.Input@8ef663d, org.onap.sdc.toscaparser.api.parameters.Input@3efa90ab, org.onap.sdc.toscaparser.api.parameters.Input@793af786]
2023-02-07T08:38:26.142Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-07T08:38:26.143Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_pFKlIh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-07T08:38:26.143Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic
2023-02-07T08:38:26.143Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= af0c8562-3025-4188-83a4-03b53bd448a9
2023-02-07T08:38:26.144Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: af0c8562-3025-4188-83a4-03b53bd448a9 matches Tosca VF Customization UUID: af0c8562-3025-4188-83a4-03b53bd448a9
2023-02-07T08:38:26.144Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: af0c8562-3025-4188-83a4-03b53bd448a9 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-02-07T08:38:26.159Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-07T08:38:26.159Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_pFKlIh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-07T08:38:26.161Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id af0c8562-3025-4188-83a4-03b53bd448a9: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-02-07T08:38:26.162Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@488812be
2023-02-07T08:38:26.163Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-07T08:38:26.163Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_pFKlIh is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-07T08:38:26.164Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a0a59fbf-4d43-4d90-8655-9954a7ca04b4
2023-02-07T08:38:26.167Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a0a59fbf-4d43-4d90-8655-9954a7ca04b4
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-02-07T08:38:26.180Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-07T08:38:26.181Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_pFKlIh 0 is matching search criteria
2023-02-07T08:38:26.181Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_pFKlIh 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-07T08:38:26.183Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-07T08:38:26.183Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_pFKlIh 0 is matching search criteria
2023-02-07T08:38:26.183Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_pFKlIh 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-07T08:38:26.184Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-07T08:38:26.184Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_pFKlIh 0 is not matching search criteria
2023-02-07T08:38:26.184Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-02-07T08:38:26.184Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-02-07T08:38:26.185Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=7371a00f-0ac7-4c2d-a6fd-c1e7a82f53fe
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-02-07T08:38:26.216Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-07T08:38:26.216Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_pFKlIh 0 is matching search criteria
2023-02-07T08:38:26.217Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_pFKlIh 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-07T08:38:26.217Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-07T08:38:26.218Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_pFKlIh 0 is matching search criteria
2023-02-07T08:38:26.218Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_pFKlIh 0] matching following query criteria: sdcType=VF, customizationUUID=af0c8562-3025-4188-83a4-03b53bd448a9
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-07T08:38:26.229Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-07T08:38:26.231Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_pFKlIh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-07T08:38:26.232Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid c0e469ff-922b-46bd-a66f-54e9b347e63f: basic_onboard_pFKlIh
2023-02-07T08:38:26.232Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-07T08:38:26.232Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_pFKlIh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-07T08:38:26.233Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-07T08:38:26.233Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_pFKlIh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-07T08:38:26.234Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-07T08:38:26.234Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_pFKlIh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-07T08:38:26.234Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-07T08:38:26.236Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_pFKlIh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-07T08:38:26.236Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-07T08:38:26.236Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_pFKlIh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-07T08:38:26.237Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||INFO|500||Saving Service: basic_onboard_pFKlIh
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-02-07T08:38:27.108Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_pFKlIh 55113be3-959f-4f76-b8dd-9ae60cb59dcd 1 ASDC deployResourceStructure
2023-02-07T08:38:27.110Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPfklih/1.0/resourceInstances/basic_onboard_pfklih0/artifacts/basic_onboard_pfklih0_modules.json ASDC sendASDCNotification
2023-02-07T08:38:27.110Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPfklih/1.0/resourceInstances/basic_onboard_pfklih0/artifacts/basic_onboard_pfklih0_modules.json
2023-02-07T08:38:27.111Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-07T08:38:27.111Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-07T08:38:27.112Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-07T08:38:27.112Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||INFO|500||Trying to send status: {
"distributionID": "b57fb446-531f-4cb2-bb9c-01c431428b8a",
"consumerID": "SO-sdc-controller",
"timestamp": 1675759107110,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfklih/1.0/resourceInstances/basic_onboard_pfklih0/artifacts/basic_onboard_pfklih0_modules.json",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T08:38:28.116Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPfklih/1.0/resourceInstances/basic_onboard_pfklih0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-02-07T08:38:28.117Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPfklih/1.0/resourceInstances/basic_onboard_pfklih0/artifacts/base_ubuntu18.yaml
2023-02-07T08:38:28.117Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-07T08:38:28.120Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-07T08:38:28.120Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-07T08:38:28.122Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||INFO|500||Trying to send status: {
"distributionID": "b57fb446-531f-4cb2-bb9c-01c431428b8a",
"consumerID": "SO-sdc-controller",
"timestamp": 1675759108116,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfklih/1.0/resourceInstances/basic_onboard_pfklih0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T08:38:29.128Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPfklih/1.0/resourceInstances/basic_onboard_pfklih0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-02-07T08:38:29.131Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPfklih/1.0/resourceInstances/basic_onboard_pfklih0/artifacts/base_ubuntu18.env
2023-02-07T08:38:29.131Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-07T08:38:29.132Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-07T08:38:29.139Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-07T08:38:29.140Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||INFO|500||Trying to send status: {
"distributionID": "b57fb446-531f-4cb2-bb9c-01c431428b8a",
"consumerID": "SO-sdc-controller",
"timestamp": 1675759109128,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfklih/1.0/resourceInstances/basic_onboard_pfklih0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T08:38:30.142Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPfklih/1.0/artifacts/service-BasicOnboardPfklih-csar.csar ASDC sendASDCNotification
2023-02-07T08:38:30.144Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPfklih/1.0/artifacts/service-BasicOnboardPfklih-csar.csar
2023-02-07T08:38:30.144Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-07T08:38:30.146Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-07T08:38:30.146Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-07T08:38:30.147Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||INFO|500||Trying to send status: {
"distributionID": "b57fb446-531f-4cb2-bb9c-01c431428b8a",
"consumerID": "SO-sdc-controller",
"timestamp": 1675759110142,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfklih/1.0/artifacts/service-BasicOnboardPfklih-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T08:38:31.149Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b57fb446-531f-4cb2-bb9c-01c431428b8a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-07T08:38:31.199Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b57fb446-531f-4cb2-bb9c-01c431428b8a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-07T08:38:31.207Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-07T08:38:31.208Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-07T08:38:31.208Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-07T08:38:39.155Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T08:38:39.183Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-07T08:38:39.183Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "b57fb446-531f-4cb2-bb9c-01c431428b8a",
"consumerID": "cds-sdc-listener",
"timestamp": 1675759048970,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfklih/1.0/resourceInstances/basic_onboard_pfklih0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-07T08:38:39.185Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:39:01.210Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b57fb446-531f-4cb2-bb9c-01c431428b8a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-07T08:39:01.252Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b57fb446-531f-4cb2-bb9c-01c431428b8a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-07T08:39:01.270Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-07T08:39:01.274Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-07T08:39:01.275Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-07T08:39:31.277Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b57fb446-531f-4cb2-bb9c-01c431428b8a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-07T08:39:31.340Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b57fb446-531f-4cb2-bb9c-01c431428b8a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-07T08:39:31.350Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-07T08:39:31.350Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-07T08:39:31.351Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-07T08:39:39.146Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T08:39:39.161Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-07T08:39:39.162Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "b57fb446-531f-4cb2-bb9c-01c431428b8a",
"consumerID": "SO-sdc-controller",
"timestamp": 1675759059755,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfklih/1.0/resourceInstances/basic_onboard_pfklih0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-07T08:39:39.164Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:39:39.164Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-07T08:39:39.164Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "b57fb446-531f-4cb2-bb9c-01c431428b8a",
"consumerID": "multicloud-k8s",
"timestamp": 1675759059106,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfklih/1.0/resourceInstances/basic_onboard_pfklih0/artifacts/basic_onboard_pfklih0_modules.json",
"status": "NOTIFIED"
}
2023-02-07T08:39:39.164Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:39:39.164Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-07T08:39:39.164Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "b57fb446-531f-4cb2-bb9c-01c431428b8a",
"consumerID": "cds-sdc-listener",
"timestamp": 1675759048970,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfklih/1.0/resourceInstances/basic_onboard_pfklih0/artifacts/basic_onboard_pfklih0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-07T08:39:39.165Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:39:39.165Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-07T08:39:39.165Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "b57fb446-531f-4cb2-bb9c-01c431428b8a",
"consumerID": "SO-sdc-controller",
"timestamp": 1675759059755,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfklih/1.0/resourceInstances/basic_onboard_pfklih0/artifacts/basic_onboard_pfklih0_modules.json",
"status": "NOTIFIED"
}
2023-02-07T08:39:39.165Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:39:39.165Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-07T08:39:39.165Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "b57fb446-531f-4cb2-bb9c-01c431428b8a",
"consumerID": "multicloud-k8s",
"timestamp": 1675759059106,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfklih/1.0/resourceInstances/basic_onboard_pfklih0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-02-07T08:39:39.165Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:39:39.166Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-07T08:39:39.166Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "b57fb446-531f-4cb2-bb9c-01c431428b8a",
"consumerID": "cds-sdc-listener",
"timestamp": 1675759048970,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfklih/1.0/resourceInstances/basic_onboard_pfklih0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-07T08:39:39.166Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:39:39.166Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-07T08:39:39.166Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "b57fb446-531f-4cb2-bb9c-01c431428b8a",
"consumerID": "SO-sdc-controller",
"timestamp": 1675759059755,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfklih/1.0/resourceInstances/basic_onboard_pfklih0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-02-07T08:39:39.166Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:39:39.166Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-07T08:39:39.167Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "b57fb446-531f-4cb2-bb9c-01c431428b8a",
"consumerID": "multicloud-k8s",
"timestamp": 1675759059106,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfklih/1.0/resourceInstances/basic_onboard_pfklih0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-07T08:39:39.167Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:39:39.167Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-07T08:39:39.167Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "b57fb446-531f-4cb2-bb9c-01c431428b8a",
"consumerID": "cds-sdc-listener",
"timestamp": 1675759048970,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfklih/1.0/resourceInstances/basic_onboard_pfklih0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-07T08:39:39.181Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:39:39.181Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-07T08:39:39.182Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "b57fb446-531f-4cb2-bb9c-01c431428b8a",
"consumerID": "aai-model-loader",
"timestamp": 1675759083436,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfklih/1.0/resourceInstances/basic_onboard_pfklih0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-07T08:39:39.182Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:39:39.182Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-07T08:39:39.183Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "b57fb446-531f-4cb2-bb9c-01c431428b8a",
"consumerID": "SO-sdc-controller",
"timestamp": 1675759059755,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfklih/1.0/resourceInstances/basic_onboard_pfklih0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-07T08:39:39.184Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:39:39.186Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-07T08:39:39.186Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "b57fb446-531f-4cb2-bb9c-01c431428b8a",
"consumerID": "multicloud-k8s",
"timestamp": 1675759059106,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfklih/1.0/resourceInstances/basic_onboard_pfklih0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-02-07T08:39:39.187Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:39:39.187Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-07T08:39:39.187Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "b57fb446-531f-4cb2-bb9c-01c431428b8a",
"consumerID": "cds-sdc-listener",
"timestamp": 1675759048970,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfklih/1.0/resourceInstances/basic_onboard_pfklih0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-02-07T08:39:39.187Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:39:39.188Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-07T08:39:39.188Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "b57fb446-531f-4cb2-bb9c-01c431428b8a",
"consumerID": "aai-model-loader",
"timestamp": 1675759083436,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfklih/1.0/resourceInstances/basic_onboard_pfklih0/artifacts/basic_onboard_pfklih0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-07T08:39:39.190Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:39:39.210Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-07T08:39:39.210Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "b57fb446-531f-4cb2-bb9c-01c431428b8a",
"consumerID": "SO-sdc-controller",
"timestamp": 1675759059755,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfklih/1.0/resourceInstances/basic_onboard_pfklih0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-02-07T08:39:39.211Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:39:39.211Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-07T08:39:39.211Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "b57fb446-531f-4cb2-bb9c-01c431428b8a",
"consumerID": "multicloud-k8s",
"timestamp": 1675759059106,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfklih/1.0/artifacts/service-BasicOnboardPfklih-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-07T08:39:39.211Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:39:39.212Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-07T08:39:39.212Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "b57fb446-531f-4cb2-bb9c-01c431428b8a",
"consumerID": "cds-sdc-listener",
"timestamp": 1675759048970,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfklih/1.0/artifacts/service-BasicOnboardPfklih-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-07T08:39:39.212Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:39:39.212Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-07T08:39:39.212Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "b57fb446-531f-4cb2-bb9c-01c431428b8a",
"consumerID": "aai-model-loader",
"timestamp": 1675759083436,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfklih/1.0/resourceInstances/basic_onboard_pfklih0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-07T08:39:39.213Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:39:39.213Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-07T08:39:39.213Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "b57fb446-531f-4cb2-bb9c-01c431428b8a",
"consumerID": "SO-sdc-controller",
"timestamp": 1675759059755,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfklih/1.0/artifacts/service-BasicOnboardPfklih-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-07T08:39:39.218Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:39:39.218Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-07T08:39:39.218Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "b57fb446-531f-4cb2-bb9c-01c431428b8a",
"consumerID": "multicloud-k8s",
"timestamp": 1675759059106,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfklih/1.0/artifacts/service-BasicOnboardPfklih-csar.csar",
"status": "NOTIFIED"
}
2023-02-07T08:39:39.219Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:39:39.219Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-07T08:39:39.220Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "b57fb446-531f-4cb2-bb9c-01c431428b8a",
"consumerID": "cds-sdc-listener",
"timestamp": 1675759048970,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfklih/1.0/artifacts/service-BasicOnboardPfklih-csar.csar",
"status": "NOTIFIED"
}
2023-02-07T08:39:39.220Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:39:39.220Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-07T08:39:39.220Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "b57fb446-531f-4cb2-bb9c-01c431428b8a",
"consumerID": "aai-model-loader",
"timestamp": 1675759083436,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfklih/1.0/resourceInstances/basic_onboard_pfklih0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-07T08:39:39.221Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:39:39.221Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-07T08:39:39.221Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "b57fb446-531f-4cb2-bb9c-01c431428b8a",
"consumerID": "SO-sdc-controller",
"timestamp": 1675759059755,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfklih/1.0/artifacts/service-BasicOnboardPfklih-csar.csar",
"status": "NOTIFIED"
}
2023-02-07T08:39:39.221Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:39:39.222Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-07T08:39:39.222Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "b57fb446-531f-4cb2-bb9c-01c431428b8a",
"consumerID": "aai-model-loader",
"timestamp": 1675759083436,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfklih/1.0/resourceInstances/basic_onboard_pfklih0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-02-07T08:39:39.222Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:39:39.222Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-07T08:39:39.222Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "b57fb446-531f-4cb2-bb9c-01c431428b8a",
"consumerID": "cds-sdc-listener",
"timestamp": 1675759089836,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfklih/1.0/artifacts/service-BasicOnboardPfklih-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-07T08:39:39.222Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:39:39.223Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-07T08:39:39.223Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "b57fb446-531f-4cb2-bb9c-01c431428b8a",
"consumerID": "multicloud-k8s",
"timestamp": 1675759089833,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfklih/1.0/resourceInstances/basic_onboard_pfklih0/artifacts/basic_onboard_pfklih0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-02-07T08:39:39.223Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:39:39.223Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-07T08:39:39.223Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "b57fb446-531f-4cb2-bb9c-01c431428b8a",
"consumerID": "aai-model-loader",
"timestamp": 1675759083436,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfklih/1.0/artifacts/service-BasicOnboardPfklih-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-07T08:39:39.223Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:39:39.224Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-07T08:39:39.224Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "b57fb446-531f-4cb2-bb9c-01c431428b8a",
"consumerID": "aai-model-loader",
"timestamp": 1675759083436,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfklih/1.0/artifacts/service-BasicOnboardPfklih-csar.csar",
"status": "NOTIFIED"
}
2023-02-07T08:39:39.225Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:39:39.225Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-07T08:39:39.225Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "b57fb446-531f-4cb2-bb9c-01c431428b8a",
"consumerID": "cds-sdc-listener",
"timestamp": 1675759090960,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfklih/1.0/artifacts/service-BasicOnboardPfklih-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-02-07T08:39:39.269Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b57fb446-531f-4cb2-bb9c-01c431428b8a
2023-02-07T08:39:39.269Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b57fb446-531f-4cb2-bb9c-01c431428b8a 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-02-07T08:39:39.321Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-07T08:39:39.321Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "b57fb446-531f-4cb2-bb9c-01c431428b8a",
"consumerID": "multicloud-k8s",
"timestamp": 1675759091428,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfklih/1.0/resourceInstances/basic_onboard_pfklih0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-02-07T08:39:39.340Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:39:39.340Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-07T08:39:39.341Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "b57fb446-531f-4cb2-bb9c-01c431428b8a",
"consumerID": "SO-sdc-controller",
"timestamp": 1675759092086,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfklih/1.0/artifacts/service-BasicOnboardPfklih-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-07T08:39:39.341Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:39:39.341Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-07T08:39:39.341Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "b57fb446-531f-4cb2-bb9c-01c431428b8a",
"consumerID": "aai-model-loader",
"timestamp": 1675759090795,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfklih/1.0/artifacts/service-BasicOnboardPfklih-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-07T08:39:39.342Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:39:39.342Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-07T08:39:39.342Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "b57fb446-531f-4cb2-bb9c-01c431428b8a",
"consumerID": "multicloud-k8s",
"timestamp": 1675759092650,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfklih/1.0/resourceInstances/basic_onboard_pfklih0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-02-07T08:39:39.344Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:39:39.344Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-07T08:39:39.344Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "b57fb446-531f-4cb2-bb9c-01c431428b8a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675759092680,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfklih/1.0/resourceInstances/basic_onboard_pfklih0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-07T08:39:39.345Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:39:39.345Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-07T08:39:39.345Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "b57fb446-531f-4cb2-bb9c-01c431428b8a",
"consumerID": "multicloud-k8s",
"timestamp": 1675759094119,
"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-02-07T08:39:39.366Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b57fb446-531f-4cb2-bb9c-01c431428b8a
2023-02-07T08:39:39.368Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b57fb446-531f-4cb2-bb9c-01c431428b8a 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-02-07T08:39:39.411Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-07T08:39:39.413Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "b57fb446-531f-4cb2-bb9c-01c431428b8a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675759092680,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfklih/1.0/resourceInstances/basic_onboard_pfklih0/artifacts/basic_onboard_pfklih0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-07T08:39:39.413Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:39:39.413Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-07T08:39:39.413Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "b57fb446-531f-4cb2-bb9c-01c431428b8a",
"consumerID": "multicloud-k8s",
"timestamp": 1675759095126,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfklih/1.0/resourceInstances/basic_onboard_pfklih0/artifacts/basic_onboard_pfklih0_modules.json",
"status": "DEPLOY_OK"
}
2023-02-07T08:39:39.415Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:39:39.419Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-07T08:39:39.420Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "b57fb446-531f-4cb2-bb9c-01c431428b8a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675759092680,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfklih/1.0/resourceInstances/basic_onboard_pfklih0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-07T08:39:39.421Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:39:39.421Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-07T08:39:39.421Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "b57fb446-531f-4cb2-bb9c-01c431428b8a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675759092680,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfklih/1.0/resourceInstances/basic_onboard_pfklih0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-07T08:39:39.422Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:39:39.422Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-07T08:39:39.422Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "b57fb446-531f-4cb2-bb9c-01c431428b8a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675759092680,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfklih/1.0/resourceInstances/basic_onboard_pfklih0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-02-07T08:39:39.422Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:39:39.424Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-07T08:39:39.425Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "b57fb446-531f-4cb2-bb9c-01c431428b8a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675759092680,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfklih/1.0/artifacts/service-BasicOnboardPfklih-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-07T08:39:39.425Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:39:39.425Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-07T08:39:39.425Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "df9a6a93-a49c-4e87-aebf-c6298b46d91d",
"consumerID": "multicloud-k8s",
"timestamp": 1675759096161,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230207083611/1.0/resourceInstances/vfw79ee9ced9a880/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-07T08:39:39.426Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:39:39.426Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-07T08:39:39.426Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "df9a6a93-a49c-4e87-aebf-c6298b46d91d",
"consumerID": "cds-sdc-listener",
"timestamp": 1675759091966,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230207083611/1.0/resourceInstances/vfw79ee9ced9a880/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-07T08:39:39.426Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:39:39.426Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-07T08:39:39.426Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "b57fb446-531f-4cb2-bb9c-01c431428b8a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675759092680,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfklih/1.0/artifacts/service-BasicOnboardPfklih-csar.csar",
"status": "NOTIFIED"
}
2023-02-07T08:39:39.427Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:39:39.427Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-07T08:39:39.427Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "df9a6a93-a49c-4e87-aebf-c6298b46d91d",
"consumerID": "multicloud-k8s",
"timestamp": 1675759096161,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230207083611/1.0/resourceInstances/vfw79ee9ced9a880/artifacts/vfw79ee9ced9a880_modules.json",
"status": "NOTIFIED"
}
2023-02-07T08:39:39.427Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:39:39.427Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-07T08:39:39.427Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "df9a6a93-a49c-4e87-aebf-c6298b46d91d",
"consumerID": "cds-sdc-listener",
"timestamp": 1675759091966,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230207083611/1.0/resourceInstances/vfw79ee9ced9a880/artifacts/vfw79ee9ced9a880_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-07T08:39:39.428Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:39:39.428Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-07T08:39:39.428Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "b57fb446-531f-4cb2-bb9c-01c431428b8a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675759101188,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfklih/1.0/artifacts/service-BasicOnboardPfklih-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-07T08:39:39.428Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:39:39.428Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-07T08:39:39.428Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "df9a6a93-a49c-4e87-aebf-c6298b46d91d",
"consumerID": "multicloud-k8s",
"timestamp": 1675759096161,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230207083611/1.0/resourceInstances/vfw79ee9ced9a880/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-02-07T08:39:39.428Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:39:39.428Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-07T08:39:39.430Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "df9a6a93-a49c-4e87-aebf-c6298b46d91d",
"consumerID": "cds-sdc-listener",
"timestamp": 1675759091966,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230207083611/1.0/resourceInstances/vfw79ee9ced9a880/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-07T08:39:39.430Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:39:39.430Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-07T08:39:39.430Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "b57fb446-531f-4cb2-bb9c-01c431428b8a",
"consumerID": "SO-sdc-controller",
"timestamp": 1675759102500,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfklih/1.0/resourceInstances/basic_onboard_pfklih0/artifacts/basic_onboard_pfklih0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-02-07T08:39:39.430Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:39:39.430Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-07T08:39:39.430Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "df9a6a93-a49c-4e87-aebf-c6298b46d91d",
"consumerID": "multicloud-k8s",
"timestamp": 1675759096161,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230207083611/1.0/resourceInstances/vfw79ee9ced9a880/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-07T08:39:39.431Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:39:39.431Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-07T08:39:39.431Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "df9a6a93-a49c-4e87-aebf-c6298b46d91d",
"consumerID": "cds-sdc-listener",
"timestamp": 1675759091966,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230207083611/1.0/resourceInstances/vfw79ee9ced9a880/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-07T08:39:39.431Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:39:39.431Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-07T08:39:39.432Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "b57fb446-531f-4cb2-bb9c-01c431428b8a",
"consumerID": "SO-sdc-controller",
"timestamp": 1675759103724,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfklih/1.0/resourceInstances/basic_onboard_pfklih0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-02-07T08:39:39.432Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:39:39.432Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-07T08:39:39.432Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "df9a6a93-a49c-4e87-aebf-c6298b46d91d",
"consumerID": "multicloud-k8s",
"timestamp": 1675759096161,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230207083611/1.0/resourceInstances/vfw79ee9ced9a880/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-02-07T08:39:39.433Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:39:39.433Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-07T08:39:39.433Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "df9a6a93-a49c-4e87-aebf-c6298b46d91d",
"consumerID": "cds-sdc-listener",
"timestamp": 1675759091966,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230207083611/1.0/resourceInstances/vfw79ee9ced9a880/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-02-07T08:39:39.433Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:39:39.433Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-07T08:39:39.434Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "b57fb446-531f-4cb2-bb9c-01c431428b8a",
"consumerID": "SO-sdc-controller",
"timestamp": 1675759104944,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfklih/1.0/resourceInstances/basic_onboard_pfklih0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-02-07T08:39:39.434Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:39:39.435Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-07T08:39:39.435Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "df9a6a93-a49c-4e87-aebf-c6298b46d91d",
"consumerID": "multicloud-k8s",
"timestamp": 1675759096161,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230207083611/1.0/artifacts/service-Vfw20230207083611-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-07T08:39:39.435Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:39:39.435Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-07T08:39:39.435Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "df9a6a93-a49c-4e87-aebf-c6298b46d91d",
"consumerID": "cds-sdc-listener",
"timestamp": 1675759091966,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230207083611/1.0/artifacts/service-Vfw20230207083611-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-07T08:39:39.436Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:39:39.436Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-07T08:39:39.436Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "df9a6a93-a49c-4e87-aebf-c6298b46d91d",
"consumerID": "multicloud-k8s",
"timestamp": 1675759096161,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230207083611/1.0/artifacts/service-Vfw20230207083611-csar.csar",
"status": "NOTIFIED"
}
2023-02-07T08:39:39.436Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:39:39.436Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-07T08:39:39.437Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "df9a6a93-a49c-4e87-aebf-c6298b46d91d",
"consumerID": "cds-sdc-listener",
"timestamp": 1675759091966,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230207083611/1.0/artifacts/service-Vfw20230207083611-csar.csar",
"status": "NOTIFIED"
}
2023-02-07T08:39:39.437Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:39:39.437Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-07T08:39:39.437Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "b57fb446-531f-4cb2-bb9c-01c431428b8a",
"consumerID": "SO-sdc-controller",
"timestamp": 1675759107110,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfklih/1.0/resourceInstances/basic_onboard_pfklih0/artifacts/basic_onboard_pfklih0_modules.json",
"status": "DEPLOY_OK"
}
2023-02-07T08:39:39.437Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:39:39.438Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-07T08:39:39.438Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "df9a6a93-a49c-4e87-aebf-c6298b46d91d",
"consumerID": "multicloud-k8s",
"timestamp": 1675759106653,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230207083611/1.0/resourceInstances/vfw79ee9ced9a880/artifacts/vfw79ee9ced9a880_modules.json",
"status": "DOWNLOAD_OK"
}
2023-02-07T08:39:39.438Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:39:39.438Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-07T08:39:39.438Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "df9a6a93-a49c-4e87-aebf-c6298b46d91d",
"consumerID": "cds-sdc-listener",
"timestamp": 1675759106710,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230207083611/1.0/artifacts/service-Vfw20230207083611-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-07T08:39:39.439Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:39:39.439Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-07T08:39:39.439Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "b57fb446-531f-4cb2-bb9c-01c431428b8a",
"consumerID": "SO-sdc-controller",
"timestamp": 1675759108116,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfklih/1.0/resourceInstances/basic_onboard_pfklih0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2023-02-07T08:39:39.439Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:39:39.440Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-07T08:39:39.440Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "df9a6a93-a49c-4e87-aebf-c6298b46d91d",
"consumerID": "cds-sdc-listener",
"timestamp": 1675759107716,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230207083611/1.0/artifacts/service-Vfw20230207083611-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-02-07T08:39:39.505Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of df9a6a93-a49c-4e87-aebf-c6298b46d91d
2023-02-07T08:39:39.507Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId df9a6a93-a49c-4e87-aebf-c6298b46d91d 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-02-07T08:39:39.555Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-07T08:39:39.555Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "df9a6a93-a49c-4e87-aebf-c6298b46d91d",
"consumerID": "multicloud-k8s",
"timestamp": 1675759107946,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230207083611/1.0/resourceInstances/vfw79ee9ced9a880/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-02-07T08:39:39.555Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:39:39.556Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-07T08:39:39.556Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "b57fb446-531f-4cb2-bb9c-01c431428b8a",
"consumerID": "SO-sdc-controller",
"timestamp": 1675759109128,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfklih/1.0/resourceInstances/basic_onboard_pfklih0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2023-02-07T08:39:39.556Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:39:39.556Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-07T08:39:39.557Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "df9a6a93-a49c-4e87-aebf-c6298b46d91d",
"consumerID": "multicloud-k8s",
"timestamp": 1675759109087,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230207083611/1.0/resourceInstances/vfw79ee9ced9a880/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-02-07T08:39:39.557Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:39:39.557Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-07T08:39:39.557Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "b57fb446-531f-4cb2-bb9c-01c431428b8a",
"consumerID": "SO-sdc-controller",
"timestamp": 1675759110142,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfklih/1.0/artifacts/service-BasicOnboardPfklih-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-07T08:39:39.558Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:39:39.558Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-07T08:39:39.558Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "df9a6a93-a49c-4e87-aebf-c6298b46d91d",
"consumerID": "multicloud-k8s",
"timestamp": 1675759110288,
"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-02-07T08:39:39.574Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of df9a6a93-a49c-4e87-aebf-c6298b46d91d
2023-02-07T08:39:39.575Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId df9a6a93-a49c-4e87-aebf-c6298b46d91d 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-02-07T08:39:39.603Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-07T08:39:39.604Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "df9a6a93-a49c-4e87-aebf-c6298b46d91d",
"consumerID": "multicloud-k8s",
"timestamp": 1675759111291,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230207083611/1.0/resourceInstances/vfw79ee9ced9a880/artifacts/vfw79ee9ced9a880_modules.json",
"status": "DEPLOY_OK"
}
2023-02-07T08:39:39.604Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:39:39.605Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-07T08:39:39.606Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "b57fb446-531f-4cb2-bb9c-01c431428b8a",
"consumerID": "aai-model-loader",
"timestamp": 1675759110058,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfklih/1.0/artifacts/service-BasicOnboardPfklih-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-07T08:39:39.606Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:39:39.606Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-07T08:39:39.606Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "b57fb446-531f-4cb2-bb9c-01c431428b8a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675759111608,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfklih/1.0/artifacts/service-BasicOnboardPfklih-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-07T08:39:39.607Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:39:39.607Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-07T08:39:39.607Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "b57fb446-531f-4cb2-bb9c-01c431428b8a",
"consumerID": "aai-model-loader",
"timestamp": 1675759111062,
"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-02-07T08:39:39.625Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b57fb446-531f-4cb2-bb9c-01c431428b8a
2023-02-07T08:39:39.625Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b57fb446-531f-4cb2-bb9c-01c431428b8a 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-02-07T08:39:39.656Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-07T08:39:39.656Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "b57fb446-531f-4cb2-bb9c-01c431428b8a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675759112621,
"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-02-07T08:39:39.682Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b57fb446-531f-4cb2-bb9c-01c431428b8a
2023-02-07T08:39:39.682Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b57fb446-531f-4cb2-bb9c-01c431428b8a 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-02-07T08:39:39.710Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-07T08:39:39.711Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "df9a6a93-a49c-4e87-aebf-c6298b46d91d",
"consumerID": "aai-model-loader",
"timestamp": 1675759113436,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230207083611/1.0/resourceInstances/vfw79ee9ced9a880/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-07T08:39:39.712Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:39:39.712Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-07T08:39:39.712Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "df9a6a93-a49c-4e87-aebf-c6298b46d91d",
"consumerID": "aai-model-loader",
"timestamp": 1675759113436,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230207083611/1.0/resourceInstances/vfw79ee9ced9a880/artifacts/vfw79ee9ced9a880_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-07T08:39:39.712Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:39:39.712Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-07T08:39:39.714Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "df9a6a93-a49c-4e87-aebf-c6298b46d91d",
"consumerID": "aai-model-loader",
"timestamp": 1675759113436,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230207083611/1.0/resourceInstances/vfw79ee9ced9a880/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-07T08:39:39.715Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:39:39.715Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-07T08:39:39.715Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "df9a6a93-a49c-4e87-aebf-c6298b46d91d",
"consumerID": "aai-model-loader",
"timestamp": 1675759113436,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230207083611/1.0/resourceInstances/vfw79ee9ced9a880/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-07T08:39:39.715Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:40:01.352Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b57fb446-531f-4cb2-bb9c-01c431428b8a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-07T08:40:01.392Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b57fb446-531f-4cb2-bb9c-01c431428b8a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-07T08:40:01.403Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-07T08:40:01.404Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-07T08:40:01.404Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-07T08:40:01.404Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-07T08:40:01.405Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-07T08:40:01.405Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-07T08:40:01.405Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-07T08:40:01.407Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-07T08:40:01.407Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-07T08:40:01.408Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-07T08:40:01.435Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-07T08:40:31.442Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b57fb446-531f-4cb2-bb9c-01c431428b8a 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-02-07T08:40:31.515Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b57fb446-531f-4cb2-bb9c-01c431428b8a and serviceModelVersionId: c0e469ff-922b-46bd-a66f-54e9b347e63f
2023-02-07T08:40:31.516Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bb2c7612-56db-439d-853f-c24878f067db
2023-02-07T08:40:39.178Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T08:40:39.204Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-07T08:40:39.204Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "df9a6a93-a49c-4e87-aebf-c6298b46d91d",
"consumerID": "aai-model-loader",
"timestamp": 1675759113436,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230207083611/1.0/resourceInstances/vfw79ee9ced9a880/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-02-07T08:40:39.207Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:40:39.207Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-07T08:40:39.207Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "df9a6a93-a49c-4e87-aebf-c6298b46d91d",
"consumerID": "aai-model-loader",
"timestamp": 1675759113436,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230207083611/1.0/artifacts/service-Vfw20230207083611-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-07T08:40:39.207Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:40:39.208Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-07T08:40:39.208Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "df9a6a93-a49c-4e87-aebf-c6298b46d91d",
"consumerID": "aai-model-loader",
"timestamp": 1675759113436,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230207083611/1.0/artifacts/service-Vfw20230207083611-csar.csar",
"status": "NOTIFIED"
}
2023-02-07T08:40:39.208Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:40:39.208Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-07T08:40:39.208Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "df9a6a93-a49c-4e87-aebf-c6298b46d91d",
"consumerID": "aai-model-loader",
"timestamp": 1675759120651,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230207083611/1.0/artifacts/service-Vfw20230207083611-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-07T08:40:39.208Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:40:39.208Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-07T08:40:39.213Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "df9a6a93-a49c-4e87-aebf-c6298b46d91d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675759122679,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230207083611/1.0/resourceInstances/vfw79ee9ced9a880/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-07T08:40:39.213Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:40:39.213Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-07T08:40:39.213Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "df9a6a93-a49c-4e87-aebf-c6298b46d91d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675759122679,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230207083611/1.0/resourceInstances/vfw79ee9ced9a880/artifacts/vfw79ee9ced9a880_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-07T08:40:39.214Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:40:39.214Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-07T08:40:39.214Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "df9a6a93-a49c-4e87-aebf-c6298b46d91d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675759122679,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230207083611/1.0/resourceInstances/vfw79ee9ced9a880/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-07T08:40:39.214Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:40:39.214Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-07T08:40:39.214Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "df9a6a93-a49c-4e87-aebf-c6298b46d91d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675759122679,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230207083611/1.0/resourceInstances/vfw79ee9ced9a880/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-07T08:40:39.214Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:40:39.215Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-07T08:40:39.215Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "df9a6a93-a49c-4e87-aebf-c6298b46d91d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675759122679,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230207083611/1.0/resourceInstances/vfw79ee9ced9a880/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-02-07T08:40:39.215Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:40:39.215Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-07T08:40:39.215Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "df9a6a93-a49c-4e87-aebf-c6298b46d91d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675759122679,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230207083611/1.0/artifacts/service-Vfw20230207083611-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-07T08:40:39.215Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:40:39.215Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-07T08:40:39.216Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "df9a6a93-a49c-4e87-aebf-c6298b46d91d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675759122679,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230207083611/1.0/artifacts/service-Vfw20230207083611-csar.csar",
"status": "NOTIFIED"
}
2023-02-07T08:40:39.216Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:40:39.216Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-07T08:40:39.216Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "df9a6a93-a49c-4e87-aebf-c6298b46d91d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675759130932,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230207083611/1.0/artifacts/service-Vfw20230207083611-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-07T08:40:39.216Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:40:39.217Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-07T08:40:39.217Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "df9a6a93-a49c-4e87-aebf-c6298b46d91d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675759139820,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230207083611/1.0/artifacts/service-Vfw20230207083611-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-07T08:40:39.234Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:40:39.234Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-07T08:40:39.235Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "df9a6a93-a49c-4e87-aebf-c6298b46d91d",
"consumerID": "aai-model-loader",
"timestamp": 1675759139605,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230207083611/1.0/artifacts/service-Vfw20230207083611-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-07T08:40:39.236Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:40:39.236Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-07T08:40:39.237Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "df9a6a93-a49c-4e87-aebf-c6298b46d91d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675759140847,
"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-02-07T08:40:39.311Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of df9a6a93-a49c-4e87-aebf-c6298b46d91d
2023-02-07T08:40:39.312Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId df9a6a93-a49c-4e87-aebf-c6298b46d91d 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-02-07T08:40:39.389Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-07T08:40:39.390Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "df9a6a93-a49c-4e87-aebf-c6298b46d91d",
"consumerID": "aai-model-loader",
"timestamp": 1675759140607,
"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-02-07T08:40:39.438Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of df9a6a93-a49c-4e87-aebf-c6298b46d91d
2023-02-07T08:40:39.462Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId df9a6a93-a49c-4e87-aebf-c6298b46d91d 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-02-07T08:41:13.702Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bb2c7612-56db-439d-853f-c24878f067db/model-vers/model-ver/c0e469ff-922b-46bd-a66f-54e9b347e63f?depth=0
2023-02-07T08:41:13.824Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-02-07T08:41:13.886Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bb2c7612-56db-439d-853f-c24878f067db/model-vers/model-ver/c0e469ff-922b-46bd-a66f-54e9b347e63f?depth=0|INFO|500||Invoke
2023-02-07T08:41:13.888Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bb2c7612-56db-439d-853f-c24878f067db/model-vers/model-ver/c0e469ff-922b-46bd-a66f-54e9b347e63f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bb2c7612-56db-439d-853f-c24878f067db/model-vers/model-ver/c0e469ff-922b-46bd-a66f-54e9b347e63f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b57fb446-531f-4cb2-bb9c-01c431428b8a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8fb3ec24-b712-49ae-9949-0aee74a38e52], X-ECOMP-RequestID=[b57fb446-531f-4cb2-bb9c-01c431428b8a], X-TransactionId=[], X-ONAP-RequestID=[b57fb446-531f-4cb2-bb9c-01c431428b8a], Content-Type=[application/merge-patch+json]}
2023-02-07T08:41:13.898Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bb2c7612-56db-439d-853f-c24878f067db/model-vers/model-ver/c0e469ff-922b-46bd-a66f-54e9b347e63f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-02-07T08:41:14.411Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bb2c7612-56db-439d-853f-c24878f067db/model-vers/model-ver/c0e469ff-922b-46bd-a66f-54e9b347e63f?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/bb2c7612-56db-439d-853f-c24878f067db/model-vers/model-ver/c0e469ff-922b-46bd-a66f-54e9b347e63f?depth=0 has http status code:200 and response headers:{date=[Tue, 07 Feb 2023 08:41:12 GMT], content-length=[0], vertex-id=[188520], x-aai-txid=[1-aai-resources-230207-08:41:12:763-40763], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-07T08:41:14.412Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bb2c7612-56db-439d-853f-c24878f067db/model-vers/model-ver/c0e469ff-922b-46bd-a66f-54e9b347e63f?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-02-07T08:41:14.413Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bb2c7612-56db-439d-853f-c24878f067db/model-vers/model-ver/c0e469ff-922b-46bd-a66f-54e9b347e63f?depth=0|INFO|500||InvokeReturn
2023-02-07T08:41:14.417Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-07T08:41:14.417Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-07T08:41:14.441Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2023-02-07T08:41:14.442Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b57fb446-531f-4cb2-bb9c-01c431428b8a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-07T08:41:14.444Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-07T08:41:14.444Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-07T08:41:14.444Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-07T08:41:14.445Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||INFO|500||Trying to send status: {
"distributionID": "b57fb446-531f-4cb2-bb9c-01c431428b8a",
"consumerID": "SO-sdc-controller",
"timestamp": 1675759274443,
"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-02-07T08:41:15.483Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T08:41:15.496Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-07T08:41:15.497Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"df9a6a93-a49c-4e87-aebf-c6298b46d91d","serviceName":"vFW 2023-02-07 08-36-11","serviceVersion":"1.0","serviceUUID":"5e9e3fa1-79bc-42fd-b775-637ac4b83dad","serviceDescription":"catalog service description","serviceInvariantUUID":"96f18e63-a3fe-42a8-b385-18e432760922","resources":[{"resourceInstanceName":"vFW 79ee9ced-9a88 0","resourceName":"vFW 79ee9ced-9a88","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8d8e57ec-c4ed-4fda-9c16-6d47eff76ae0","resourceInvariantUUID":"ca3e5290-0b13-4a04-853f-f3ba1bd334d4","resourceCustomizationUUID":"dd93ed63-1913-48e5-8214-9d5fd5a2a874","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230207083611/1.0/resourceInstances/vfw79ee9ced9a880/artifacts/vf-license-model.xml","artifactChecksum":"NDAyM2QwZDU5OTI4MTAxMjg5ZjA0OGRlZDE2NmI0NTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3e5110f5-d6ec-434b-84e2-e0cacd241400","artifactVersion":"1"},{"artifactName":"vfw79ee9ced9a880_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230207083611/1.0/resourceInstances/vfw79ee9ced9a880/artifacts/vfw79ee9ced9a880_modules.json","artifactChecksum":"MDQ5M2QyYTlkNDU4NDU5MDZhNDRiMjdlZDNiOTZlZjA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f39fbf1c-f4be-4b80-8870-f605fcde50a8","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230207083611/1.0/resourceInstances/vfw79ee9ced9a880/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ce3cc53b-e59e-4473-a629-2989e4e22502","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230207083611/1.0/resourceInstances/vfw79ee9ced9a880/artifacts/vendor-license-model.xml","artifactChecksum":"ZDk5ZDRmMzU4ZGE2MzgxNTkwYTFkYTcyNGYwNDY0OTQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5d2c02f3-6ef0-45ad-b169-8dd548d7c8af","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230207083611/1.0/resourceInstances/vfw79ee9ced9a880/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d3c4029c-68ca-4414-87db-ba17595264a3","artifactVersion":"2","generatedFromUUID":"ce3cc53b-e59e-4473-a629-2989e4e22502"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230207083611-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230207083611/1.0/artifacts/service-Vfw20230207083611-template.yml","artifactChecksum":"YmQ2MzdlODcwODJkNjM3NGQwYWJiOTUyYTYzMDAyNTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"463eefd5-c0ea-45f6-bd19-0e8244d9e30f","artifactVersion":"1"},{"artifactName":"service-Vfw20230207083611-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230207083611/1.0/artifacts/service-Vfw20230207083611-csar.csar","artifactChecksum":"MmVkNmRhNWU0MmM4MDllZDU1ODdlMDY3ZjY1ZTg3Yzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6f233399-2dc8-4fe2-aa44-894a16db4e67","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-07T08:41:15.509Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-07T08:41:15.509Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-07T08:41:15.509Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-07T08:41:15.510Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||INFO|500||Trying to send status: {
"distributionID": "df9a6a93-a49c-4e87-aebf-c6298b46d91d",
"consumerID": "SO-sdc-controller",
"timestamp": 1675759275483,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230207083611/1.0/resourceInstances/vfw79ee9ced9a880/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T08:41:16.510Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-07T08:41:16.511Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-07T08:41:16.511Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-07T08:41:16.512Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||INFO|500||Trying to send status: {
"distributionID": "df9a6a93-a49c-4e87-aebf-c6298b46d91d",
"consumerID": "SO-sdc-controller",
"timestamp": 1675759275483,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230207083611/1.0/resourceInstances/vfw79ee9ced9a880/artifacts/vfw79ee9ced9a880_modules.json",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T08:41:17.512Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-07T08:41:17.514Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-07T08:41:17.515Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-07T08:41:17.515Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||INFO|500||Trying to send status: {
"distributionID": "df9a6a93-a49c-4e87-aebf-c6298b46d91d",
"consumerID": "SO-sdc-controller",
"timestamp": 1675759275483,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230207083611/1.0/resourceInstances/vfw79ee9ced9a880/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T08:41:18.516Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-07T08:41:18.516Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-07T08:41:18.517Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-07T08:41:18.517Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||INFO|500||Trying to send status: {
"distributionID": "df9a6a93-a49c-4e87-aebf-c6298b46d91d",
"consumerID": "SO-sdc-controller",
"timestamp": 1675759275483,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230207083611/1.0/resourceInstances/vfw79ee9ced9a880/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T08:41:19.517Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-07T08:41:19.518Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-07T08:41:19.518Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-07T08:41:19.518Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||INFO|500||Trying to send status: {
"distributionID": "df9a6a93-a49c-4e87-aebf-c6298b46d91d",
"consumerID": "SO-sdc-controller",
"timestamp": 1675759275483,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230207083611/1.0/resourceInstances/vfw79ee9ced9a880/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T08:41:20.519Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-07T08:41:20.520Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-07T08:41:20.520Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-07T08:41:20.520Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||INFO|500||Trying to send status: {
"distributionID": "df9a6a93-a49c-4e87-aebf-c6298b46d91d",
"consumerID": "SO-sdc-controller",
"timestamp": 1675759275483,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230207083611/1.0/artifacts/service-Vfw20230207083611-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T08:41:21.525Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-07T08:41:21.525Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-07T08:41:21.526Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-07T08:41:21.526Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||INFO|500||Trying to send status: {
"distributionID": "df9a6a93-a49c-4e87-aebf-c6298b46d91d",
"consumerID": "SO-sdc-controller",
"timestamp": 1675759275483,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230207083611/1.0/artifacts/service-Vfw20230207083611-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T08:41:22.527Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "df9a6a93-a49c-4e87-aebf-c6298b46d91d",
"serviceName": "vFW 2023-02-07 08-36-11",
"serviceVersion": "1.0",
"serviceUUID": "5e9e3fa1-79bc-42fd-b775-637ac4b83dad",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "96f18e63-a3fe-42a8-b385-18e432760922",
"resources": [
{
"resourceInstanceName": "vFW 79ee9ced-9a88 0",
"resourceCustomizationUUID": "dd93ed63-1913-48e5-8214-9d5fd5a2a874",
"resourceName": "vFW 79ee9ced-9a88",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "8d8e57ec-c4ed-4fda-9c16-6d47eff76ae0",
"resourceInvariantUUID": "ca3e5290-0b13-4a04-853f-f3ba1bd334d4",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw79ee9ced9a880_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230207083611/1.0/resourceInstances/vfw79ee9ced9a880/artifacts/vfw79ee9ced9a880_modules.json",
"artifactChecksum": "MDQ5M2QyYTlkNDU4NDU5MDZhNDRiMjdlZDNiOTZlZjA\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f39fbf1c-f4be-4b80-8870-f605fcde50a8",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230207083611/1.0/resourceInstances/vfw79ee9ced9a880/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "ce3cc53b-e59e-4473-a629-2989e4e22502",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230207083611/1.0/resourceInstances/vfw79ee9ced9a880/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d3c4029c-68ca-4414-87db-ba17595264a3",
"generatedFromUUID": "ce3cc53b-e59e-4473-a629-2989e4e22502"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230207083611/1.0/resourceInstances/vfw79ee9ced9a880/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d3c4029c-68ca-4414-87db-ba17595264a3",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20230207083611-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230207083611/1.0/artifacts/service-Vfw20230207083611-csar.csar",
"artifactChecksum": "MmVkNmRhNWU0MmM4MDllZDU1ODdlMDY3ZjY1ZTg3Yzk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "6f233399-2dc8-4fe2-aa44-894a16db4e67"
}
],
"workloadContext": "Production"
}
2023-02-07T08:41:22.528Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-07T08:41:22.528Z|b57fb446-531f-4cb2-bb9c-01c431428b8a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5e9e3fa1-79bc-42fd-b775-637ac4b83dad ASDC
2023-02-07T08:41:22.528Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:df9a6a93-a49c-4e87-aebf-c6298b46d91d
ServiceName:vFW 2023-02-07 08-36-11
ServiceVersion:1.0
ServiceUUID:5e9e3fa1-79bc-42fd-b775-637ac4b83dad
ServiceInvariantUUID:96f18e63-a3fe-42a8-b385-18e432760922
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230207083611-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230207083611/1.0/artifacts/service-Vfw20230207083611-csar.csar
ArtifactUUID:6f233399-2dc8-4fe2-aa44-894a16db4e67
ArtifactChecksum:MmVkNmRhNWU0MmM4MDllZDU1ODdlMDY3ZjY1ZTg3Yzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 79ee9ced-9a88 0
ResourceCustomizationUUID:dd93ed63-1913-48e5-8214-9d5fd5a2a874
ResourceInvariantUUID:ca3e5290-0b13-4a04-853f-f3ba1bd334d4
ResourceName:vFW 79ee9ced-9a88
ResourceType:VF
ResourceUUID:8d8e57ec-c4ed-4fda-9c16-6d47eff76ae0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw79ee9ced9a880_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230207083611/1.0/resourceInstances/vfw79ee9ced9a880/artifacts/vfw79ee9ced9a880_modules.json
ArtifactUUID:f39fbf1c-f4be-4b80-8870-f605fcde50a8
ArtifactChecksum:MDQ5M2QyYTlkNDU4NDU5MDZhNDRiMjdlZDNiOTZlZjA=
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/Vfw20230207083611/1.0/resourceInstances/vfw79ee9ced9a880/artifacts/base_vfw.yaml
ArtifactUUID:ce3cc53b-e59e-4473-a629-2989e4e22502
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/Vfw20230207083611/1.0/resourceInstances/vfw79ee9ced9a880/artifacts/base_vfw.env
ArtifactUUID:d3c4029c-68ca-4414-87db-ba17595264a3
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/Vfw20230207083611/1.0/resourceInstances/vfw79ee9ced9a880/artifacts/base_vfw.env
ArtifactUUID:d3c4029c-68ca-4414-87db-ba17595264a3
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-02-07T08:41:22.528Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5e9e3fa1-79bc-42fd-b775-637ac4b83dad 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-02-07T08:41:22.689Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-07T08:41:22.690Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-02-07T08:41:22.691Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-02-07T08:41:22.691Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 6f233399-2dc8-4fe2-aa44-894a16db4e67 from URL: /sdc/v1/catalog/services/Vfw20230207083611/1.0/artifacts/service-Vfw20230207083611-csar.csar
2023-02-07T08:41:22.691Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-02-07T08:41:22.691Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230207083611/1.0/artifacts/service-Vfw20230207083611-csar.csar
2023-02-07T08:41:23.092Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-02-07T08:41:23.102Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230207083611/1.0/artifacts/service-Vfw20230207083611-csar.csar 6f233399-2dc8-4fe2-aa44-894a16db4e67 101506
2023-02-07T08:41:23.103Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230207083611/1.0/artifacts/service-Vfw20230207083611-csar.csar ASDC sendASDCNotification
2023-02-07T08:41:23.103Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230207083611/1.0/artifacts/service-Vfw20230207083611-csar.csar
2023-02-07T08:41:23.103Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-07T08:41:23.103Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-07T08:41:23.103Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-07T08:41:23.104Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||INFO|500||Trying to send status: {
"distributionID": "df9a6a93-a49c-4e87-aebf-c6298b46d91d",
"consumerID": "SO-sdc-controller",
"timestamp": 1675759283103,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230207083611/1.0/artifacts/service-Vfw20230207083611-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T08:41:24.104Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-07T08:41:24.105Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-02-07T08:41:24.106Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 6f233399-2dc8-4fe2-aa44-894a16db4e67, URL: /sdc/v1/catalog/services/Vfw20230207083611/1.0/artifacts/service-Vfw20230207083611-csar.csar to file: /app/ASDC/1/service-Vfw20230207083611-csar.csar
2023-02-07T08:41:24.106Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230207083611-csar.csar
2023-02-07T08:41:24.107Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230207083611-csar.csar
2023-02-07T08:41:24.107Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230207083611-csar.csar
2023-02-07T08:41:24.513Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8360310528910965654/Definitions/service-Vfw20230207083611-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-02-07T08:41:29.397Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-07T08:41:29.398Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-02-07T08:41:29.398Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230207083611-csar.csar
2023-02-07T08:41:29.399Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-02-07T08:41:29.399Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230207083611-csar.csar
2023-02-07T08:41:29.399Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230207083611-csar.csar
2023-02-07T08:41:29.399Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230207083611-csar.csar
2023-02-07T08:41:29.399Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230207083611-csar.csar
2023-02-07T08:41:29.399Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230207083611-csar.csar
2023-02-07T08:41:29.399Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230207083611-csar.csar
2023-02-07T08:41:29.400Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230207083611-csar.csar
2023-02-07T08:41:29.400Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230207083611-csar.csar
2023-02-07T08:41:29.400Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230207083611-csar.csar
2023-02-07T08:41:29.400Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230207083611-csar.csar
2023-02-07T08:41:29.400Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 79ee9ced-9a88 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-Vfw20230207083611-csar.csar
2023-02-07T08:41:29.400Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-02-07T08:41:29.400Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-07T08:41:29.401Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-02-07 08-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-07T08:41:29.401Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Node template vFW 79ee9ced-9a88 0 is matching search criteria
2023-02-07T08:41:29.401Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-02-07T08:41:29.402Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 79ee9ced-9a88 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-07T08:41:29.403Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-07T08:41:29.403Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-02-07 08-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-07T08:41:29.403Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Node template vFW 79ee9ced-9a88 0 is matching search criteria
2023-02-07T08:41:29.403Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-02-07T08:41:29.403Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 79ee9ced-9a88 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-07T08:41:29.404Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-07T08:41:29.404Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-02-07 08-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-07T08:41:29.404Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-07T08:41:29.404Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Node template vFW 79ee9ced-9a88 0 is not matching search criteria
2023-02-07T08:41:29.405Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-07T08:41:29.405Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-07T08:41:29.405Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-07T08:41:29.405Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-07T08:41:29.405Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-07T08:41:29.406Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-07T08:41:29.407Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-07T08:41:29.407Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-07T08:41:29.407Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-07T08:41:29.407Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-07T08:41:29.407Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-07T08:41:29.408Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-07T08:41:29.408Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-07T08:41:29.408Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-07T08:41:29.408Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-07T08:41:29.408Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-02-07T08:41:29.409Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-07T08:41:29.409Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-02-07 08-36-11 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-07T08:41:29.409Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-07T08:41:29.409Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Node template vFW 79ee9ced-9a88 0 is matching search criteria
2023-02-07T08:41:29.410Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 79ee9ced-9a88 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-07T08:41:29.410Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-07T08:41:29.410Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Node template vFW 79ee9ced-9a88 0 is matching search criteria
2023-02-07T08:41:29.411Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 79ee9ced-9a88 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-07T08:41:29.411Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-07T08:41:29.411Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Node template vFW 79ee9ced-9a88 0 is matching search criteria
2023-02-07T08:41:29.411Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 79ee9ced-9a88 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-07T08:41:29.411Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-07T08:41:29.412Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Node template vFW 79ee9ced-9a88 0 is not matching search criteria
2023-02-07T08:41:29.412Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-07T08:41:29.412Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-07T08:41:29.412Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-02-07T08:41:29.412Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-07T08:41:29.413Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-07T08:41:29.413Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-07T08:41:29.413Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-07T08:41:29.413Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-07T08:41:29.413Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-07T08:41:29.414Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-07T08:41:29.414Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-07T08:41:29.414Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=281c3905-0196-4079-afe0-9b34db4ecc94
2023-02-07T08:41:29.414Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-07T08:41:29.415Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Node template vFW 79ee9ced-9a88 0 is not matching search criteria
2023-02-07T08:41:29.415Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-07T08:41:29.415Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-07T08:41:29.415Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-07T08:41:29.415Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-07T08:41:29.415Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-07T08:41:29.416Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-07T08:41:29.416Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-07T08:41:29.416Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-02-07T08:41:29.416Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-07T08:41:29.416Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-07T08:41:29.416Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-07T08:41:29.417Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-07T08:41:29.417Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=53b6041c-2466-4177-8e2c-7f22d998c05d
2023-02-07T08:41:29.417Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-07T08:41:29.417Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Node template vFW 79ee9ced-9a88 0 is not matching search criteria
2023-02-07T08:41:29.417Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-07T08:41:29.418Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-07T08:41:29.418Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-07T08:41:29.418Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-07T08:41:29.418Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-07T08:41:29.418Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-07T08:41:29.419Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-07T08:41:29.419Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-07T08:41:29.419Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-07T08:41:29.419Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-07T08:41:29.419Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-07T08:41:29.420Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-02-07T08:41:29.420Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c3cb1efe-f444-4d79-be2b-20cc107de75d
2023-02-07T08:41:29.420Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-07T08:41:29.420Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-02-07 08-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-07T08:41:29.421Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-07T08:41:29.421Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-02-07 08-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-07T08:41:29.421Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-07T08:41:29.421Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-02-07 08-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-07T08:41:29.422Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-07T08:41:29.422Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-02-07 08-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-07T08:41:29.422Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2023-02-07 08-36-11
Description:catalog service description
Model UUID:5e9e3fa1-79bc-42fd-b775-637ac4b83dad
Model Version:NULL
Model InvariantUuid:96f18e63-a3fe-42a8-b385-18e432760922
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 79ee9ced-9a88
Model UUID:09e23bb7-fe7b-4b5f-9957-c33186f61237
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ca3e5290-0b13-4a04-853f-f3ba1bd334d4
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:dd93ed63-1913-48e5-8214-9d5fd5a2a874
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:ba42687c-faed-4609-a63b-58813f6d0d53
ModelName:Vfw79ee9ced9a88..base_vfw..module-0
ModelUuid:b1fc2f52-6176-442e-b1b3-440fa2151310
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:281c3905-0196-4079-afe0-9b34db4ecc94
ModelInvariantUuid:ffe23d25-83df-4f05-8cd4-cf6364e82133
ModelName:vFW 79ee9ced-9a88-nodes.vfwCvfc
ModelUuid:b01443d4-3f88-429b-b9b5-ed710ca447c2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:224f0fe8-0440-4ca5-ab95-05ed232d32b5
ModelInvariantUuid:1079a4b3-1905-446f-af79-3bb7fd8a7d26
ModelName:Vfw79ee9ced9a88.compute.nodes.heat.vfw
ModelUuid:bae8e8f3-7a98-45d2-a296-569a7cef849c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:53b6041c-2466-4177-8e2c-7f22d998c05d
ModelInvariantUuid:8aadde30-35c4-4698-bc4f-c9d9749942d6
ModelName:vFW 79ee9ced-9a88-nodes.vsnCvfc
ModelUuid:319e0e38-4e91-4e59-85d2-1ded5d53a66c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:c1913a52-9cc9-4554-9613-96b42843f2f9
ModelInvariantUuid:7e5afb13-d295-4af9-98e9-e5ec6d8590c0
ModelName:Vfw79ee9ced9a88.compute.nodes.heat.vsn
ModelUuid:689b3a53-283c-4371-a205-18637b03c7fd
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:c3cb1efe-f444-4d79-be2b-20cc107de75d
ModelInvariantUuid:be3cea2b-7624-49e9-b4a9-7f5bda8a5a25
ModelName:vFW 79ee9ced-9a88-nodes.vpgCvfc
ModelUuid:3ed32ab5-2ed7-4660-a9cb-e7cc3c09b812
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:195c4df9-28ac-4991-aac6-a4b1f4ddf734
ModelInvariantUuid:8d07f50a-5a9f-4dca-9aa0-4ee14ad4e74e
ModelName:Vfw79ee9ced9a88.compute.nodes.heat.vpg
ModelUuid:53848e64-3e08-42fe-9635-a70c56e9980e
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-02-07T08:41:29.478Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 8d8e57ec-c4ed-4fda-9c16-6d47eff76ae0
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-07T08:41:29.493Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||INFO|500||vFW 79ee9ced-9a88 0
2023-02-07T08:41:29.493Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8d8e57ec-c4ed-4fda-9c16-6d47eff76ae0
2023-02-07T08:41:29.493Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: f39fbf1c-f4be-4b80-8870-f605fcde50a8 from URL: /sdc/v1/catalog/services/Vfw20230207083611/1.0/resourceInstances/vfw79ee9ced9a880/artifacts/vfw79ee9ced9a880_modules.json
2023-02-07T08:41:29.494Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-02-07T08:41:29.494Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230207083611/1.0/resourceInstances/vfw79ee9ced9a880/artifacts/vfw79ee9ced9a880_modules.json
2023-02-07T08:41:29.595Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-02-07T08:41:29.596Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230207083611/1.0/resourceInstances/vfw79ee9ced9a880/artifacts/vfw79ee9ced9a880_modules.json f39fbf1c-f4be-4b80-8870-f605fcde50a8 785
2023-02-07T08:41:29.596Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230207083611/1.0/resourceInstances/vfw79ee9ced9a880/artifacts/vfw79ee9ced9a880_modules.json ASDC sendASDCNotification
2023-02-07T08:41:29.596Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230207083611/1.0/resourceInstances/vfw79ee9ced9a880/artifacts/vfw79ee9ced9a880_modules.json
2023-02-07T08:41:29.596Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-07T08:41:29.596Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-07T08:41:29.597Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-07T08:41:29.597Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||INFO|500||Trying to send status: {
"distributionID": "df9a6a93-a49c-4e87-aebf-c6298b46d91d",
"consumerID": "SO-sdc-controller",
"timestamp": 1675759289596,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230207083611/1.0/resourceInstances/vfw79ee9ced9a880/artifacts/vfw79ee9ced9a880_modules.json",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T08:41:30.599Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw79ee9ced9a88..base_vfw..module-0",
"vfModuleModelInvariantUUID": "ba42687c-faed-4609-a63b-58813f6d0d53",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "b1fc2f52-6176-442e-b1b3-440fa2151310",
"vfModuleModelCustomizationUUID": "2f55b32d-5bd4-431b-9d08-bb006de1d2f5",
"isBase": true,
"artifacts": [
"ce3cc53b-e59e-4473-a629-2989e4e22502",
"d3c4029c-68ca-4414-87db-ba17595264a3"
],
"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-02-07T08:41:30.608Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw79ee9ced9a88..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b1fc2f52-6176-442e-b1b3-440fa2151310
VfModuleModelInvariantUUID:ba42687c-faed-4609-a63b-58813f6d0d53
VfModuleModelDescription:NULL
Artifacts UUID List:{
ce3cc53b-e59e-4473-a629-2989e4e22502
,
d3c4029c-68ca-4414-87db-ba17595264a3
}
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-02-07T08:41:30.613Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw79ee9ced9a88..base_vfw..module-0",
"vfModuleModelInvariantUUID": "ba42687c-faed-4609-a63b-58813f6d0d53",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "b1fc2f52-6176-442e-b1b3-440fa2151310",
"vfModuleModelCustomizationUUID": "2f55b32d-5bd4-431b-9d08-bb006de1d2f5",
"isBase": true,
"artifacts": [
"ce3cc53b-e59e-4473-a629-2989e4e22502",
"d3c4029c-68ca-4414-87db-ba17595264a3"
],
"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-02-07T08:41:30.613Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw79ee9ced9a88..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b1fc2f52-6176-442e-b1b3-440fa2151310
VfModuleModelInvariantUUID:ba42687c-faed-4609-a63b-58813f6d0d53
VfModuleModelDescription:NULL
Artifacts UUID List:{
ce3cc53b-e59e-4473-a629-2989e4e22502
,
d3c4029c-68ca-4414-87db-ba17595264a3
}
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-02-07T08:41:30.614Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: ce3cc53b-e59e-4473-a629-2989e4e22502 from URL: /sdc/v1/catalog/services/Vfw20230207083611/1.0/resourceInstances/vfw79ee9ced9a880/artifacts/base_vfw.yaml
2023-02-07T08:41:30.614Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-02-07T08:41:30.618Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230207083611/1.0/resourceInstances/vfw79ee9ced9a880/artifacts/base_vfw.yaml
2023-02-07T08:41:30.810Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-02-07T08:41:30.811Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230207083611/1.0/resourceInstances/vfw79ee9ced9a880/artifacts/base_vfw.yaml ce3cc53b-e59e-4473-a629-2989e4e22502 20368
2023-02-07T08:41:30.811Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230207083611/1.0/resourceInstances/vfw79ee9ced9a880/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-02-07T08:41:30.812Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230207083611/1.0/resourceInstances/vfw79ee9ced9a880/artifacts/base_vfw.yaml
2023-02-07T08:41:30.812Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-07T08:41:30.812Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-07T08:41:30.812Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-07T08:41:30.812Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||INFO|500||Trying to send status: {
"distributionID": "df9a6a93-a49c-4e87-aebf-c6298b46d91d",
"consumerID": "SO-sdc-controller",
"timestamp": 1675759290811,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230207083611/1.0/resourceInstances/vfw79ee9ced9a880/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T08:41:31.814Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: d3c4029c-68ca-4414-87db-ba17595264a3 from URL: /sdc/v1/catalog/services/Vfw20230207083611/1.0/resourceInstances/vfw79ee9ced9a880/artifacts/base_vfw.env
2023-02-07T08:41:31.814Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-02-07T08:41:31.814Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230207083611/1.0/resourceInstances/vfw79ee9ced9a880/artifacts/base_vfw.env
2023-02-07T08:41:31.939Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-02-07T08:41:31.941Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230207083611/1.0/resourceInstances/vfw79ee9ced9a880/artifacts/base_vfw.env d3c4029c-68ca-4414-87db-ba17595264a3 2098
2023-02-07T08:41:31.941Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230207083611/1.0/resourceInstances/vfw79ee9ced9a880/artifacts/base_vfw.env ASDC sendASDCNotification
2023-02-07T08:41:31.942Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230207083611/1.0/resourceInstances/vfw79ee9ced9a880/artifacts/base_vfw.env
2023-02-07T08:41:31.942Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-07T08:41:31.942Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-07T08:41:31.943Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-07T08:41:31.943Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||INFO|500||Trying to send status: {
"distributionID": "df9a6a93-a49c-4e87-aebf-c6298b46d91d",
"consumerID": "SO-sdc-controller",
"timestamp": 1675759291941,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230207083611/1.0/resourceInstances/vfw79ee9ced9a880/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T08:41:32.943Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 5e9e3fa1-79bc-42fd-b775-637ac4b83dad
2023-02-07T08:41:32.944Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 79ee9ced-9a88 0 8d8e57ec-c4ed-4fda-9c16-6d47eff76ae0 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-02-07T08:41:33.027Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@57464e1c, org.onap.sdc.toscaparser.api.parameters.Input@3a7f1bed, org.onap.sdc.toscaparser.api.parameters.Input@77f1272e, org.onap.sdc.toscaparser.api.parameters.Input@d259ebf, org.onap.sdc.toscaparser.api.parameters.Input@68f607a9]
2023-02-07T08:41:33.030Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-07T08:41:33.030Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-02-07 08-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-07T08:41:33.030Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic
2023-02-07T08:41:33.031Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= dd93ed63-1913-48e5-8214-9d5fd5a2a874
2023-02-07T08:41:33.031Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: dd93ed63-1913-48e5-8214-9d5fd5a2a874 matches Tosca VF Customization UUID: dd93ed63-1913-48e5-8214-9d5fd5a2a874
2023-02-07T08:41:33.031Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: dd93ed63-1913-48e5-8214-9d5fd5a2a874 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-02-07T08:41:33.042Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-07T08:41:33.043Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-02-07 08-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-07T08:41:33.044Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id dd93ed63-1913-48e5-8214-9d5fd5a2a874: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-02-07T08:41:33.045Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7553ff4f
2023-02-07T08:41:33.045Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-07T08:41:33.045Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-02-07 08-36-11 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-07T08:41:33.045Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2f55b32d-5bd4-431b-9d08-bb006de1d2f5
2023-02-07T08:41:33.046Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2f55b32d-5bd4-431b-9d08-bb006de1d2f5
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-02-07T08:41:33.050Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-07T08:41:33.051Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Node template vFW 79ee9ced-9a88 0 is matching search criteria
2023-02-07T08:41:33.052Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 79ee9ced-9a88 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-07T08:41:33.052Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-07T08:41:33.052Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Node template vFW 79ee9ced-9a88 0 is matching search criteria
2023-02-07T08:41:33.053Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 79ee9ced-9a88 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-07T08:41:33.053Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-07T08:41:33.053Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Node template vFW 79ee9ced-9a88 0 is not matching search criteria
2023-02-07T08:41:33.053Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-07T08:41:33.054Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-07T08:41:33.054Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-02-07T08:41:33.054Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-07T08:41:33.055Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-07T08:41:33.060Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-07T08:41:33.061Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-07T08:41:33.061Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-07T08:41:33.061Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-07T08:41:33.061Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-07T08:41:33.061Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-07T08:41:33.062Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=281c3905-0196-4079-afe0-9b34db4ecc94
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-02-07T08:41:33.069Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-07T08:41:33.070Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Node template vFW 79ee9ced-9a88 0 is matching search criteria
2023-02-07T08:41:33.070Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 79ee9ced-9a88 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-07T08:41:33.070Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-07T08:41:33.071Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Node template vFW 79ee9ced-9a88 0 is not matching search criteria
2023-02-07T08:41:33.071Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-07T08:41:33.071Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-07T08:41:33.071Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-07T08:41:33.071Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-07T08:41:33.072Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-07T08:41:33.072Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-07T08:41:33.072Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-07T08:41:33.072Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-02-07T08:41:33.072Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-07T08:41:33.073Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-07T08:41:33.073Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-07T08:41:33.073Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-07T08:41:33.073Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=53b6041c-2466-4177-8e2c-7f22d998c05d
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-02-07T08:41:33.089Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-07T08:41:33.090Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Node template vFW 79ee9ced-9a88 0 is matching search criteria
2023-02-07T08:41:33.091Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 79ee9ced-9a88 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-07T08:41:33.096Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-07T08:41:33.097Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Node template vFW 79ee9ced-9a88 0 is not matching search criteria
2023-02-07T08:41:33.097Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-07T08:41:33.097Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-07T08:41:33.097Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-07T08:41:33.097Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-07T08:41:33.098Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-07T08:41:33.098Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-07T08:41:33.098Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-07T08:41:33.098Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-07T08:41:33.098Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-07T08:41:33.099Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-07T08:41:33.099Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-07T08:41:33.099Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-02-07T08:41:33.099Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c3cb1efe-f444-4d79-be2b-20cc107de75d
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-02-07T08:41:33.123Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-07T08:41:33.123Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Node template vFW 79ee9ced-9a88 0 is matching search criteria
2023-02-07T08:41:33.124Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 79ee9ced-9a88 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-07T08:41:33.124Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-07T08:41:33.124Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Node template vFW 79ee9ced-9a88 0 is matching search criteria
2023-02-07T08:41:33.125Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 79ee9ced-9a88 0] matching following query criteria: sdcType=VF, customizationUUID=dd93ed63-1913-48e5-8214-9d5fd5a2a874
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-07T08:41:33.135Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-07T08:41:33.136Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-02-07 08-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-07T08:41:33.136Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 5e9e3fa1-79bc-42fd-b775-637ac4b83dad: vFW 79ee9ced-9a88
2023-02-07T08:41:33.136Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-07T08:41:33.137Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-02-07 08-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-07T08:41:33.137Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-07T08:41:33.137Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-02-07 08-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-07T08:41:33.137Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-07T08:41:33.138Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-02-07 08-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-07T08:41:33.139Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-07T08:41:33.139Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-02-07 08-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-07T08:41:33.139Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-07T08:41:33.140Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-02-07 08-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-07T08:41:33.140Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2023-02-07 08-36-11
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-02-07T08:41:34.122Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 79ee9ced-9a88 8d8e57ec-c4ed-4fda-9c16-6d47eff76ae0 1 ASDC deployResourceStructure
2023-02-07T08:41:34.124Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230207083611/1.0/resourceInstances/vfw79ee9ced9a880/artifacts/vfw79ee9ced9a880_modules.json ASDC sendASDCNotification
2023-02-07T08:41:34.124Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230207083611/1.0/resourceInstances/vfw79ee9ced9a880/artifacts/vfw79ee9ced9a880_modules.json
2023-02-07T08:41:34.127Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-07T08:41:34.127Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-07T08:41:34.128Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-07T08:41:34.128Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||INFO|500||Trying to send status: {
"distributionID": "df9a6a93-a49c-4e87-aebf-c6298b46d91d",
"consumerID": "SO-sdc-controller",
"timestamp": 1675759294123,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230207083611/1.0/resourceInstances/vfw79ee9ced9a880/artifacts/vfw79ee9ced9a880_modules.json",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T08:41:35.129Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230207083611/1.0/resourceInstances/vfw79ee9ced9a880/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-02-07T08:41:35.130Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230207083611/1.0/resourceInstances/vfw79ee9ced9a880/artifacts/base_vfw.yaml
2023-02-07T08:41:35.130Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-07T08:41:35.131Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-07T08:41:35.131Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-07T08:41:35.131Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||INFO|500||Trying to send status: {
"distributionID": "df9a6a93-a49c-4e87-aebf-c6298b46d91d",
"consumerID": "SO-sdc-controller",
"timestamp": 1675759295129,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230207083611/1.0/resourceInstances/vfw79ee9ced9a880/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T08:41:36.132Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230207083611/1.0/resourceInstances/vfw79ee9ced9a880/artifacts/base_vfw.env ASDC sendASDCNotification
2023-02-07T08:41:36.132Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230207083611/1.0/resourceInstances/vfw79ee9ced9a880/artifacts/base_vfw.env
2023-02-07T08:41:36.132Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-07T08:41:36.133Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-07T08:41:36.133Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-07T08:41:36.133Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||INFO|500||Trying to send status: {
"distributionID": "df9a6a93-a49c-4e87-aebf-c6298b46d91d",
"consumerID": "SO-sdc-controller",
"timestamp": 1675759296132,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230207083611/1.0/resourceInstances/vfw79ee9ced9a880/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T08:41:37.135Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230207083611/1.0/artifacts/service-Vfw20230207083611-csar.csar ASDC sendASDCNotification
2023-02-07T08:41:37.135Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230207083611/1.0/artifacts/service-Vfw20230207083611-csar.csar
2023-02-07T08:41:37.135Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-07T08:41:37.136Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-07T08:41:37.136Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-07T08:41:37.136Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||INFO|500||Trying to send status: {
"distributionID": "df9a6a93-a49c-4e87-aebf-c6298b46d91d",
"consumerID": "SO-sdc-controller",
"timestamp": 1675759297135,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230207083611/1.0/artifacts/service-Vfw20230207083611-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T08:41:38.137Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: df9a6a93-a49c-4e87-aebf-c6298b46d91d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-07T08:41:38.171Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: df9a6a93-a49c-4e87-aebf-c6298b46d91d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-07T08:41:38.179Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-07T08:41:38.180Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-07T08:41:38.180Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-07T08:41:38.181Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-07T08:41:38.181Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-07T08:41:38.181Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-07T08:41:38.182Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-07T08:41:38.182Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-07T08:41:38.182Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-07T08:41:38.183Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-07T08:41:38.208Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-07T08:41:39.146Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T08:41:39.161Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-07T08:41:39.161Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "b57fb446-531f-4cb2-bb9c-01c431428b8a",
"consumerID": "SO-sdc-controller",
"timestamp": 1675759274443,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-07T08:41:39.163Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:41:39.163Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-07T08:41:39.163Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "df9a6a93-a49c-4e87-aebf-c6298b46d91d",
"consumerID": "SO-sdc-controller",
"timestamp": 1675759275483,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230207083611/1.0/resourceInstances/vfw79ee9ced9a880/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-07T08:41:39.163Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:41:39.163Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-07T08:41:39.164Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "df9a6a93-a49c-4e87-aebf-c6298b46d91d",
"consumerID": "SO-sdc-controller",
"timestamp": 1675759275483,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230207083611/1.0/resourceInstances/vfw79ee9ced9a880/artifacts/vfw79ee9ced9a880_modules.json",
"status": "NOTIFIED"
}
2023-02-07T08:41:39.164Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:41:39.164Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-07T08:41:39.164Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "df9a6a93-a49c-4e87-aebf-c6298b46d91d",
"consumerID": "SO-sdc-controller",
"timestamp": 1675759275483,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230207083611/1.0/resourceInstances/vfw79ee9ced9a880/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-02-07T08:41:39.165Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:41:39.165Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-07T08:41:39.165Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "df9a6a93-a49c-4e87-aebf-c6298b46d91d",
"consumerID": "SO-sdc-controller",
"timestamp": 1675759275483,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230207083611/1.0/resourceInstances/vfw79ee9ced9a880/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-07T08:41:39.165Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:41:39.165Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-07T08:41:39.165Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "df9a6a93-a49c-4e87-aebf-c6298b46d91d",
"consumerID": "SO-sdc-controller",
"timestamp": 1675759275483,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230207083611/1.0/resourceInstances/vfw79ee9ced9a880/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-02-07T08:41:39.166Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:41:39.166Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-07T08:41:39.166Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "df9a6a93-a49c-4e87-aebf-c6298b46d91d",
"consumerID": "SO-sdc-controller",
"timestamp": 1675759275483,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230207083611/1.0/artifacts/service-Vfw20230207083611-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-07T08:41:39.166Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:41:39.166Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-07T08:41:39.166Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "df9a6a93-a49c-4e87-aebf-c6298b46d91d",
"consumerID": "SO-sdc-controller",
"timestamp": 1675759275483,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230207083611/1.0/artifacts/service-Vfw20230207083611-csar.csar",
"status": "NOTIFIED"
}
2023-02-07T08:41:39.167Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:41:39.167Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-07T08:41:39.167Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "df9a6a93-a49c-4e87-aebf-c6298b46d91d",
"consumerID": "SO-sdc-controller",
"timestamp": 1675759283103,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230207083611/1.0/artifacts/service-Vfw20230207083611-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-07T08:41:39.167Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:41:39.167Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-07T08:41:39.167Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "df9a6a93-a49c-4e87-aebf-c6298b46d91d",
"consumerID": "SO-sdc-controller",
"timestamp": 1675759289596,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230207083611/1.0/resourceInstances/vfw79ee9ced9a880/artifacts/vfw79ee9ced9a880_modules.json",
"status": "DOWNLOAD_OK"
}
2023-02-07T08:41:39.168Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:41:39.168Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-07T08:41:39.168Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "df9a6a93-a49c-4e87-aebf-c6298b46d91d",
"consumerID": "SO-sdc-controller",
"timestamp": 1675759290811,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230207083611/1.0/resourceInstances/vfw79ee9ced9a880/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-02-07T08:41:39.168Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:41:39.168Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-07T08:41:39.168Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "df9a6a93-a49c-4e87-aebf-c6298b46d91d",
"consumerID": "SO-sdc-controller",
"timestamp": 1675759291941,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230207083611/1.0/resourceInstances/vfw79ee9ced9a880/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-02-07T08:41:39.169Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:41:39.169Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-07T08:41:39.169Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "df9a6a93-a49c-4e87-aebf-c6298b46d91d",
"consumerID": "SO-sdc-controller",
"timestamp": 1675759294123,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230207083611/1.0/resourceInstances/vfw79ee9ced9a880/artifacts/vfw79ee9ced9a880_modules.json",
"status": "DEPLOY_OK"
}
2023-02-07T08:41:39.169Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:41:39.169Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-07T08:41:39.169Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "df9a6a93-a49c-4e87-aebf-c6298b46d91d",
"consumerID": "SO-sdc-controller",
"timestamp": 1675759295129,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230207083611/1.0/resourceInstances/vfw79ee9ced9a880/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2023-02-07T08:41:39.171Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:41:39.171Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-07T08:41:39.171Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "df9a6a93-a49c-4e87-aebf-c6298b46d91d",
"consumerID": "SO-sdc-controller",
"timestamp": 1675759296132,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230207083611/1.0/resourceInstances/vfw79ee9ced9a880/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2023-02-07T08:41:39.172Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:41:39.172Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-07T08:41:39.172Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "df9a6a93-a49c-4e87-aebf-c6298b46d91d",
"consumerID": "SO-sdc-controller",
"timestamp": 1675759297135,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230207083611/1.0/artifacts/service-Vfw20230207083611-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-07T08:41:39.172Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:42:08.209Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: df9a6a93-a49c-4e87-aebf-c6298b46d91d 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-02-07T08:42:08.223Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: df9a6a93-a49c-4e87-aebf-c6298b46d91d and serviceModelVersionId: 5e9e3fa1-79bc-42fd-b775-637ac4b83dad
2023-02-07T08:42:08.224Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 96f18e63-a3fe-42a8-b385-18e432760922
2023-02-07T08:42:08.227Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/96f18e63-a3fe-42a8-b385-18e432760922/model-vers/model-ver/5e9e3fa1-79bc-42fd-b775-637ac4b83dad?depth=0
2023-02-07T08:42:08.241Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-02-07T08:42:08.293Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/96f18e63-a3fe-42a8-b385-18e432760922/model-vers/model-ver/5e9e3fa1-79bc-42fd-b775-637ac4b83dad?depth=0|INFO|500||Invoke
2023-02-07T08:42:08.295Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/96f18e63-a3fe-42a8-b385-18e432760922/model-vers/model-ver/5e9e3fa1-79bc-42fd-b775-637ac4b83dad?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/96f18e63-a3fe-42a8-b385-18e432760922/model-vers/model-ver/5e9e3fa1-79bc-42fd-b775-637ac4b83dad?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[df9a6a93-a49c-4e87-aebf-c6298b46d91d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7bfd5c10-76bb-4f2c-899f-fc1c6bbc7fc3], X-ECOMP-RequestID=[df9a6a93-a49c-4e87-aebf-c6298b46d91d], X-TransactionId=[], X-ONAP-RequestID=[df9a6a93-a49c-4e87-aebf-c6298b46d91d], Content-Type=[application/merge-patch+json]}
2023-02-07T08:42:08.323Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/96f18e63-a3fe-42a8-b385-18e432760922/model-vers/model-ver/5e9e3fa1-79bc-42fd-b775-637ac4b83dad?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-02-07T08:42:08.591Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/96f18e63-a3fe-42a8-b385-18e432760922/model-vers/model-ver/5e9e3fa1-79bc-42fd-b775-637ac4b83dad?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/96f18e63-a3fe-42a8-b385-18e432760922/model-vers/model-ver/5e9e3fa1-79bc-42fd-b775-637ac4b83dad?depth=0 has http status code:200 and response headers:{date=[Tue, 07 Feb 2023 08:42:07 GMT], content-length=[0], vertex-id=[200808], x-aai-txid=[1-aai-resources-230207-08:42:07:190-87749], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-07T08:42:08.595Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/96f18e63-a3fe-42a8-b385-18e432760922/model-vers/model-ver/5e9e3fa1-79bc-42fd-b775-637ac4b83dad?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-02-07T08:42:08.597Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/96f18e63-a3fe-42a8-b385-18e432760922/model-vers/model-ver/5e9e3fa1-79bc-42fd-b775-637ac4b83dad?depth=0|INFO|500||InvokeReturn
2023-02-07T08:42:08.598Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-07T08:42:08.599Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-07T08:42:08.629Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2023-02-07T08:42:08.630Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID df9a6a93-a49c-4e87-aebf-c6298b46d91d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-07T08:42:08.631Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-07T08:42:08.632Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-07T08:42:08.632Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-07T08:42:08.633Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||INFO|500||Trying to send status: {
"distributionID": "df9a6a93-a49c-4e87-aebf-c6298b46d91d",
"consumerID": "SO-sdc-controller",
"timestamp": 1675759328630,
"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-02-07T08:42:09.728Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T08:42:39.146Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T08:42:39.156Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-07T08:42:39.156Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "df9a6a93-a49c-4e87-aebf-c6298b46d91d",
"consumerID": "SO-sdc-controller",
"timestamp": 1675759328630,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-07T08:42:39.157Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:43:09.745Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T08:43:39.147Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T08:44:09.750Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T08:44:39.149Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T08:45:09.755Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T08:45:39.151Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T08:46:09.757Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T08:46:39.154Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T08:47:09.760Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T08:47:13.139Z||kafka-producer-network-thread | SO-sdc-controller-producer-a76e21ab-5cde-4fc7-8dd7-18a297504603|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-a76e21ab-5cde-4fc7-8dd7-18a297504603] Node 2 disconnected.
2023-02-07T08:47:39.155Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T08:48:09.762Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T08:48:39.157Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T08:49:09.764Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T08:49:39.160Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T08:50:09.769Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T08:50:39.162Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T08:51:09.771Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T08:51:39.164Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T08:52:09.772Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T08:52:39.171Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T08:53:09.774Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T08:53:39.172Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T08:54:09.778Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T08:54:31.620Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-07T08:54:31.622Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"d6b972d3-6ffc-4339-b81c-9df0bf40999a","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"8bcdf1a7-097e-472e-9f7f-44e15c0cfd3d","serviceDescription":"service","serviceInvariantUUID":"c7c671d1-bf61-4300-bbc2-8e1a37155263","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"ed7e79d8-6aac-4bfc-956c-803ed8e3a433","resourceInvariantUUID":"fbe93f52-b04a-4984-92a3-76d2e25ca3cb","resourceCustomizationUUID":"64f37756-7a52-4f72-b1bb-d5bb44fe0843","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":"Y2ZkOTllYTM1Yjg1NDcwMDFjZDU1MTYzY2UwZDRlZTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5a2e543c-9c86-4b43-9363-fa8dafc904fa","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YWY0MGI0MzI3MjRiYTA2M2RhZWEyZTkyYTJjZTczNDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f523e64a-ce89-4f29-906f-7b1cb543a36d","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-07T08:54:31.697Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-07T08:54:31.699Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-07T08:54:31.699Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-07T08:54:31.699Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||INFO|500||Trying to send status: {
"distributionID": "d6b972d3-6ffc-4339-b81c-9df0bf40999a",
"consumerID": "SO-sdc-controller",
"timestamp": 1675760049778,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T08:54:31.724Z||kafka-producer-network-thread | SO-sdc-controller-producer-a76e21ab-5cde-4fc7-8dd7-18a297504603|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-a76e21ab-5cde-4fc7-8dd7-18a297504603] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to vEC6gnH5S4yi8uG0U-3N_Q
2023-02-07T08:54:31.724Z||kafka-producer-network-thread | SO-sdc-controller-producer-a76e21ab-5cde-4fc7-8dd7-18a297504603|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-a76e21ab-5cde-4fc7-8dd7-18a297504603] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to vEC6gnH5S4yi8uG0U-3N_Q
2023-02-07T08:54:31.725Z||kafka-producer-network-thread | SO-sdc-controller-producer-a76e21ab-5cde-4fc7-8dd7-18a297504603|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-a76e21ab-5cde-4fc7-8dd7-18a297504603] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to vEC6gnH5S4yi8uG0U-3N_Q
2023-02-07T08:54:31.725Z||kafka-producer-network-thread | SO-sdc-controller-producer-a76e21ab-5cde-4fc7-8dd7-18a297504603|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-a76e21ab-5cde-4fc7-8dd7-18a297504603] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to vEC6gnH5S4yi8uG0U-3N_Q
2023-02-07T08:54:31.725Z||kafka-producer-network-thread | SO-sdc-controller-producer-a76e21ab-5cde-4fc7-8dd7-18a297504603|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-a76e21ab-5cde-4fc7-8dd7-18a297504603] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to vEC6gnH5S4yi8uG0U-3N_Q
2023-02-07T08:54:31.725Z||kafka-producer-network-thread | SO-sdc-controller-producer-a76e21ab-5cde-4fc7-8dd7-18a297504603|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-a76e21ab-5cde-4fc7-8dd7-18a297504603] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to vEC6gnH5S4yi8uG0U-3N_Q
2023-02-07T08:54:31.746Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-07T08:54:31.747Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "d6b972d3-6ffc-4339-b81c-9df0bf40999a",
"consumerID": "multicloud-k8s",
"timestamp": 1675760042386,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-07T08:54:31.748Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:54:32.734Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-07T08:54:32.736Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-07T08:54:32.736Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-07T08:54:32.736Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||INFO|500||Trying to send status: {
"distributionID": "d6b972d3-6ffc-4339-b81c-9df0bf40999a",
"consumerID": "SO-sdc-controller",
"timestamp": 1675760049778,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T08:54:33.738Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "d6b972d3-6ffc-4339-b81c-9df0bf40999a",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "8bcdf1a7-097e-472e-9f7f-44e15c0cfd3d",
"serviceDescription": "service",
"serviceInvariantUUID": "c7c671d1-bf61-4300-bbc2-8e1a37155263",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "64f37756-7a52-4f72-b1bb-d5bb44fe0843",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "ed7e79d8-6aac-4bfc-956c-803ed8e3a433",
"resourceInvariantUUID": "fbe93f52-b04a-4984-92a3-76d2e25ca3cb",
"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": "YWY0MGI0MzI3MjRiYTA2M2RhZWEyZTkyYTJjZTczNDI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f523e64a-ce89-4f29-906f-7b1cb543a36d"
}
],
"workloadContext": "Production"
}
2023-02-07T08:54:33.743Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-07T08:54:33.744Z|df9a6a93-a49c-4e87-aebf-c6298b46d91d|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 8bcdf1a7-097e-472e-9f7f-44e15c0cfd3d ASDC
2023-02-07T08:54:33.745Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:d6b972d3-6ffc-4339-b81c-9df0bf40999a
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:8bcdf1a7-097e-472e-9f7f-44e15c0cfd3d
ServiceInvariantUUID:c7c671d1-bf61-4300-bbc2-8e1a37155263
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:f523e64a-ce89-4f29-906f-7b1cb543a36d
ArtifactChecksum:YWY0MGI0MzI3MjRiYTA2M2RhZWEyZTkyYTJjZTczNDI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:64f37756-7a52-4f72-b1bb-d5bb44fe0843
ResourceInvariantUUID:fbe93f52-b04a-4984-92a3-76d2e25ca3cb
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:ed7e79d8-6aac-4bfc-956c-803ed8e3a433
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2023-02-07T08:54:33.745Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8bcdf1a7-097e-472e-9f7f-44e15c0cfd3d 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-02-07T08:54:33.920Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-07T08:54:33.921Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-02-07T08:54:33.921Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-02-07T08:54:33.922Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: f523e64a-ce89-4f29-906f-7b1cb543a36d from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-02-07T08:54:33.922Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-02-07T08:54:33.922Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-02-07T08:54:34.090Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-02-07T08:54:34.136Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar f523e64a-ce89-4f29-906f-7b1cb543a36d 57795
2023-02-07T08:54:34.137Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-02-07T08:54:34.137Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-02-07T08:54:34.137Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-07T08:54:34.138Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-07T08:54:34.138Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-07T08:54:34.138Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||INFO|500||Trying to send status: {
"distributionID": "d6b972d3-6ffc-4339-b81c-9df0bf40999a",
"consumerID": "SO-sdc-controller",
"timestamp": 1675760074137,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T08:54:35.142Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-07T08:54:35.143Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-02-07T08:54:35.144Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: f523e64a-ce89-4f29-906f-7b1cb543a36d, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-07T08:54:35.144Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-02-07T08:54:35.145Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-07T08:54:35.145Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-07T08:54:35.577Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8548110706249766524/Definitions/service-BasicNetwork-template.yml
2023-02-07T08:54:37.090Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-07T08:54:37.092Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-02-07T08:54:37.092Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-07T08:54:37.092Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-02-07T08:54:37.092Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||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-02-07T08:54:37.092Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||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-02-07T08:54:37.092Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||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-02-07T08:54:37.092Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||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-02-07T08:54:37.093Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-07T08:54:37.093Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||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-02-07T08:54:37.093Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||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-02-07T08:54:37.093Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||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-02-07T08:54:37.093Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-02-07T08:54:37.093Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-07T08:54:37.094Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-07T08:54:37.094Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-02-07T08:54:37.095Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-02-07T08:54:37.095Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-07T08:54:37.095Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-07T08:54:37.095Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-07T08:54:37.096Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-02-07T08:54:37.096Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-02-07T08:54:37.096Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-07T08:54:37.097Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-07T08:54:37.097Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-07T08:54:37.097Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-07T08:54:37.097Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-07T08:54:37.098Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-07T08:54:37.098Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-07T08:54:37.098Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-07T08:54:37.099Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-07T08:54:37.099Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-07T08:54:37.099Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-07T08:54:37.099Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:8bcdf1a7-097e-472e-9f7f-44e15c0cfd3d
Model Version:NULL
Model InvariantUuid:c7c671d1-bf61-4300-bbc2-8e1a37155263
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:fbe93f52-b04a-4984-92a3-76d2e25ca3cb
Model UUID:3db23836-43c2-4d9b-9ab5-8747c9a015e7
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:64f37756-7a52-4f72-b1bb-d5bb44fe0843
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-02-07T08:54:37.151Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||INFO|500||Processing Resource Type: VL, Model UUID: ed7e79d8-6aac-4bfc-956c-803ed8e3a433
2023-02-07T08:54:37.152Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||INFO|500||No resources found for Service: 8bcdf1a7-097e-472e-9f7f-44e15c0cfd3d
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-07T08:54:37.183Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||INFO|500||
2023-02-07T08:54:37.184Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2023-02-07T08:54:37.186Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 8bcdf1a7-097e-472e-9f7f-44e15c0cfd3d
2023-02-07T08:54:37.186Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 8bcdf1a7-097e-472e-9f7f-44e15c0cfd3d
2023-02-07T08:54:37.187Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2023-02-07T08:54:37.187Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||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-02-07T08:54:37.237Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@28fbc28a, org.onap.sdc.toscaparser.api.parameters.Input@4fb56b1e, org.onap.sdc.toscaparser.api.parameters.Input@931f123, org.onap.sdc.toscaparser.api.parameters.Input@2391c9b8, org.onap.sdc.toscaparser.api.parameters.Input@5508b0d2]
2023-02-07T08:54:37.249Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-07T08:54:37.249Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-07T08:54:37.250Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-07T08:54:37.250Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-07T08:54:37.250Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 8bcdf1a7-097e-472e-9f7f-44e15c0cfd3d: Generic NeutronNet
2023-02-07T08:54:37.250Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-07T08:54:37.251Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-07T08:54:37.251Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-07T08:54:37.251Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||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-02-07T08:54:37.361Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-07T08:54:37.362Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-07T08:54:37.363Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-07T08:54:37.363Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-07T08:54:37.364Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-07T08:54:37.364Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-07T08:54:37.365Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||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-02-07T08:54:37.732Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2023-02-07T08:54:37.733Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-02-07T08:54:37.733Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-02-07T08:54:37.733Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-07T08:54:37.733Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-07T08:54:37.733Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-07T08:54:37.734Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||INFO|500||Trying to send status: {
"distributionID": "d6b972d3-6ffc-4339-b81c-9df0bf40999a",
"consumerID": "SO-sdc-controller",
"timestamp": 1675760077733,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T08:54:38.735Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d6b972d3-6ffc-4339-b81c-9df0bf40999a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-07T08:54:38.912Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d6b972d3-6ffc-4339-b81c-9df0bf40999a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-07T08:54:38.929Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-07T08:54:38.930Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-07T08:54:38.944Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-07T08:54:39.146Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T08:54:39.149Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-07T08:54:39.149Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "d6b972d3-6ffc-4339-b81c-9df0bf40999a",
"consumerID": "SO-sdc-controller",
"timestamp": 1675760049778,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-07T08:54:39.152Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:55:08.953Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d6b972d3-6ffc-4339-b81c-9df0bf40999a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-07T08:55:09.069Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d6b972d3-6ffc-4339-b81c-9df0bf40999a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-07T08:55:09.084Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-07T08:55:09.085Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-07T08:55:09.085Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-07T08:55:39.085Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d6b972d3-6ffc-4339-b81c-9df0bf40999a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-07T08:55:39.147Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T08:55:39.152Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-07T08:55:39.153Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "d6b972d3-6ffc-4339-b81c-9df0bf40999a",
"consumerID": "cds-sdc-listener",
"timestamp": 1675760068794,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-07T08:55:39.158Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:55:39.161Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-07T08:55:39.162Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "d6b972d3-6ffc-4339-b81c-9df0bf40999a",
"consumerID": "cds-sdc-listener",
"timestamp": 1675760068794,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-02-07T08:55:39.163Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:55:39.164Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-07T08:55:39.166Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "d6b972d3-6ffc-4339-b81c-9df0bf40999a",
"consumerID": "multicloud-k8s",
"timestamp": 1675760042386,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-02-07T08:55:39.167Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:55:39.167Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-07T08:55:39.167Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "d6b972d3-6ffc-4339-b81c-9df0bf40999a",
"consumerID": "SO-sdc-controller",
"timestamp": 1675760049778,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-02-07T08:55:39.168Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:55:39.168Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-07T08:55:39.168Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "d6b972d3-6ffc-4339-b81c-9df0bf40999a",
"consumerID": "cds-sdc-listener",
"timestamp": 1675760073507,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-07T08:55:39.169Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:55:39.169Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-07T08:55:39.169Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "d6b972d3-6ffc-4339-b81c-9df0bf40999a",
"consumerID": "SO-sdc-controller",
"timestamp": 1675760074137,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-07T08:55:39.170Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:55:39.170Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-07T08:55:39.170Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "d6b972d3-6ffc-4339-b81c-9df0bf40999a",
"consumerID": "cds-sdc-listener",
"timestamp": 1675760074515,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-07T08:55:39.198Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d6b972d3-6ffc-4339-b81c-9df0bf40999a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.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=?
2023-02-07T08:55:39.266Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-07T08:55:39.266Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-07T08:55:39.266Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-07T08:55:39.285Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d6b972d3-6ffc-4339-b81c-9df0bf40999a
2023-02-07T08:55:39.285Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6b972d3-6ffc-4339-b81c-9df0bf40999a 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-02-07T08:55:39.362Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-07T08:55:39.362Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "d6b972d3-6ffc-4339-b81c-9df0bf40999a",
"consumerID": "aai-model-loader",
"timestamp": 1675760073436,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-07T08:55:39.363Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:55:39.363Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-07T08:55:39.363Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "d6b972d3-6ffc-4339-b81c-9df0bf40999a",
"consumerID": "aai-model-loader",
"timestamp": 1675760073436,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-02-07T08:55:39.363Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:55:39.363Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-07T08:55:39.363Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "d6b972d3-6ffc-4339-b81c-9df0bf40999a",
"consumerID": "SO-sdc-controller",
"timestamp": 1675760077733,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-07T08:55:39.364Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:55:39.364Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-07T08:55:39.364Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "d6b972d3-6ffc-4339-b81c-9df0bf40999a",
"consumerID": "aai-model-loader",
"timestamp": 1675760075716,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-07T08:55:39.364Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:56:09.276Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d6b972d3-6ffc-4339-b81c-9df0bf40999a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-07T08:56:09.495Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d6b972d3-6ffc-4339-b81c-9df0bf40999a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-07T08:56:09.511Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-07T08:56:09.511Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-07T08:56:09.512Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-07T08:56:39.166Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T08:56:39.210Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-07T08:56:39.210Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "d6b972d3-6ffc-4339-b81c-9df0bf40999a",
"consumerID": "aai-model-loader",
"timestamp": 1675760081262,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-07T08:56:39.212Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:56:39.212Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-07T08:56:39.212Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "d6b972d3-6ffc-4339-b81c-9df0bf40999a",
"consumerID": "aai-model-loader",
"timestamp": 1675760082265,
"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-02-07T08:56:39.302Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d6b972d3-6ffc-4339-b81c-9df0bf40999a
2023-02-07T08:56:39.303Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6b972d3-6ffc-4339-b81c-9df0bf40999a 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-02-07T08:56:39.398Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-07T08:56:39.399Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "d6b972d3-6ffc-4339-b81c-9df0bf40999a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675760082678,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-07T08:56:39.399Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:56:39.400Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-07T08:56:39.400Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "d6b972d3-6ffc-4339-b81c-9df0bf40999a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675760082678,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-02-07T08:56:39.400Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:56:39.400Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-07T08:56:39.400Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "d6b972d3-6ffc-4339-b81c-9df0bf40999a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675760085853,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-07T08:56:39.400Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:56:39.400Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-07T08:56:39.401Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "d6b972d3-6ffc-4339-b81c-9df0bf40999a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675760088757,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-07T08:56:39.401Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:56:39.401Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-07T08:56:39.401Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "d6b972d3-6ffc-4339-b81c-9df0bf40999a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1675760089781,
"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-02-07T08:56:39.510Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d6b972d3-6ffc-4339-b81c-9df0bf40999a
2023-02-07T08:56:39.511Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6b972d3-6ffc-4339-b81c-9df0bf40999a and ComponentName SDNC
2023-02-07T08:56:39.514Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d6b972d3-6ffc-4339-b81c-9df0bf40999a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.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_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-07T08:56:39.556Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d6b972d3-6ffc-4339-b81c-9df0bf40999a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-07T08:56:39.567Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-07T08:56:39.569Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "84d663b2-6a6f-4ecf-bc96-4e9277912a71",
"consumerID": "cds-sdc-listener",
"timestamp": 1675760075519,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-07T08:56:39.569Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:56:39.614Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-07T08:56:39.615Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-07T08:56:39.615Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-07T08:56:39.615Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-07T08:56:39.615Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-07T08:56:39.615Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-07T08:56:39.615Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-07T08:56:39.616Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-07T08:56:39.616Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
2023-02-07T08:56:39.617Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-07T08:56:39.617Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "84d663b2-6a6f-4ecf-bc96-4e9277912a71",
"consumerID": "multicloud-k8s",
"timestamp": 1675760103112,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-07T08:56:39.617Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:56:39.652Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-07T08:56:39.652Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "84d663b2-6a6f-4ecf-bc96-4e9277912a71",
"consumerID": "multicloud-k8s",
"timestamp": 1675760103112,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2023-02-07T08:56:39.652Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:56:39.652Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-07T08:56:39.653Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "84d663b2-6a6f-4ecf-bc96-4e9277912a71",
"consumerID": "cds-sdc-listener",
"timestamp": 1675760075519,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2023-02-07T08:56:39.653Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:56:39.653Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-07T08:56:39.653Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "84d663b2-6a6f-4ecf-bc96-4e9277912a71",
"consumerID": "cds-sdc-listener",
"timestamp": 1675760075519,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2023-02-07T08:56:39.653Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:56:39.653Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-07T08:56:39.654Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "84d663b2-6a6f-4ecf-bc96-4e9277912a71",
"consumerID": "multicloud-k8s",
"timestamp": 1675760103112,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2023-02-07T08:56:39.654Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:56:39.654Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-07T08:56:39.654Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "84d663b2-6a6f-4ecf-bc96-4e9277912a71",
"consumerID": "cds-sdc-listener",
"timestamp": 1675760075519,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-07T08:56:39.654Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:56:39.654Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-07T08:56:39.654Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "84d663b2-6a6f-4ecf-bc96-4e9277912a71",
"consumerID": "multicloud-k8s",
"timestamp": 1675760103112,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2023-02-07T08:56:39.655Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:56:39.655Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-07T08:56:39.655Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "84d663b2-6a6f-4ecf-bc96-4e9277912a71",
"consumerID": "cds-sdc-listener",
"timestamp": 1675760075519,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-07T08:56:39.655Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:56:39.655Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-07T08:56:39.655Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "84d663b2-6a6f-4ecf-bc96-4e9277912a71",
"consumerID": "multicloud-k8s",
"timestamp": 1675760103112,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2023-02-07T08:56:39.655Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:56:39.656Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-07T08:56:39.656Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "84d663b2-6a6f-4ecf-bc96-4e9277912a71",
"consumerID": "aai-model-loader",
"timestamp": 1675760133436,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-07T08:56:39.656Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:56:39.656Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-07T08:56:39.656Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "84d663b2-6a6f-4ecf-bc96-4e9277912a71",
"consumerID": "cds-sdc-listener",
"timestamp": 1675760075519,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-07T08:56:39.656Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:56:39.656Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-07T08:56:39.656Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "84d663b2-6a6f-4ecf-bc96-4e9277912a71",
"consumerID": "multicloud-k8s",
"timestamp": 1675760103112,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-07T08:56:39.657Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:56:39.657Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-07T08:56:39.657Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "84d663b2-6a6f-4ecf-bc96-4e9277912a71",
"consumerID": "aai-model-loader",
"timestamp": 1675760133436,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2023-02-07T08:56:39.657Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:56:39.657Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-07T08:56:39.657Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "84d663b2-6a6f-4ecf-bc96-4e9277912a71",
"consumerID": "cds-sdc-listener",
"timestamp": 1675760075519,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2023-02-07T08:56:39.658Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:56:39.658Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-07T08:56:39.658Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "84d663b2-6a6f-4ecf-bc96-4e9277912a71",
"consumerID": "multicloud-k8s",
"timestamp": 1675760103112,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2023-02-07T08:56:39.658Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:56:39.658Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-07T08:56:39.658Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "84d663b2-6a6f-4ecf-bc96-4e9277912a71",
"consumerID": "aai-model-loader",
"timestamp": 1675760133436,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2023-02-07T08:56:39.659Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:56:39.659Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-07T08:56:39.659Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "84d663b2-6a6f-4ecf-bc96-4e9277912a71",
"consumerID": "cds-sdc-listener",
"timestamp": 1675760075519,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-07T08:56:39.659Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:56:39.659Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-07T08:56:39.659Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "84d663b2-6a6f-4ecf-bc96-4e9277912a71",
"consumerID": "multicloud-k8s",
"timestamp": 1675760103112,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-07T08:56:39.659Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-07T08:56:39.659Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-07T08:56:39.659Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "84d663b2-6a6f-4ecf-bc96-4e9277912a71",
"consumerID": "aai-model-loader",
"timestamp": 1675760133436,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-07T08:56:39.660Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-07T08:56:39.704Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-07T08:57:09.708Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d6b972d3-6ffc-4339-b81c-9df0bf40999a 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-02-07T08:57:09.763Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d6b972d3-6ffc-4339-b81c-9df0bf40999a and serviceModelVersionId: 8bcdf1a7-097e-472e-9f7f-44e15c0cfd3d
2023-02-07T08:57:09.764Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c7c671d1-bf61-4300-bbc2-8e1a37155263
2023-02-07T08:57:09.765Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c7c671d1-bf61-4300-bbc2-8e1a37155263/model-vers/model-ver/8bcdf1a7-097e-472e-9f7f-44e15c0cfd3d?depth=0
2023-02-07T08:57:09.777Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-02-07T08:57:09.864Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c7c671d1-bf61-4300-bbc2-8e1a37155263/model-vers/model-ver/8bcdf1a7-097e-472e-9f7f-44e15c0cfd3d?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-02-07T08:57:09.867Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c7c671d1-bf61-4300-bbc2-8e1a37155263/model-vers/model-ver/8bcdf1a7-097e-472e-9f7f-44e15c0cfd3d?depth=0|INFO|500||Invoke
2023-02-07T08:57:09.905Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c7c671d1-bf61-4300-bbc2-8e1a37155263/model-vers/model-ver/8bcdf1a7-097e-472e-9f7f-44e15c0cfd3d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-02-07T08:57:10.263Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c7c671d1-bf61-4300-bbc2-8e1a37155263/model-vers/model-ver/8bcdf1a7-097e-472e-9f7f-44e15c0cfd3d?depth=0|INFO|500||InvokeReturn
2023-02-07T08:57:10.264Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c7c671d1-bf61-4300-bbc2-8e1a37155263/model-vers/model-ver/8bcdf1a7-097e-472e-9f7f-44e15c0cfd3d?depth=0 has http status code:200 and response headers:{date=[Tue, 07 Feb 2023 08:57:08 GMT], content-length=[0], vertex-id=[204968], x-aai-txid=[0-aai-resources-230207-08:57:08:759-6057], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-07T08:57:10.264Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2023-02-07T08:57:10.265Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-07T08:57:10.265Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-07T08:57:10.286Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2023-02-07T08:57:10.287Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d6b972d3-6ffc-4339-b81c-9df0bf40999a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-07T08:57:10.289Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-07T08:57:10.290Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-07T08:57:10.290Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-07T08:57:10.290Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||INFO|500||Trying to send status: {
"distributionID": "d6b972d3-6ffc-4339-b81c-9df0bf40999a",
"consumerID": "SO-sdc-controller",
"timestamp": 1675760230289,
"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-02-07T08:57:11.383Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-07T08:57:11.421Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-07T08:57:11.421Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"84d663b2-6a6f-4ecf-bc96-4e9277912a71","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"c6300172-0a89-4f06-8138-3a554b7c8ad3","serviceDescription":"service","serviceInvariantUUID":"879c9068-0859-4ee5-8ada-df5db251ca7e","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e4583c57-10c6-47b8-aada-c4e4dd27db4c","resourceInvariantUUID":"11a97f4a-bce0-47c3-b2c6-440beb275bef","resourceCustomizationUUID":"1c2aeb12-756d-48a6-a617-22552d110b34","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","artifactChecksum":"YzVjODVkZDY3NTFlZTU5ZDU4MmEzMzczZGZkYTMwZTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"23b1e825-c0fa-409c-a580-00293455dced","artifactVersion":"1"},{"artifactName":"nginx_cloudtech_k8s_charts.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"843b6bd5-0506-41d6-8d16-7f001b4f024d","artifactVersion":"2","generatedFromUUID":"a71abf5c-6375-4a8b-8ac8-83f1a64c7b18"},{"artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a71abf5c-6375-4a8b-8ac8-83f1a64c7b18","artifactVersion":"1"},{"artifactName":"basic_cnf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","artifactChecksum":"OGFhZTM0NTY3ODI1ZTYxMzcyMjUzYTIxZjU3OGRlY2Q\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"864cbfc9-1bcf-4813-bc95-22e8d3c7e8b8","artifactVersion":"1"},{"artifactName":"base_dummy.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3c3cf6e9-043b-40d3-8582-1b4878ba8487","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","artifactChecksum":"OWI0ZjVmMTVjZmQ2Nzk1ZTUyOWQyYzdjMjFhYTI4NzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"20ffe040-35ef-42ff-b066-6727a63a6c35","artifactVersion":"1"},{"artifactName":"base_dummy.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","artifactChecksum":"NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"4b0dc941-667b-4e10-8b66-7c4ea7401138","artifactVersion":"2","generatedFromUUID":"3c3cf6e9-043b-40d3-8582-1b4878ba8487"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NzI5MDI3ZjhjNjE0ZWU1MGM3YmY3ZDhkNDI4MDcxYmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"35d87bca-3280-4c6a-a4b9-3d901e6cb725","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MDQxMWNiMjc2OWYxOGZiY2E4OTg1ZGMzYjk1NjJjNjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"87e9d78d-933e-4582-be5a-914fffbf4cc6","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-07T08:57:11.438Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-07T08:57:11.443Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-07T08:57:11.443Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-07T08:57:11.443Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||INFO|500||Trying to send status: {
"distributionID": "84d663b2-6a6f-4ecf-bc96-4e9277912a71",
"consumerID": "SO-sdc-controller",
"timestamp": 1675760231383,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T08:57:12.448Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-07T08:57:12.449Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-07T08:57:12.449Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-07T08:57:12.449Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||INFO|500||Trying to send status: {
"distributionID": "84d663b2-6a6f-4ecf-bc96-4e9277912a71",
"consumerID": "SO-sdc-controller",
"timestamp": 1675760231383,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T08:57:13.450Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-07T08:57:13.451Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-07T08:57:13.456Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-07T08:57:13.457Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||INFO|500||Trying to send status: {
"distributionID": "84d663b2-6a6f-4ecf-bc96-4e9277912a71",
"consumerID": "SO-sdc-controller",
"timestamp": 1675760231383,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T08:57:14.465Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-07T08:57:14.466Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-07T08:57:14.466Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-07T08:57:14.466Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||INFO|500||Trying to send status: {
"distributionID": "84d663b2-6a6f-4ecf-bc96-4e9277912a71",
"consumerID": "SO-sdc-controller",
"timestamp": 1675760231383,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T08:57:15.467Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-07T08:57:15.468Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-07T08:57:15.469Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-07T08:57:15.469Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||INFO|500||Trying to send status: {
"distributionID": "84d663b2-6a6f-4ecf-bc96-4e9277912a71",
"consumerID": "SO-sdc-controller",
"timestamp": 1675760231383,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T08:57:16.471Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-07T08:57:16.472Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-07T08:57:16.472Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-07T08:57:16.472Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||INFO|500||Trying to send status: {
"distributionID": "84d663b2-6a6f-4ecf-bc96-4e9277912a71",
"consumerID": "SO-sdc-controller",
"timestamp": 1675760231383,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T08:57:17.473Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-07T08:57:17.473Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-07T08:57:17.474Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-07T08:57:17.474Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||INFO|500||Trying to send status: {
"distributionID": "84d663b2-6a6f-4ecf-bc96-4e9277912a71",
"consumerID": "SO-sdc-controller",
"timestamp": 1675760231383,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T08:57:18.475Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-07T08:57:18.476Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-07T08:57:18.476Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-07T08:57:18.477Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||INFO|500||Trying to send status: {
"distributionID": "84d663b2-6a6f-4ecf-bc96-4e9277912a71",
"consumerID": "SO-sdc-controller",
"timestamp": 1675760231383,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T08:57:19.478Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-07T08:57:19.479Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-07T08:57:19.479Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-07T08:57:19.479Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||INFO|500||Trying to send status: {
"distributionID": "84d663b2-6a6f-4ecf-bc96-4e9277912a71",
"consumerID": "SO-sdc-controller",
"timestamp": 1675760231383,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T08:57:20.482Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "84d663b2-6a6f-4ecf-bc96-4e9277912a71",
"serviceName": "basic_cnf",
"serviceVersion": "1.0",
"serviceUUID": "c6300172-0a89-4f06-8138-3a554b7c8ad3",
"serviceDescription": "service",
"serviceInvariantUUID": "879c9068-0859-4ee5-8ada-df5db251ca7e",
"resources": [
{
"resourceInstanceName": "basic_cnf 0",
"resourceCustomizationUUID": "1c2aeb12-756d-48a6-a617-22552d110b34",
"resourceName": "basic_cnf",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "e4583c57-10c6-47b8-aada-c4e4dd27db4c",
"resourceInvariantUUID": "11a97f4a-bce0-47c3-b2c6-440beb275bef",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "nginx_cloudtech_k8s_charts.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "843b6bd5-0506-41d6-8d16-7f001b4f024d",
"relatedArtifactsInfo": []
},
{
"artifactName": "nginx_cloudtech_k8s_charts.tgz",
"artifactType": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"artifactChecksum": "YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "a71abf5c-6375-4a8b-8ac8-83f1a64c7b18",
"relatedArtifactsInfo": []
},
{
"artifactName": "basic_cnf0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"artifactChecksum": "OGFhZTM0NTY3ODI1ZTYxMzcyMjUzYTIxZjU3OGRlY2Q\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "864cbfc9-1bcf-4813-bc95-22e8d3c7e8b8",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_dummy.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"artifactChecksum": "MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "3c3cf6e9-043b-40d3-8582-1b4878ba8487",
"generatedArtifact": {
"artifactName": "base_dummy.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "4b0dc941-667b-4e10-8b66-7c4ea7401138",
"generatedFromUUID": "3c3cf6e9-043b-40d3-8582-1b4878ba8487"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_dummy.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "4b0dc941-667b-4e10-8b66-7c4ea7401138",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicCnf-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"artifactChecksum": "MDQxMWNiMjc2OWYxOGZiY2E4OTg1ZGMzYjk1NjJjNjA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "87e9d78d-933e-4582-be5a-914fffbf4cc6"
}
],
"workloadContext": "Production"
}
2023-02-07T08:57:20.483Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-07T08:57:20.483Z|d6b972d3-6ffc-4339-b81c-9df0bf40999a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 c6300172-0a89-4f06-8138-3a554b7c8ad3 ASDC
2023-02-07T08:57:20.484Z|84d663b2-6a6f-4ecf-bc96-4e9277912a71|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:84d663b2-6a6f-4ecf-bc96-4e9277912a71
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:c6300172-0a89-4f06-8138-3a554b7c8ad3
ServiceInvariantUUID:879c9068-0859-4ee5-8ada-df5db251ca7e
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
ArtifactUUID:87e9d78d-933e-4582-be5a-914fffbf4cc6
ArtifactChecksum:MDQxMWNiMjc2OWYxOGZiY2E4OTg1ZGMzYjk1NjJjNjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:1c2aeb12-756d-48a6-a617-22552d110b34
ResourceInvariantUUID:11a97f4a-bce0-47c3-b2c6-440beb275bef
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:e4583c57-10c6-47b8-aada-c4e4dd27db4c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
ArtifactUUID:843b6bd5-0506-41d6-8d16-7f001b4f024d
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.tgz
ArtifactVersion:1
ArtifactType:CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
ArtifactUUID:a71abf5c-6375-4a8b-8ac8-83f1a64c7b18
ArtifactChecksum:YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:basic_cnf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
ArtifactUUID:864cbfc9-1bcf-4813-bc95-22e8d3c7e8b8
ArtifactChecksum:OGFhZTM0NTY3ODI1ZTYxMzcyMjUzYTIxZjU3OGRlY2Q=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_dummy.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
ArtifactUUID:3c3cf6e9-043b-40d3-8582-1b4878ba8487
ArtifactChecksum:MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:4b0dc941-667b-4e10-8b66-7c4ea7401138
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:4b0dc941-667b-4e10-8b66-7c4ea7401138
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-02-07T08:57:20.484Z|84d663b2-6a6f-4ecf-bc96-4e9277912a71|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c6300172-0a89-4f06-8138-3a554b7c8ad3 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-02-07T08:57:20.887Z|84d663b2-6a6f-4ecf-bc96-4e9277912a71|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-07T08:57:20.895Z|84d663b2-6a6f-4ecf-bc96-4e9277912a71|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-02-07T08:57:20.896Z|84d663b2-6a6f-4ecf-bc96-4e9277912a71|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-02-07T08:57:20.896Z|84d663b2-6a6f-4ecf-bc96-4e9277912a71|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 87e9d78d-933e-4582-be5a-914fffbf4cc6 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-02-07T08:57:20.896Z|84d663b2-6a6f-4ecf-bc96-4e9277912a71|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-02-07T08:57:20.897Z|84d663b2-6a6f-4ecf-bc96-4e9277912a71|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-02-07T08:57:21.176Z|84d663b2-6a6f-4ecf-bc96-4e9277912a71|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-02-07T08:57:21.243Z|84d663b2-6a6f-4ecf-bc96-4e9277912a71|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 87e9d78d-933e-4582-be5a-914fffbf4cc6 73977
2023-02-07T08:57:21.245Z|84d663b2-6a6f-4ecf-bc96-4e9277912a71|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2023-02-07T08:57:21.246Z|84d663b2-6a6f-4ecf-bc96-4e9277912a71|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-02-07T08:57:21.247Z|84d663b2-6a6f-4ecf-bc96-4e9277912a71|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-07T08:57:21.248Z|84d663b2-6a6f-4ecf-bc96-4e9277912a71|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-02-07T08:57:21.248Z|84d663b2-6a6f-4ecf-bc96-4e9277912a71|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-07T08:57:21.249Z|84d663b2-6a6f-4ecf-bc96-4e9277912a71|pool-2-thread-7|||||INFO|500||Trying to send status: {
"distributionID": "84d663b2-6a6f-4ecf-bc96-4e9277912a71",
"consumerID": "SO-sdc-controller",
"timestamp": 1675760241245,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-07T08:57:22.255Z|84d663b2-6a6f-4ecf-bc96-4e9277912a71|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-07T08:57:22.257Z|84d663b2-6a6f-4ecf-bc96-4e9277912a71|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-02-07T08:57:22.257Z|84d663b2-6a6f-4ecf-bc96-4e9277912a71|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 87e9d78d-933e-4582-be5a-914fffbf4cc6, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2023-02-07T08:57:22.258Z|84d663b2-6a6f-4ecf-bc96-4e9277912a71|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2023-02-07T08:57:22.259Z|84d663b2-6a6f-4ecf-bc96-4e9277912a71|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2023-02-07T08:57:22.259Z|84d663b2-6a6f-4ecf-bc96-4e9277912a71|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2023-02-07T08:57:22.585Z|84d663b2-6a6f-4ecf-bc96-4e9277912a71|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10270728144441031149/Definitions/service-BasicCnf-template.yml
Log warning: The required parameter "compute_dummy_metadata" is not provided
Log warning: The required parameter "compute_dummy_name" is not provided
2023-02-07T08:57:26.003Z|84d663b2-6a6f-4ecf-bc96-4e9277912a71|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-07T08:57:26.004Z|84d663b2-6a6f-4ecf-bc96-4e9277912a71|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-02-07T08:57:26.004Z|84d663b2-6a6f-4ecf-bc96-4e9277912a71|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2023-02-07T08:57:26.004Z|84d663b2-6a6f-4ecf-bc96-4e9277912a71|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-02-07T08:57:26.004Z|84d663b2-6a6f-4ecf-bc96-4e9277912a71|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2023-02-07T08:57:26.004Z|84d663b2-6a6f-4ecf-bc96-4e9277912a71|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2023-02-07T08:57:26.005Z|84d663b2-6a6f-4ecf-bc96-4e9277912a71|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2023-02-07T08:57:26.005Z|84d663b2-6a6f-4ecf-bc96-4e9277912a71|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2023-02-07T08:57:26.005Z|84d663b2-6a6f-4ecf-bc96-4e9277912a71|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-02-07T08:57:26.005Z|84d663b2-6a6f-4ecf-bc96-4e9277912a71|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-07T08:57:26.005Z|84d663b2-6a6f-4ecf-bc96-4e9277912a71|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-07T08:57:26.007Z|84d663b2-6a6f-4ecf-bc96-4e9277912a71|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-02-07T08:57:26.007Z|84d663b2-6a6f-4ecf-bc96-4e9277912a71|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-02-07T08:57:26.007Z|84d663b2-6a6f-4ecf-bc96-4e9277912a71|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-07T08:57:26.008Z|84d663b2-6a6f-4ecf-bc96-4e9277912a71|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-07T08:57:26.008Z|84d663b2-6a6f-4ecf-bc96-4e9277912a71|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-07T08:57:26.008Z|84d663b2-6a6f-4ecf-bc96-4e9277912a71|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-02-07T08:57:26.008Z|84d663b2-6a6f-4ecf-bc96-4e9277912a71|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-02-07T08:57:26.008Z|84d663b2-6a6f-4ecf-bc96-4e9277912a71|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-07T08:57:26.009Z|84d663b2-6a6f-4ecf-bc96-4e9277912a71|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-07T08:57:26.009Z|84d663b2-6a6f-4ecf-bc96-4e9277912a71|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-07T08:57:26.009Z|84d663b2-6a6f-4ecf-bc96-4e9277912a71|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-07T08:57:26.010Z|84d663b2-6a6f-4ecf-bc96-4e9277912a71|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2023-02-07T08:57:26.010Z|84d663b2-6a6f-4ecf-bc96-4e9277912a71|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2023-02-07T08:57:26.010Z|84d663b2-6a6f-4ecf-bc96-4e9277912a71|pool-2-thread-7|||||DEBUG|500||Node template dummy is not matching search criteria
2023-02-07T08:57:26.010Z|84d663b2-6a6f-4ecf-bc96-4e9277912a71|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-02-07T08:57:26.011Z|84d663b2-6a6f-4ecf-bc96-4e9277912a71|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-07T08:57:26.011Z|84d663b2-6a6f-4ecf-bc96-4e9277912a71|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-07T08:57:26.011Z|84d663b2-6a6f-4ecf-bc96-4e9277912a71|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-07T08:57:26.012Z|84d663b2-6a6f-4ecf-bc96-4e9277912a71|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-02-07T08:57:26.012Z|84d663b2-6a6f-4ecf-bc96-4e9277912a71|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-07T08:57:26.012Z|84d663b2-6a6f-4ecf-bc96-4e9277912a71|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-07T08:57:26.012Z|84d663b2-6a6f-4ecf-bc96-4e9277912a71|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-02-07T08:57:26.013Z|84d663b2-6a6f-4ecf-bc96-4e9277912a71|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-07T08:57:26.013Z|84d663b2-6a6f-4ecf-bc96-4e9277912a71|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-07T08:57:26.013Z|84d663b2-6a6f-4ecf-bc96-4e9277912a71|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-02-07T08:57:26.013Z|84d663b2-6a6f-4ecf-bc96-4e9277912a71|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-07T08:57:26.014Z|84d663b2-6a6f-4ecf-bc96-4e9277912a71|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-07T08:57:26.020Z|84d663b2-6a6f-4ecf-bc96-4e9277912a71|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2023-02-07T08:57:26.022Z|84d663b2-6a6f-4ecf-bc96-4e9277912a71|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2023-02-07T08:57:26.022Z|84d663b2-6a6f-4ecf-bc96-4e9277912a71|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=20a74f2d-e6bd-4e3c-a9e1-1fd700934d11
2023-02-07T08:57:26.023Z|84d663b2-6a6f-4ecf-bc96-4e9277912a71|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery