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)
2022-09-28T11:07:58.723Z||main|||||INFO|500||The following profiles are active: basic
2022-09-28T11:08:31.146Z||main|||||INFO|500||Starting service [Tomcat]
2022-09-28T11:08:31.147Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-09-28T11:08:31.291Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-09-28T11:08:40.506Z||main|||||INFO|500||catdb-pool - Starting...
2022-09-28T11:08:42.343Z||main|||||INFO|500||catdb-pool - Start completed.
2022-09-28T11:08:44.555Z||main|||||INFO|500||reqdb-pool - Starting...
2022-09-28T11:08:44.709Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-09-28T11:08:45.061Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-09-28T11:08:45.670Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-09-28T11:08:46.842Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-09-28T11:08:51.605Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-09-28T11:08:54.580Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-09-28T11:08:54.696Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-09-28T11:08:55.516Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-09-28T11:08:55.902Z||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.
2022-09-28T11:08:58.397Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-09-28T11:09:00.423Z||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_
2022-09-28T11:09:01.680Z||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=?
2022-09-28T11:09:03.314Z||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]}
2022-09-28T11:09:03.364Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-09-28T11:09:03.524Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|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"}]}
2022-09-28T11:09:06.469Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-09-28T11:09:06.475Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|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:{date=[Wed, 28 Sep 2022 11:09:04 GMT], server=[envoy], x-envoy-upstream-service-time=[2927], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-09-28T11:09:06.481Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||||DEBUG|500||{"id":"56afe3ba07514173abb6c19312586935","versionId":"0740938ecfcd47b1b44e18044aa5c400"}
2022-09-28T11:09:06.517Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||||INFO|500||Successfully created activitySpec VNFSetInMaintFlagActivity
2022-09-28T11:09:06.573Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/56afe3ba07514173abb6c19312586935/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-09-28T11:09:06.575Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/56afe3ba07514173abb6c19312586935/versions/latest/actions|INFO|500||Invoke
2022-09-28T11:09:06.577Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/56afe3ba07514173abb6c19312586935/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-09-28T11:09:08.426Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/56afe3ba07514173abb6c19312586935/versions/latest/actions|INFO|500||InvokeReturn
2022-09-28T11:09:08.431Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/56afe3ba07514173abb6c19312586935/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 28 Sep 2022 11:09:07 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[1819]}
2022-09-28T11:09:08.432Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||||DEBUG|500||Response was returned with an empty entity.
2022-09-28T11:09:08.433Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||||INFO|500||Successfully certified activitySpec VNFSetInMaintFlagActivity
2022-09-28T11:09:08.433Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|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=?
2022-09-28T11:09:08.531Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|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]}
2022-09-28T11:09:08.533Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-09-28T11:09:08.537Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|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"}]}
2022-09-28T11:09:09.331Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-09-28T11:09:09.332Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|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:{date=[Wed, 28 Sep 2022 11:09:09 GMT], server=[envoy], x-envoy-upstream-service-time=[782], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-09-28T11:09:09.342Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||||DEBUG|500||{"id":"4f0402198ae14329a2fe5437116b1a34","versionId":"3c01115af6d7491d971e9d1154067ba9"}
2022-09-28T11:09:09.356Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||||INFO|500||Successfully created activitySpec VNFCheckPserversLockedFlagActivity
2022-09-28T11:09:09.458Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/4f0402198ae14329a2fe5437116b1a34/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-09-28T11:09:09.466Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/4f0402198ae14329a2fe5437116b1a34/versions/latest/actions|INFO|500||Invoke
2022-09-28T11:09:09.468Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/4f0402198ae14329a2fe5437116b1a34/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-09-28T11:09:10.505Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/4f0402198ae14329a2fe5437116b1a34/versions/latest/actions|INFO|500||InvokeReturn
2022-09-28T11:09:10.507Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/4f0402198ae14329a2fe5437116b1a34/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 28 Sep 2022 11:09:10 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[1013]}
2022-09-28T11:09:10.508Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||||DEBUG|500||Response was returned with an empty entity.
2022-09-28T11:09:10.515Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||||INFO|500||Successfully certified activitySpec VNFCheckPserversLockedFlagActivity
2022-09-28T11:09:10.517Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|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=?
2022-09-28T11:09:10.624Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|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]}
2022-09-28T11:09:10.626Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-09-28T11:09:10.630Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|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"}]}
2022-09-28T11:09:11.035Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-09-28T11:09:11.036Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|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:{date=[Wed, 28 Sep 2022 11:09:11 GMT], server=[envoy], x-envoy-upstream-service-time=[399], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-09-28T11:09:11.037Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||||DEBUG|500||{"id":"2d03d4674f6043b680090d34078bb664","versionId":"2bad25e4eaeb46caaa9e683ac8b12cd2"}
2022-09-28T11:09:11.048Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||||INFO|500||Successfully created activitySpec VNFCheckInMaintFlagActivity
2022-09-28T11:09:11.091Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/2d03d4674f6043b680090d34078bb664/versions/latest/actions|INFO|500||Invoke
2022-09-28T11:09:11.093Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/2d03d4674f6043b680090d34078bb664/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/2d03d4674f6043b680090d34078bb664/versions/latest/actions with request headers:{X-RequestID=[9ccc4c9c-6701-4c0d-bf63-d620f19809ee], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[2d696da6-526d-4ac4-b7b2-00fb8533152c], X-ECOMP-RequestID=[9ccc4c9c-6701-4c0d-bf63-d620f19809ee], X-TransactionID=[9ccc4c9c-6701-4c0d-bf63-d620f19809ee], X-ONAP-RequestID=[9ccc4c9c-6701-4c0d-bf63-d620f19809ee], Content-Type=[application/json]}
2022-09-28T11:09:11.095Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/2d03d4674f6043b680090d34078bb664/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-09-28T11:09:11.834Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/2d03d4674f6043b680090d34078bb664/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/2d03d4674f6043b680090d34078bb664/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 28 Sep 2022 11:09:12 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[733]}
2022-09-28T11:09:11.837Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/2d03d4674f6043b680090d34078bb664/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-09-28T11:09:11.844Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/2d03d4674f6043b680090d34078bb664/versions/latest/actions|INFO|500||InvokeReturn
2022-09-28T11:09:11.846Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||||INFO|500||Successfully certified activitySpec VNFCheckInMaintFlagActivity
2022-09-28T11:09:11.847Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|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=?
2022-09-28T11:09:11.931Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|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]}
2022-09-28T11:09:11.935Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-09-28T11:09:11.937Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|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"}]}
2022-09-28T11:09:12.619Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-09-28T11:09:12.621Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|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:{date=[Wed, 28 Sep 2022 11:09:12 GMT], server=[envoy], x-envoy-upstream-service-time=[677], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-09-28T11:09:12.622Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||||DEBUG|500||{"id":"81da59441841463ba9f0c1b31a971563","versionId":"a2348950b19d44f1afcfeee4f0b610fe"}
2022-09-28T11:09:12.627Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||||INFO|500||Successfully created activitySpec VNFCheckClosedLoopDisabledFlagActivity
2022-09-28T11:09:12.729Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/81da59441841463ba9f0c1b31a971563/versions/latest/actions|INFO|500||Invoke
2022-09-28T11:09:12.730Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/81da59441841463ba9f0c1b31a971563/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/81da59441841463ba9f0c1b31a971563/versions/latest/actions with request headers:{X-RequestID=[9ccc4c9c-6701-4c0d-bf63-d620f19809ee], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[c7f8d0d6-2a4c-4d57-9fc5-6cea0133dd50], X-ECOMP-RequestID=[9ccc4c9c-6701-4c0d-bf63-d620f19809ee], X-TransactionID=[9ccc4c9c-6701-4c0d-bf63-d620f19809ee], X-ONAP-RequestID=[9ccc4c9c-6701-4c0d-bf63-d620f19809ee], Content-Type=[application/json]}
2022-09-28T11:09:12.733Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/81da59441841463ba9f0c1b31a971563/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-09-28T11:09:13.400Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/81da59441841463ba9f0c1b31a971563/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/81da59441841463ba9f0c1b31a971563/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 28 Sep 2022 11:09:13 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[663]}
2022-09-28T11:09:13.401Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/81da59441841463ba9f0c1b31a971563/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-09-28T11:09:13.402Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/81da59441841463ba9f0c1b31a971563/versions/latest/actions|INFO|500||InvokeReturn
2022-09-28T11:09:13.404Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||||INFO|500||Successfully certified activitySpec VNFCheckClosedLoopDisabledFlagActivity
2022-09-28T11:09:13.405Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|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=?
2022-09-28T11:09:13.480Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-09-28T11:09:13.481Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|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=[9ccc4c9c-6701-4c0d-bf63-d620f19809ee], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[a007c572-b192-4e78-b8ee-72b5a78120d7], X-ECOMP-RequestID=[9ccc4c9c-6701-4c0d-bf63-d620f19809ee], X-TransactionID=[9ccc4c9c-6701-4c0d-bf63-d620f19809ee], X-ONAP-RequestID=[9ccc4c9c-6701-4c0d-bf63-d620f19809ee], Content-Type=[application/json]}
2022-09-28T11:09:13.482Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|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"}]}
2022-09-28T11:09:13.841Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|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:{date=[Wed, 28 Sep 2022 11:09:14 GMT], server=[envoy], x-envoy-upstream-service-time=[354], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-09-28T11:09:13.842Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"73df1a36dbfb4ed2a459a8d9b37dd780","versionId":"274ef018bd8246018cac191952f52cb0"}
2022-09-28T11:09:13.844Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-09-28T11:09:13.850Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||||INFO|500||Successfully created activitySpec VNFSetClosedLoopDisabledFlagActivity
2022-09-28T11:09:13.920Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/73df1a36dbfb4ed2a459a8d9b37dd780/versions/latest/actions|INFO|500||Invoke
2022-09-28T11:09:13.922Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/73df1a36dbfb4ed2a459a8d9b37dd780/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/73df1a36dbfb4ed2a459a8d9b37dd780/versions/latest/actions with request headers:{X-RequestID=[9ccc4c9c-6701-4c0d-bf63-d620f19809ee], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[0fd31e69-4afe-4f97-a28f-4ad549309e0a], X-ECOMP-RequestID=[9ccc4c9c-6701-4c0d-bf63-d620f19809ee], X-TransactionID=[9ccc4c9c-6701-4c0d-bf63-d620f19809ee], X-ONAP-RequestID=[9ccc4c9c-6701-4c0d-bf63-d620f19809ee], Content-Type=[application/json]}
2022-09-28T11:09:13.926Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/73df1a36dbfb4ed2a459a8d9b37dd780/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-09-28T11:09:14.719Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/73df1a36dbfb4ed2a459a8d9b37dd780/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/73df1a36dbfb4ed2a459a8d9b37dd780/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 28 Sep 2022 11:09:14 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[786]}
2022-09-28T11:09:14.724Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/73df1a36dbfb4ed2a459a8d9b37dd780/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-09-28T11:09:14.741Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/73df1a36dbfb4ed2a459a8d9b37dd780/versions/latest/actions|INFO|500||InvokeReturn
2022-09-28T11:09:14.772Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||||INFO|500||Successfully certified activitySpec VNFSetClosedLoopDisabledFlagActivity
2022-09-28T11:09:14.772Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|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=?
2022-09-28T11:09:15.217Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-09-28T11:09:15.218Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|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=[9ccc4c9c-6701-4c0d-bf63-d620f19809ee], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[b485bebe-fa1d-4842-826e-ab6ed4bb8d0a], X-ECOMP-RequestID=[9ccc4c9c-6701-4c0d-bf63-d620f19809ee], X-TransactionID=[9ccc4c9c-6701-4c0d-bf63-d620f19809ee], X-ONAP-RequestID=[9ccc4c9c-6701-4c0d-bf63-d620f19809ee], Content-Type=[application/json]}
2022-09-28T11:09:15.235Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|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"}]}
2022-09-28T11:09:15.928Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|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:{date=[Wed, 28 Sep 2022 11:09:16 GMT], server=[envoy], x-envoy-upstream-service-time=[684], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-09-28T11:09:15.943Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"0558d73fd82341d99f8fbc66663789aa","versionId":"02df9721ff2242b38ec5e08013d89dc8"}
2022-09-28T11:09:15.944Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-09-28T11:09:15.988Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||||INFO|500||Successfully created activitySpec VNFUnsetClosedLoopDisabledFlagActivity
2022-09-28T11:09:16.165Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0558d73fd82341d99f8fbc66663789aa/versions/latest/actions|INFO|500||Invoke
2022-09-28T11:09:16.166Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0558d73fd82341d99f8fbc66663789aa/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/0558d73fd82341d99f8fbc66663789aa/versions/latest/actions with request headers:{X-RequestID=[9ccc4c9c-6701-4c0d-bf63-d620f19809ee], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[6483257b-e06a-4eec-a1c3-7eff01bbbf6e], X-ECOMP-RequestID=[9ccc4c9c-6701-4c0d-bf63-d620f19809ee], X-TransactionID=[9ccc4c9c-6701-4c0d-bf63-d620f19809ee], X-ONAP-RequestID=[9ccc4c9c-6701-4c0d-bf63-d620f19809ee], Content-Type=[application/json]}
2022-09-28T11:09:16.168Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0558d73fd82341d99f8fbc66663789aa/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-09-28T11:09:17.890Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0558d73fd82341d99f8fbc66663789aa/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/0558d73fd82341d99f8fbc66663789aa/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 28 Sep 2022 11:09:17 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[1717]}
2022-09-28T11:09:17.894Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0558d73fd82341d99f8fbc66663789aa/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-09-28T11:09:17.896Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0558d73fd82341d99f8fbc66663789aa/versions/latest/actions|INFO|500||InvokeReturn
2022-09-28T11:09:17.898Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||||INFO|500||Successfully certified activitySpec VNFUnsetClosedLoopDisabledFlagActivity
2022-09-28T11:09:17.899Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|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=?
2022-09-28T11:09:17.979Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|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]}
2022-09-28T11:09:17.981Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-09-28T11:09:17.983Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|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"}]}
2022-09-28T11:09:19.741Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-09-28T11:09:19.742Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|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:{date=[Wed, 28 Sep 2022 11:09:19 GMT], server=[envoy], x-envoy-upstream-service-time=[1752], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-09-28T11:09:19.744Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||||DEBUG|500||{"id":"ed2011b90c4b41198a2f79a57af2c98f","versionId":"7229ba08158a4ab5b3d97bcaba8c946e"}
2022-09-28T11:09:19.749Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||||INFO|500||Successfully created activitySpec VNFLockActivity
2022-09-28T11:09:19.856Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/ed2011b90c4b41198a2f79a57af2c98f/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-09-28T11:09:19.858Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/ed2011b90c4b41198a2f79a57af2c98f/versions/latest/actions|INFO|500||Invoke
2022-09-28T11:09:19.864Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/ed2011b90c4b41198a2f79a57af2c98f/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-09-28T11:09:22.730Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/ed2011b90c4b41198a2f79a57af2c98f/versions/latest/actions|INFO|500||InvokeReturn
2022-09-28T11:09:22.739Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/ed2011b90c4b41198a2f79a57af2c98f/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 28 Sep 2022 11:09:20 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[2858]}
2022-09-28T11:09:22.742Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||||DEBUG|500||Response was returned with an empty entity.
2022-09-28T11:09:22.744Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||||INFO|500||Successfully certified activitySpec VNFLockActivity
2022-09-28T11:09:22.745Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|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=?
2022-09-28T11:09:23.204Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-09-28T11:09:23.205Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|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=[9ccc4c9c-6701-4c0d-bf63-d620f19809ee], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[b644552e-8613-487c-a793-f212c18b6973], X-ECOMP-RequestID=[9ccc4c9c-6701-4c0d-bf63-d620f19809ee], X-TransactionID=[9ccc4c9c-6701-4c0d-bf63-d620f19809ee], X-ONAP-RequestID=[9ccc4c9c-6701-4c0d-bf63-d620f19809ee], Content-Type=[application/json]}
2022-09-28T11:09:23.228Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|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"}]}
2022-09-28T11:09:23.902Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|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:{date=[Wed, 28 Sep 2022 11:09:24 GMT], server=[envoy], x-envoy-upstream-service-time=[669], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-09-28T11:09:23.908Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"bfb115eb34d44e8487773175b83ddcf4","versionId":"056a8ae4165e4ee6af7508d0d9fbbb59"}
2022-09-28T11:09:23.910Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-09-28T11:09:23.913Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||||INFO|500||Successfully created activitySpec VNFUnlockActivity
2022-09-28T11:09:24.033Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/bfb115eb34d44e8487773175b83ddcf4/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-09-28T11:09:24.034Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/bfb115eb34d44e8487773175b83ddcf4/versions/latest/actions|INFO|500||Invoke
2022-09-28T11:09:24.039Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/bfb115eb34d44e8487773175b83ddcf4/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-09-28T11:09:24.960Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/bfb115eb34d44e8487773175b83ddcf4/versions/latest/actions|INFO|500||InvokeReturn
2022-09-28T11:09:24.961Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/bfb115eb34d44e8487773175b83ddcf4/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 28 Sep 2022 11:09:25 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[905]}
2022-09-28T11:09:24.961Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||||DEBUG|500||Response was returned with an empty entity.
2022-09-28T11:09:24.961Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||||INFO|500||Successfully certified activitySpec VNFUnlockActivity
2022-09-28T11:09:24.961Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|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=?
2022-09-28T11:09:25.025Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-09-28T11:09:25.025Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|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=[9ccc4c9c-6701-4c0d-bf63-d620f19809ee], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[e4fac334-84cd-485d-b5e0-f24590e5c883], X-ECOMP-RequestID=[9ccc4c9c-6701-4c0d-bf63-d620f19809ee], X-TransactionID=[9ccc4c9c-6701-4c0d-bf63-d620f19809ee], X-ONAP-RequestID=[9ccc4c9c-6701-4c0d-bf63-d620f19809ee], Content-Type=[application/json]}
2022-09-28T11:09:25.028Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|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"}]}
2022-09-28T11:09:25.557Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|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:{date=[Wed, 28 Sep 2022 11:09:26 GMT], server=[envoy], x-envoy-upstream-service-time=[525], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-09-28T11:09:25.558Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"7db341fdb90642c2a4ee3f348ed47dae","versionId":"d644b100442a42bfb9d57d6af90a70fd"}
2022-09-28T11:09:25.561Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-09-28T11:09:25.564Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||||INFO|500||Successfully created activitySpec VNFStopActivity
2022-09-28T11:09:25.621Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/7db341fdb90642c2a4ee3f348ed47dae/versions/latest/actions|INFO|500||Invoke
2022-09-28T11:09:25.622Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/7db341fdb90642c2a4ee3f348ed47dae/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/7db341fdb90642c2a4ee3f348ed47dae/versions/latest/actions with request headers:{X-RequestID=[9ccc4c9c-6701-4c0d-bf63-d620f19809ee], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[1245b55e-2451-4cda-9907-c363e7f04e1c], X-ECOMP-RequestID=[9ccc4c9c-6701-4c0d-bf63-d620f19809ee], X-TransactionID=[9ccc4c9c-6701-4c0d-bf63-d620f19809ee], X-ONAP-RequestID=[9ccc4c9c-6701-4c0d-bf63-d620f19809ee], Content-Type=[application/json]}
2022-09-28T11:09:25.625Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/7db341fdb90642c2a4ee3f348ed47dae/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-09-28T11:09:26.429Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/7db341fdb90642c2a4ee3f348ed47dae/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/7db341fdb90642c2a4ee3f348ed47dae/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 28 Sep 2022 11:09:26 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[801]}
2022-09-28T11:09:26.430Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/7db341fdb90642c2a4ee3f348ed47dae/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-09-28T11:09:26.431Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/7db341fdb90642c2a4ee3f348ed47dae/versions/latest/actions|INFO|500||InvokeReturn
2022-09-28T11:09:26.432Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||||INFO|500||Successfully certified activitySpec VNFStopActivity
2022-09-28T11:09:26.434Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|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=?
2022-09-28T11:09:26.474Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|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]}
2022-09-28T11:09:26.475Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-09-28T11:09:26.477Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|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"}]}
2022-09-28T11:09:26.771Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-09-28T11:09:26.772Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|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:{date=[Wed, 28 Sep 2022 11:09:27 GMT], server=[envoy], x-envoy-upstream-service-time=[291], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-09-28T11:09:26.773Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||||DEBUG|500||{"id":"aa3566e2d9af43dbbd91d480b086ae42","versionId":"4624c6a18a094d188aec7b0fac800e87"}
2022-09-28T11:09:26.779Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||||INFO|500||Successfully created activitySpec VNFStartActivity
2022-09-28T11:09:26.833Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/aa3566e2d9af43dbbd91d480b086ae42/versions/latest/actions|INFO|500||Invoke
2022-09-28T11:09:26.836Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/aa3566e2d9af43dbbd91d480b086ae42/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/aa3566e2d9af43dbbd91d480b086ae42/versions/latest/actions with request headers:{X-RequestID=[9ccc4c9c-6701-4c0d-bf63-d620f19809ee], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[3a30c26b-ace6-41e5-9d55-3c5ed27262e0], X-ECOMP-RequestID=[9ccc4c9c-6701-4c0d-bf63-d620f19809ee], X-TransactionID=[9ccc4c9c-6701-4c0d-bf63-d620f19809ee], X-ONAP-RequestID=[9ccc4c9c-6701-4c0d-bf63-d620f19809ee], Content-Type=[application/json]}
2022-09-28T11:09:26.838Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/aa3566e2d9af43dbbd91d480b086ae42/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-09-28T11:09:27.423Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/aa3566e2d9af43dbbd91d480b086ae42/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/aa3566e2d9af43dbbd91d480b086ae42/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 28 Sep 2022 11:09:27 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[576]}
2022-09-28T11:09:27.424Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/aa3566e2d9af43dbbd91d480b086ae42/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-09-28T11:09:27.425Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/aa3566e2d9af43dbbd91d480b086ae42/versions/latest/actions|INFO|500||InvokeReturn
2022-09-28T11:09:27.426Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||||INFO|500||Successfully certified activitySpec VNFStartActivity
2022-09-28T11:09:27.426Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|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=?
2022-09-28T11:09:27.501Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-09-28T11:09:27.502Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|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=[9ccc4c9c-6701-4c0d-bf63-d620f19809ee], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[a1bb6d72-a3b2-4ba0-8770-bca0c0e1b1a5], X-ECOMP-RequestID=[9ccc4c9c-6701-4c0d-bf63-d620f19809ee], X-TransactionID=[9ccc4c9c-6701-4c0d-bf63-d620f19809ee], X-ONAP-RequestID=[9ccc4c9c-6701-4c0d-bf63-d620f19809ee], Content-Type=[application/json]}
2022-09-28T11:09:27.503Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|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"}]}
2022-09-28T11:09:27.900Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|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:{date=[Wed, 28 Sep 2022 11:09:28 GMT], server=[envoy], x-envoy-upstream-service-time=[391], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-09-28T11:09:27.902Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"e449429734814a61a7c6103b4d33c8dc","versionId":"2c2ee70e53a0453cb08eb8617a891e3b"}
2022-09-28T11:09:27.902Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-09-28T11:09:27.908Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||||INFO|500||Successfully created activitySpec VNFSnapShotActivity
2022-09-28T11:09:27.935Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/e449429734814a61a7c6103b4d33c8dc/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-09-28T11:09:27.938Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e449429734814a61a7c6103b4d33c8dc/versions/latest/actions|INFO|500||Invoke
2022-09-28T11:09:27.940Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e449429734814a61a7c6103b4d33c8dc/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-09-28T11:09:28.452Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e449429734814a61a7c6103b4d33c8dc/versions/latest/actions|INFO|500||InvokeReturn
2022-09-28T11:09:28.453Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/e449429734814a61a7c6103b4d33c8dc/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 28 Sep 2022 11:09:28 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[509]}
2022-09-28T11:09:28.453Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||||DEBUG|500||Response was returned with an empty entity.
2022-09-28T11:09:28.453Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||||INFO|500||Successfully certified activitySpec VNFSnapShotActivity
2022-09-28T11:09:28.453Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|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=?
2022-09-28T11:09:28.497Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|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]}
2022-09-28T11:09:28.498Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-09-28T11:09:28.501Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|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"}]}
2022-09-28T11:09:28.888Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-09-28T11:09:28.889Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|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:{date=[Wed, 28 Sep 2022 11:09:29 GMT], server=[envoy], x-envoy-upstream-service-time=[381], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-09-28T11:09:28.889Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||||DEBUG|500||{"id":"be53efd2862f4634bde6b06cb84fb78f","versionId":"b74fe2c8e59e4f4fa58b369c7cc60fc4"}
2022-09-28T11:09:28.892Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||||INFO|500||Successfully created activitySpec FlowCompleteActivity
2022-09-28T11:09:28.949Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/be53efd2862f4634bde6b06cb84fb78f/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-09-28T11:09:28.950Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/be53efd2862f4634bde6b06cb84fb78f/versions/latest/actions|INFO|500||Invoke
2022-09-28T11:09:28.952Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/be53efd2862f4634bde6b06cb84fb78f/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-09-28T11:09:29.721Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/be53efd2862f4634bde6b06cb84fb78f/versions/latest/actions|INFO|500||InvokeReturn
2022-09-28T11:09:29.721Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/be53efd2862f4634bde6b06cb84fb78f/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 28 Sep 2022 11:09:30 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[763]}
2022-09-28T11:09:29.722Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||||DEBUG|500||Response was returned with an empty entity.
2022-09-28T11:09:29.723Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||||INFO|500||Successfully certified activitySpec FlowCompleteActivity
2022-09-28T11:09:29.723Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|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=?
2022-09-28T11:09:29.820Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-09-28T11:09:29.823Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|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=[9ccc4c9c-6701-4c0d-bf63-d620f19809ee], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[0a5d0057-bf60-472f-9607-519f3fe60375], X-ECOMP-RequestID=[9ccc4c9c-6701-4c0d-bf63-d620f19809ee], X-TransactionID=[9ccc4c9c-6701-4c0d-bf63-d620f19809ee], X-ONAP-RequestID=[9ccc4c9c-6701-4c0d-bf63-d620f19809ee], Content-Type=[application/json]}
2022-09-28T11:09:29.825Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|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"}]}
2022-09-28T11:09:30.320Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|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:{date=[Wed, 28 Sep 2022 11:09:30 GMT], server=[envoy], x-envoy-upstream-service-time=[491], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-09-28T11:09:30.327Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"79fb8e7bc2eb4789beb09540f2249024","versionId":"2e45484ec6104b0cbab88d0f2c66c53b"}
2022-09-28T11:09:30.329Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-09-28T11:09:30.342Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||||INFO|500||Successfully created activitySpec PauseForManualTaskActivity
2022-09-28T11:09:30.372Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/79fb8e7bc2eb4789beb09540f2249024/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-09-28T11:09:30.373Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/79fb8e7bc2eb4789beb09540f2249024/versions/latest/actions|INFO|500||Invoke
2022-09-28T11:09:30.375Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/79fb8e7bc2eb4789beb09540f2249024/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-09-28T11:09:31.105Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/79fb8e7bc2eb4789beb09540f2249024/versions/latest/actions|INFO|500||InvokeReturn
2022-09-28T11:09:31.106Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/79fb8e7bc2eb4789beb09540f2249024/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 28 Sep 2022 11:09:31 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[726]}
2022-09-28T11:09:31.106Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||||DEBUG|500||Response was returned with an empty entity.
2022-09-28T11:09:31.106Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||||INFO|500||Successfully certified activitySpec PauseForManualTaskActivity
2022-09-28T11:09:31.107Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|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=?
2022-09-28T11:09:31.141Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-09-28T11:09:31.141Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|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=[9ccc4c9c-6701-4c0d-bf63-d620f19809ee], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[39e3b8a1-e3ee-480e-b7e5-d64644412298], X-ECOMP-RequestID=[9ccc4c9c-6701-4c0d-bf63-d620f19809ee], X-TransactionID=[9ccc4c9c-6701-4c0d-bf63-d620f19809ee], X-ONAP-RequestID=[9ccc4c9c-6701-4c0d-bf63-d620f19809ee], Content-Type=[application/json]}
2022-09-28T11:09:31.142Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|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"}]}
2022-09-28T11:09:31.565Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|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:{date=[Wed, 28 Sep 2022 11:09:32 GMT], server=[envoy], x-envoy-upstream-service-time=[420], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-09-28T11:09:31.566Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"b7dafa1bf6ec484c8d08b276be4aea49","versionId":"d3e699f1967c46829abafce77345490b"}
2022-09-28T11:09:31.568Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-09-28T11:09:31.570Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||||INFO|500||Successfully created activitySpec DistributeTrafficActivity
2022-09-28T11:09:31.606Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/b7dafa1bf6ec484c8d08b276be4aea49/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-09-28T11:09:31.607Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b7dafa1bf6ec484c8d08b276be4aea49/versions/latest/actions|INFO|500||Invoke
2022-09-28T11:09:31.609Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b7dafa1bf6ec484c8d08b276be4aea49/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-09-28T11:09:32.302Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b7dafa1bf6ec484c8d08b276be4aea49/versions/latest/actions|INFO|500||InvokeReturn
2022-09-28T11:09:32.303Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/b7dafa1bf6ec484c8d08b276be4aea49/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 28 Sep 2022 11:09:32 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[688]}
2022-09-28T11:09:32.304Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||||DEBUG|500||Response was returned with an empty entity.
2022-09-28T11:09:32.304Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||||INFO|500||Successfully certified activitySpec DistributeTrafficActivity
2022-09-28T11:09:32.304Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|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=?
2022-09-28T11:09:32.350Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|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]}
2022-09-28T11:09:32.351Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-09-28T11:09:32.354Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|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"}]}
2022-09-28T11:09:32.772Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-09-28T11:09:32.772Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|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:{date=[Wed, 28 Sep 2022 11:09:33 GMT], server=[envoy], x-envoy-upstream-service-time=[411], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-09-28T11:09:32.773Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||||DEBUG|500||{"id":"44aacf6998554eee82f1e3c0a0436576","versionId":"8e7a26a2c20442c29b833c423ef26e82"}
2022-09-28T11:09:32.781Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||||INFO|500||Successfully created activitySpec DistributeTrafficCheckActivity
2022-09-28T11:09:32.818Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/44aacf6998554eee82f1e3c0a0436576/versions/latest/actions|INFO|500||Invoke
2022-09-28T11:09:32.818Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/44aacf6998554eee82f1e3c0a0436576/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/44aacf6998554eee82f1e3c0a0436576/versions/latest/actions with request headers:{X-RequestID=[9ccc4c9c-6701-4c0d-bf63-d620f19809ee], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[9edb6af0-cc9a-4845-859e-cf57222f95ab], X-ECOMP-RequestID=[9ccc4c9c-6701-4c0d-bf63-d620f19809ee], X-TransactionID=[9ccc4c9c-6701-4c0d-bf63-d620f19809ee], X-ONAP-RequestID=[9ccc4c9c-6701-4c0d-bf63-d620f19809ee], Content-Type=[application/json]}
2022-09-28T11:09:32.821Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/44aacf6998554eee82f1e3c0a0436576/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-09-28T11:09:34.390Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/44aacf6998554eee82f1e3c0a0436576/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/44aacf6998554eee82f1e3c0a0436576/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 28 Sep 2022 11:09:33 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[1560]}
2022-09-28T11:09:34.390Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/44aacf6998554eee82f1e3c0a0436576/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-09-28T11:09:34.391Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/44aacf6998554eee82f1e3c0a0436576/versions/latest/actions|INFO|500||InvokeReturn
2022-09-28T11:09:34.392Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||||INFO|500||Successfully certified activitySpec DistributeTrafficCheckActivity
2022-09-28T11:09:34.392Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|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=?
2022-09-28T11:09:34.450Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-09-28T11:09:34.450Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|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=[9ccc4c9c-6701-4c0d-bf63-d620f19809ee], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[f6e0bee5-7916-42a8-9f73-3e5e14bee21e], X-ECOMP-RequestID=[9ccc4c9c-6701-4c0d-bf63-d620f19809ee], X-TransactionID=[9ccc4c9c-6701-4c0d-bf63-d620f19809ee], X-ONAP-RequestID=[9ccc4c9c-6701-4c0d-bf63-d620f19809ee], Content-Type=[application/json]}
2022-09-28T11:09:34.452Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|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"}]}
2022-09-28T11:09:34.896Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|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:{date=[Wed, 28 Sep 2022 11:09:35 GMT], server=[envoy], x-envoy-upstream-service-time=[441], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-09-28T11:09:34.897Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"c821ba3eb3044690bdd5d406a8eed8ce","versionId":"5caa451cf84941668075fc26ec314e9b"}
2022-09-28T11:09:34.898Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-09-28T11:09:34.903Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||||INFO|500||Successfully created activitySpec VNFHealthCheckActivity
2022-09-28T11:09:34.944Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/c821ba3eb3044690bdd5d406a8eed8ce/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-09-28T11:09:34.946Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/c821ba3eb3044690bdd5d406a8eed8ce/versions/latest/actions|INFO|500||Invoke
2022-09-28T11:09:34.947Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/c821ba3eb3044690bdd5d406a8eed8ce/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-09-28T11:09:35.579Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/c821ba3eb3044690bdd5d406a8eed8ce/versions/latest/actions|INFO|500||InvokeReturn
2022-09-28T11:09:35.580Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/c821ba3eb3044690bdd5d406a8eed8ce/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 28 Sep 2022 11:09:36 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[627]}
2022-09-28T11:09:35.580Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||||DEBUG|500||Response was returned with an empty entity.
2022-09-28T11:09:35.581Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||||INFO|500||Successfully certified activitySpec VNFHealthCheckActivity
2022-09-28T11:09:35.581Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|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=?
2022-09-28T11:09:35.613Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|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]}
2022-09-28T11:09:35.615Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-09-28T11:09:35.616Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|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"}]}
2022-09-28T11:09:35.869Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-09-28T11:09:35.869Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|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:{date=[Wed, 28 Sep 2022 11:09:36 GMT], server=[envoy], x-envoy-upstream-service-time=[248], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-09-28T11:09:35.870Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||||DEBUG|500||{"id":"7199612e9b164b6a8ebe5d91e684795f","versionId":"30905abdf7f3411db68f5110bb4cea86"}
2022-09-28T11:09:35.873Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||||INFO|500||Successfully created activitySpec VNFQuiesceTrafficActivity
2022-09-28T11:09:35.894Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/7199612e9b164b6a8ebe5d91e684795f/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-09-28T11:09:35.895Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/7199612e9b164b6a8ebe5d91e684795f/versions/latest/actions|INFO|500||Invoke
2022-09-28T11:09:35.896Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/7199612e9b164b6a8ebe5d91e684795f/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-09-28T11:09:36.453Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/7199612e9b164b6a8ebe5d91e684795f/versions/latest/actions|INFO|500||InvokeReturn
2022-09-28T11:09:36.454Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/7199612e9b164b6a8ebe5d91e684795f/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 28 Sep 2022 11:09:36 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[554]}
2022-09-28T11:09:36.455Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||||DEBUG|500||Response was returned with an empty entity.
2022-09-28T11:09:36.455Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||||INFO|500||Successfully certified activitySpec VNFQuiesceTrafficActivity
2022-09-28T11:09:36.455Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|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=?
2022-09-28T11:09:36.495Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-09-28T11:09:36.496Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|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=[9ccc4c9c-6701-4c0d-bf63-d620f19809ee], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[e6d656c1-2a15-4222-91b7-077844ccc6cc], X-ECOMP-RequestID=[9ccc4c9c-6701-4c0d-bf63-d620f19809ee], X-TransactionID=[9ccc4c9c-6701-4c0d-bf63-d620f19809ee], X-ONAP-RequestID=[9ccc4c9c-6701-4c0d-bf63-d620f19809ee], Content-Type=[application/json]}
2022-09-28T11:09:36.497Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|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"}]}
2022-09-28T11:09:37.304Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|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:{date=[Wed, 28 Sep 2022 11:09:37 GMT], server=[envoy], x-envoy-upstream-service-time=[804], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-09-28T11:09:37.306Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"2bdffdcaa24f4f5c9b2b9248f36d73df","versionId":"d37fd8777b994c1988264f4445b82e00"}
2022-09-28T11:09:37.307Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-09-28T11:09:37.309Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||||INFO|500||Successfully created activitySpec VNFResumeTrafficActivity
2022-09-28T11:09:37.337Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/2bdffdcaa24f4f5c9b2b9248f36d73df/versions/latest/actions|INFO|500||Invoke
2022-09-28T11:09:37.338Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/2bdffdcaa24f4f5c9b2b9248f36d73df/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/2bdffdcaa24f4f5c9b2b9248f36d73df/versions/latest/actions with request headers:{X-RequestID=[9ccc4c9c-6701-4c0d-bf63-d620f19809ee], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[3de5224a-1296-45a4-850b-817cd103f0b2], X-ECOMP-RequestID=[9ccc4c9c-6701-4c0d-bf63-d620f19809ee], X-TransactionID=[9ccc4c9c-6701-4c0d-bf63-d620f19809ee], X-ONAP-RequestID=[9ccc4c9c-6701-4c0d-bf63-d620f19809ee], Content-Type=[application/json]}
2022-09-28T11:09:37.341Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/2bdffdcaa24f4f5c9b2b9248f36d73df/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-09-28T11:09:39.075Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/2bdffdcaa24f4f5c9b2b9248f36d73df/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/2bdffdcaa24f4f5c9b2b9248f36d73df/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 28 Sep 2022 11:09:38 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[1729]}
2022-09-28T11:09:39.076Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/2bdffdcaa24f4f5c9b2b9248f36d73df/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-09-28T11:09:39.076Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/2bdffdcaa24f4f5c9b2b9248f36d73df/versions/latest/actions|INFO|500||InvokeReturn
2022-09-28T11:09:39.077Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||||INFO|500||Successfully certified activitySpec VNFResumeTrafficActivity
2022-09-28T11:09:39.077Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|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=?
2022-09-28T11:09:39.180Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-09-28T11:09:39.181Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|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=[9ccc4c9c-6701-4c0d-bf63-d620f19809ee], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[f486f94c-1277-4c99-be0c-c9d95ccf3667], X-ECOMP-RequestID=[9ccc4c9c-6701-4c0d-bf63-d620f19809ee], X-TransactionID=[9ccc4c9c-6701-4c0d-bf63-d620f19809ee], X-ONAP-RequestID=[9ccc4c9c-6701-4c0d-bf63-d620f19809ee], Content-Type=[application/json]}
2022-09-28T11:09:39.183Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|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"}]}
2022-09-28T11:09:40.288Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|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:{date=[Wed, 28 Sep 2022 11:09:40 GMT], server=[envoy], x-envoy-upstream-service-time=[1102], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-09-28T11:09:40.290Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"495bbaa90b9441dfa54b280c513fa8c6","versionId":"6fe9ae446b2a4d79a7801c1392e059f4"}
2022-09-28T11:09:40.291Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-09-28T11:09:40.294Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||||INFO|500||Successfully created activitySpec VNFUnsetInMaintFlagActivity
2022-09-28T11:09:40.322Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/495bbaa90b9441dfa54b280c513fa8c6/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-09-28T11:09:40.324Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/495bbaa90b9441dfa54b280c513fa8c6/versions/latest/actions|INFO|500||Invoke
2022-09-28T11:09:40.328Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/495bbaa90b9441dfa54b280c513fa8c6/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-09-28T11:09:41.466Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/495bbaa90b9441dfa54b280c513fa8c6/versions/latest/actions|INFO|500||InvokeReturn
2022-09-28T11:09:41.467Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/495bbaa90b9441dfa54b280c513fa8c6/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 28 Sep 2022 11:09:41 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[1134]}
2022-09-28T11:09:41.468Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||||DEBUG|500||Response was returned with an empty entity.
2022-09-28T11:09:41.469Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||||INFO|500||Successfully certified activitySpec VNFUnsetInMaintFlagActivity
2022-09-28T11:09:41.469Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|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=?
2022-09-28T11:09:41.519Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-09-28T11:09:41.520Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|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=[9ccc4c9c-6701-4c0d-bf63-d620f19809ee], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[3d2d014f-c9c1-41e2-aa48-3d80c1a70b3b], X-ECOMP-RequestID=[9ccc4c9c-6701-4c0d-bf63-d620f19809ee], X-TransactionID=[9ccc4c9c-6701-4c0d-bf63-d620f19809ee], X-ONAP-RequestID=[9ccc4c9c-6701-4c0d-bf63-d620f19809ee], Content-Type=[application/json]}
2022-09-28T11:09:41.522Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|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"}]}
2022-09-28T11:09:42.040Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|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:{date=[Wed, 28 Sep 2022 11:09:42 GMT], server=[envoy], x-envoy-upstream-service-time=[514], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-09-28T11:09:42.041Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"501a893885a142a298db14a6f5fd339f","versionId":"127981d05e234a1eb0f338494b1d7252"}
2022-09-28T11:09:42.042Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-09-28T11:09:42.044Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||||INFO|500||Successfully created activitySpec VNFUpgradeBackupActivity
2022-09-28T11:09:42.281Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/501a893885a142a298db14a6f5fd339f/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-09-28T11:09:42.290Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/501a893885a142a298db14a6f5fd339f/versions/latest/actions|INFO|500||Invoke
2022-09-28T11:09:42.318Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/501a893885a142a298db14a6f5fd339f/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-09-28T11:09:43.187Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/501a893885a142a298db14a6f5fd339f/versions/latest/actions|INFO|500||InvokeReturn
2022-09-28T11:09:43.191Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/501a893885a142a298db14a6f5fd339f/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 28 Sep 2022 11:09:43 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[865]}
2022-09-28T11:09:43.192Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||||DEBUG|500||Response was returned with an empty entity.
2022-09-28T11:09:43.192Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||||INFO|500||Successfully certified activitySpec VNFUpgradeBackupActivity
2022-09-28T11:09:43.192Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|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=?
2022-09-28T11:09:43.250Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-09-28T11:09:43.251Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|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=[9ccc4c9c-6701-4c0d-bf63-d620f19809ee], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[9c794ee0-015c-4e4a-bee3-9e74aa668d9d], X-ECOMP-RequestID=[9ccc4c9c-6701-4c0d-bf63-d620f19809ee], X-TransactionID=[9ccc4c9c-6701-4c0d-bf63-d620f19809ee], X-ONAP-RequestID=[9ccc4c9c-6701-4c0d-bf63-d620f19809ee], Content-Type=[application/json]}
2022-09-28T11:09:43.253Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|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"}]}
2022-09-28T11:09:43.537Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|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:{date=[Wed, 28 Sep 2022 11:09:44 GMT], server=[envoy], x-envoy-upstream-service-time=[281], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-09-28T11:09:43.539Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"9b638a59f9b844b895c7571f913c68db","versionId":"c72b87db92ce4cc5824f5f878a4b382b"}
2022-09-28T11:09:43.540Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-09-28T11:09:43.542Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||||INFO|500||Successfully created activitySpec VNFUpgradePostCheckActivity
2022-09-28T11:09:43.563Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/9b638a59f9b844b895c7571f913c68db/versions/latest/actions|INFO|500||Invoke
2022-09-28T11:09:43.564Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/9b638a59f9b844b895c7571f913c68db/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/9b638a59f9b844b895c7571f913c68db/versions/latest/actions with request headers:{X-RequestID=[9ccc4c9c-6701-4c0d-bf63-d620f19809ee], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[9c87f550-742e-4f02-995b-268680a7777c], X-ECOMP-RequestID=[9ccc4c9c-6701-4c0d-bf63-d620f19809ee], X-TransactionID=[9ccc4c9c-6701-4c0d-bf63-d620f19809ee], X-ONAP-RequestID=[9ccc4c9c-6701-4c0d-bf63-d620f19809ee], Content-Type=[application/json]}
2022-09-28T11:09:43.565Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/9b638a59f9b844b895c7571f913c68db/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-09-28T11:09:43.976Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/9b638a59f9b844b895c7571f913c68db/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/9b638a59f9b844b895c7571f913c68db/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 28 Sep 2022 11:09:44 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[409]}
2022-09-28T11:09:43.977Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/9b638a59f9b844b895c7571f913c68db/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-09-28T11:09:43.978Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/9b638a59f9b844b895c7571f913c68db/versions/latest/actions|INFO|500||InvokeReturn
2022-09-28T11:09:43.978Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||||INFO|500||Successfully certified activitySpec VNFUpgradePostCheckActivity
2022-09-28T11:09:43.978Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|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=?
2022-09-28T11:09:44.002Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|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]}
2022-09-28T11:09:44.003Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-09-28T11:09:44.004Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|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"}]}
2022-09-28T11:09:44.336Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-09-28T11:09:44.337Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|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:{date=[Wed, 28 Sep 2022 11:09:45 GMT], server=[envoy], x-envoy-upstream-service-time=[329], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-09-28T11:09:44.337Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||||DEBUG|500||{"id":"b58c5a1c8c624a3095bbac2d24b92a51","versionId":"48322c38317949daa3804607cae8da65"}
2022-09-28T11:09:44.340Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||||INFO|500||Successfully created activitySpec VNFUpgradePreCheckActivity
2022-09-28T11:09:44.363Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b58c5a1c8c624a3095bbac2d24b92a51/versions/latest/actions|INFO|500||Invoke
2022-09-28T11:09:44.364Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b58c5a1c8c624a3095bbac2d24b92a51/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/b58c5a1c8c624a3095bbac2d24b92a51/versions/latest/actions with request headers:{X-RequestID=[9ccc4c9c-6701-4c0d-bf63-d620f19809ee], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[51a35520-4133-46cf-88a8-cf8d31a4c33b], X-ECOMP-RequestID=[9ccc4c9c-6701-4c0d-bf63-d620f19809ee], X-TransactionID=[9ccc4c9c-6701-4c0d-bf63-d620f19809ee], X-ONAP-RequestID=[9ccc4c9c-6701-4c0d-bf63-d620f19809ee], Content-Type=[application/json]}
2022-09-28T11:09:44.365Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b58c5a1c8c624a3095bbac2d24b92a51/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-09-28T11:09:44.805Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b58c5a1c8c624a3095bbac2d24b92a51/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/b58c5a1c8c624a3095bbac2d24b92a51/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 28 Sep 2022 11:09:45 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[438]}
2022-09-28T11:09:44.806Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b58c5a1c8c624a3095bbac2d24b92a51/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-09-28T11:09:44.807Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b58c5a1c8c624a3095bbac2d24b92a51/versions/latest/actions|INFO|500||InvokeReturn
2022-09-28T11:09:44.807Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||||INFO|500||Successfully certified activitySpec VNFUpgradePreCheckActivity
2022-09-28T11:09:44.807Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|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=?
2022-09-28T11:09:44.833Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-09-28T11:09:44.834Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|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=[9ccc4c9c-6701-4c0d-bf63-d620f19809ee], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[479c95dd-b0d3-44e2-baa3-959c7ac3e9e8], X-ECOMP-RequestID=[9ccc4c9c-6701-4c0d-bf63-d620f19809ee], X-TransactionID=[9ccc4c9c-6701-4c0d-bf63-d620f19809ee], X-ONAP-RequestID=[9ccc4c9c-6701-4c0d-bf63-d620f19809ee], Content-Type=[application/json]}
2022-09-28T11:09:44.835Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|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"}]}
2022-09-28T11:09:45.093Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|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:{date=[Wed, 28 Sep 2022 11:09:45 GMT], server=[envoy], x-envoy-upstream-service-time=[255], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-09-28T11:09:45.094Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"867f99ccd81b4564803de21258cfb1f1","versionId":"2aa39a9a7ef0415c8fd68f95ce95e3ef"}
2022-09-28T11:09:45.094Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-09-28T11:09:45.097Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||||INFO|500||Successfully created activitySpec VNFUpgradeSoftwareActivity
2022-09-28T11:09:45.115Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/867f99ccd81b4564803de21258cfb1f1/versions/latest/actions|INFO|500||Invoke
2022-09-28T11:09:45.115Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/867f99ccd81b4564803de21258cfb1f1/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/867f99ccd81b4564803de21258cfb1f1/versions/latest/actions with request headers:{X-RequestID=[9ccc4c9c-6701-4c0d-bf63-d620f19809ee], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[e9fa39fa-daf1-48ab-ab87-697f9e85d600], X-ECOMP-RequestID=[9ccc4c9c-6701-4c0d-bf63-d620f19809ee], X-TransactionID=[9ccc4c9c-6701-4c0d-bf63-d620f19809ee], X-ONAP-RequestID=[9ccc4c9c-6701-4c0d-bf63-d620f19809ee], Content-Type=[application/json]}
2022-09-28T11:09:45.117Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/867f99ccd81b4564803de21258cfb1f1/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-09-28T11:09:45.758Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/867f99ccd81b4564803de21258cfb1f1/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/867f99ccd81b4564803de21258cfb1f1/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 28 Sep 2022 11:09:46 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[637]}
2022-09-28T11:09:45.759Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/867f99ccd81b4564803de21258cfb1f1/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-09-28T11:09:45.760Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/867f99ccd81b4564803de21258cfb1f1/versions/latest/actions|INFO|500||InvokeReturn
2022-09-28T11:09:45.760Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||||INFO|500||Successfully certified activitySpec VNFUpgradeSoftwareActivity
2022-09-28T11:09:45.760Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|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=?
2022-09-28T11:09:45.793Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|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]}
2022-09-28T11:09:45.794Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-09-28T11:09:45.795Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VnfInPlaceSoftwareUpdate","description":"Activity InPlace Software Update on VNF","categoryList":["VNF"]}
2022-09-28T11:09:46.120Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-09-28T11:09:46.121Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|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:{date=[Wed, 28 Sep 2022 11:09:46 GMT], server=[envoy], x-envoy-upstream-service-time=[322], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-09-28T11:09:46.122Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||||DEBUG|500||{"id":"88aaa06b832a4553804b2c4f2f38cf7f","versionId":"462736d23f4445aa81146dcf6260d1f5"}
2022-09-28T11:09:46.125Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||||INFO|500||Successfully created activitySpec VnfInPlaceSoftwareUpdate
2022-09-28T11:09:46.147Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/88aaa06b832a4553804b2c4f2f38cf7f/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-09-28T11:09:46.150Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/88aaa06b832a4553804b2c4f2f38cf7f/versions/latest/actions|INFO|500||Invoke
2022-09-28T11:09:46.152Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/88aaa06b832a4553804b2c4f2f38cf7f/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-09-28T11:09:46.580Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/88aaa06b832a4553804b2c4f2f38cf7f/versions/latest/actions|INFO|500||InvokeReturn
2022-09-28T11:09:46.581Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/88aaa06b832a4553804b2c4f2f38cf7f/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 28 Sep 2022 11:09:47 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[415]}
2022-09-28T11:09:46.581Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||||DEBUG|500||Response was returned with an empty entity.
2022-09-28T11:09:46.581Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||||INFO|500||Successfully certified activitySpec VnfInPlaceSoftwareUpdate
2022-09-28T11:09:50.185Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|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
2022-09-28T11:09:53.300Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||||WARN|500||---
2022-09-28T11:09:53.300Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-09-28T11:09:53.300Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||||WARN|500||---
2022-09-28T11:09:53.863Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-09-28T11:10:01.148Z|9ccc4c9c-6701-4c0d-bf63-d620f19809ee|main|||||INFO|500||Started Application in 137.193 seconds (JVM running for 147.59)
2022-09-28T11:10:01.196Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-28T11:10:01.198Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-28T11:10:01.214Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-28T11:10:01.254Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-28T11:10:01.312Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 12b4578e-c3fb-4077-a295-ddd9c73c95c8 url= /sdc/v1/artifactTypes
2022-09-28T11:10:01.312Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-28T11:10:01.533Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-09-28T11:10:01.651Z||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 ASDC server
2022-09-28T11:10:01.685Z||scheduling-1|||||DEBUG|500||create keys
2022-09-28T11:10:01.697Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-09-28T11:10:01.809Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T11:10:01.851Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 15418175-3550-44d8-8a38-cde5f6748bad url= /sdc/v1/registerForDistribution
2022-09-28T11:10:02.177Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 15418175-3550-44d8-8a38-cde5f6748bad url= /sdc/v1/registerForDistribution
2022-09-28T11:10:02.177Z||scheduling-1|||||INFO|500||start DistributionClient
2022-09-28T11:10:02.201Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T11:10:02.203Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T11:10:02.213Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-09-28T11:10:02.218Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T11:10:02.218Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T11:10:02.219Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T11:10:02.219Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T11:10:12.861Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T11:10:12.980Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T11:11:02.198Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T11:11:02.202Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T11:11:02.202Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T11:11:02.203Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T11:11:02.203Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T11:11:02.203Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T11:11:11.815Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T11:11:11.819Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T11:12:02.198Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T11:12:02.200Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T11:12:02.200Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T11:12:02.202Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T11:12:02.203Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T11:12:02.203Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T11:12:11.806Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T11:12:11.831Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T11:13:02.199Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T11:13:02.202Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T11:13:02.202Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T11:13:02.202Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T11:13:02.204Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T11:13:02.205Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T11:13:11.791Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T11:13:11.839Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T11:14:02.198Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T11:14:02.200Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T11:14:02.200Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T11:14:02.202Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T11:14:02.204Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T11:14:02.204Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T11:14:11.771Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T11:14:11.783Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T11:15:02.199Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T11:15:02.200Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T11:15:02.201Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T11:15:02.202Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T11:15:02.203Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T11:15:02.205Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T11:15:11.793Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T11:15:11.856Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T11:16:02.199Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T11:16:02.201Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T11:16:02.201Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T11:16:02.202Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T11:16:02.203Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T11:16:02.203Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T11:16:11.780Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T11:16:11.798Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T11:17:02.198Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T11:17:02.200Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T11:17:02.200Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T11:17:02.205Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T11:17:02.206Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T11:17:02.218Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T11:17:11.804Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T11:17:11.829Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T11:18:02.199Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T11:18:02.202Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T11:18:02.202Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T11:18:02.203Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T11:18:02.204Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T11:18:02.204Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T11:18:11.813Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T11:18:11.842Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T11:18:24.815Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-09-28T11:19:02.198Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T11:19:02.200Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T11:19:02.200Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T11:19:02.203Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T11:19:02.204Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T11:19:02.204Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T11:19:11.771Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T11:19:11.771Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T11:20:02.198Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T11:20:02.200Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T11:20:02.200Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T11:20:02.202Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T11:20:02.205Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T11:20:02.205Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T11:20:11.759Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T11:20:11.759Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T11:21:02.198Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T11:21:02.200Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T11:21:02.200Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T11:21:02.202Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T11:21:02.203Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T11:21:02.203Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T11:21:11.768Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T11:21:11.771Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T11:22:02.198Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T11:22:02.199Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T11:22:02.200Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T11:22:02.203Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T11:22:02.205Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T11:22:02.205Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T11:22:11.760Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T11:22:11.761Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T11:23:02.198Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T11:23:02.200Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T11:23:02.200Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T11:23:02.202Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T11:23:02.206Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T11:23:02.206Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T11:23:11.764Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T11:23:11.765Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T11:24:02.198Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T11:24:02.200Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T11:24:02.200Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T11:24:02.204Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T11:24:02.205Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T11:24:02.205Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T11:24:11.803Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T11:24:11.818Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T11:25:02.199Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T11:25:02.200Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T11:25:02.200Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T11:25:02.202Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T11:25:02.204Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T11:25:02.204Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T11:25:11.757Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T11:25:11.765Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T11:26:02.198Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T11:26:02.200Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T11:26:02.200Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T11:26:02.203Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T11:26:02.204Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T11:26:02.204Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T11:26:11.775Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T11:26:11.784Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T11:27:02.198Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T11:27:02.199Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T11:27:02.200Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T11:27:02.202Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T11:27:02.203Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T11:27:02.203Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T11:27:11.757Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T11:27:11.758Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T11:28:02.198Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T11:28:02.200Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T11:28:02.200Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T11:28:02.202Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T11:28:02.203Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T11:28:02.203Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T11:28:11.760Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T11:28:11.768Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T11:29:02.200Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T11:29:02.202Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T11:29:02.205Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T11:29:02.206Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T11:29:02.209Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T11:29:02.209Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T11:29:11.780Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T11:29:11.793Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T11:30:02.198Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T11:30:02.200Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T11:30:02.200Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T11:30:02.202Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T11:30:02.204Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T11:30:02.204Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T11:30:11.773Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T11:30:11.778Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T11:31:02.199Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T11:31:02.202Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T11:31:02.212Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T11:31:02.212Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T11:31:02.216Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T11:31:02.216Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T11:31:11.829Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T11:31:11.853Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T11:32:02.199Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T11:32:02.200Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T11:32:02.201Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T11:32:02.202Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T11:32:02.203Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T11:32:02.203Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T11:32:11.776Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T11:32:11.782Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T11:33:02.198Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T11:33:02.200Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T11:33:02.200Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T11:33:02.202Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T11:33:02.203Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T11:33:02.203Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T11:33:11.756Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T11:33:11.759Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T11:34:02.199Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T11:34:02.200Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T11:34:02.200Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T11:34:02.202Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T11:34:02.203Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T11:34:02.203Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T11:34:11.761Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T11:34:11.764Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T11:35:02.200Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T11:35:02.202Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T11:35:02.202Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T11:35:02.202Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T11:35:02.203Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T11:35:02.203Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T11:35:11.754Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T11:35:11.755Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T11:36:02.198Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T11:36:02.200Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T11:36:02.201Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T11:36:02.202Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T11:36:02.203Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T11:36:02.203Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T11:36:11.758Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T11:36:11.761Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T11:37:02.199Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T11:37:02.201Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T11:37:02.201Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T11:37:02.202Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T11:37:02.203Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T11:37:02.203Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T11:37:11.763Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T11:37:11.782Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T11:38:02.198Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T11:38:02.200Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T11:38:02.200Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T11:38:02.202Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T11:38:02.203Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T11:38:02.203Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T11:38:11.769Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T11:38:11.785Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T11:39:02.198Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T11:39:02.200Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T11:39:02.200Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T11:39:02.202Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T11:39:02.203Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T11:39:02.203Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T11:39:11.769Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T11:39:11.769Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T11:40:02.203Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T11:40:02.205Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T11:40:02.205Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T11:40:02.215Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T11:40:02.216Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T11:40:02.216Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T11:40:11.813Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T11:40:11.826Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T11:41:02.199Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T11:41:02.200Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T11:41:02.200Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T11:41:02.202Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T11:41:02.203Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T11:41:02.203Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T11:41:11.759Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T11:41:11.767Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T11:42:02.198Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T11:42:02.200Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T11:42:02.200Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T11:42:02.202Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T11:42:02.203Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T11:42:02.203Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T11:42:11.765Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T11:42:11.769Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T11:43:02.199Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T11:43:02.200Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T11:43:02.201Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T11:43:02.202Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T11:43:02.203Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T11:43:02.203Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T11:43:11.784Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T11:43:11.785Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T11:44:02.198Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T11:44:02.200Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T11:44:02.200Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T11:44:02.203Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T11:44:02.204Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T11:44:02.204Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T11:44:11.756Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T11:44:11.766Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T11:45:02.198Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T11:45:02.199Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T11:45:02.200Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T11:45:02.202Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T11:45:02.203Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T11:45:02.203Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T11:45:11.757Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T11:45:11.757Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T11:46:02.199Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T11:46:02.201Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T11:46:02.201Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T11:46:02.202Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T11:46:02.204Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T11:46:02.204Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T11:46:11.769Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T11:46:11.787Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T11:47:02.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T11:47:02.204Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T11:47:02.206Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T11:47:02.206Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T11:47:02.206Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T11:47:02.206Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T11:47:11.768Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T11:47:11.796Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T11:48:02.199Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T11:48:02.200Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T11:48:02.200Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T11:48:02.202Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T11:48:02.205Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T11:48:02.206Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T11:48:11.790Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T11:48:11.804Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T11:49:02.200Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T11:49:02.201Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T11:49:02.202Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T11:49:02.202Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T11:49:02.203Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T11:49:02.203Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T11:49:11.763Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T11:49:11.771Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T11:50:02.198Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T11:50:02.199Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T11:50:02.200Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T11:50:02.202Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T11:50:02.203Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T11:50:02.204Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T11:50:11.766Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T11:50:11.768Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T11:51:02.198Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T11:51:02.200Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T11:51:02.200Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T11:51:02.202Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T11:51:02.204Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T11:51:02.204Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T11:51:11.780Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T11:51:11.788Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T11:52:02.198Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T11:52:02.201Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T11:52:02.201Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T11:52:02.204Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T11:52:02.205Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T11:52:02.205Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T11:52:11.777Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T11:52:11.777Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T11:53:02.198Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T11:53:02.200Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T11:53:02.200Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T11:53:02.202Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T11:53:02.203Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T11:53:02.203Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T11:53:11.768Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T11:53:11.768Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T11:54:02.198Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T11:54:02.200Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T11:54:02.202Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T11:54:02.202Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T11:54:02.204Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T11:54:02.204Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T11:54:11.763Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T11:54:11.776Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T11:55:02.198Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T11:55:02.200Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T11:55:02.200Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T11:55:02.202Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T11:55:02.203Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T11:55:02.203Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T11:55:11.772Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T11:55:11.779Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T11:56:02.199Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T11:56:02.201Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T11:56:02.201Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T11:56:02.203Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T11:56:02.204Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T11:56:02.204Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T11:56:11.777Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T11:56:11.804Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T11:57:02.198Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T11:57:02.200Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T11:57:02.200Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T11:57:02.203Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T11:57:02.204Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T11:57:02.204Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T11:57:11.771Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T11:57:11.781Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T11:58:02.198Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T11:58:02.200Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T11:58:02.200Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T11:58:02.202Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T11:58:02.203Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T11:58:02.203Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T11:58:11.764Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T11:58:11.771Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T11:59:02.198Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T11:59:02.199Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T11:59:02.200Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T11:59:02.202Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T11:59:02.204Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T11:59:02.204Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T11:59:11.765Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T11:59:11.781Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:00:02.198Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:00:02.199Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:00:02.200Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:00:02.202Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:00:02.203Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:00:02.203Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:00:11.761Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:00:11.769Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:01:02.198Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:01:02.200Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:01:02.201Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:01:02.202Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:01:02.204Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:01:02.204Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:01:11.773Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:01:11.781Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:02:02.203Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:02:02.204Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:02:02.204Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:02:02.211Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:02:02.212Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:02:02.215Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:02:11.852Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:02:11.900Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:03:02.203Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:03:02.200Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:03:02.209Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:03:02.209Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:03:02.212Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:03:02.212Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:03:11.807Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:03:11.818Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:04:02.198Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:04:02.200Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:04:02.200Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:04:02.202Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:04:02.203Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:04:02.203Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:04:11.809Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:04:11.821Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:05:02.198Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:05:02.200Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:05:02.201Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:05:02.202Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:05:02.203Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:05:02.203Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:05:11.809Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:05:11.831Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:06:02.199Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:06:02.200Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:06:02.200Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:06:02.202Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:06:02.203Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:06:02.203Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:06:11.765Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:06:11.766Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:07:02.201Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:07:02.204Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:07:02.204Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:07:02.202Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:07:02.209Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:07:02.209Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:07:11.823Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:07:11.853Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:08:02.203Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:08:02.205Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:08:02.205Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:08:02.199Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:08:02.209Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:08:02.209Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:08:11.840Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:08:11.843Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:09:02.199Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:09:02.203Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:09:02.203Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:09:02.205Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:09:02.207Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:09:02.207Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:09:11.798Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:09:11.806Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:10:02.198Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:10:02.202Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:10:02.202Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:10:02.202Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:10:02.203Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:10:02.203Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:10:11.796Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:10:11.809Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:11:02.199Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:11:02.201Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:11:02.201Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:11:02.203Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:11:02.204Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:11:02.204Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:11:11.777Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:11:11.789Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:12:02.198Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:12:02.200Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:12:02.200Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:12:02.211Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:12:02.214Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:12:02.228Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:12:11.824Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:12:11.835Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:13:02.198Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:13:02.200Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:13:02.200Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:13:02.202Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:13:02.205Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:13:02.205Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:13:11.769Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:13:11.787Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:14:02.198Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:14:02.200Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:14:02.200Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:14:02.202Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:14:02.203Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:14:02.203Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:14:11.762Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:14:11.763Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:15:02.198Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:15:02.200Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:15:02.200Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:15:02.202Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:15:02.203Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:15:02.203Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:15:11.758Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:15:11.760Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:16:02.198Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:16:02.200Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:16:02.200Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:16:02.202Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:16:02.203Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:16:02.203Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:16:11.773Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:16:11.780Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:17:02.198Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:17:02.200Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:17:02.201Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:17:02.202Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:17:02.203Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:17:02.203Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:17:11.773Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:17:11.783Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:18:02.202Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:18:02.202Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:18:02.203Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:18:02.204Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:18:02.203Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:18:02.207Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:18:11.776Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:18:11.778Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:19:02.199Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:19:02.201Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:19:02.202Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:19:02.202Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:19:02.203Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:19:02.203Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:19:11.789Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:19:11.817Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:20:02.199Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:20:02.201Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:20:02.201Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:20:02.202Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:20:02.203Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:20:02.203Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:20:11.755Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:20:11.766Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:21:02.199Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:21:02.201Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:21:02.201Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:21:02.202Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:21:02.204Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:21:02.204Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:21:11.770Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:21:11.774Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:22:02.198Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:22:02.200Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:22:02.200Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:22:02.202Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:22:02.203Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:22:02.203Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:22:11.751Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:22:11.753Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:23:02.198Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:23:02.200Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:23:02.200Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:23:02.202Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:23:02.203Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:23:02.203Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:23:11.775Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:23:11.776Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:24:02.198Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:24:02.200Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:24:02.201Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:24:02.202Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:24:02.203Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:24:02.203Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:24:11.770Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:24:11.777Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:25:02.201Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:25:02.202Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:25:02.202Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:25:02.202Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:25:02.203Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:25:02.203Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:25:11.767Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:25:11.785Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:26:02.198Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:26:02.200Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:26:02.200Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:26:02.202Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:26:02.203Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:26:02.203Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:26:11.759Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:26:11.761Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:27:02.199Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:27:02.201Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:27:02.201Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:27:02.202Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:27:02.203Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:27:02.203Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:27:11.764Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:27:11.771Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:28:02.198Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:28:02.199Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:28:02.200Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:28:02.202Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:28:02.203Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:28:02.203Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:28:11.750Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:28:11.767Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:29:02.198Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:29:02.200Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:29:02.200Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:29:02.202Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:29:02.203Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:29:02.203Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:29:11.778Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:29:11.796Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:30:02.198Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:30:02.199Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:30:02.200Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:30:02.202Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:30:02.203Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:30:02.203Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:30:11.762Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:30:11.769Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:31:02.198Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:31:02.199Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:31:02.199Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:31:02.203Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:31:02.204Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:31:02.204Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:31:11.780Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:31:11.784Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:32:02.203Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:32:02.205Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:32:02.205Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:32:02.200Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:32:02.211Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:32:02.211Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:32:11.774Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:32:11.779Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:33:02.198Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:33:02.199Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:33:02.199Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:33:02.202Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:33:02.203Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:33:02.203Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:33:11.758Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:33:11.769Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:34:02.198Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:34:02.201Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:34:02.201Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:34:02.202Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:34:02.204Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:34:02.204Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:34:11.764Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:34:11.770Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:35:02.199Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:35:02.201Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:35:02.201Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:35:02.202Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:35:02.203Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:35:02.203Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:35:11.798Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:35:11.804Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:36:02.198Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:36:02.200Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:36:02.200Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:36:02.202Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:36:02.203Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:36:02.203Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:36:11.768Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:36:11.773Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:37:02.198Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:37:02.200Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:37:02.201Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:37:02.202Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:37:02.203Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:37:02.203Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:37:11.771Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:37:11.791Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:38:02.198Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:38:02.200Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:38:02.200Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:38:02.202Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:38:02.203Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:38:02.203Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:38:11.762Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:38:11.770Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:39:02.199Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:39:02.200Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:39:02.200Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:39:02.202Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:39:02.203Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:39:02.203Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:39:11.777Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:39:11.799Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:40:02.199Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:40:02.200Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:40:02.201Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:40:02.202Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:40:02.203Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:40:02.203Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:40:11.806Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:40:11.806Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:41:02.199Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:41:02.200Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:41:02.200Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:41:02.202Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:41:02.203Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:41:02.203Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:41:11.787Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:41:11.791Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:42:02.198Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:42:02.200Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:42:02.200Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:42:02.202Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:42:02.203Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:42:02.203Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:42:11.757Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:42:11.763Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:43:02.198Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:43:02.199Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:43:02.199Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:43:02.202Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:43:02.203Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:43:02.203Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:43:11.771Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:43:11.778Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:44:02.198Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:44:02.200Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:44:02.200Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:44:02.202Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:44:02.203Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:44:02.203Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:44:11.798Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:44:11.800Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:45:02.202Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:45:02.202Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:45:02.203Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:45:02.204Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:45:02.203Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:45:02.207Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:45:11.761Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:45:11.775Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:46:02.198Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:46:02.200Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:46:02.200Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:46:02.202Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:46:02.203Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:46:02.203Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:46:11.785Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:46:11.791Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:47:02.198Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:47:02.200Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:47:02.200Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:47:02.203Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:47:02.204Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:47:02.204Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:47:11.774Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:47:11.778Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:48:02.199Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:48:02.201Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:48:02.201Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:48:02.202Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:48:02.204Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:48:02.204Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:48:11.797Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:48:11.821Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:49:02.198Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:49:02.200Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:49:02.200Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:49:02.203Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:49:02.204Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:49:02.204Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:49:11.780Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:49:11.785Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:50:02.198Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:50:02.199Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:50:02.200Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:50:02.202Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:50:02.203Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:50:02.203Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:50:11.771Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:50:11.793Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:51:02.200Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:51:02.202Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:51:02.202Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:51:02.202Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:51:02.203Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:51:02.203Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:51:11.771Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:51:11.774Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:52:02.199Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:52:02.201Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:52:02.201Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:52:02.202Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:52:02.203Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:52:02.203Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:52:11.808Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:52:11.822Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:53:02.198Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:53:02.200Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:53:02.201Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:53:02.202Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:53:02.204Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:53:02.205Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:53:11.770Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:53:11.773Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:54:02.199Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:54:02.200Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:54:02.200Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:54:02.203Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:54:02.204Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:54:02.204Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:54:11.795Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:54:11.830Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:55:02.198Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:55:02.200Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:55:02.200Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:55:02.202Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:55:02.203Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:55:02.203Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:55:11.764Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:55:11.764Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:56:02.198Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:56:02.200Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:56:02.200Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:56:02.203Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:56:02.204Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:56:02.204Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:56:11.775Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:56:11.789Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:57:02.202Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:57:02.202Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:57:02.203Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:57:02.203Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:57:02.203Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:57:02.203Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:57:11.791Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:57:11.827Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:58:02.199Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:58:02.201Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:58:02.201Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:58:02.202Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:58:02.203Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:58:02.203Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:58:11.765Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:58:11.807Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:59:02.198Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:59:02.200Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:59:02.200Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:59:02.202Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T12:59:02.204Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T12:59:02.204Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T12:59:11.798Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T12:59:11.804Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T13:00:02.199Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T13:00:02.200Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T13:00:02.200Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T13:00:02.203Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T13:00:02.206Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T13:00:02.206Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T13:00:11.763Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T13:00:11.770Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T13:01:02.199Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T13:01:02.200Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T13:01:02.200Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T13:01:02.202Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T13:01:02.203Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T13:01:02.203Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T13:01:11.776Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T13:01:11.787Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T13:02:02.198Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T13:02:02.200Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T13:02:02.200Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T13:02:02.203Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T13:02:02.203Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T13:02:02.203Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T13:02:11.761Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T13:02:11.767Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T13:03:02.200Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T13:03:02.201Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T13:03:02.201Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T13:03:02.202Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T13:03:02.203Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T13:03:02.203Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T13:03:11.789Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T13:03:11.820Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T13:04:02.199Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T13:04:02.200Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T13:04:02.200Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T13:04:02.202Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T13:04:02.203Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T13:04:02.203Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T13:04:11.821Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T13:04:11.829Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T13:05:02.198Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T13:05:02.200Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T13:05:02.200Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T13:05:02.202Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T13:05:02.203Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T13:05:02.203Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T13:05:11.228Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T13:05:11.235Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-28T13:05:11.236Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"dce5ce1e-5330-4fe1-a5ea-bfca1cf35177","serviceName":"vFW 2022-09-28 13-03-09","serviceVersion":"1.0","serviceUUID":"744f9c29-c107-452f-b842-6d3869c9d2d5","serviceDescription":"catalog service description","serviceInvariantUUID":"e0da2a9f-3eb5-4500-a048-51bef61bb265","resources":[{"resourceInstanceName":"vFW 6f528f1a-0d8e 0","resourceName":"vFW 6f528f1a-0d8e","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0da299eb-2467-42d0-bbdd-b43e540ede93","resourceInvariantUUID":"e98d8674-8d31-4dc6-b6b9-dc4c931f0d25","resourceCustomizationUUID":"44689e2f-f3d5-462a-98a1-3954a9232571","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220928130309/1.0/resourceInstances/vfw6f528f1a0d8e0/artifacts/vf-license-model.xml","artifactChecksum":"NzZiMzQ5MzM1ZTUyZjU1MGNiOTlhYzUwYWIyYWZkYWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"85a38199-c4ea-4130-b91c-6b36ce8da4ed","artifactVersion":"1"},{"artifactName":"vfw6f528f1a0d8e0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220928130309/1.0/resourceInstances/vfw6f528f1a0d8e0/artifacts/vfw6f528f1a0d8e0_modules.json","artifactChecksum":"OTM0MTFiY2E5NWY2YzE3Y2QwYzY2MjhjMmU1MWVjMDE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"89019ebb-0886-4b9d-bcc3-fc3516b46c51","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220928130309/1.0/resourceInstances/vfw6f528f1a0d8e0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"734ff73f-134d-4471-aa4b-231b0ef1f1ca","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220928130309/1.0/resourceInstances/vfw6f528f1a0d8e0/artifacts/vendor-license-model.xml","artifactChecksum":"OGI3MTE1YWNkN2I5NTgwODU4MzlkNmJiYmM4MDUwNDc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a8b37e8b-1f81-4d40-adf4-9c24a9684b8f","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220928130309/1.0/resourceInstances/vfw6f528f1a0d8e0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c2ea742f-a168-4631-a4f1-84e3bbe183c5","artifactVersion":"2","generatedFromUUID":"734ff73f-134d-4471-aa4b-231b0ef1f1ca"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220928130309-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220928130309/1.0/artifacts/service-Vfw20220928130309-template.yml","artifactChecksum":"ZDJiZmUzZTMxYjllMjIwOTk1MWEzNWI2YTczMDJlZmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"92a10546-85ad-4025-a6f8-bd4cba7c9cef","artifactVersion":"1"},{"artifactName":"service-Vfw20220928130309-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220928130309/1.0/artifacts/service-Vfw20220928130309-csar.csar","artifactChecksum":"NjMwNjdiZWY4MzJmZWM2YWM0ZmVmMzU1MGQ0MDJkZDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5d414197-e650-4be4-a87a-e93b6cae78b1","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-28T13:05:11.270Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-28T13:05:11.283Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-28T13:05:11.313Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T13:05:11.314Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "dce5ce1e-5330-4fe1-a5ea-bfca1cf35177",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664370302198,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928130309/1.0/resourceInstances/vfw6f528f1a0d8e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-28T13:05:11.413Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-09-28T13:05:11.420Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-28T13:05:11.421Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mlj8iwJrznyRSBgg) ...
2022-09-28T13:05:11.460Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T13:05:11.462Z||pool-3-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-09-28T13:05:11.518Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T13:05:11.519Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:05:11.519Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce5ce1e-5330-4fe1-a5ea-bfca1cf35177",
"consumerID": "aai-ml",
"timestamp": 1664370296623,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928130309/1.0/resourceInstances/vfw6f528f1a0d8e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-28T13:05:11.596Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-28T13:05:12.324Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-28T13:05:12.325Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-28T13:05:12.327Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T13:05:12.328Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "dce5ce1e-5330-4fe1-a5ea-bfca1cf35177",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664370302198,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928130309/1.0/resourceInstances/vfw6f528f1a0d8e0/artifacts/vfw6f528f1a0d8e0_modules.json",
"status": "NOTIFIED"
}
2022-09-28T13:05:12.428Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-28T13:05:12.430Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-28T13:05:12.431Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mlj8iwJrznyRSBgg) ...
2022-09-28T13:05:12.487Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T13:05:12.488Z||pool-4-thread-1|||||INFO|500||cambria reply ok (60 ms):{"serverTimeMs":0,"count":1}
2022-09-28T13:05:13.328Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-28T13:05:13.329Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-28T13:05:13.332Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T13:05:13.333Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "dce5ce1e-5330-4fe1-a5ea-bfca1cf35177",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664370302198,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928130309/1.0/resourceInstances/vfw6f528f1a0d8e0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-09-28T13:05:13.433Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-28T13:05:13.434Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-28T13:05:13.435Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mlj8iwJrznyRSBgg) ...
2022-09-28T13:05:13.458Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T13:05:13.459Z||pool-5-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-09-28T13:05:14.333Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-28T13:05:14.334Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-28T13:05:14.338Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T13:05:14.338Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "dce5ce1e-5330-4fe1-a5ea-bfca1cf35177",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664370302198,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928130309/1.0/resourceInstances/vfw6f528f1a0d8e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-28T13:05:14.439Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-28T13:05:14.440Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-28T13:05:14.440Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mlj8iwJrznyRSBgg) ...
2022-09-28T13:05:14.460Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T13:05:14.461Z||pool-6-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-09-28T13:05:15.343Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-28T13:05:15.352Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-28T13:05:15.355Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T13:05:15.355Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "dce5ce1e-5330-4fe1-a5ea-bfca1cf35177",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664370302198,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928130309/1.0/resourceInstances/vfw6f528f1a0d8e0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-09-28T13:05:15.455Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-28T13:05:15.456Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-28T13:05:15.457Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mlj8iwJrznyRSBgg) ...
2022-09-28T13:05:15.487Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T13:05:15.488Z||pool-7-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-09-28T13:05:16.355Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-28T13:05:16.356Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-28T13:05:16.358Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T13:05:16.358Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "dce5ce1e-5330-4fe1-a5ea-bfca1cf35177",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664370302198,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928130309/1.0/artifacts/service-Vfw20220928130309-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-28T13:05:16.458Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-28T13:05:16.459Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-28T13:05:16.459Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mlj8iwJrznyRSBgg) ...
2022-09-28T13:05:16.505Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T13:05:16.506Z||pool-8-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1}
2022-09-28T13:05:17.359Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-28T13:05:17.359Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-28T13:05:17.371Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T13:05:17.371Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "dce5ce1e-5330-4fe1-a5ea-bfca1cf35177",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664370302198,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928130309/1.0/artifacts/service-Vfw20220928130309-csar.csar",
"status": "NOTIFIED"
}
2022-09-28T13:05:17.471Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-28T13:05:17.472Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-28T13:05:17.473Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mlj8iwJrznyRSBgg) ...
2022-09-28T13:05:17.508Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T13:05:17.510Z||pool-9-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-09-28T13:05:18.374Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "dce5ce1e-5330-4fe1-a5ea-bfca1cf35177",
"serviceName": "vFW 2022-09-28 13-03-09",
"serviceVersion": "1.0",
"serviceUUID": "744f9c29-c107-452f-b842-6d3869c9d2d5",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "e0da2a9f-3eb5-4500-a048-51bef61bb265",
"resources": [
{
"resourceInstanceName": "vFW 6f528f1a-0d8e 0",
"resourceCustomizationUUID": "44689e2f-f3d5-462a-98a1-3954a9232571",
"resourceName": "vFW 6f528f1a-0d8e",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "0da299eb-2467-42d0-bbdd-b43e540ede93",
"resourceInvariantUUID": "e98d8674-8d31-4dc6-b6b9-dc4c931f0d25",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw6f528f1a0d8e0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928130309/1.0/resourceInstances/vfw6f528f1a0d8e0/artifacts/vfw6f528f1a0d8e0_modules.json",
"artifactChecksum": "OTM0MTFiY2E5NWY2YzE3Y2QwYzY2MjhjMmU1MWVjMDE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "89019ebb-0886-4b9d-bcc3-fc3516b46c51",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928130309/1.0/resourceInstances/vfw6f528f1a0d8e0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "734ff73f-134d-4471-aa4b-231b0ef1f1ca",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928130309/1.0/resourceInstances/vfw6f528f1a0d8e0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "c2ea742f-a168-4631-a4f1-84e3bbe183c5",
"generatedFromUUID": "734ff73f-134d-4471-aa4b-231b0ef1f1ca"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928130309/1.0/resourceInstances/vfw6f528f1a0d8e0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "c2ea742f-a168-4631-a4f1-84e3bbe183c5",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220928130309-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928130309/1.0/artifacts/service-Vfw20220928130309-csar.csar",
"artifactChecksum": "NjMwNjdiZWY4MzJmZWM2YWM0ZmVmMzU1MGQ0MDJkZDA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "5d414197-e650-4be4-a87a-e93b6cae78b1"
}
],
"workloadContext": "Production"
}
2022-09-28T13:05:18.377Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-28T13:05:18.378Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 744f9c29-c107-452f-b842-6d3869c9d2d5 ASDC
2022-09-28T13:05:18.562Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:dce5ce1e-5330-4fe1-a5ea-bfca1cf35177
ServiceName:vFW 2022-09-28 13-03-09
ServiceVersion:1.0
ServiceUUID:744f9c29-c107-452f-b842-6d3869c9d2d5
ServiceInvariantUUID:e0da2a9f-3eb5-4500-a048-51bef61bb265
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220928130309-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220928130309/1.0/artifacts/service-Vfw20220928130309-csar.csar
ArtifactUUID:5d414197-e650-4be4-a87a-e93b6cae78b1
ArtifactChecksum:NjMwNjdiZWY4MzJmZWM2YWM0ZmVmMzU1MGQ0MDJkZDA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 6f528f1a-0d8e 0
ResourceCustomizationUUID:44689e2f-f3d5-462a-98a1-3954a9232571
ResourceInvariantUUID:e98d8674-8d31-4dc6-b6b9-dc4c931f0d25
ResourceName:vFW 6f528f1a-0d8e
ResourceType:VF
ResourceUUID:0da299eb-2467-42d0-bbdd-b43e540ede93
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw6f528f1a0d8e0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220928130309/1.0/resourceInstances/vfw6f528f1a0d8e0/artifacts/vfw6f528f1a0d8e0_modules.json
ArtifactUUID:89019ebb-0886-4b9d-bcc3-fc3516b46c51
ArtifactChecksum:OTM0MTFiY2E5NWY2YzE3Y2QwYzY2MjhjMmU1MWVjMDE=
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/Vfw20220928130309/1.0/resourceInstances/vfw6f528f1a0d8e0/artifacts/base_vfw.yaml
ArtifactUUID:734ff73f-134d-4471-aa4b-231b0ef1f1ca
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/Vfw20220928130309/1.0/resourceInstances/vfw6f528f1a0d8e0/artifacts/base_vfw.env
ArtifactUUID:c2ea742f-a168-4631-a4f1-84e3bbe183c5
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/Vfw20220928130309/1.0/resourceInstances/vfw6f528f1a0d8e0/artifacts/base_vfw.env
ArtifactUUID:c2ea742f-a168-4631-a4f1-84e3bbe183c5
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-09-28T13:05:18.563Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 744f9c29-c107-452f-b842-6d3869c9d2d5 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 (?, ?, ?, ?, ?)
2022-09-28T13:05:19.008Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-28T13:05:19.011Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-09-28T13:05:19.023Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-09-28T13:05:19.023Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 5d414197-e650-4be4-a87a-e93b6cae78b1 from URL: /sdc/v1/catalog/services/Vfw20220928130309/1.0/artifacts/service-Vfw20220928130309-csar.csar
2022-09-28T13:05:19.023Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-09-28T13:05:19.025Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220928130309/1.0/artifacts/service-Vfw20220928130309-csar.csar
2022-09-28T13:05:19.481Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-09-28T13:05:19.524Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220928130309/1.0/artifacts/service-Vfw20220928130309-csar.csar 5d414197-e650-4be4-a87a-e93b6cae78b1 100584
2022-09-28T13:05:19.526Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220928130309/1.0/artifacts/service-Vfw20220928130309-csar.csar ASDC sendASDCNotification
2022-09-28T13:05:19.527Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220928130309/1.0/artifacts/service-Vfw20220928130309-csar.csar
2022-09-28T13:05:19.528Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-28T13:05:19.529Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-28T13:05:19.548Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T13:05:19.549Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "dce5ce1e-5330-4fe1-a5ea-bfca1cf35177",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664370319524,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928130309/1.0/artifacts/service-Vfw20220928130309-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-28T13:05:19.635Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 86 ms
2022-09-28T13:05:19.636Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-28T13:05:19.636Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mlj8iwJrznyRSBgg) ...
2022-09-28T13:05:19.712Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T13:05:19.720Z||pool-10-thread-1|||||INFO|500||cambria reply ok (85 ms):{"serverTimeMs":1,"count":1}
2022-09-28T13:05:20.550Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-28T13:05:20.552Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-09-28T13:05:20.554Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 5d414197-e650-4be4-a87a-e93b6cae78b1, URL: /sdc/v1/catalog/services/Vfw20220928130309/1.0/artifacts/service-Vfw20220928130309-csar.csar to file: /app/ASDC/1/service-Vfw20220928130309-csar.csar
2022-09-28T13:05:20.555Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220928130309-csar.csar
2022-09-28T13:05:20.727Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220928130309-csar.csar
2022-09-28T13:05:20.727Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220928130309-csar.csar
2022-09-28T13:05:21.627Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7355926593239690064/Definitions/service-Vfw20220928130309-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2022-09-28T13:05:24.963Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-28T13:05:24.972Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-09-28T13:05:24.973Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220928130309-csar.csar
2022-09-28T13:05:24.973Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-09-28T13:05:24.973Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220928130309-csar.csar
2022-09-28T13:05:24.973Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220928130309-csar.csar
2022-09-28T13:05:24.973Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220928130309-csar.csar
2022-09-28T13:05:24.973Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 6f528f1a-0d8e 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-Vfw20220928130309-csar.csar
2022-09-28T13:05:24.973Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220928130309-csar.csar
2022-09-28T13:05:24.973Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220928130309-csar.csar
2022-09-28T13:05:24.974Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220928130309-csar.csar
2022-09-28T13:05:24.974Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220928130309-csar.csar
2022-09-28T13:05:24.974Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220928130309-csar.csar
2022-09-28T13:05:24.974Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220928130309-csar.csar
2022-09-28T13:05:24.974Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220928130309-csar.csar
2022-09-28T13:05:24.975Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-09-28T13:05:24.987Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T13:05:24.990Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-09-28 13-03-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T13:05:24.996Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Node template vFW 6f528f1a-0d8e 0 is matching search criteria
2022-09-28T13:05:24.997Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-09-28T13:05:25.000Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6f528f1a-0d8e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-28T13:05:25.002Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T13:05:25.003Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-09-28 13-03-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T13:05:25.003Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Node template vFW 6f528f1a-0d8e 0 is matching search criteria
2022-09-28T13:05:25.003Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-09-28T13:05:25.003Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6f528f1a-0d8e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-28T13:05:25.003Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T13:05:25.003Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-09-28 13-03-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T13:05:25.007Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T13:05:25.008Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Node template vFW 6f528f1a-0d8e 0 is not matching search criteria
2022-09-28T13:05:25.009Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-28T13:05:25.009Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-28T13:05:25.009Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-28T13:05:25.009Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-28T13:05:25.009Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-28T13:05:25.009Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-28T13:05:25.009Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-28T13:05:25.009Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-28T13:05:25.009Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-28T13:05:25.009Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-28T13:05:25.010Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-28T13:05:25.010Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-28T13:05:25.010Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-28T13:05:25.010Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-28T13:05:25.011Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-28T13:05:25.011Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-28T13:05:25.011Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T13:05:25.011Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-09-28 13-03-09 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-28T13:05:25.013Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T13:05:25.014Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Node template vFW 6f528f1a-0d8e 0 is matching search criteria
2022-09-28T13:05:25.014Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6f528f1a-0d8e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-28T13:05:25.015Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T13:05:25.015Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Node template vFW 6f528f1a-0d8e 0 is matching search criteria
2022-09-28T13:05:25.015Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6f528f1a-0d8e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-28T13:05:25.015Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T13:05:25.016Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Node template vFW 6f528f1a-0d8e 0 is matching search criteria
2022-09-28T13:05:25.016Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6f528f1a-0d8e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-28T13:05:25.017Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T13:05:25.017Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Node template vFW 6f528f1a-0d8e 0 is not matching search criteria
2022-09-28T13:05:25.017Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-28T13:05:25.018Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-28T13:05:25.018Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-09-28T13:05:25.018Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-28T13:05:25.018Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-28T13:05:25.018Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-28T13:05:25.018Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-28T13:05:25.018Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-28T13:05:25.018Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-28T13:05:25.018Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-28T13:05:25.018Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-28T13:05:25.019Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=927faecc-5ce0-41d3-8d7f-35ccc64d3018
2022-09-28T13:05:25.020Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T13:05:25.020Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Node template vFW 6f528f1a-0d8e 0 is not matching search criteria
2022-09-28T13:05:25.021Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-28T13:05:25.021Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-28T13:05:25.021Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-28T13:05:25.021Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-28T13:05:25.021Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-28T13:05:25.021Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-28T13:05:25.021Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-28T13:05:25.021Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-09-28T13:05:25.021Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-28T13:05:25.021Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-28T13:05:25.021Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-28T13:05:25.021Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-28T13:05:25.021Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f76264c1-5add-4810-aaf7-9045e27fda99
2022-09-28T13:05:25.022Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T13:05:25.022Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Node template vFW 6f528f1a-0d8e 0 is not matching search criteria
2022-09-28T13:05:25.022Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-28T13:05:25.022Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-28T13:05:25.022Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-28T13:05:25.022Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-28T13:05:25.022Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-28T13:05:25.022Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-28T13:05:25.022Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-28T13:05:25.022Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-28T13:05:25.022Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-28T13:05:25.022Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-28T13:05:25.022Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-28T13:05:25.022Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-09-28T13:05:25.022Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b682b4b1-ffe9-4385-8859-47bdcdff28a2
2022-09-28T13:05:25.022Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T13:05:25.023Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-09-28 13-03-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T13:05:25.023Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T13:05:25.023Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-09-28 13-03-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T13:05:25.023Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T13:05:25.023Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-09-28 13-03-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T13:05:25.023Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T13:05:25.023Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-09-28 13-03-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T13:05:25.023Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-09-28 13-03-09
Description:catalog service description
Model UUID:744f9c29-c107-452f-b842-6d3869c9d2d5
Model Version:NULL
Model InvariantUuid:e0da2a9f-3eb5-4500-a048-51bef61bb265
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 6f528f1a-0d8e
Model UUID:1ec29752-d555-483f-9e44-25fa5bc4812b
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e98d8674-8d31-4dc6-b6b9-dc4c931f0d25
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:44689e2f-f3d5-462a-98a1-3954a9232571
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:d0cb4486-2e5f-4d80-ab4f-80d32d2369f7
ModelName:Vfw6f528f1a0d8e..base_vfw..module-0
ModelUuid:b07dea4a-9003-485b-b82f-3900eafa68bc
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:927faecc-5ce0-41d3-8d7f-35ccc64d3018
ModelInvariantUuid:980fab5f-e2c9-4202-999f-91a24ee7b4bb
ModelName:vFW 6f528f1a-0d8e-nodes.vfwCvfc
ModelUuid:2183d8c4-dc28-4c4d-acea-dc182ff95a5e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:be1e34af-d52d-46f7-9ca1-5a8e8fea75a9
ModelInvariantUuid:9d2e14e5-bb92-4f85-a1fb-c338b68c68a7
ModelName:Vfw6f528f1a0d8e.compute.nodes.heat.vfw
ModelUuid:5ee79402-3df0-4be2-8380-4c1a9f7214ba
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:f76264c1-5add-4810-aaf7-9045e27fda99
ModelInvariantUuid:15f153a6-9dbe-4040-a201-243ded8f06e6
ModelName:vFW 6f528f1a-0d8e-nodes.vsnCvfc
ModelUuid:3af9dcbe-a98a-4cf4-9d82-6ccf81e46ec1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:28578167-b4fb-4505-aeeb-9335bad54209
ModelInvariantUuid:3a4f0b83-89c8-4303-b435-9a822dfae642
ModelName:Vfw6f528f1a0d8e.compute.nodes.heat.vsn
ModelUuid:d7b88553-1e05-4602-a128-6c0c2948b1a8
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:b682b4b1-ffe9-4385-8859-47bdcdff28a2
ModelInvariantUuid:0ac937d4-8000-4fd9-9ea7-50f362188868
ModelName:vFW 6f528f1a-0d8e-nodes.vpgCvfc
ModelUuid:7885fc0b-d5cd-4f99-a09a-3dfb79240b32
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:e0643a0a-afa1-48f0-be19-826660b25c6f
ModelInvariantUuid:69d6f8a5-a585-484f-bba4-8137267d1754
ModelName:Vfw6f528f1a0d8e.compute.nodes.heat.vpg
ModelUuid:a1d8776d-0bc9-4669-afbf-59bad7834042
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=?
2022-09-28T13:05:25.057Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 0da299eb-2467-42d0-bbdd-b43e540ede93
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-28T13:05:25.174Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||INFO|500||vFW 6f528f1a-0d8e 0
2022-09-28T13:05:25.185Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0da299eb-2467-42d0-bbdd-b43e540ede93
2022-09-28T13:05:25.185Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 89019ebb-0886-4b9d-bcc3-fc3516b46c51 from URL: /sdc/v1/catalog/services/Vfw20220928130309/1.0/resourceInstances/vfw6f528f1a0d8e0/artifacts/vfw6f528f1a0d8e0_modules.json
2022-09-28T13:05:25.185Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-09-28T13:05:25.186Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220928130309/1.0/resourceInstances/vfw6f528f1a0d8e0/artifacts/vfw6f528f1a0d8e0_modules.json
2022-09-28T13:05:25.268Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-09-28T13:05:25.269Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220928130309/1.0/resourceInstances/vfw6f528f1a0d8e0/artifacts/vfw6f528f1a0d8e0_modules.json 89019ebb-0886-4b9d-bcc3-fc3516b46c51 785
2022-09-28T13:05:25.270Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220928130309/1.0/resourceInstances/vfw6f528f1a0d8e0/artifacts/vfw6f528f1a0d8e0_modules.json ASDC sendASDCNotification
2022-09-28T13:05:25.271Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220928130309/1.0/resourceInstances/vfw6f528f1a0d8e0/artifacts/vfw6f528f1a0d8e0_modules.json
2022-09-28T13:05:25.271Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-28T13:05:25.271Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-28T13:05:25.275Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T13:05:25.275Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "dce5ce1e-5330-4fe1-a5ea-bfca1cf35177",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664370325270,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928130309/1.0/resourceInstances/vfw6f528f1a0d8e0/artifacts/vfw6f528f1a0d8e0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-28T13:05:25.375Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-28T13:05:25.376Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-28T13:05:25.376Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mlj8iwJrznyRSBgg) ...
2022-09-28T13:05:25.406Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T13:05:25.406Z||pool-11-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-09-28T13:05:26.279Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw6f528f1a0d8e..base_vfw..module-0",
"vfModuleModelInvariantUUID": "d0cb4486-2e5f-4d80-ab4f-80d32d2369f7",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "b07dea4a-9003-485b-b82f-3900eafa68bc",
"vfModuleModelCustomizationUUID": "125ba578-58d9-46e9-86d6-fdb3eff378f1",
"isBase": true,
"artifacts": [
"734ff73f-134d-4471-aa4b-231b0ef1f1ca",
"c2ea742f-a168-4631-a4f1-84e3bbe183c5"
],
"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": ""
}
}
]
2022-09-28T13:05:26.305Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6f528f1a0d8e..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b07dea4a-9003-485b-b82f-3900eafa68bc
VfModuleModelInvariantUUID:d0cb4486-2e5f-4d80-ab4f-80d32d2369f7
VfModuleModelDescription:NULL
Artifacts UUID List:{
734ff73f-134d-4471-aa4b-231b0ef1f1ca
,
c2ea742f-a168-4631-a4f1-84e3bbe183c5
}
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
}
2022-09-28T13:05:26.312Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw6f528f1a0d8e..base_vfw..module-0",
"vfModuleModelInvariantUUID": "d0cb4486-2e5f-4d80-ab4f-80d32d2369f7",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "b07dea4a-9003-485b-b82f-3900eafa68bc",
"vfModuleModelCustomizationUUID": "125ba578-58d9-46e9-86d6-fdb3eff378f1",
"isBase": true,
"artifacts": [
"734ff73f-134d-4471-aa4b-231b0ef1f1ca",
"c2ea742f-a168-4631-a4f1-84e3bbe183c5"
],
"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": ""
}
}
]
2022-09-28T13:05:26.312Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6f528f1a0d8e..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b07dea4a-9003-485b-b82f-3900eafa68bc
VfModuleModelInvariantUUID:d0cb4486-2e5f-4d80-ab4f-80d32d2369f7
VfModuleModelDescription:NULL
Artifacts UUID List:{
734ff73f-134d-4471-aa4b-231b0ef1f1ca
,
c2ea742f-a168-4631-a4f1-84e3bbe183c5
}
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
}
2022-09-28T13:05:26.312Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 734ff73f-134d-4471-aa4b-231b0ef1f1ca from URL: /sdc/v1/catalog/services/Vfw20220928130309/1.0/resourceInstances/vfw6f528f1a0d8e0/artifacts/base_vfw.yaml
2022-09-28T13:05:26.312Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-09-28T13:05:26.312Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220928130309/1.0/resourceInstances/vfw6f528f1a0d8e0/artifacts/base_vfw.yaml
2022-09-28T13:05:26.379Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-09-28T13:05:26.379Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220928130309/1.0/resourceInstances/vfw6f528f1a0d8e0/artifacts/base_vfw.yaml 734ff73f-134d-4471-aa4b-231b0ef1f1ca 20368
2022-09-28T13:05:26.380Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220928130309/1.0/resourceInstances/vfw6f528f1a0d8e0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-09-28T13:05:26.380Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220928130309/1.0/resourceInstances/vfw6f528f1a0d8e0/artifacts/base_vfw.yaml
2022-09-28T13:05:26.380Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-28T13:05:26.380Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-28T13:05:26.383Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T13:05:26.384Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "dce5ce1e-5330-4fe1-a5ea-bfca1cf35177",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664370326380,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928130309/1.0/resourceInstances/vfw6f528f1a0d8e0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-28T13:05:26.483Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-28T13:05:26.484Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-28T13:05:26.484Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mlj8iwJrznyRSBgg) ...
2022-09-28T13:05:26.507Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T13:05:26.508Z||pool-12-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-09-28T13:05:27.384Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c2ea742f-a168-4631-a4f1-84e3bbe183c5 from URL: /sdc/v1/catalog/services/Vfw20220928130309/1.0/resourceInstances/vfw6f528f1a0d8e0/artifacts/base_vfw.env
2022-09-28T13:05:27.385Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-09-28T13:05:27.385Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220928130309/1.0/resourceInstances/vfw6f528f1a0d8e0/artifacts/base_vfw.env
2022-09-28T13:05:27.503Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-09-28T13:05:27.504Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220928130309/1.0/resourceInstances/vfw6f528f1a0d8e0/artifacts/base_vfw.env c2ea742f-a168-4631-a4f1-84e3bbe183c5 2098
2022-09-28T13:05:27.504Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220928130309/1.0/resourceInstances/vfw6f528f1a0d8e0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-09-28T13:05:27.505Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220928130309/1.0/resourceInstances/vfw6f528f1a0d8e0/artifacts/base_vfw.env
2022-09-28T13:05:27.505Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-28T13:05:27.505Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-28T13:05:27.508Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T13:05:27.508Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "dce5ce1e-5330-4fe1-a5ea-bfca1cf35177",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664370327504,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928130309/1.0/resourceInstances/vfw6f528f1a0d8e0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-09-28T13:05:27.609Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-28T13:05:27.610Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-28T13:05:27.610Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mlj8iwJrznyRSBgg) ...
2022-09-28T13:05:27.640Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T13:05:27.641Z||pool-13-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-09-28T13:05:28.509Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 744f9c29-c107-452f-b842-6d3869c9d2d5
2022-09-28T13:05:28.510Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 6f528f1a-0d8e 0 0da299eb-2467-42d0-bbdd-b43e540ede93 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-28T13:05:28.582Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1ed6b12c, org.onap.sdc.toscaparser.api.parameters.Input@601caad0, org.onap.sdc.toscaparser.api.parameters.Input@666fd07d, org.onap.sdc.toscaparser.api.parameters.Input@35716c6a, org.onap.sdc.toscaparser.api.parameters.Input@1e05e439]
2022-09-28T13:05:28.588Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T13:05:28.588Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-09-28 13-03-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T13:05:28.589Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic
2022-09-28T13:05:28.589Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 44689e2f-f3d5-462a-98a1-3954a9232571
2022-09-28T13:05:28.590Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 44689e2f-f3d5-462a-98a1-3954a9232571 matches Tosca VF Customization UUID: 44689e2f-f3d5-462a-98a1-3954a9232571
2022-09-28T13:05:28.590Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 44689e2f-f3d5-462a-98a1-3954a9232571 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=?
2022-09-28T13:05:28.603Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T13:05:28.604Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-09-28 13-03-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T13:05:28.607Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 44689e2f-f3d5-462a-98a1-3954a9232571: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-09-28T13:05:28.607Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@62b31707
2022-09-28T13:05:28.607Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T13:05:28.608Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-09-28 13-03-09 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-28T13:05:28.608Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 125ba578-58d9-46e9-86d6-fdb3eff378f1
2022-09-28T13:05:28.611Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 125ba578-58d9-46e9-86d6-fdb3eff378f1
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=?
2022-09-28T13:05:28.624Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T13:05:28.625Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Node template vFW 6f528f1a-0d8e 0 is matching search criteria
2022-09-28T13:05:28.626Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6f528f1a-0d8e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-28T13:05:28.628Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T13:05:28.628Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Node template vFW 6f528f1a-0d8e 0 is matching search criteria
2022-09-28T13:05:28.628Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6f528f1a-0d8e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-28T13:05:28.629Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T13:05:28.629Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Node template vFW 6f528f1a-0d8e 0 is not matching search criteria
2022-09-28T13:05:28.629Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-28T13:05:28.629Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-28T13:05:28.630Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-09-28T13:05:28.630Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-28T13:05:28.630Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-28T13:05:28.630Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-28T13:05:28.630Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-28T13:05:28.630Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-28T13:05:28.630Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-28T13:05:28.631Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-28T13:05:28.631Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-28T13:05:28.631Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=927faecc-5ce0-41d3-8d7f-35ccc64d3018
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=?
2022-09-28T13:05:28.645Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T13:05:28.646Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Node template vFW 6f528f1a-0d8e 0 is matching search criteria
2022-09-28T13:05:28.646Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6f528f1a-0d8e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-28T13:05:28.646Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T13:05:28.647Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Node template vFW 6f528f1a-0d8e 0 is not matching search criteria
2022-09-28T13:05:28.647Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-28T13:05:28.647Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-28T13:05:28.647Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-28T13:05:28.647Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-28T13:05:28.647Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-28T13:05:28.647Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-28T13:05:28.648Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-28T13:05:28.648Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-09-28T13:05:28.648Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-28T13:05:28.648Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-28T13:05:28.648Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-28T13:05:28.649Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-28T13:05:28.649Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f76264c1-5add-4810-aaf7-9045e27fda99
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=?
2022-09-28T13:05:28.653Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T13:05:28.653Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Node template vFW 6f528f1a-0d8e 0 is matching search criteria
2022-09-28T13:05:28.654Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6f528f1a-0d8e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-28T13:05:28.657Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T13:05:28.658Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Node template vFW 6f528f1a-0d8e 0 is not matching search criteria
2022-09-28T13:05:28.658Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-28T13:05:28.658Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-28T13:05:28.658Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-28T13:05:28.658Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-28T13:05:28.659Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-28T13:05:28.659Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-28T13:05:28.659Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-28T13:05:28.659Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-28T13:05:28.659Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-28T13:05:28.659Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-28T13:05:28.659Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-28T13:05:28.659Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-09-28T13:05:28.659Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b682b4b1-ffe9-4385-8859-47bdcdff28a2
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=?
2022-09-28T13:05:28.665Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T13:05:28.666Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Node template vFW 6f528f1a-0d8e 0 is matching search criteria
2022-09-28T13:05:28.667Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6f528f1a-0d8e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-28T13:05:28.667Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T13:05:28.667Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Node template vFW 6f528f1a-0d8e 0 is matching search criteria
2022-09-28T13:05:28.668Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6f528f1a-0d8e 0] matching following query criteria: sdcType=VF, customizationUUID=44689e2f-f3d5-462a-98a1-3954a9232571
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-28T13:05:28.672Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T13:05:28.673Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-09-28 13-03-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T13:05:28.674Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 744f9c29-c107-452f-b842-6d3869c9d2d5: vFW 6f528f1a-0d8e
2022-09-28T13:05:28.674Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T13:05:28.674Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-09-28 13-03-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T13:05:28.675Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T13:05:28.675Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-09-28 13-03-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T13:05:28.675Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T13:05:28.675Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-09-28 13-03-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T13:05:28.675Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T13:05:28.675Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-09-28 13-03-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T13:05:28.675Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T13:05:28.675Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-09-28 13-03-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T13:05:28.675Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2022-09-28 13-03-09
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 (?, ?, ?, ?, ?)
2022-09-28T13:05:29.410Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 6f528f1a-0d8e 0da299eb-2467-42d0-bbdd-b43e540ede93 1 ASDC deployResourceStructure
2022-09-28T13:05:29.411Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220928130309/1.0/resourceInstances/vfw6f528f1a0d8e0/artifacts/vfw6f528f1a0d8e0_modules.json ASDC sendASDCNotification
2022-09-28T13:05:29.411Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220928130309/1.0/resourceInstances/vfw6f528f1a0d8e0/artifacts/vfw6f528f1a0d8e0_modules.json
2022-09-28T13:05:29.411Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-28T13:05:29.412Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-28T13:05:29.414Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T13:05:29.414Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "dce5ce1e-5330-4fe1-a5ea-bfca1cf35177",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664370329411,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928130309/1.0/resourceInstances/vfw6f528f1a0d8e0/artifacts/vfw6f528f1a0d8e0_modules.json",
"status": "DEPLOY_OK"
}
2022-09-28T13:05:29.514Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-28T13:05:29.515Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-28T13:05:29.515Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mlj8iwJrznyRSBgg) ...
2022-09-28T13:05:29.536Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T13:05:29.537Z||pool-14-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-09-28T13:05:30.415Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220928130309/1.0/resourceInstances/vfw6f528f1a0d8e0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-09-28T13:05:30.415Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220928130309/1.0/resourceInstances/vfw6f528f1a0d8e0/artifacts/base_vfw.yaml
2022-09-28T13:05:30.416Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-28T13:05:30.416Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-28T13:05:30.418Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T13:05:30.418Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "dce5ce1e-5330-4fe1-a5ea-bfca1cf35177",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664370330415,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928130309/1.0/resourceInstances/vfw6f528f1a0d8e0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-09-28T13:05:30.518Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-28T13:05:30.519Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-28T13:05:30.520Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mlj8iwJrznyRSBgg) ...
2022-09-28T13:05:30.547Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T13:05:30.547Z||pool-15-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-09-28T13:05:31.426Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220928130309/1.0/resourceInstances/vfw6f528f1a0d8e0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-09-28T13:05:31.426Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220928130309/1.0/resourceInstances/vfw6f528f1a0d8e0/artifacts/base_vfw.env
2022-09-28T13:05:31.427Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-28T13:05:31.427Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-28T13:05:31.429Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T13:05:31.429Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "dce5ce1e-5330-4fe1-a5ea-bfca1cf35177",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664370331423,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928130309/1.0/resourceInstances/vfw6f528f1a0d8e0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-09-28T13:05:31.529Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-28T13:05:31.530Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-28T13:05:31.530Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mlj8iwJrznyRSBgg) ...
2022-09-28T13:05:31.578Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T13:05:31.578Z||pool-16-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1}
2022-09-28T13:05:32.431Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220928130309/1.0/artifacts/service-Vfw20220928130309-csar.csar ASDC sendASDCNotification
2022-09-28T13:05:32.432Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220928130309/1.0/artifacts/service-Vfw20220928130309-csar.csar
2022-09-28T13:05:32.432Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-28T13:05:32.432Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-28T13:05:32.435Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T13:05:32.435Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "dce5ce1e-5330-4fe1-a5ea-bfca1cf35177",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664370332431,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928130309/1.0/artifacts/service-Vfw20220928130309-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-28T13:05:32.535Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-28T13:05:32.536Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-28T13:05:32.536Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mlj8iwJrznyRSBgg) ...
2022-09-28T13:05:32.571Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T13:05:32.571Z||pool-17-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-09-28T13:05:33.436Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dce5ce1e-5330-4fe1-a5ea-bfca1cf35177
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-28T13:05:33.468Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dce5ce1e-5330-4fe1-a5ea-bfca1cf35177
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-28T13:05:33.475Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-28T13:05:33.476Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-28T13:05:33.476Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-28T13:06:02.202Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T13:06:02.203Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T13:06:02.204Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T13:06:02.249Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T13:06:02.250Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:06:02.250Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce5ce1e-5330-4fe1-a5ea-bfca1cf35177",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664370301616,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928130309/1.0/resourceInstances/vfw6f528f1a0d8e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-28T13:06:02.252Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-28T13:06:03.477Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dce5ce1e-5330-4fe1-a5ea-bfca1cf35177
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-28T13:06:03.512Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dce5ce1e-5330-4fe1-a5ea-bfca1cf35177
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-28T13:06:03.519Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-28T13:06:03.519Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-28T13:06:03.519Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-28T13:06:33.523Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dce5ce1e-5330-4fe1-a5ea-bfca1cf35177
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-28T13:06:33.551Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dce5ce1e-5330-4fe1-a5ea-bfca1cf35177
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-28T13:06:33.557Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-28T13:06:33.558Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-28T13:06:33.558Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-28T13:07:02.202Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T13:07:02.204Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T13:07:02.205Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T13:07:02.321Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T13:07:02.323Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:07:02.324Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce5ce1e-5330-4fe1-a5ea-bfca1cf35177",
"consumerID": "cds",
"timestamp": 1664370298262,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928130309/1.0/resourceInstances/vfw6f528f1a0d8e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-28T13:07:02.327Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-28T13:07:02.327Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:07:02.327Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce5ce1e-5330-4fe1-a5ea-bfca1cf35177",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664370302198,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928130309/1.0/resourceInstances/vfw6f528f1a0d8e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-28T13:07:02.328Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-28T13:07:03.565Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dce5ce1e-5330-4fe1-a5ea-bfca1cf35177
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-28T13:07:03.631Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dce5ce1e-5330-4fe1-a5ea-bfca1cf35177
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-28T13:07:03.666Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-28T13:07:03.683Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-28T13:07:03.684Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-28T13:07:33.684Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dce5ce1e-5330-4fe1-a5ea-bfca1cf35177
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-28T13:07:33.725Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dce5ce1e-5330-4fe1-a5ea-bfca1cf35177
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-28T13:07:33.730Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-28T13:07:33.730Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-28T13:07:33.731Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-28T13:08:02.202Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T13:08:02.203Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T13:08:02.204Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T13:08:02.301Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T13:08:02.305Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:08:02.306Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce5ce1e-5330-4fe1-a5ea-bfca1cf35177",
"consumerID": "aai-ml",
"timestamp": 1664370296623,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928130309/1.0/resourceInstances/vfw6f528f1a0d8e0/artifacts/vfw6f528f1a0d8e0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-28T13:08:02.307Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-28T13:08:02.307Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:08:02.307Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce5ce1e-5330-4fe1-a5ea-bfca1cf35177",
"consumerID": "cds",
"timestamp": 1664370298262,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928130309/1.0/resourceInstances/vfw6f528f1a0d8e0/artifacts/vfw6f528f1a0d8e0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-28T13:08:02.307Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-28T13:08:02.307Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:08:02.307Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce5ce1e-5330-4fe1-a5ea-bfca1cf35177",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664370301616,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928130309/1.0/resourceInstances/vfw6f528f1a0d8e0/artifacts/vfw6f528f1a0d8e0_modules.json",
"status": "NOTIFIED"
}
2022-09-28T13:08:02.307Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-28T13:08:02.307Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:08:02.307Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce5ce1e-5330-4fe1-a5ea-bfca1cf35177",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664370302198,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928130309/1.0/resourceInstances/vfw6f528f1a0d8e0/artifacts/vfw6f528f1a0d8e0_modules.json",
"status": "NOTIFIED"
}
2022-09-28T13:08:02.308Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-28T13:08:02.308Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:08:02.308Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce5ce1e-5330-4fe1-a5ea-bfca1cf35177",
"consumerID": "aai-ml",
"timestamp": 1664370296623,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928130309/1.0/resourceInstances/vfw6f528f1a0d8e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-28T13:08:02.308Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-28T13:08:02.308Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:08:02.308Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce5ce1e-5330-4fe1-a5ea-bfca1cf35177",
"consumerID": "cds",
"timestamp": 1664370298262,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928130309/1.0/resourceInstances/vfw6f528f1a0d8e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-28T13:08:02.308Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-28T13:08:02.308Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:08:02.308Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce5ce1e-5330-4fe1-a5ea-bfca1cf35177",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664370301616,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928130309/1.0/resourceInstances/vfw6f528f1a0d8e0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-09-28T13:08:02.308Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-28T13:08:02.308Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:08:02.308Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce5ce1e-5330-4fe1-a5ea-bfca1cf35177",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664370302198,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928130309/1.0/resourceInstances/vfw6f528f1a0d8e0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-09-28T13:08:02.308Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-28T13:08:02.308Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:08:02.308Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce5ce1e-5330-4fe1-a5ea-bfca1cf35177",
"consumerID": "aai-ml",
"timestamp": 1664370296623,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928130309/1.0/resourceInstances/vfw6f528f1a0d8e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-28T13:08:02.308Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-28T13:08:02.308Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:08:02.308Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce5ce1e-5330-4fe1-a5ea-bfca1cf35177",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664370301616,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928130309/1.0/resourceInstances/vfw6f528f1a0d8e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-28T13:08:02.308Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-28T13:08:02.308Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:08:02.308Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce5ce1e-5330-4fe1-a5ea-bfca1cf35177",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664370302198,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928130309/1.0/resourceInstances/vfw6f528f1a0d8e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-28T13:08:02.309Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-28T13:08:02.309Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:08:02.309Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce5ce1e-5330-4fe1-a5ea-bfca1cf35177",
"consumerID": "cds",
"timestamp": 1664370298262,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928130309/1.0/resourceInstances/vfw6f528f1a0d8e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-28T13:08:02.310Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-28T13:08:02.310Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:08:02.310Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce5ce1e-5330-4fe1-a5ea-bfca1cf35177",
"consumerID": "aai-ml",
"timestamp": 1664370296623,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928130309/1.0/resourceInstances/vfw6f528f1a0d8e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-28T13:08:02.310Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-28T13:08:02.310Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:08:02.310Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce5ce1e-5330-4fe1-a5ea-bfca1cf35177",
"consumerID": "cds",
"timestamp": 1664370298262,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928130309/1.0/resourceInstances/vfw6f528f1a0d8e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-28T13:08:02.310Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-28T13:08:02.310Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:08:02.310Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce5ce1e-5330-4fe1-a5ea-bfca1cf35177",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664370301616,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928130309/1.0/resourceInstances/vfw6f528f1a0d8e0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-09-28T13:08:02.310Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-28T13:08:02.310Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:08:02.310Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce5ce1e-5330-4fe1-a5ea-bfca1cf35177",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664370302198,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928130309/1.0/resourceInstances/vfw6f528f1a0d8e0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-09-28T13:08:02.310Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-28T13:08:02.310Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:08:02.310Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce5ce1e-5330-4fe1-a5ea-bfca1cf35177",
"consumerID": "aai-ml",
"timestamp": 1664370296623,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928130309/1.0/artifacts/service-Vfw20220928130309-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-28T13:08:02.310Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-28T13:08:02.310Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:08:02.310Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce5ce1e-5330-4fe1-a5ea-bfca1cf35177",
"consumerID": "cds",
"timestamp": 1664370298262,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928130309/1.0/artifacts/service-Vfw20220928130309-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-28T13:08:02.310Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-28T13:08:02.310Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:08:02.310Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce5ce1e-5330-4fe1-a5ea-bfca1cf35177",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664370301616,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928130309/1.0/artifacts/service-Vfw20220928130309-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-28T13:08:02.310Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-28T13:08:02.310Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:08:02.310Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce5ce1e-5330-4fe1-a5ea-bfca1cf35177",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664370302198,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928130309/1.0/artifacts/service-Vfw20220928130309-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-28T13:08:02.311Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-28T13:08:02.311Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:08:02.311Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce5ce1e-5330-4fe1-a5ea-bfca1cf35177",
"consumerID": "aai-ml",
"timestamp": 1664370296623,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928130309/1.0/artifacts/service-Vfw20220928130309-csar.csar",
"status": "NOTIFIED"
}
2022-09-28T13:08:02.311Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-28T13:08:02.311Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:08:02.311Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce5ce1e-5330-4fe1-a5ea-bfca1cf35177",
"consumerID": "cds",
"timestamp": 1664370298262,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928130309/1.0/artifacts/service-Vfw20220928130309-csar.csar",
"status": "NOTIFIED"
}
2022-09-28T13:08:02.311Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-28T13:08:02.311Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:08:02.311Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce5ce1e-5330-4fe1-a5ea-bfca1cf35177",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664370301616,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928130309/1.0/artifacts/service-Vfw20220928130309-csar.csar",
"status": "NOTIFIED"
}
2022-09-28T13:08:02.311Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-28T13:08:02.311Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:08:02.311Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce5ce1e-5330-4fe1-a5ea-bfca1cf35177",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664370302198,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928130309/1.0/artifacts/service-Vfw20220928130309-csar.csar",
"status": "NOTIFIED"
}
2022-09-28T13:08:02.311Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-28T13:08:02.311Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:08:02.311Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce5ce1e-5330-4fe1-a5ea-bfca1cf35177",
"consumerID": "policy-id",
"timestamp": 1664370318526,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928130309/1.0/resourceInstances/vfw6f528f1a0d8e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-28T13:08:02.311Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-28T13:08:02.311Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:08:02.311Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce5ce1e-5330-4fe1-a5ea-bfca1cf35177",
"consumerID": "cds",
"timestamp": 1664370313073,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928130309/1.0/artifacts/service-Vfw20220928130309-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-28T13:08:02.311Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T13:08:02.311Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:08:02.311Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce5ce1e-5330-4fe1-a5ea-bfca1cf35177",
"consumerID": "aai-ml",
"timestamp": 1664370307144,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928130309/1.0/artifacts/service-Vfw20220928130309-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-28T13:08:02.312Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T13:08:02.312Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:08:02.312Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce5ce1e-5330-4fe1-a5ea-bfca1cf35177",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664370319019,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928130309/1.0/resourceInstances/vfw6f528f1a0d8e0/artifacts/vfw6f528f1a0d8e0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-28T13:08:02.312Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T13:08:02.312Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:08:02.312Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce5ce1e-5330-4fe1-a5ea-bfca1cf35177",
"consumerID": "policy-id",
"timestamp": 1664370318526,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928130309/1.0/resourceInstances/vfw6f528f1a0d8e0/artifacts/vfw6f528f1a0d8e0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-28T13:08:02.312Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-28T13:08:02.312Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:08:02.312Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce5ce1e-5330-4fe1-a5ea-bfca1cf35177",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664370319524,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928130309/1.0/artifacts/service-Vfw20220928130309-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-28T13:08:02.312Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T13:08:02.312Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:08:02.312Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce5ce1e-5330-4fe1-a5ea-bfca1cf35177",
"consumerID": "aai-ml",
"timestamp": 1664370308197,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928130309/1.0/artifacts/service-Vfw20220928130309-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-09-28T13:08:02.312Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T13:08:02.312Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:08:02.312Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce5ce1e-5330-4fe1-a5ea-bfca1cf35177",
"consumerID": "policy-id",
"timestamp": 1664370318526,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928130309/1.0/resourceInstances/vfw6f528f1a0d8e0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-09-28T13:08:02.312Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-28T13:08:02.312Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:08:02.312Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce5ce1e-5330-4fe1-a5ea-bfca1cf35177",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664370320490,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928130309/1.0/resourceInstances/vfw6f528f1a0d8e0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-28T13:08:02.312Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T13:08:02.312Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:08:02.312Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce5ce1e-5330-4fe1-a5ea-bfca1cf35177",
"consumerID": "aai-ml",
"timestamp": 1664370309212,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928130309/1.0/artifacts/service-Vfw20220928130309-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-09-28T13:08:02.312Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T13:08:02.312Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:08:02.312Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce5ce1e-5330-4fe1-a5ea-bfca1cf35177",
"consumerID": "policy-id",
"timestamp": 1664370318526,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928130309/1.0/resourceInstances/vfw6f528f1a0d8e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-28T13:08:02.312Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-28T13:08:02.312Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:08:02.312Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce5ce1e-5330-4fe1-a5ea-bfca1cf35177",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664370321761,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928130309/1.0/resourceInstances/vfw6f528f1a0d8e0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-09-28T13:08:02.312Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T13:08:02.312Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:08:02.313Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce5ce1e-5330-4fe1-a5ea-bfca1cf35177",
"consumerID": "aai-ml",
"timestamp": 1664370310218,
"artifactURL": "",
"status": "COMPONENT_DONE_ERROR",
"errorReason": "deploy failure",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-28T13:08:02.337Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of dce5ce1e-5330-4fe1-a5ea-bfca1cf35177
2022-09-28T13:08:02.338Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId dce5ce1e-5330-4fe1-a5ea-bfca1cf35177 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 (?, ?, ?, ?, ?)
2022-09-28T13:08:02.389Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:08:02.389Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce5ce1e-5330-4fe1-a5ea-bfca1cf35177",
"consumerID": "policy-id",
"timestamp": 1664370318526,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928130309/1.0/resourceInstances/vfw6f528f1a0d8e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-28T13:08:02.390Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-28T13:08:02.390Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:08:02.390Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce5ce1e-5330-4fe1-a5ea-bfca1cf35177",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664370323014,
"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=?
2022-09-28T13:08:02.404Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dce5ce1e-5330-4fe1-a5ea-bfca1cf35177
2022-09-28T13:08:02.404Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId dce5ce1e-5330-4fe1-a5ea-bfca1cf35177 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 (?, ?, ?, ?, ?)
2022-09-28T13:08:02.423Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:08:02.424Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce5ce1e-5330-4fe1-a5ea-bfca1cf35177",
"consumerID": "policy-id",
"timestamp": 1664370318526,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928130309/1.0/artifacts/service-Vfw20220928130309-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-28T13:08:02.424Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-28T13:08:02.424Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:08:02.424Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce5ce1e-5330-4fe1-a5ea-bfca1cf35177",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664370324025,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928130309/1.0/resourceInstances/vfw6f528f1a0d8e0/artifacts/vfw6f528f1a0d8e0_modules.json",
"status": "DEPLOY_OK"
}
2022-09-28T13:08:02.425Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T13:08:02.425Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:08:02.425Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce5ce1e-5330-4fe1-a5ea-bfca1cf35177",
"consumerID": "policy-id",
"timestamp": 1664370318526,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928130309/1.0/artifacts/service-Vfw20220928130309-csar.csar",
"status": "NOTIFIED"
}
2022-09-28T13:08:02.425Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-28T13:08:02.425Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:08:02.425Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce5ce1e-5330-4fe1-a5ea-bfca1cf35177",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664370313770,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928130309/1.0/resourceInstances/vfw6f528f1a0d8e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-28T13:08:02.425Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-28T13:08:02.425Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:08:02.425Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce5ce1e-5330-4fe1-a5ea-bfca1cf35177",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664370325270,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928130309/1.0/resourceInstances/vfw6f528f1a0d8e0/artifacts/vfw6f528f1a0d8e0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-28T13:08:02.425Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T13:08:02.425Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:08:02.425Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce5ce1e-5330-4fe1-a5ea-bfca1cf35177",
"consumerID": "policy-id",
"timestamp": 1664370326464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928130309/1.0/artifacts/service-Vfw20220928130309-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-28T13:08:02.425Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T13:08:02.426Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:08:02.426Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce5ce1e-5330-4fe1-a5ea-bfca1cf35177",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664370313770,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928130309/1.0/resourceInstances/vfw6f528f1a0d8e0/artifacts/vfw6f528f1a0d8e0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-28T13:08:02.426Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-28T13:08:02.426Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:08:02.426Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce5ce1e-5330-4fe1-a5ea-bfca1cf35177",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664370326380,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928130309/1.0/resourceInstances/vfw6f528f1a0d8e0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-28T13:08:02.426Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T13:08:02.426Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:08:02.426Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce5ce1e-5330-4fe1-a5ea-bfca1cf35177",
"consumerID": "policy-id",
"timestamp": 1664370327481,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928130309/1.0/artifacts/service-Vfw20220928130309-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-28T13:08:02.426Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T13:08:02.426Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:08:02.426Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce5ce1e-5330-4fe1-a5ea-bfca1cf35177",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664370313770,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928130309/1.0/resourceInstances/vfw6f528f1a0d8e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-28T13:08:02.426Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-28T13:08:02.426Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:08:02.426Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce5ce1e-5330-4fe1-a5ea-bfca1cf35177",
"consumerID": "policy-id",
"timestamp": 1664370328487,
"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=?
2022-09-28T13:08:02.444Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dce5ce1e-5330-4fe1-a5ea-bfca1cf35177
2022-09-28T13:08:02.444Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId dce5ce1e-5330-4fe1-a5ea-bfca1cf35177 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-09-28T13:08:02.461Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:08:02.461Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce5ce1e-5330-4fe1-a5ea-bfca1cf35177",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664370327504,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928130309/1.0/resourceInstances/vfw6f528f1a0d8e0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-09-28T13:08:02.462Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T13:08:02.462Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:08:02.462Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce5ce1e-5330-4fe1-a5ea-bfca1cf35177",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664370313770,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928130309/1.0/resourceInstances/vfw6f528f1a0d8e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-28T13:08:02.462Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-28T13:08:02.462Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:08:02.462Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce5ce1e-5330-4fe1-a5ea-bfca1cf35177",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664370313770,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928130309/1.0/resourceInstances/vfw6f528f1a0d8e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-28T13:08:02.463Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-28T13:08:02.463Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:08:02.463Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce5ce1e-5330-4fe1-a5ea-bfca1cf35177",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664370329411,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928130309/1.0/resourceInstances/vfw6f528f1a0d8e0/artifacts/vfw6f528f1a0d8e0_modules.json",
"status": "DEPLOY_OK"
}
2022-09-28T13:08:02.463Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T13:08:02.463Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:08:02.464Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce5ce1e-5330-4fe1-a5ea-bfca1cf35177",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664370313770,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928130309/1.0/artifacts/service-Vfw20220928130309-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-28T13:08:02.464Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-28T13:08:02.464Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:08:02.464Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce5ce1e-5330-4fe1-a5ea-bfca1cf35177",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664370330415,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928130309/1.0/resourceInstances/vfw6f528f1a0d8e0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-09-28T13:08:02.465Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T13:08:02.465Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:08:02.465Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce5ce1e-5330-4fe1-a5ea-bfca1cf35177",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664370313770,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928130309/1.0/artifacts/service-Vfw20220928130309-csar.csar",
"status": "NOTIFIED"
}
2022-09-28T13:08:02.466Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-28T13:08:02.466Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:08:02.466Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce5ce1e-5330-4fe1-a5ea-bfca1cf35177",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664370331423,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928130309/1.0/resourceInstances/vfw6f528f1a0d8e0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-09-28T13:08:02.466Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T13:08:02.466Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:08:02.466Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce5ce1e-5330-4fe1-a5ea-bfca1cf35177",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664370321726,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928130309/1.0/artifacts/service-Vfw20220928130309-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-28T13:08:02.466Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T13:08:02.466Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:08:02.466Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce5ce1e-5330-4fe1-a5ea-bfca1cf35177",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664370332431,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928130309/1.0/artifacts/service-Vfw20220928130309-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-28T13:08:02.467Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T13:08:02.467Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:08:02.467Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce5ce1e-5330-4fe1-a5ea-bfca1cf35177",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664370327660,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928130309/1.0/artifacts/service-Vfw20220928130309-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-28T13:08:02.468Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T13:08:02.468Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:08:02.468Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce5ce1e-5330-4fe1-a5ea-bfca1cf35177",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664370328666,
"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=?
2022-09-28T13:08:02.480Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of dce5ce1e-5330-4fe1-a5ea-bfca1cf35177
2022-09-28T13:08:02.482Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId dce5ce1e-5330-4fe1-a5ea-bfca1cf35177 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 (?, ?, ?, ?, ?)
2022-09-28T13:08:02.515Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:08:02.516Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61c0d7c1-bd5a-4500-a189-b42b21fdeda8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664370343770,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/resourceInstances/basic_onboard_mhdovu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-28T13:08:02.516Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-28T13:08:02.517Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:08:02.517Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61c0d7c1-bd5a-4500-a189-b42b21fdeda8",
"consumerID": "cds",
"timestamp": 1664370343262,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/resourceInstances/basic_onboard_mhdovu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-28T13:08:02.517Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-28T13:08:02.517Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:08:02.517Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61c0d7c1-bd5a-4500-a189-b42b21fdeda8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664370343770,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/resourceInstances/basic_onboard_mhdovu0/artifacts/basic_onboard_mhdovu0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-28T13:08:02.517Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-28T13:08:02.518Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:08:02.518Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61c0d7c1-bd5a-4500-a189-b42b21fdeda8",
"consumerID": "cds",
"timestamp": 1664370343262,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/resourceInstances/basic_onboard_mhdovu0/artifacts/basic_onboard_mhdovu0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-28T13:08:02.518Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-28T13:08:02.518Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:08:02.518Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61c0d7c1-bd5a-4500-a189-b42b21fdeda8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664370343770,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/resourceInstances/basic_onboard_mhdovu0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-28T13:08:02.518Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-28T13:08:02.519Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:08:02.519Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61c0d7c1-bd5a-4500-a189-b42b21fdeda8",
"consumerID": "cds",
"timestamp": 1664370343262,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/resourceInstances/basic_onboard_mhdovu0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-28T13:08:02.520Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-28T13:08:02.520Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:08:02.520Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61c0d7c1-bd5a-4500-a189-b42b21fdeda8",
"consumerID": "policy-id",
"timestamp": 1664370358526,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/resourceInstances/basic_onboard_mhdovu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-28T13:08:02.520Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-28T13:08:02.520Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:08:02.520Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61c0d7c1-bd5a-4500-a189-b42b21fdeda8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664370343770,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/resourceInstances/basic_onboard_mhdovu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-28T13:08:02.520Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-28T13:08:02.521Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:08:02.521Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61c0d7c1-bd5a-4500-a189-b42b21fdeda8",
"consumerID": "cds",
"timestamp": 1664370343262,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/resourceInstances/basic_onboard_mhdovu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-28T13:08:02.521Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-28T13:08:02.521Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:08:02.521Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61c0d7c1-bd5a-4500-a189-b42b21fdeda8",
"consumerID": "policy-id",
"timestamp": 1664370358526,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/resourceInstances/basic_onboard_mhdovu0/artifacts/basic_onboard_mhdovu0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-28T13:08:02.522Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-28T13:08:02.527Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:08:02.528Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61c0d7c1-bd5a-4500-a189-b42b21fdeda8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664370343770,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/resourceInstances/basic_onboard_mhdovu0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-09-28T13:08:02.528Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-28T13:08:02.528Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:08:02.533Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61c0d7c1-bd5a-4500-a189-b42b21fdeda8",
"consumerID": "cds",
"timestamp": 1664370343262,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/resourceInstances/basic_onboard_mhdovu0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-09-28T13:08:02.534Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-28T13:08:02.534Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:08:02.534Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61c0d7c1-bd5a-4500-a189-b42b21fdeda8",
"consumerID": "policy-id",
"timestamp": 1664370358526,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/resourceInstances/basic_onboard_mhdovu0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-09-28T13:08:02.535Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-28T13:08:02.535Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:08:02.535Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61c0d7c1-bd5a-4500-a189-b42b21fdeda8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664370343770,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/artifacts/service-BasicOnboardMhdovu-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-28T13:08:02.535Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-28T13:08:02.535Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:08:02.535Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61c0d7c1-bd5a-4500-a189-b42b21fdeda8",
"consumerID": "cds",
"timestamp": 1664370343262,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/artifacts/service-BasicOnboardMhdovu-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-28T13:08:02.536Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-28T13:08:02.536Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:08:02.536Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61c0d7c1-bd5a-4500-a189-b42b21fdeda8",
"consumerID": "policy-id",
"timestamp": 1664370358526,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/resourceInstances/basic_onboard_mhdovu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-28T13:08:02.536Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-28T13:08:02.536Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:08:02.536Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61c0d7c1-bd5a-4500-a189-b42b21fdeda8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664370343770,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/artifacts/service-BasicOnboardMhdovu-csar.csar",
"status": "NOTIFIED"
}
2022-09-28T13:08:02.536Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-28T13:08:02.536Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:08:02.537Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61c0d7c1-bd5a-4500-a189-b42b21fdeda8",
"consumerID": "cds",
"timestamp": 1664370343262,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/artifacts/service-BasicOnboardMhdovu-csar.csar",
"status": "NOTIFIED"
}
2022-09-28T13:08:02.537Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-28T13:08:03.733Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dce5ce1e-5330-4fe1-a5ea-bfca1cf35177
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-28T13:08:03.768Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dce5ce1e-5330-4fe1-a5ea-bfca1cf35177
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-28T13:08:03.774Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-28T13:08:03.775Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-28T13:08:03.777Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-28T13:08:03.777Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-28T13:08:03.777Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName:
2022-09-28T13:08:03.778Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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=?
2022-09-28T13:08:03.791Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-28T13:08:33.792Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dce5ce1e-5330-4fe1-a5ea-bfca1cf35177 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=?
2022-09-28T13:08:33.817Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dce5ce1e-5330-4fe1-a5ea-bfca1cf35177 and serviceModelVersionId: 744f9c29-c107-452f-b842-6d3869c9d2d5
2022-09-28T13:08:33.818Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e0da2a9f-3eb5-4500-a048-51bef61bb265
2022-09-28T13:08:50.466Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e0da2a9f-3eb5-4500-a048-51bef61bb265/model-vers/model-ver/744f9c29-c107-452f-b842-6d3869c9d2d5?depth=0
2022-09-28T13:08:50.589Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-09-28T13:08:50.636Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e0da2a9f-3eb5-4500-a048-51bef61bb265/model-vers/model-ver/744f9c29-c107-452f-b842-6d3869c9d2d5?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]}
2022-09-28T13:08:50.637Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e0da2a9f-3eb5-4500-a048-51bef61bb265/model-vers/model-ver/744f9c29-c107-452f-b842-6d3869c9d2d5?depth=0|INFO|500||Invoke
2022-09-28T13:08:50.648Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e0da2a9f-3eb5-4500-a048-51bef61bb265/model-vers/model-ver/744f9c29-c107-452f-b842-6d3869c9d2d5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}
2022-09-28T13:08:50.760Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e0da2a9f-3eb5-4500-a048-51bef61bb265/model-vers/model-ver/744f9c29-c107-452f-b842-6d3869c9d2d5?depth=0|INFO|404|Not Found|InvokeReturn
2022-09-28T13:08:50.760Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e0da2a9f-3eb5-4500-a048-51bef61bb265/model-vers/model-ver/744f9c29-c107-452f-b842-6d3869c9d2d5?depth=0 has http status code:404 and response headers:{date=[Wed, 28 Sep 2022 13:08:50 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[88], x-aai-txid=[1-aai-resources-220928-13:08:50:662-92948], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-09-28T13:08:50.761Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/e0da2a9f-3eb5-4500-a048-51bef61bb265/model-vers/model-ver/744f9c29-c107-452f-b842-6d3869c9d2d5","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/e0da2a9f-3eb5-4500-a048-51bef61bb265/model-vers/model-ver/744f9c29-c107-452f-b842-6d3869c9d2d5","ERR.5.4.6114"]}}}
2022-09-28T13:08:50.782Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=dce5ce1e-5330-4fe1-a5ea-bfca1cf35177 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/e0da2a9f-3eb5-4500-a048-51bef61bb265/model-vers/model-ver/744f9c29-c107-452f-b842-6d3869c9d2d5 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/e0da2a9f-3eb5-4500-a048-51bef61bb265/model-vers/model-ver/744f9c29-c107-452f-b842-6d3869c9d2d5) (ec=ERR.5.4.6114)
2022-09-28T13:08:50.787Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=dce5ce1e-5330-4fe1-a5ea-bfca1cf35177 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/e0da2a9f-3eb5-4500-a048-51bef61bb265/model-vers/model-ver/744f9c29-c107-452f-b842-6d3869c9d2d5 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/e0da2a9f-3eb5-4500-a048-51bef61bb265/model-vers/model-ver/744f9c29-c107-452f-b842-6d3869c9d2d5) (ec=ERR.5.4.6114)
at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
at org.onap.so.client.RestRequest.get(RestRequest.java:77)
at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
at org.onap.so.client.RestClient.method(RestClient.java:322)
at org.onap.so.client.RestClient.patch(RestClient.java:265)
at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-09-28T13:08:50.787Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=dce5ce1e-5330-4fe1-a5ea-bfca1cf35177 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/e0da2a9f-3eb5-4500-a048-51bef61bb265/model-vers/model-ver/744f9c29-c107-452f-b842-6d3869c9d2d5 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/e0da2a9f-3eb5-4500-a048-51bef61bb265/model-vers/model-ver/744f9c29-c107-452f-b842-6d3869c9d2d5) (ec=ERR.5.4.6114)
2022-09-28T13:08:50.788Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=dce5ce1e-5330-4fe1-a5ea-bfca1cf35177 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/e0da2a9f-3eb5-4500-a048-51bef61bb265/model-vers/model-ver/744f9c29-c107-452f-b842-6d3869c9d2d5 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/e0da2a9f-3eb5-4500-a048-51bef61bb265/model-vers/model-ver/744f9c29-c107-452f-b842-6d3869c9d2d5) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-28T13:08:50.797Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-09-28T13:08:50.798Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dce5ce1e-5330-4fe1-a5ea-bfca1cf35177 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=dce5ce1e-5330-4fe1-a5ea-bfca1cf35177 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/e0da2a9f-3eb5-4500-a048-51bef61bb265/model-vers/model-ver/744f9c29-c107-452f-b842-6d3869c9d2d5 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/e0da2a9f-3eb5-4500-a048-51bef61bb265/model-vers/model-ver/744f9c29-c107-452f-b842-6d3869c9d2d5) (ec=ERR.5.4.6114)
2022-09-28T13:08:50.800Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-09-28T13:08:50.800Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-28T13:08:50.804Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T13:08:50.804Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "dce5ce1e-5330-4fe1-a5ea-bfca1cf35177",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664370530799,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003ddce5ce1e-5330-4fe1-a5ea-bfca1cf35177 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/e0da2a9f-3eb5-4500-a048-51bef61bb265/model-vers/model-ver/744f9c29-c107-452f-b842-6d3869c9d2d5 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/e0da2a9f-3eb5-4500-a048-51bef61bb265/model-vers/model-ver/744f9c29-c107-452f-b842-6d3869c9d2d5) (ec\u003dERR.5.4.6114)"
}
2022-09-28T13:08:50.904Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-28T13:08:50.905Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-28T13:08:50.906Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mlj8iwJrznyRSBgg) ...
2022-09-28T13:08:50.941Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T13:08:50.941Z||pool-18-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-28T13:08:51.837Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T13:08:51.839Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T13:08:51.839Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T13:08:56.583Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T13:08:56.584Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-28T13:08:56.584Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"61c0d7c1-bd5a-4500-a189-b42b21fdeda8","serviceName":"basic_onboard_mHDovU","serviceVersion":"1.0","serviceUUID":"fc83c735-2742-4db9-8c7d-a1cf73000f44","serviceDescription":"service","serviceInvariantUUID":"23986efd-f14e-4be3-b9d6-05e6f8b7f758","resources":[{"resourceInstanceName":"basic_onboard_mHDovU 0","resourceName":"basic_onboard_mHDovU","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6dcbb4b4-7849-4429-a64c-46136c9ea15a","resourceInvariantUUID":"528cdbd5-0f71-42e8-a0ac-70586cd0585a","resourceCustomizationUUID":"1b90ebbf-536d-4383-8583-8f3e57d5ab26","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/resourceInstances/basic_onboard_mhdovu0/artifacts/vf-license-model.xml","artifactChecksum":"YjJhMjQ5NWExZTYyYTk5YjgxMzQxMjUwOWY1NjQzYjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4702256c-c55b-4068-8392-c4657c43ecbc","artifactVersion":"1"},{"artifactName":"basic_onboard_mhdovu0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/resourceInstances/basic_onboard_mhdovu0/artifacts/basic_onboard_mhdovu0_modules.json","artifactChecksum":"MWM2ZWNkYzNiNTQxZjhhZWMwYTY5NGQ4MTI5Mzg5Nzc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b1b5fd3c-1506-4a5b-a097-20ebc9fb280f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/resourceInstances/basic_onboard_mhdovu0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"edc20673-7362-48d8-88d4-a1629d6aaed7","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/resourceInstances/basic_onboard_mhdovu0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"133866f9-5623-4f36-920d-8d50ac193365","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/resourceInstances/basic_onboard_mhdovu0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"fefd3f0b-9d13-4b88-9895-3b54877198b7","artifactVersion":"2","generatedFromUUID":"edc20673-7362-48d8-88d4-a1629d6aaed7"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardMhdovu-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/artifacts/service-BasicOnboardMhdovu-template.yml","artifactChecksum":"Y2UxNDM0MjU1OTkyY2VhMzA3OWQ5ZDE0NzM0NTdjMjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1f58d522-377f-4c8f-8951-4061ca54640b","artifactVersion":"1"},{"artifactName":"service-BasicOnboardMhdovu-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/artifacts/service-BasicOnboardMhdovu-csar.csar","artifactChecksum":"YmI1NTZmZmRmZmY0NmYwZDY0Yzk4OGQzYjkyNWQ4OGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d12162a0-e85a-48df-990b-e80c4e4a0948","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-28T13:08:56.586Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-28T13:08:56.586Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-28T13:08:56.588Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T13:08:56.588Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "61c0d7c1-bd5a-4500-a189-b42b21fdeda8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664370531837,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/resourceInstances/basic_onboard_mhdovu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-28T13:08:56.688Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-28T13:08:56.690Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-28T13:08:56.690Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mlj8iwJrznyRSBgg) ...
2022-09-28T13:08:56.735Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T13:08:56.735Z||pool-19-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":1,"count":1}
2022-09-28T13:08:57.592Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-28T13:08:57.592Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-28T13:08:57.661Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T13:08:57.662Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "61c0d7c1-bd5a-4500-a189-b42b21fdeda8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664370531837,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/resourceInstances/basic_onboard_mhdovu0/artifacts/basic_onboard_mhdovu0_modules.json",
"status": "NOTIFIED"
}
2022-09-28T13:08:57.762Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-28T13:08:57.763Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-28T13:08:57.764Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mlj8iwJrznyRSBgg) ...
2022-09-28T13:08:57.871Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T13:08:57.872Z||pool-20-thread-1|||||INFO|500||cambria reply ok (110 ms):{"serverTimeMs":0,"count":1}
2022-09-28T13:08:58.663Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-28T13:08:58.666Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-28T13:08:58.687Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T13:08:58.688Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "61c0d7c1-bd5a-4500-a189-b42b21fdeda8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664370531837,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/resourceInstances/basic_onboard_mhdovu0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-09-28T13:08:58.789Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-28T13:08:58.790Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-28T13:08:58.790Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mlj8iwJrznyRSBgg) ...
2022-09-28T13:08:58.817Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T13:08:58.818Z||pool-21-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-09-28T13:08:59.690Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-28T13:08:59.690Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-28T13:08:59.696Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T13:08:59.697Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "61c0d7c1-bd5a-4500-a189-b42b21fdeda8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664370531837,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/resourceInstances/basic_onboard_mhdovu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-28T13:08:59.811Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 114 ms
2022-09-28T13:08:59.812Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-28T13:08:59.833Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mlj8iwJrznyRSBgg) ...
2022-09-28T13:08:59.886Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T13:08:59.887Z||pool-22-thread-1|||||INFO|500||cambria reply ok (76 ms):{"serverTimeMs":0,"count":1}
2022-09-28T13:09:00.706Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-28T13:09:00.710Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-28T13:09:00.712Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T13:09:00.713Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "61c0d7c1-bd5a-4500-a189-b42b21fdeda8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664370531837,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/resourceInstances/basic_onboard_mhdovu0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-09-28T13:09:00.812Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-28T13:09:00.813Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-28T13:09:00.814Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mlj8iwJrznyRSBgg) ...
2022-09-28T13:09:00.839Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T13:09:00.840Z||pool-23-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-09-28T13:09:01.726Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-28T13:09:01.727Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-28T13:09:01.731Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T13:09:01.731Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "61c0d7c1-bd5a-4500-a189-b42b21fdeda8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664370531837,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/artifacts/service-BasicOnboardMhdovu-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-28T13:09:01.829Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-09-28T13:09:01.831Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-28T13:09:01.831Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mlj8iwJrznyRSBgg) ...
2022-09-28T13:09:01.860Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T13:09:01.861Z||pool-24-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-09-28T13:09:02.202Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T13:09:02.203Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T13:09:02.203Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T13:09:02.253Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T13:09:02.256Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:09:02.256Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61c0d7c1-bd5a-4500-a189-b42b21fdeda8",
"consumerID": "policy-id",
"timestamp": 1664370358526,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/resourceInstances/basic_onboard_mhdovu0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-09-28T13:09:02.257Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-28T13:09:02.257Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:09:02.257Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61c0d7c1-bd5a-4500-a189-b42b21fdeda8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664370361617,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/resourceInstances/basic_onboard_mhdovu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-28T13:09:02.257Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-28T13:09:02.257Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:09:02.257Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61c0d7c1-bd5a-4500-a189-b42b21fdeda8",
"consumerID": "cds",
"timestamp": 1664370357093,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/artifacts/service-BasicOnboardMhdovu-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-28T13:09:02.257Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T13:09:02.257Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:09:02.257Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61c0d7c1-bd5a-4500-a189-b42b21fdeda8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664370352334,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/artifacts/service-BasicOnboardMhdovu-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-28T13:09:02.257Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T13:09:02.257Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:09:02.257Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61c0d7c1-bd5a-4500-a189-b42b21fdeda8",
"consumerID": "policy-id",
"timestamp": 1664370358526,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/artifacts/service-BasicOnboardMhdovu-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-28T13:09:02.257Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-28T13:09:02.257Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:09:02.257Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61c0d7c1-bd5a-4500-a189-b42b21fdeda8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664370361617,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/resourceInstances/basic_onboard_mhdovu0/artifacts/basic_onboard_mhdovu0_modules.json",
"status": "NOTIFIED"
}
2022-09-28T13:09:02.257Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-28T13:09:02.257Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:09:02.257Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61c0d7c1-bd5a-4500-a189-b42b21fdeda8",
"consumerID": "policy-id",
"timestamp": 1664370358526,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/artifacts/service-BasicOnboardMhdovu-csar.csar",
"status": "NOTIFIED"
}
2022-09-28T13:09:02.258Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-28T13:09:02.258Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:09:02.258Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61c0d7c1-bd5a-4500-a189-b42b21fdeda8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664370361617,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/resourceInstances/basic_onboard_mhdovu0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-09-28T13:09:02.258Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-28T13:09:02.258Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:09:02.258Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61c0d7c1-bd5a-4500-a189-b42b21fdeda8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664370354644,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/artifacts/service-BasicOnboardMhdovu-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-28T13:09:02.258Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T13:09:02.258Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:09:02.258Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61c0d7c1-bd5a-4500-a189-b42b21fdeda8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664370361617,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/resourceInstances/basic_onboard_mhdovu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-28T13:09:02.258Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-28T13:09:02.258Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:09:02.258Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61c0d7c1-bd5a-4500-a189-b42b21fdeda8",
"consumerID": "policy-id",
"timestamp": 1664370366393,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/artifacts/service-BasicOnboardMhdovu-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-28T13:09:02.258Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T13:09:02.258Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:09:02.258Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61c0d7c1-bd5a-4500-a189-b42b21fdeda8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664370355648,
"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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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 (?, ?, ?, ?, ?)
2022-09-28T13:09:02.305Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 61c0d7c1-bd5a-4500-a189-b42b21fdeda8
2022-09-28T13:09:02.305Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 61c0d7c1-bd5a-4500-a189-b42b21fdeda8 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 (?, ?, ?, ?, ?)
2022-09-28T13:09:02.323Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:09:02.323Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61c0d7c1-bd5a-4500-a189-b42b21fdeda8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664370361617,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/resourceInstances/basic_onboard_mhdovu0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-09-28T13:09:02.324Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-28T13:09:02.324Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:09:02.324Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61c0d7c1-bd5a-4500-a189-b42b21fdeda8",
"consumerID": "policy-id",
"timestamp": 1664370367399,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/artifacts/service-BasicOnboardMhdovu-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-28T13:09:02.324Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T13:09:02.325Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:09:02.325Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61c0d7c1-bd5a-4500-a189-b42b21fdeda8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664370361617,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/artifacts/service-BasicOnboardMhdovu-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-28T13:09:02.325Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-28T13:09:02.325Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:09:02.325Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61c0d7c1-bd5a-4500-a189-b42b21fdeda8",
"consumerID": "policy-id",
"timestamp": 1664370368404,
"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=?
2022-09-28T13:09:02.337Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 61c0d7c1-bd5a-4500-a189-b42b21fdeda8
2022-09-28T13:09:02.339Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 61c0d7c1-bd5a-4500-a189-b42b21fdeda8 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 (?, ?, ?, ?, ?)
2022-09-28T13:09:02.360Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:09:02.360Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61c0d7c1-bd5a-4500-a189-b42b21fdeda8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664370361617,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/artifacts/service-BasicOnboardMhdovu-csar.csar",
"status": "NOTIFIED"
}
2022-09-28T13:09:02.361Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-28T13:09:02.361Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:09:02.361Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61c0d7c1-bd5a-4500-a189-b42b21fdeda8",
"consumerID": "aai-ml",
"timestamp": 1664370356623,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/resourceInstances/basic_onboard_mhdovu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-28T13:09:02.361Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-28T13:09:02.361Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:09:02.361Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61c0d7c1-bd5a-4500-a189-b42b21fdeda8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664370369484,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/resourceInstances/basic_onboard_mhdovu0/artifacts/basic_onboard_mhdovu0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-28T13:09:02.361Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T13:09:02.361Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:09:02.361Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61c0d7c1-bd5a-4500-a189-b42b21fdeda8",
"consumerID": "aai-ml",
"timestamp": 1664370356623,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/resourceInstances/basic_onboard_mhdovu0/artifacts/basic_onboard_mhdovu0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-28T13:09:02.361Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-28T13:09:02.361Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:09:02.361Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61c0d7c1-bd5a-4500-a189-b42b21fdeda8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664370370588,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/resourceInstances/basic_onboard_mhdovu0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-28T13:09:02.361Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T13:09:02.361Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:09:02.361Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61c0d7c1-bd5a-4500-a189-b42b21fdeda8",
"consumerID": "aai-ml",
"timestamp": 1664370356623,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/resourceInstances/basic_onboard_mhdovu0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-28T13:09:02.361Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-28T13:09:02.361Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:09:02.361Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61c0d7c1-bd5a-4500-a189-b42b21fdeda8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664370371658,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/resourceInstances/basic_onboard_mhdovu0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-09-28T13:09:02.361Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T13:09:02.361Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:09:02.361Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61c0d7c1-bd5a-4500-a189-b42b21fdeda8",
"consumerID": "aai-ml",
"timestamp": 1664370356623,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/resourceInstances/basic_onboard_mhdovu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-28T13:09:02.361Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-28T13:09:02.362Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:09:02.362Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61c0d7c1-bd5a-4500-a189-b42b21fdeda8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664370372696,
"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=?
2022-09-28T13:09:02.381Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 61c0d7c1-bd5a-4500-a189-b42b21fdeda8
2022-09-28T13:09:02.381Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 61c0d7c1-bd5a-4500-a189-b42b21fdeda8 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-09-28T13:09:02.397Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:09:02.397Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61c0d7c1-bd5a-4500-a189-b42b21fdeda8",
"consumerID": "aai-ml",
"timestamp": 1664370356623,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/resourceInstances/basic_onboard_mhdovu0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-09-28T13:09:02.397Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-28T13:09:02.398Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:09:02.398Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61c0d7c1-bd5a-4500-a189-b42b21fdeda8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664370373705,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/resourceInstances/basic_onboard_mhdovu0/artifacts/basic_onboard_mhdovu0_modules.json",
"status": "DEPLOY_OK"
}
2022-09-28T13:09:02.398Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T13:09:02.398Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:09:02.398Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61c0d7c1-bd5a-4500-a189-b42b21fdeda8",
"consumerID": "aai-ml",
"timestamp": 1664370356623,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/artifacts/service-BasicOnboardMhdovu-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-28T13:09:02.398Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-28T13:09:02.398Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:09:02.398Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61c0d7c1-bd5a-4500-a189-b42b21fdeda8",
"consumerID": "aai-ml",
"timestamp": 1664370356623,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/artifacts/service-BasicOnboardMhdovu-csar.csar",
"status": "NOTIFIED"
}
2022-09-28T13:09:02.399Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-28T13:09:02.399Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:09:02.399Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61c0d7c1-bd5a-4500-a189-b42b21fdeda8",
"consumerID": "aai-ml",
"timestamp": 1664370364451,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/artifacts/service-BasicOnboardMhdovu-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-28T13:09:02.399Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T13:09:02.399Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:09:02.399Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61c0d7c1-bd5a-4500-a189-b42b21fdeda8",
"consumerID": "aai-ml",
"timestamp": 1664370365459,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/artifacts/service-BasicOnboardMhdovu-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-09-28T13:09:02.399Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T13:09:02.399Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:09:02.399Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61c0d7c1-bd5a-4500-a189-b42b21fdeda8",
"consumerID": "aai-ml",
"timestamp": 1664370366463,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/artifacts/service-BasicOnboardMhdovu-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-09-28T13:09:02.399Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T13:09:02.399Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:09:02.399Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61c0d7c1-bd5a-4500-a189-b42b21fdeda8",
"consumerID": "aai-ml",
"timestamp": 1664370367467,
"artifactURL": "",
"status": "COMPONENT_DONE_ERROR",
"errorReason": "deploy failure",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-28T13:09:02.416Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 61c0d7c1-bd5a-4500-a189-b42b21fdeda8
2022-09-28T13:09:02.416Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 61c0d7c1-bd5a-4500-a189-b42b21fdeda8 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 (?, ?, ?, ?, ?)
2022-09-28T13:09:02.731Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-28T13:09:02.733Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-28T13:09:02.735Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T13:09:02.735Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "61c0d7c1-bd5a-4500-a189-b42b21fdeda8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664370531837,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/artifacts/service-BasicOnboardMhdovu-csar.csar",
"status": "NOTIFIED"
}
2022-09-28T13:09:02.835Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-28T13:09:02.836Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-28T13:09:02.836Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mlj8iwJrznyRSBgg) ...
2022-09-28T13:09:02.856Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T13:09:02.857Z||pool-25-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-09-28T13:09:03.746Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "61c0d7c1-bd5a-4500-a189-b42b21fdeda8",
"serviceName": "basic_onboard_mHDovU",
"serviceVersion": "1.0",
"serviceUUID": "fc83c735-2742-4db9-8c7d-a1cf73000f44",
"serviceDescription": "service",
"serviceInvariantUUID": "23986efd-f14e-4be3-b9d6-05e6f8b7f758",
"resources": [
{
"resourceInstanceName": "basic_onboard_mHDovU 0",
"resourceCustomizationUUID": "1b90ebbf-536d-4383-8583-8f3e57d5ab26",
"resourceName": "basic_onboard_mHDovU",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "6dcbb4b4-7849-4429-a64c-46136c9ea15a",
"resourceInvariantUUID": "528cdbd5-0f71-42e8-a0ac-70586cd0585a",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_mhdovu0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/resourceInstances/basic_onboard_mhdovu0/artifacts/basic_onboard_mhdovu0_modules.json",
"artifactChecksum": "MWM2ZWNkYzNiNTQxZjhhZWMwYTY5NGQ4MTI5Mzg5Nzc\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b1b5fd3c-1506-4a5b-a097-20ebc9fb280f",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/resourceInstances/basic_onboard_mhdovu0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "edc20673-7362-48d8-88d4-a1629d6aaed7",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/resourceInstances/basic_onboard_mhdovu0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "fefd3f0b-9d13-4b88-9895-3b54877198b7",
"generatedFromUUID": "edc20673-7362-48d8-88d4-a1629d6aaed7"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/resourceInstances/basic_onboard_mhdovu0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "fefd3f0b-9d13-4b88-9895-3b54877198b7",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardMhdovu-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/artifacts/service-BasicOnboardMhdovu-csar.csar",
"artifactChecksum": "YmI1NTZmZmRmZmY0NmYwZDY0Yzk4OGQzYjkyNWQ4OGY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d12162a0-e85a-48df-990b-e80c4e4a0948"
}
],
"workloadContext": "Production"
}
2022-09-28T13:09:03.746Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-28T13:09:03.746Z|dce5ce1e-5330-4fe1-a5ea-bfca1cf35177|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 fc83c735-2742-4db9-8c7d-a1cf73000f44 ASDC
2022-09-28T13:09:03.747Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:61c0d7c1-bd5a-4500-a189-b42b21fdeda8
ServiceName:basic_onboard_mHDovU
ServiceVersion:1.0
ServiceUUID:fc83c735-2742-4db9-8c7d-a1cf73000f44
ServiceInvariantUUID:23986efd-f14e-4be3-b9d6-05e6f8b7f758
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardMhdovu-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/artifacts/service-BasicOnboardMhdovu-csar.csar
ArtifactUUID:d12162a0-e85a-48df-990b-e80c4e4a0948
ArtifactChecksum:YmI1NTZmZmRmZmY0NmYwZDY0Yzk4OGQzYjkyNWQ4OGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_mHDovU 0
ResourceCustomizationUUID:1b90ebbf-536d-4383-8583-8f3e57d5ab26
ResourceInvariantUUID:528cdbd5-0f71-42e8-a0ac-70586cd0585a
ResourceName:basic_onboard_mHDovU
ResourceType:VF
ResourceUUID:6dcbb4b4-7849-4429-a64c-46136c9ea15a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_mhdovu0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/resourceInstances/basic_onboard_mhdovu0/artifacts/basic_onboard_mhdovu0_modules.json
ArtifactUUID:b1b5fd3c-1506-4a5b-a097-20ebc9fb280f
ArtifactChecksum:MWM2ZWNkYzNiNTQxZjhhZWMwYTY5NGQ4MTI5Mzg5Nzc=
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/BasicOnboardMhdovu/1.0/resourceInstances/basic_onboard_mhdovu0/artifacts/base_ubuntu18.yaml
ArtifactUUID:edc20673-7362-48d8-88d4-a1629d6aaed7
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/BasicOnboardMhdovu/1.0/resourceInstances/basic_onboard_mhdovu0/artifacts/base_ubuntu18.env
ArtifactUUID:fefd3f0b-9d13-4b88-9895-3b54877198b7
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/BasicOnboardMhdovu/1.0/resourceInstances/basic_onboard_mhdovu0/artifacts/base_ubuntu18.env
ArtifactUUID:fefd3f0b-9d13-4b88-9895-3b54877198b7
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-09-28T13:09:03.747Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fc83c735-2742-4db9-8c7d-a1cf73000f44 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=?
2022-09-28T13:09:03.789Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-28T13:09:03.790Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-09-28T13:09:03.790Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-09-28T13:09:03.791Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d12162a0-e85a-48df-990b-e80c4e4a0948 from URL: /sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/artifacts/service-BasicOnboardMhdovu-csar.csar
2022-09-28T13:09:03.791Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-09-28T13:09:03.791Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/artifacts/service-BasicOnboardMhdovu-csar.csar
2022-09-28T13:09:03.981Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-09-28T13:09:03.982Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/artifacts/service-BasicOnboardMhdovu-csar.csar d12162a0-e85a-48df-990b-e80c4e4a0948 75264
2022-09-28T13:09:03.982Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/artifacts/service-BasicOnboardMhdovu-csar.csar ASDC sendASDCNotification
2022-09-28T13:09:03.982Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/artifacts/service-BasicOnboardMhdovu-csar.csar
2022-09-28T13:09:03.982Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-28T13:09:03.983Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-28T13:09:03.984Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T13:09:03.985Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "61c0d7c1-bd5a-4500-a189-b42b21fdeda8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664370543982,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/artifacts/service-BasicOnboardMhdovu-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-28T13:09:04.085Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-28T13:09:04.086Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-28T13:09:04.086Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mlj8iwJrznyRSBgg) ...
2022-09-28T13:09:04.107Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T13:09:04.107Z||pool-26-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-09-28T13:09:04.986Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-28T13:09:04.988Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-09-28T13:09:04.989Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: d12162a0-e85a-48df-990b-e80c4e4a0948, URL: /sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/artifacts/service-BasicOnboardMhdovu-csar.csar to file: /app/ASDC/1/service-BasicOnboardMhdovu-csar.csar
2022-09-28T13:09:04.989Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardMhdovu-csar.csar
2022-09-28T13:09:04.990Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardMhdovu-csar.csar
2022-09-28T13:09:04.990Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardMhdovu-csar.csar
2022-09-28T13:09:05.112Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5328511651227786081/Definitions/service-BasicOnboardMhdovu-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
2022-09-28T13:09:06.292Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-28T13:09:06.293Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-09-28T13:09:06.293Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardMhdovu-csar.csar
2022-09-28T13:09:06.293Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-09-28T13:09:06.293Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardMhdovu-csar.csar
2022-09-28T13:09:06.293Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardMhdovu-csar.csar
2022-09-28T13:09:06.293Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_mHDovU 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-BasicOnboardMhdovu-csar.csar
2022-09-28T13:09:06.293Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardMhdovu-csar.csar
2022-09-28T13:09:06.293Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardMhdovu-csar.csar
2022-09-28T13:09:06.293Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardMhdovu-csar.csar
2022-09-28T13:09:06.293Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardMhdovu-csar.csar
2022-09-28T13:09:06.293Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-09-28T13:09:06.294Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T13:09:06.294Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_mHDovU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T13:09:06.294Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_mHDovU 0 is matching search criteria
2022-09-28T13:09:06.294Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-09-28T13:09:06.295Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_mHDovU 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-28T13:09:06.295Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T13:09:06.295Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_mHDovU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T13:09:06.295Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_mHDovU 0 is matching search criteria
2022-09-28T13:09:06.295Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-09-28T13:09:06.295Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_mHDovU 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-28T13:09:06.296Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T13:09:06.296Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_mHDovU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T13:09:06.296Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T13:09:06.297Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_mHDovU 0 is not matching search criteria
2022-09-28T13:09:06.297Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-09-28T13:09:06.297Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-09-28T13:09:06.297Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-09-28T13:09:06.297Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-09-28T13:09:06.297Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-28T13:09:06.297Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T13:09:06.297Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_mHDovU is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-28T13:09:06.297Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T13:09:06.297Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_mHDovU 0 is matching search criteria
2022-09-28T13:09:06.297Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_mHDovU 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-28T13:09:06.298Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T13:09:06.298Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_mHDovU 0 is matching search criteria
2022-09-28T13:09:06.298Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_mHDovU 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-28T13:09:06.298Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T13:09:06.298Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_mHDovU 0 is matching search criteria
2022-09-28T13:09:06.298Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_mHDovU 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-28T13:09:06.298Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T13:09:06.298Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_mHDovU 0 is not matching search criteria
2022-09-28T13:09:06.298Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-09-28T13:09:06.298Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-09-28T13:09:06.299Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=8478cce2-ff45-4d84-b970-a3086acd5c37
2022-09-28T13:09:06.299Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T13:09:06.299Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_mHDovU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T13:09:06.299Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T13:09:06.299Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_mHDovU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T13:09:06.299Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T13:09:06.299Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_mHDovU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T13:09:06.299Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T13:09:06.299Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_mHDovU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T13:09:06.299Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_mHDovU
Description:service
Model UUID:fc83c735-2742-4db9-8c7d-a1cf73000f44
Model Version:NULL
Model InvariantUuid:23986efd-f14e-4be3-b9d6-05e6f8b7f758
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_mHDovU
Model UUID:d0fe4765-92db-4bd9-af65-c2a046d57e91
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:528cdbd5-0f71-42e8-a0ac-70586cd0585a
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:1b90ebbf-536d-4383-8583-8f3e57d5ab26
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:703565dc-2b98-413f-aff2-2f43ff0d04c9
ModelName:BasicOnboardMhdovu..base_ubuntu18..module-0
ModelUuid:94ec8b53-72da-4142-9ffd-505277c351e9
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:8478cce2-ff45-4d84-b970-a3086acd5c37
ModelInvariantUuid:66e73f00-3817-4f97-8bf6-3bb999c9d2f3
ModelName:basic_onboard_mHDovU-nodes.ubuntu18Cvfc
ModelUuid:35a55852-db81-4412-9c3e-1a00b6293268
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:6e79301c-83d6-4776-a54b-00be421b212e
ModelInvariantUuid:8064329d-6d36-489b-b88e-36ea7a1543d5
ModelName:BasicOnboardMhdovu.compute.nodes.heat.ubuntu18
ModelUuid:0686805d-1daf-4ee3-8515-baf8d909644e
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=?
2022-09-28T13:09:06.317Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 6dcbb4b4-7849-4429-a64c-46136c9ea15a
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-28T13:09:06.323Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||INFO|500||basic_onboard_mHDovU 0
2022-09-28T13:09:06.324Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6dcbb4b4-7849-4429-a64c-46136c9ea15a
2022-09-28T13:09:06.324Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: b1b5fd3c-1506-4a5b-a097-20ebc9fb280f from URL: /sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/resourceInstances/basic_onboard_mhdovu0/artifacts/basic_onboard_mhdovu0_modules.json
2022-09-28T13:09:06.324Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-09-28T13:09:06.324Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/resourceInstances/basic_onboard_mhdovu0/artifacts/basic_onboard_mhdovu0_modules.json
2022-09-28T13:09:06.422Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-09-28T13:09:06.423Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/resourceInstances/basic_onboard_mhdovu0/artifacts/basic_onboard_mhdovu0_modules.json b1b5fd3c-1506-4a5b-a097-20ebc9fb280f 798
2022-09-28T13:09:06.423Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/resourceInstances/basic_onboard_mhdovu0/artifacts/basic_onboard_mhdovu0_modules.json ASDC sendASDCNotification
2022-09-28T13:09:06.423Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/resourceInstances/basic_onboard_mhdovu0/artifacts/basic_onboard_mhdovu0_modules.json
2022-09-28T13:09:06.423Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-28T13:09:06.423Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-28T13:09:06.425Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T13:09:06.425Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "61c0d7c1-bd5a-4500-a189-b42b21fdeda8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664370546423,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/resourceInstances/basic_onboard_mhdovu0/artifacts/basic_onboard_mhdovu0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-28T13:09:06.526Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-28T13:09:06.527Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-28T13:09:06.528Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mlj8iwJrznyRSBgg) ...
2022-09-28T13:09:06.547Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T13:09:06.548Z||pool-27-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-09-28T13:09:07.426Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardMhdovu..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "703565dc-2b98-413f-aff2-2f43ff0d04c9",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "94ec8b53-72da-4142-9ffd-505277c351e9",
"vfModuleModelCustomizationUUID": "6b11a3f2-aae6-41a1-9a77-103a100f94bb",
"isBase": true,
"artifacts": [
"edc20673-7362-48d8-88d4-a1629d6aaed7",
"fefd3f0b-9d13-4b88-9895-3b54877198b7"
],
"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": ""
}
}
]
2022-09-28T13:09:07.432Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardMhdovu..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:94ec8b53-72da-4142-9ffd-505277c351e9
VfModuleModelInvariantUUID:703565dc-2b98-413f-aff2-2f43ff0d04c9
VfModuleModelDescription:NULL
Artifacts UUID List:{
edc20673-7362-48d8-88d4-a1629d6aaed7
,
fefd3f0b-9d13-4b88-9895-3b54877198b7
}
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
}
2022-09-28T13:09:07.436Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardMhdovu..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "703565dc-2b98-413f-aff2-2f43ff0d04c9",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "94ec8b53-72da-4142-9ffd-505277c351e9",
"vfModuleModelCustomizationUUID": "6b11a3f2-aae6-41a1-9a77-103a100f94bb",
"isBase": true,
"artifacts": [
"edc20673-7362-48d8-88d4-a1629d6aaed7",
"fefd3f0b-9d13-4b88-9895-3b54877198b7"
],
"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": ""
}
}
]
2022-09-28T13:09:07.437Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardMhdovu..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:94ec8b53-72da-4142-9ffd-505277c351e9
VfModuleModelInvariantUUID:703565dc-2b98-413f-aff2-2f43ff0d04c9
VfModuleModelDescription:NULL
Artifacts UUID List:{
edc20673-7362-48d8-88d4-a1629d6aaed7
,
fefd3f0b-9d13-4b88-9895-3b54877198b7
}
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
}
2022-09-28T13:09:07.437Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: edc20673-7362-48d8-88d4-a1629d6aaed7 from URL: /sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/resourceInstances/basic_onboard_mhdovu0/artifacts/base_ubuntu18.yaml
2022-09-28T13:09:07.437Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-09-28T13:09:07.437Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/resourceInstances/basic_onboard_mhdovu0/artifacts/base_ubuntu18.yaml
2022-09-28T13:09:07.518Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-09-28T13:09:07.518Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/resourceInstances/basic_onboard_mhdovu0/artifacts/base_ubuntu18.yaml edc20673-7362-48d8-88d4-a1629d6aaed7 5033
2022-09-28T13:09:07.519Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/resourceInstances/basic_onboard_mhdovu0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-09-28T13:09:07.519Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/resourceInstances/basic_onboard_mhdovu0/artifacts/base_ubuntu18.yaml
2022-09-28T13:09:07.519Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-28T13:09:07.519Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-28T13:09:07.522Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T13:09:07.522Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "61c0d7c1-bd5a-4500-a189-b42b21fdeda8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664370547519,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/resourceInstances/basic_onboard_mhdovu0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-28T13:09:07.623Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-28T13:09:07.625Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-28T13:09:07.625Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mlj8iwJrznyRSBgg) ...
2022-09-28T13:09:07.658Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T13:09:07.658Z||pool-28-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-09-28T13:09:08.533Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: fefd3f0b-9d13-4b88-9895-3b54877198b7 from URL: /sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/resourceInstances/basic_onboard_mhdovu0/artifacts/base_ubuntu18.env
2022-09-28T13:09:08.547Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-09-28T13:09:08.548Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/resourceInstances/basic_onboard_mhdovu0/artifacts/base_ubuntu18.env
2022-09-28T13:09:08.642Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-09-28T13:09:08.642Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/resourceInstances/basic_onboard_mhdovu0/artifacts/base_ubuntu18.env fefd3f0b-9d13-4b88-9895-3b54877198b7 909
2022-09-28T13:09:08.643Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/resourceInstances/basic_onboard_mhdovu0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-09-28T13:09:08.643Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/resourceInstances/basic_onboard_mhdovu0/artifacts/base_ubuntu18.env
2022-09-28T13:09:08.643Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-28T13:09:08.643Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-28T13:09:08.646Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T13:09:08.646Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "61c0d7c1-bd5a-4500-a189-b42b21fdeda8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664370548643,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/resourceInstances/basic_onboard_mhdovu0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-09-28T13:09:08.746Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-28T13:09:08.747Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-28T13:09:08.747Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mlj8iwJrznyRSBgg) ...
2022-09-28T13:09:08.788Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T13:09:08.789Z||pool-29-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-09-28T13:09:09.651Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: fc83c735-2742-4db9-8c7d-a1cf73000f44
2022-09-28T13:09:09.651Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_mHDovU 0 6dcbb4b4-7849-4429-a64c-46136c9ea15a ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-28T13:09:09.713Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7d8c0dd1, org.onap.sdc.toscaparser.api.parameters.Input@79bcc01a, org.onap.sdc.toscaparser.api.parameters.Input@2283b97e, org.onap.sdc.toscaparser.api.parameters.Input@320b11fc, org.onap.sdc.toscaparser.api.parameters.Input@2f7460e9]
2022-09-28T13:09:09.716Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T13:09:09.717Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_mHDovU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T13:09:09.717Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic
2022-09-28T13:09:09.717Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 1b90ebbf-536d-4383-8583-8f3e57d5ab26
2022-09-28T13:09:09.717Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1b90ebbf-536d-4383-8583-8f3e57d5ab26 matches Tosca VF Customization UUID: 1b90ebbf-536d-4383-8583-8f3e57d5ab26
2022-09-28T13:09:09.717Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 1b90ebbf-536d-4383-8583-8f3e57d5ab26 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=?
2022-09-28T13:09:09.724Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T13:09:09.725Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_mHDovU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T13:09:09.733Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 1b90ebbf-536d-4383-8583-8f3e57d5ab26: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-09-28T13:09:09.734Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@65ceaac9
2022-09-28T13:09:09.734Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T13:09:09.734Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_mHDovU is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-28T13:09:09.735Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6b11a3f2-aae6-41a1-9a77-103a100f94bb
2022-09-28T13:09:09.735Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6b11a3f2-aae6-41a1-9a77-103a100f94bb
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=?
2022-09-28T13:09:09.745Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T13:09:09.746Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_mHDovU 0 is matching search criteria
2022-09-28T13:09:09.746Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_mHDovU 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-28T13:09:09.747Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T13:09:09.747Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_mHDovU 0 is matching search criteria
2022-09-28T13:09:09.747Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_mHDovU 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-28T13:09:09.747Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T13:09:09.747Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_mHDovU 0 is not matching search criteria
2022-09-28T13:09:09.748Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-09-28T13:09:09.748Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-09-28T13:09:09.748Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=8478cce2-ff45-4d84-b970-a3086acd5c37
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=?
2022-09-28T13:09:09.756Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T13:09:09.756Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_mHDovU 0 is matching search criteria
2022-09-28T13:09:09.757Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_mHDovU 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-28T13:09:09.758Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T13:09:09.758Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_mHDovU 0 is matching search criteria
2022-09-28T13:09:09.758Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_mHDovU 0] matching following query criteria: sdcType=VF, customizationUUID=1b90ebbf-536d-4383-8583-8f3e57d5ab26
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-28T13:09:09.763Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T13:09:09.765Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_mHDovU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T13:09:09.768Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid fc83c735-2742-4db9-8c7d-a1cf73000f44: basic_onboard_mHDovU
2022-09-28T13:09:09.768Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T13:09:09.769Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_mHDovU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T13:09:09.769Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T13:09:09.769Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_mHDovU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T13:09:09.769Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T13:09:09.769Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_mHDovU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T13:09:09.769Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T13:09:09.769Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_mHDovU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T13:09:09.769Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T13:09:09.769Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_mHDovU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T13:09:09.769Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||INFO|500||Saving Service: basic_onboard_mHDovU
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 (?, ?, ?, ?, ?)
2022-09-28T13:09:10.005Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_mHDovU 6dcbb4b4-7849-4429-a64c-46136c9ea15a 1 ASDC deployResourceStructure
2022-09-28T13:09:10.005Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/resourceInstances/basic_onboard_mhdovu0/artifacts/basic_onboard_mhdovu0_modules.json ASDC sendASDCNotification
2022-09-28T13:09:10.005Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/resourceInstances/basic_onboard_mhdovu0/artifacts/basic_onboard_mhdovu0_modules.json
2022-09-28T13:09:10.005Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-28T13:09:10.006Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-28T13:09:10.008Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T13:09:10.009Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "61c0d7c1-bd5a-4500-a189-b42b21fdeda8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664370550005,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/resourceInstances/basic_onboard_mhdovu0/artifacts/basic_onboard_mhdovu0_modules.json",
"status": "DEPLOY_OK"
}
2022-09-28T13:09:10.109Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-28T13:09:10.110Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-28T13:09:10.110Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mlj8iwJrznyRSBgg) ...
2022-09-28T13:09:10.137Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T13:09:10.137Z||pool-30-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-09-28T13:09:11.010Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/resourceInstances/basic_onboard_mhdovu0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-09-28T13:09:11.011Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/resourceInstances/basic_onboard_mhdovu0/artifacts/base_ubuntu18.yaml
2022-09-28T13:09:11.011Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-28T13:09:11.012Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-28T13:09:11.014Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T13:09:11.014Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "61c0d7c1-bd5a-4500-a189-b42b21fdeda8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664370551009,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/resourceInstances/basic_onboard_mhdovu0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-09-28T13:09:11.114Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-28T13:09:11.115Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-28T13:09:11.115Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mlj8iwJrznyRSBgg) ...
2022-09-28T13:09:11.149Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T13:09:11.150Z||pool-31-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-09-28T13:09:12.015Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/resourceInstances/basic_onboard_mhdovu0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-09-28T13:09:12.016Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/resourceInstances/basic_onboard_mhdovu0/artifacts/base_ubuntu18.env
2022-09-28T13:09:12.016Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-28T13:09:12.016Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-28T13:09:12.021Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T13:09:12.022Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "61c0d7c1-bd5a-4500-a189-b42b21fdeda8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664370552015,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/resourceInstances/basic_onboard_mhdovu0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-09-28T13:09:12.122Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-28T13:09:12.123Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-28T13:09:12.123Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mlj8iwJrznyRSBgg) ...
2022-09-28T13:09:12.174Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T13:09:12.175Z||pool-32-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":0,"count":1}
2022-09-28T13:09:13.023Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/artifacts/service-BasicOnboardMhdovu-csar.csar ASDC sendASDCNotification
2022-09-28T13:09:13.023Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/artifacts/service-BasicOnboardMhdovu-csar.csar
2022-09-28T13:09:13.023Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-28T13:09:13.024Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-28T13:09:13.027Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T13:09:13.027Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "61c0d7c1-bd5a-4500-a189-b42b21fdeda8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664370553023,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/artifacts/service-BasicOnboardMhdovu-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-28T13:09:13.127Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-28T13:09:13.128Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-28T13:09:13.128Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mlj8iwJrznyRSBgg) ...
2022-09-28T13:09:13.182Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T13:09:13.183Z||pool-33-thread-1|||||INFO|500||cambria reply ok (56 ms):{"serverTimeMs":1,"count":1}
2022-09-28T13:09:14.028Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 61c0d7c1-bd5a-4500-a189-b42b21fdeda8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-28T13:09:14.056Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 61c0d7c1-bd5a-4500-a189-b42b21fdeda8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-28T13:09:14.061Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-28T13:09:14.061Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-28T13:09:14.061Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-28T13:09:14.061Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-28T13:09:14.061Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName:
2022-09-28T13:09:14.061Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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=?
2022-09-28T13:09:14.076Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-28T13:09:44.076Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 61c0d7c1-bd5a-4500-a189-b42b21fdeda8 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=?
2022-09-28T13:09:44.087Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 61c0d7c1-bd5a-4500-a189-b42b21fdeda8 and serviceModelVersionId: fc83c735-2742-4db9-8c7d-a1cf73000f44
2022-09-28T13:09:44.087Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 23986efd-f14e-4be3-b9d6-05e6f8b7f758
2022-09-28T13:09:44.088Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/23986efd-f14e-4be3-b9d6-05e6f8b7f758/model-vers/model-ver/fc83c735-2742-4db9-8c7d-a1cf73000f44?depth=0
2022-09-28T13:09:44.096Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-09-28T13:09:44.128Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/23986efd-f14e-4be3-b9d6-05e6f8b7f758/model-vers/model-ver/fc83c735-2742-4db9-8c7d-a1cf73000f44?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]}
2022-09-28T13:09:44.129Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/23986efd-f14e-4be3-b9d6-05e6f8b7f758/model-vers/model-ver/fc83c735-2742-4db9-8c7d-a1cf73000f44?depth=0|INFO|500||Invoke
2022-09-28T13:09:44.136Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/23986efd-f14e-4be3-b9d6-05e6f8b7f758/model-vers/model-ver/fc83c735-2742-4db9-8c7d-a1cf73000f44?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}
2022-09-28T13:09:44.204Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/23986efd-f14e-4be3-b9d6-05e6f8b7f758/model-vers/model-ver/fc83c735-2742-4db9-8c7d-a1cf73000f44?depth=0|INFO|404|Not Found|InvokeReturn
2022-09-28T13:09:44.204Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/23986efd-f14e-4be3-b9d6-05e6f8b7f758/model-vers/model-ver/fc83c735-2742-4db9-8c7d-a1cf73000f44?depth=0 has http status code:404 and response headers:{date=[Wed, 28 Sep 2022 13:09:44 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[48], x-aai-txid=[1-aai-resources-220928-13:09:44:146-64055], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-09-28T13:09:44.206Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/23986efd-f14e-4be3-b9d6-05e6f8b7f758/model-vers/model-ver/fc83c735-2742-4db9-8c7d-a1cf73000f44","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/23986efd-f14e-4be3-b9d6-05e6f8b7f758/model-vers/model-ver/fc83c735-2742-4db9-8c7d-a1cf73000f44","ERR.5.4.6114"]}}}
2022-09-28T13:09:44.212Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=61c0d7c1-bd5a-4500-a189-b42b21fdeda8 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/23986efd-f14e-4be3-b9d6-05e6f8b7f758/model-vers/model-ver/fc83c735-2742-4db9-8c7d-a1cf73000f44 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/23986efd-f14e-4be3-b9d6-05e6f8b7f758/model-vers/model-ver/fc83c735-2742-4db9-8c7d-a1cf73000f44) (ec=ERR.5.4.6114)
2022-09-28T13:09:44.213Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=61c0d7c1-bd5a-4500-a189-b42b21fdeda8 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/23986efd-f14e-4be3-b9d6-05e6f8b7f758/model-vers/model-ver/fc83c735-2742-4db9-8c7d-a1cf73000f44 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/23986efd-f14e-4be3-b9d6-05e6f8b7f758/model-vers/model-ver/fc83c735-2742-4db9-8c7d-a1cf73000f44) (ec=ERR.5.4.6114)
at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
at org.onap.so.client.RestRequest.get(RestRequest.java:77)
at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
at org.onap.so.client.RestClient.method(RestClient.java:322)
at org.onap.so.client.RestClient.patch(RestClient.java:265)
at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-09-28T13:09:44.213Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=61c0d7c1-bd5a-4500-a189-b42b21fdeda8 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/23986efd-f14e-4be3-b9d6-05e6f8b7f758/model-vers/model-ver/fc83c735-2742-4db9-8c7d-a1cf73000f44 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/23986efd-f14e-4be3-b9d6-05e6f8b7f758/model-vers/model-ver/fc83c735-2742-4db9-8c7d-a1cf73000f44) (ec=ERR.5.4.6114)
2022-09-28T13:09:44.213Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=61c0d7c1-bd5a-4500-a189-b42b21fdeda8 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/23986efd-f14e-4be3-b9d6-05e6f8b7f758/model-vers/model-ver/fc83c735-2742-4db9-8c7d-a1cf73000f44 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/23986efd-f14e-4be3-b9d6-05e6f8b7f758/model-vers/model-ver/fc83c735-2742-4db9-8c7d-a1cf73000f44) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-28T13:09:44.223Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-09-28T13:09:44.223Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 61c0d7c1-bd5a-4500-a189-b42b21fdeda8 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=61c0d7c1-bd5a-4500-a189-b42b21fdeda8 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/23986efd-f14e-4be3-b9d6-05e6f8b7f758/model-vers/model-ver/fc83c735-2742-4db9-8c7d-a1cf73000f44 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/23986efd-f14e-4be3-b9d6-05e6f8b7f758/model-vers/model-ver/fc83c735-2742-4db9-8c7d-a1cf73000f44) (ec=ERR.5.4.6114)
2022-09-28T13:09:44.224Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-09-28T13:09:44.224Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-28T13:09:44.227Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T13:09:44.228Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "61c0d7c1-bd5a-4500-a189-b42b21fdeda8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664370584223,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d61c0d7c1-bd5a-4500-a189-b42b21fdeda8 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/23986efd-f14e-4be3-b9d6-05e6f8b7f758/model-vers/model-ver/fc83c735-2742-4db9-8c7d-a1cf73000f44 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/23986efd-f14e-4be3-b9d6-05e6f8b7f758/model-vers/model-ver/fc83c735-2742-4db9-8c7d-a1cf73000f44) (ec\u003dERR.5.4.6114)"
}
2022-09-28T13:09:44.327Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-28T13:09:44.328Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-28T13:09:44.328Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mlj8iwJrznyRSBgg) ...
2022-09-28T13:09:44.353Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T13:09:44.354Z||pool-34-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-28T13:09:45.251Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T13:09:45.252Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T13:09:45.252Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T13:09:54.824Z|61c0d7c1-bd5a-4500-a189-b42b21fdeda8|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T13:09:54.826Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T13:09:54.827Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T13:09:54.827Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T13:10:02.202Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T13:10:02.203Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T13:10:02.203Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T13:10:02.263Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T13:10:02.264Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-28T13:10:02.264Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dce5ce1e-5330-4fe1-a5ea-bfca1cf35177",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664370530799,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003ddce5ce1e-5330-4fe1-a5ea-bfca1cf35177 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/e0da2a9f-3eb5-4500-a048-51bef61bb265/model-vers/model-ver/744f9c29-c107-452f-b842-6d3869c9d2d5 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/e0da2a9f-3eb5-4500-a048-51bef61bb265/model-vers/model-ver/744f9c29-c107-452f-b842-6d3869c9d2d5) (ec\u003dERR.5.4.6114)"
}
2022-09-28T13:10:02.265Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T13:10:02.266Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-28T13:10:02.266Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61c0d7c1-bd5a-4500-a189-b42b21fdeda8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664370531837,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/resourceInstances/basic_onboard_mhdovu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-28T13:10:02.266Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-28T13:10:02.266Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-28T13:10:02.266Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61c0d7c1-bd5a-4500-a189-b42b21fdeda8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664370531837,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/resourceInstances/basic_onboard_mhdovu0/artifacts/basic_onboard_mhdovu0_modules.json",
"status": "NOTIFIED"
}
2022-09-28T13:10:02.266Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-28T13:10:02.266Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-28T13:10:02.266Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61c0d7c1-bd5a-4500-a189-b42b21fdeda8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664370531837,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/resourceInstances/basic_onboard_mhdovu0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-09-28T13:10:02.266Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-28T13:10:02.266Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-28T13:10:02.266Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61c0d7c1-bd5a-4500-a189-b42b21fdeda8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664370531837,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/resourceInstances/basic_onboard_mhdovu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-28T13:10:02.266Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-28T13:10:02.266Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-28T13:10:02.266Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61c0d7c1-bd5a-4500-a189-b42b21fdeda8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664370531837,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/resourceInstances/basic_onboard_mhdovu0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-09-28T13:10:02.266Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-28T13:10:02.266Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-28T13:10:02.266Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61c0d7c1-bd5a-4500-a189-b42b21fdeda8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664370531837,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/artifacts/service-BasicOnboardMhdovu-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-28T13:10:02.267Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-28T13:10:04.394Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T13:10:04.395Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T13:10:04.396Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T13:10:04.396Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T13:10:13.972Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T13:10:13.973Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T13:10:13.974Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T13:10:13.974Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T13:10:23.543Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T13:11:02.198Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T13:11:02.200Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T13:11:02.200Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T13:11:02.202Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T13:11:02.203Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T13:11:02.203Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T13:11:02.735Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T13:11:02.736Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:11:02.736Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61c0d7c1-bd5a-4500-a189-b42b21fdeda8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664370531837,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/artifacts/service-BasicOnboardMhdovu-csar.csar",
"status": "NOTIFIED"
}
2022-09-28T13:11:02.737Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-28T13:11:02.737Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:11:02.737Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61c0d7c1-bd5a-4500-a189-b42b21fdeda8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664370543982,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/artifacts/service-BasicOnboardMhdovu-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-28T13:11:02.738Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T13:11:02.738Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:11:02.738Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61c0d7c1-bd5a-4500-a189-b42b21fdeda8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664370546423,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/resourceInstances/basic_onboard_mhdovu0/artifacts/basic_onboard_mhdovu0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-28T13:11:02.738Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T13:11:02.738Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:11:02.739Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61c0d7c1-bd5a-4500-a189-b42b21fdeda8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664370547519,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/resourceInstances/basic_onboard_mhdovu0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-28T13:11:02.739Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T13:11:02.739Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:11:02.739Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61c0d7c1-bd5a-4500-a189-b42b21fdeda8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664370548643,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/resourceInstances/basic_onboard_mhdovu0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-09-28T13:11:02.739Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T13:11:02.739Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:11:02.739Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61c0d7c1-bd5a-4500-a189-b42b21fdeda8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664370550005,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/resourceInstances/basic_onboard_mhdovu0/artifacts/basic_onboard_mhdovu0_modules.json",
"status": "DEPLOY_OK"
}
2022-09-28T13:11:02.739Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T13:11:02.739Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:11:02.740Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61c0d7c1-bd5a-4500-a189-b42b21fdeda8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664370551009,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/resourceInstances/basic_onboard_mhdovu0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-09-28T13:11:02.740Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T13:11:02.740Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:11:02.740Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61c0d7c1-bd5a-4500-a189-b42b21fdeda8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664370552015,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/resourceInstances/basic_onboard_mhdovu0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-09-28T13:11:02.740Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T13:11:02.740Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:11:02.740Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61c0d7c1-bd5a-4500-a189-b42b21fdeda8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664370553023,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhdovu/1.0/artifacts/service-BasicOnboardMhdovu-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-28T13:11:02.740Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T13:11:02.740Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-28T13:11:02.740Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61c0d7c1-bd5a-4500-a189-b42b21fdeda8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664370584223,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d61c0d7c1-bd5a-4500-a189-b42b21fdeda8 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/23986efd-f14e-4be3-b9d6-05e6f8b7f758/model-vers/model-ver/fc83c735-2742-4db9-8c7d-a1cf73000f44 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/23986efd-f14e-4be3-b9d6-05e6f8b7f758/model-vers/model-ver/fc83c735-2742-4db9-8c7d-a1cf73000f44) (ec\u003dERR.5.4.6114)"
}
2022-09-28T13:11:02.740Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T13:11:11.760Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T13:12:02.202Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T13:12:02.204Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T13:12:02.204Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T13:12:02.204Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T13:12:02.204Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T13:12:02.204Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T13:12:11.837Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T13:12:11.864Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T13:13:02.198Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T13:13:02.200Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T13:13:02.201Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T13:13:02.202Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T13:13:02.203Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T13:13:02.204Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T13:13:11.784Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T13:13:11.791Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T13:14:02.198Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T13:14:02.200Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T13:14:02.200Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T13:14:02.202Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T13:14:02.203Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T13:14:02.203Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mlj8iwJrznyRSBgg) ...
2022-09-28T13:14:02.416Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T13:14:02.419Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T13:14:02.423Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "acbfcee9-8e9c-43b7-adac-c7a418798e03",
"consumerID": "cds",
"timestamp": 1664370823262,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928131208/1.0/resourceInstances/vfw3149f784363c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-28T13:14:02.427Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-28T13:14:02.427Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T13:14:02.428Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "acbfcee9-8e9c-43b7-adac-c7a418798e03",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664370823769,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928131208/1.0/resourceInstances/vfw3149f784363c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-28T13:14:02.429Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-28T13:14:02.433Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T13:14:02.434Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "acbfcee9-8e9c-43b7-adac-c7a418798e03",
"consumerID": "cds",
"timestamp": 1664370823262,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928131208/1.0/resourceInstances/vfw3149f784363c0/artifacts/vfw3149f784363c0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-28T13:14:02.434Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-28T13:14:02.435Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T13:14:02.435Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "acbfcee9-8e9c-43b7-adac-c7a418798e03",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664370823769,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928131208/1.0/resourceInstances/vfw3149f784363c0/artifacts/vfw3149f784363c0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-28T13:14:02.436Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-28T13:14:02.436Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T13:14:02.436Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "acbfcee9-8e9c-43b7-adac-c7a418798e03",
"consumerID": "cds",
"timestamp": 1664370823262,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928131208/1.0/resourceInstances/vfw3149f784363c0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-28T13:14:02.436Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-28T13:14:02.436Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T13:14:02.436Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "acbfcee9-8e9c-43b7-adac-c7a418798e03",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664370823769,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928131208/1.0/resourceInstances/vfw3149f784363c0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-28T13:14:02.436Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-28T13:14:02.436Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T13:14:02.436Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "acbfcee9-8e9c-43b7-adac-c7a418798e03",
"consumerID": "cds",
"timestamp": 1664370823262,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928131208/1.0/resourceInstances/vfw3149f784363c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-28T13:14:02.437Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-28T13:14:02.437Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T13:14:02.437Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "acbfcee9-8e9c-43b7-adac-c7a418798e03",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664370823769,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928131208/1.0/resourceInstances/vfw3149f784363c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-28T13:14:02.437Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-28T13:14:02.439Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T13:14:02.439Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "acbfcee9-8e9c-43b7-adac-c7a418798e03",
"consumerID": "policy-id",
"timestamp": 1664370838526,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928131208/1.0/resourceInstances/vfw3149f784363c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-28T13:14:02.439Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-28T13:14:02.439Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T13:14:02.439Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "acbfcee9-8e9c-43b7-adac-c7a418798e03",
"consumerID": "cds",
"timestamp": 1664370823262,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928131208/1.0/resourceInstances/vfw3149f784363c0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-28T13:14:02.439Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-28T13:14:02.440Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T13:14:02.440Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "acbfcee9-8e9c-43b7-adac-c7a418798e03",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664370823769,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928131208/1.0/resourceInstances/vfw3149f784363c0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-28T13:14:02.440Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-28T13:14:02.440Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T13:14:02.440Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "acbfcee9-8e9c-43b7-adac-c7a418798e03",
"consumerID": "policy-id",
"timestamp": 1664370838526,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928131208/1.0/resourceInstances/vfw3149f784363c0/artifacts/vfw3149f784363c0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-28T13:14:02.440Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-28T13:14:02.440Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T13:14:02.440Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "acbfcee9-8e9c-43b7-adac-c7a418798e03",
"consumerID": "cds",
"timestamp": 1664370823262,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928131208/1.0/artifacts/service-Vfw20220928131208-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-28T13:14:02.440Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-28T13:14:02.440Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T13:14:02.440Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "acbfcee9-8e9c-43b7-adac-c7a418798e03",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664370823769,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928131208/1.0/artifacts/service-Vfw20220928131208-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-28T13:14:02.440Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-28T13:14:02.440Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T13:14:02.440Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "acbfcee9-8e9c-43b7-adac-c7a418798e03",
"consumerID": "policy-id",
"timestamp": 1664370838526,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928131208/1.0/resourceInstances/vfw3149f784363c0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-09-28T13:14:02.441Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-28T13:14:02.441Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T13:14:02.441Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "acbfcee9-8e9c-43b7-adac-c7a418798e03",
"consumerID": "cds",
"timestamp": 1664370823262,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928131208/1.0/artifacts/service-Vfw20220928131208-csar.csar",
"status": "NOTIFIED"
}
2022-09-28T13:14:02.441Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-28T13:14:02.441Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T13:14:02.441Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "acbfcee9-8e9c-43b7-adac-c7a418798e03",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664370823769,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928131208/1.0/artifacts/service-Vfw20220928131208-csar.csar",
"status": "NOTIFIED"
}
2022-09-28T13:14:02.441Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-28T13:14:02.441Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T13:14:02.441Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "acbfcee9-8e9c-43b7-adac-c7a418798e03",
"consumerID": "policy-id",
"timestamp": 1664370838526,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928131208/1.0/resourceInstances/vfw3149f784363c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-28T13:14:02.442Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-28T13:14:02.442Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T13:14:02.442Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "acbfcee9-8e9c-43b7-adac-c7a418798e03",
"consumerID": "cds",
"timestamp": 1664370836158,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928131208/1.0/artifacts/service-Vfw20220928131208-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-28T13:14:02.442Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T13:14:02.869Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T13:14:02.870Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-28T13:14:02.870Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"acbfcee9-8e9c-43b7-adac-c7a418798e03","serviceName":"vFW 2022-09-28 13-12-08","serviceVersion":"1.0","serviceUUID":"d45a9a64-4bb0-49f8-bb96-6b0daf7c04cc","serviceDescription":"catalog service description","serviceInvariantUUID":"bee05fe9-a073-4af6-a490-b82f26a3ea28","resources":[{"resourceInstanceName":"vFW 3149f784-363c 0","resourceName":"vFW 3149f784-363c","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fcaf7c6c-8d92-4517-92b1-3ae5f904925a","resourceInvariantUUID":"ac1ece8b-9508-4484-bddd-d783345e83b3","resourceCustomizationUUID":"d21b2fa1-cfe6-446c-a033-48b75fd4eeff","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220928131208/1.0/resourceInstances/vfw3149f784363c0/artifacts/vf-license-model.xml","artifactChecksum":"NDUyNzI3ZTZkMTJiZmMzZGI5OGMxNmEwZjdjZGM0OTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bf20f48c-f2ad-4089-b85f-d52428bb5b23","artifactVersion":"1"},{"artifactName":"vfw3149f784363c0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220928131208/1.0/resourceInstances/vfw3149f784363c0/artifacts/vfw3149f784363c0_modules.json","artifactChecksum":"ZTAyOTg4MzE1MzE2ODMwNjkyNTY1YzJlOGNlMTQzMjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"77bbcd70-05b5-408a-b687-683597fdb5bb","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220928131208/1.0/resourceInstances/vfw3149f784363c0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8a389988-966d-4d50-ab87-98583eddb612","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220928131208/1.0/resourceInstances/vfw3149f784363c0/artifacts/vendor-license-model.xml","artifactChecksum":"YTJhMDMxNGMwOTkwM2VmNmIwYTcxNzVhNzkwMjRhMmU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d0aef1fe-6ce0-4cad-8ea1-8828b0d190e0","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220928131208/1.0/resourceInstances/vfw3149f784363c0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6c79bd0f-41ee-4333-b83a-c8dc9ef2ed2e","artifactVersion":"2","generatedFromUUID":"8a389988-966d-4d50-ab87-98583eddb612"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220928131208-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220928131208/1.0/artifacts/service-Vfw20220928131208-template.yml","artifactChecksum":"YTU4MjA1MTU4MGVjYmQ5MjgzYTY0OTQ0YTkzMzIyNWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6497f2cd-3f56-4055-8bd7-1d3fc340b33e","artifactVersion":"1"},{"artifactName":"service-Vfw20220928131208-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220928131208/1.0/artifacts/service-Vfw20220928131208-csar.csar","artifactChecksum":"ODRiMzcwYzk5ZTU3NzA0Nzk3ODgyNmFlYzZkODhmYmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"070a506b-4175-4eb4-9ac0-a4326090252b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-28T13:14:02.875Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-28T13:14:02.875Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-28T13:14:02.879Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T13:14:02.880Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "acbfcee9-8e9c-43b7-adac-c7a418798e03",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664370842198,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928131208/1.0/resourceInstances/vfw3149f784363c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-28T13:14:02.980Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-28T13:14:02.981Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-28T13:14:02.981Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mlj8iwJrznyRSBgg) ...
2022-09-28T13:14:03.006Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T13:14:03.007Z||pool-35-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-09-28T13:14:03.880Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-28T13:14:03.881Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-28T13:14:03.883Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T13:14:03.884Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "acbfcee9-8e9c-43b7-adac-c7a418798e03",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664370842198,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928131208/1.0/resourceInstances/vfw3149f784363c0/artifacts/vfw3149f784363c0_modules.json",
"status": "NOTIFIED"
}
2022-09-28T13:14:03.984Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-28T13:14:03.985Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-28T13:14:03.985Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mlj8iwJrznyRSBgg) ...
2022-09-28T13:14:04.025Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T13:14:04.026Z||pool-36-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-09-28T13:14:04.887Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-28T13:14:04.888Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-28T13:14:04.891Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T13:14:04.892Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "acbfcee9-8e9c-43b7-adac-c7a418798e03",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664370842198,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928131208/1.0/resourceInstances/vfw3149f784363c0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-09-28T13:14:04.991Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-28T13:14:04.992Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-28T13:14:04.992Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mlj8iwJrznyRSBgg) ...
2022-09-28T13:14:05.016Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T13:14:05.017Z||pool-37-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-09-28T13:14:05.892Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-28T13:14:05.893Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-28T13:14:05.895Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T13:14:05.895Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "acbfcee9-8e9c-43b7-adac-c7a418798e03",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664370842198,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928131208/1.0/resourceInstances/vfw3149f784363c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-28T13:14:05.995Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-28T13:14:05.996Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-28T13:14:05.996Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mlj8iwJrznyRSBgg) ...
2022-09-28T13:14:06.016Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T13:14:06.017Z||pool-38-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-09-28T13:14:06.896Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-28T13:14:06.897Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-28T13:14:06.899Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T13:14:06.900Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "acbfcee9-8e9c-43b7-adac-c7a418798e03",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664370842198,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928131208/1.0/resourceInstances/vfw3149f784363c0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-09-28T13:14:07.000Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-28T13:14:07.001Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-28T13:14:07.001Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mlj8iwJrznyRSBgg) ...
2022-09-28T13:14:07.028Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T13:14:07.029Z||pool-39-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-09-28T13:14:07.901Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-28T13:14:07.902Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-28T13:14:07.905Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T13:14:07.906Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "acbfcee9-8e9c-43b7-adac-c7a418798e03",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664370842198,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928131208/1.0/artifacts/service-Vfw20220928131208-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-28T13:14:08.007Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-28T13:14:08.009Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-28T13:14:08.009Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mlj8iwJrznyRSBgg) ...
2022-09-28T13:14:08.043Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T13:14:08.043Z||pool-40-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-09-28T13:14:08.907Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-28T13:14:08.908Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-28T13:14:08.911Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T13:14:08.911Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "acbfcee9-8e9c-43b7-adac-c7a418798e03",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664370842198,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928131208/1.0/artifacts/service-Vfw20220928131208-csar.csar",
"status": "NOTIFIED"
}
2022-09-28T13:14:09.011Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-28T13:14:09.014Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-28T13:14:09.014Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mlj8iwJrznyRSBgg) ...
2022-09-28T13:14:09.064Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T13:14:09.065Z||pool-41-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":0,"count":1}
2022-09-28T13:14:09.913Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "acbfcee9-8e9c-43b7-adac-c7a418798e03",
"serviceName": "vFW 2022-09-28 13-12-08",
"serviceVersion": "1.0",
"serviceUUID": "d45a9a64-4bb0-49f8-bb96-6b0daf7c04cc",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "bee05fe9-a073-4af6-a490-b82f26a3ea28",
"resources": [
{
"resourceInstanceName": "vFW 3149f784-363c 0",
"resourceCustomizationUUID": "d21b2fa1-cfe6-446c-a033-48b75fd4eeff",
"resourceName": "vFW 3149f784-363c",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "fcaf7c6c-8d92-4517-92b1-3ae5f904925a",
"resourceInvariantUUID": "ac1ece8b-9508-4484-bddd-d783345e83b3",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw3149f784363c0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928131208/1.0/resourceInstances/vfw3149f784363c0/artifacts/vfw3149f784363c0_modules.json",
"artifactChecksum": "ZTAyOTg4MzE1MzE2ODMwNjkyNTY1YzJlOGNlMTQzMjM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "77bbcd70-05b5-408a-b687-683597fdb5bb",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928131208/1.0/resourceInstances/vfw3149f784363c0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "8a389988-966d-4d50-ab87-98583eddb612",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928131208/1.0/resourceInstances/vfw3149f784363c0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "6c79bd0f-41ee-4333-b83a-c8dc9ef2ed2e",
"generatedFromUUID": "8a389988-966d-4d50-ab87-98583eddb612"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928131208/1.0/resourceInstances/vfw3149f784363c0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "6c79bd0f-41ee-4333-b83a-c8dc9ef2ed2e",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220928131208-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928131208/1.0/artifacts/service-Vfw20220928131208-csar.csar",
"artifactChecksum": "ODRiMzcwYzk5ZTU3NzA0Nzk3ODgyNmFlYzZkODhmYmU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "070a506b-4175-4eb4-9ac0-a4326090252b"
}
],
"workloadContext": "Production"
}
2022-09-28T13:14:09.914Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-28T13:14:09.915Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d45a9a64-4bb0-49f8-bb96-6b0daf7c04cc ASDC
2022-09-28T13:14:09.915Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:acbfcee9-8e9c-43b7-adac-c7a418798e03
ServiceName:vFW 2022-09-28 13-12-08
ServiceVersion:1.0
ServiceUUID:d45a9a64-4bb0-49f8-bb96-6b0daf7c04cc
ServiceInvariantUUID:bee05fe9-a073-4af6-a490-b82f26a3ea28
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220928131208-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220928131208/1.0/artifacts/service-Vfw20220928131208-csar.csar
ArtifactUUID:070a506b-4175-4eb4-9ac0-a4326090252b
ArtifactChecksum:ODRiMzcwYzk5ZTU3NzA0Nzk3ODgyNmFlYzZkODhmYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 3149f784-363c 0
ResourceCustomizationUUID:d21b2fa1-cfe6-446c-a033-48b75fd4eeff
ResourceInvariantUUID:ac1ece8b-9508-4484-bddd-d783345e83b3
ResourceName:vFW 3149f784-363c
ResourceType:VF
ResourceUUID:fcaf7c6c-8d92-4517-92b1-3ae5f904925a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw3149f784363c0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220928131208/1.0/resourceInstances/vfw3149f784363c0/artifacts/vfw3149f784363c0_modules.json
ArtifactUUID:77bbcd70-05b5-408a-b687-683597fdb5bb
ArtifactChecksum:ZTAyOTg4MzE1MzE2ODMwNjkyNTY1YzJlOGNlMTQzMjM=
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/Vfw20220928131208/1.0/resourceInstances/vfw3149f784363c0/artifacts/base_vfw.yaml
ArtifactUUID:8a389988-966d-4d50-ab87-98583eddb612
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/Vfw20220928131208/1.0/resourceInstances/vfw3149f784363c0/artifacts/base_vfw.env
ArtifactUUID:6c79bd0f-41ee-4333-b83a-c8dc9ef2ed2e
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/Vfw20220928131208/1.0/resourceInstances/vfw3149f784363c0/artifacts/base_vfw.env
ArtifactUUID:6c79bd0f-41ee-4333-b83a-c8dc9ef2ed2e
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-09-28T13:14:09.916Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d45a9a64-4bb0-49f8-bb96-6b0daf7c04cc 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 (?, ?, ?, ?, ?)
2022-09-28T13:14:10.019Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-28T13:14:10.022Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-09-28T13:14:10.023Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-09-28T13:14:10.023Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 070a506b-4175-4eb4-9ac0-a4326090252b from URL: /sdc/v1/catalog/services/Vfw20220928131208/1.0/artifacts/service-Vfw20220928131208-csar.csar
2022-09-28T13:14:10.023Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-09-28T13:14:10.024Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220928131208/1.0/artifacts/service-Vfw20220928131208-csar.csar
2022-09-28T13:14:10.113Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-09-28T13:14:10.117Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220928131208/1.0/artifacts/service-Vfw20220928131208-csar.csar 070a506b-4175-4eb4-9ac0-a4326090252b 100651
2022-09-28T13:14:10.118Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220928131208/1.0/artifacts/service-Vfw20220928131208-csar.csar ASDC sendASDCNotification
2022-09-28T13:14:10.119Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220928131208/1.0/artifacts/service-Vfw20220928131208-csar.csar
2022-09-28T13:14:10.120Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-28T13:14:10.121Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-28T13:14:10.125Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T13:14:10.130Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "acbfcee9-8e9c-43b7-adac-c7a418798e03",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664370850118,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928131208/1.0/artifacts/service-Vfw20220928131208-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-28T13:14:10.227Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-09-28T13:14:10.228Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-28T13:14:10.228Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mlj8iwJrznyRSBgg) ...
2022-09-28T13:14:10.251Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T13:14:10.252Z||pool-42-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-09-28T13:14:11.131Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-28T13:14:11.132Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-09-28T13:14:11.133Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 070a506b-4175-4eb4-9ac0-a4326090252b, URL: /sdc/v1/catalog/services/Vfw20220928131208/1.0/artifacts/service-Vfw20220928131208-csar.csar to file: /app/ASDC/1/service-Vfw20220928131208-csar.csar
2022-09-28T13:14:11.133Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220928131208-csar.csar
2022-09-28T13:14:11.134Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220928131208-csar.csar
2022-09-28T13:14:11.134Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220928131208-csar.csar
2022-09-28T13:14:11.313Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9669577323324509553/Definitions/service-Vfw20220928131208-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
2022-09-28T13:14:13.454Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-28T13:14:13.455Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-09-28T13:14:13.455Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220928131208-csar.csar
2022-09-28T13:14:13.455Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-09-28T13:14:13.455Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220928131208-csar.csar
2022-09-28T13:14:13.456Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220928131208-csar.csar
2022-09-28T13:14:13.456Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220928131208-csar.csar
2022-09-28T13:14:13.456Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220928131208-csar.csar
2022-09-28T13:14:13.456Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220928131208-csar.csar
2022-09-28T13:14:13.456Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220928131208-csar.csar
2022-09-28T13:14:13.456Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220928131208-csar.csar
2022-09-28T13:14:13.456Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220928131208-csar.csar
2022-09-28T13:14:13.456Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220928131208-csar.csar
2022-09-28T13:14:13.456Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220928131208-csar.csar
2022-09-28T13:14:13.456Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 3149f784-363c 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-Vfw20220928131208-csar.csar
2022-09-28T13:14:13.456Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-09-28T13:14:13.456Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T13:14:13.456Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-09-28 13-12-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T13:14:13.457Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Node template vFW 3149f784-363c 0 is matching search criteria
2022-09-28T13:14:13.457Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-09-28T13:14:13.457Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 3149f784-363c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-28T13:14:13.457Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T13:14:13.458Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-09-28 13-12-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T13:14:13.458Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Node template vFW 3149f784-363c 0 is matching search criteria
2022-09-28T13:14:13.458Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-09-28T13:14:13.458Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 3149f784-363c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-28T13:14:13.458Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T13:14:13.458Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-09-28 13-12-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T13:14:13.458Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T13:14:13.458Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Node template vFW 3149f784-363c 0 is not matching search criteria
2022-09-28T13:14:13.458Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-28T13:14:13.459Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-28T13:14:13.459Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-28T13:14:13.459Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-28T13:14:13.459Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-28T13:14:13.459Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-28T13:14:13.459Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-28T13:14:13.459Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-28T13:14:13.459Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-28T13:14:13.459Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-28T13:14:13.459Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-28T13:14:13.460Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-28T13:14:13.460Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-28T13:14:13.460Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-28T13:14:13.460Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-28T13:14:13.460Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-28T13:14:13.460Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T13:14:13.460Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-09-28 13-12-08 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-28T13:14:13.461Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T13:14:13.461Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Node template vFW 3149f784-363c 0 is matching search criteria
2022-09-28T13:14:13.461Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 3149f784-363c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-28T13:14:13.461Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T13:14:13.461Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Node template vFW 3149f784-363c 0 is matching search criteria
2022-09-28T13:14:13.461Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 3149f784-363c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-28T13:14:13.461Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T13:14:13.461Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Node template vFW 3149f784-363c 0 is matching search criteria
2022-09-28T13:14:13.462Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 3149f784-363c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-28T13:14:13.462Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T13:14:13.462Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Node template vFW 3149f784-363c 0 is not matching search criteria
2022-09-28T13:14:13.462Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-28T13:14:13.462Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-28T13:14:13.462Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-09-28T13:14:13.462Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-28T13:14:13.462Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-28T13:14:13.462Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-28T13:14:13.462Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-28T13:14:13.462Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-28T13:14:13.462Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-28T13:14:13.462Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-28T13:14:13.463Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-28T13:14:13.463Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=38813076-14bf-41fc-bf36-f6e4894c6a6a
2022-09-28T13:14:13.463Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T13:14:13.463Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Node template vFW 3149f784-363c 0 is not matching search criteria
2022-09-28T13:14:13.463Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-28T13:14:13.463Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-28T13:14:13.463Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-28T13:14:13.463Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-28T13:14:13.463Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-28T13:14:13.463Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-28T13:14:13.463Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-28T13:14:13.463Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-09-28T13:14:13.463Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-28T13:14:13.463Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-28T13:14:13.464Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-28T13:14:13.464Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-28T13:14:13.464Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c54858f2-a3ad-4fa8-b290-7b01dc86f6e0
2022-09-28T13:14:13.464Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T13:14:13.464Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Node template vFW 3149f784-363c 0 is not matching search criteria
2022-09-28T13:14:13.464Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-28T13:14:13.464Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-28T13:14:13.475Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-28T13:14:13.476Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-28T13:14:13.476Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-28T13:14:13.476Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-28T13:14:13.476Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-28T13:14:13.476Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-28T13:14:13.476Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-28T13:14:13.476Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-28T13:14:13.476Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-28T13:14:13.476Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-09-28T13:14:13.476Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b0cbf0f9-6801-4de3-a50c-407523dac0b9
2022-09-28T13:14:13.477Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T13:14:13.477Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-09-28 13-12-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T13:14:13.477Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T13:14:13.477Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-09-28 13-12-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T13:14:13.477Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T13:14:13.477Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-09-28 13-12-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T13:14:13.477Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T13:14:13.477Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-09-28 13-12-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T13:14:13.477Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-09-28 13-12-08
Description:catalog service description
Model UUID:d45a9a64-4bb0-49f8-bb96-6b0daf7c04cc
Model Version:NULL
Model InvariantUuid:bee05fe9-a073-4af6-a490-b82f26a3ea28
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 3149f784-363c
Model UUID:5af6d2ac-a38a-4550-8249-bb30332738e5
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ac1ece8b-9508-4484-bddd-d783345e83b3
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:d21b2fa1-cfe6-446c-a033-48b75fd4eeff
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:b0411e9b-97d2-4367-9ca9-930618af3d78
ModelName:Vfw3149f784363c..base_vfw..module-0
ModelUuid:47117403-109d-4d54-92c9-c9e38a1253b8
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:38813076-14bf-41fc-bf36-f6e4894c6a6a
ModelInvariantUuid:205c2089-9369-4849-9e76-93e71117bcbc
ModelName:vFW 3149f784-363c-nodes.vfwCvfc
ModelUuid:94da6980-b161-4dc2-aeb0-73c23b585799
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:71e219b4-c8c3-4331-aef7-077ffa7de93f
ModelInvariantUuid:25c38103-1567-4acb-8783-051ff141ce14
ModelName:Vfw3149f784363c.compute.nodes.heat.vfw
ModelUuid:dee25fbc-aa51-4706-b148-d1935cd377e8
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:c54858f2-a3ad-4fa8-b290-7b01dc86f6e0
ModelInvariantUuid:a7d13769-b1e7-4db4-b3f9-d0073f79ea90
ModelName:vFW 3149f784-363c-nodes.vsnCvfc
ModelUuid:d9b22ecf-8f7e-4395-a49e-737f3dbce1be
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:cb18bf3c-00df-4fc2-9190-d2afffebb114
ModelInvariantUuid:94f2915d-21f5-4011-9645-0073f48b2511
ModelName:Vfw3149f784363c.compute.nodes.heat.vsn
ModelUuid:4d771561-48f0-44f5-82bc-5753641b8ada
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:b0cbf0f9-6801-4de3-a50c-407523dac0b9
ModelInvariantUuid:71a2dd7a-a054-41fd-8d11-8c66122a0d40
ModelName:vFW 3149f784-363c-nodes.vpgCvfc
ModelUuid:2a57cbfb-5c7a-4ca8-af4b-6572bceb8984
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:6b890d77-d500-421b-8d4d-2e0cd77f6128
ModelInvariantUuid:8d766da0-d1fc-410d-abbb-a9a2e0206236
ModelName:Vfw3149f784363c.compute.nodes.heat.vpg
ModelUuid:6f7d0374-88c1-4351-8303-27c51908fbcc
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=?
2022-09-28T13:14:13.497Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: fcaf7c6c-8d92-4517-92b1-3ae5f904925a
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-28T13:14:13.505Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||INFO|500||vFW 3149f784-363c 0
2022-09-28T13:14:13.505Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: fcaf7c6c-8d92-4517-92b1-3ae5f904925a
2022-09-28T13:14:13.505Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 77bbcd70-05b5-408a-b687-683597fdb5bb from URL: /sdc/v1/catalog/services/Vfw20220928131208/1.0/resourceInstances/vfw3149f784363c0/artifacts/vfw3149f784363c0_modules.json
2022-09-28T13:14:13.505Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-09-28T13:14:13.506Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220928131208/1.0/resourceInstances/vfw3149f784363c0/artifacts/vfw3149f784363c0_modules.json
2022-09-28T13:14:13.608Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-09-28T13:14:13.609Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220928131208/1.0/resourceInstances/vfw3149f784363c0/artifacts/vfw3149f784363c0_modules.json 77bbcd70-05b5-408a-b687-683597fdb5bb 785
2022-09-28T13:14:13.609Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220928131208/1.0/resourceInstances/vfw3149f784363c0/artifacts/vfw3149f784363c0_modules.json ASDC sendASDCNotification
2022-09-28T13:14:13.609Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220928131208/1.0/resourceInstances/vfw3149f784363c0/artifacts/vfw3149f784363c0_modules.json
2022-09-28T13:14:13.609Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-28T13:14:13.610Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-28T13:14:13.615Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T13:14:13.615Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "acbfcee9-8e9c-43b7-adac-c7a418798e03",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664370853609,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928131208/1.0/resourceInstances/vfw3149f784363c0/artifacts/vfw3149f784363c0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-28T13:14:13.715Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-28T13:14:13.716Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-28T13:14:13.717Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mlj8iwJrznyRSBgg) ...
2022-09-28T13:14:13.741Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T13:14:13.742Z||pool-43-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-09-28T13:14:14.616Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw3149f784363c..base_vfw..module-0",
"vfModuleModelInvariantUUID": "b0411e9b-97d2-4367-9ca9-930618af3d78",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "47117403-109d-4d54-92c9-c9e38a1253b8",
"vfModuleModelCustomizationUUID": "6caae577-d809-4ec4-a887-ca1d5a2333a4",
"isBase": true,
"artifacts": [
"8a389988-966d-4d50-ab87-98583eddb612",
"6c79bd0f-41ee-4333-b83a-c8dc9ef2ed2e"
],
"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": ""
}
}
]
2022-09-28T13:14:14.621Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw3149f784363c..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:47117403-109d-4d54-92c9-c9e38a1253b8
VfModuleModelInvariantUUID:b0411e9b-97d2-4367-9ca9-930618af3d78
VfModuleModelDescription:NULL
Artifacts UUID List:{
8a389988-966d-4d50-ab87-98583eddb612
,
6c79bd0f-41ee-4333-b83a-c8dc9ef2ed2e
}
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
}
2022-09-28T13:14:14.623Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw3149f784363c..base_vfw..module-0",
"vfModuleModelInvariantUUID": "b0411e9b-97d2-4367-9ca9-930618af3d78",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "47117403-109d-4d54-92c9-c9e38a1253b8",
"vfModuleModelCustomizationUUID": "6caae577-d809-4ec4-a887-ca1d5a2333a4",
"isBase": true,
"artifacts": [
"8a389988-966d-4d50-ab87-98583eddb612",
"6c79bd0f-41ee-4333-b83a-c8dc9ef2ed2e"
],
"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": ""
}
}
]
2022-09-28T13:14:14.624Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw3149f784363c..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:47117403-109d-4d54-92c9-c9e38a1253b8
VfModuleModelInvariantUUID:b0411e9b-97d2-4367-9ca9-930618af3d78
VfModuleModelDescription:NULL
Artifacts UUID List:{
8a389988-966d-4d50-ab87-98583eddb612
,
6c79bd0f-41ee-4333-b83a-c8dc9ef2ed2e
}
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
}
2022-09-28T13:14:14.624Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 8a389988-966d-4d50-ab87-98583eddb612 from URL: /sdc/v1/catalog/services/Vfw20220928131208/1.0/resourceInstances/vfw3149f784363c0/artifacts/base_vfw.yaml
2022-09-28T13:14:14.624Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-09-28T13:14:14.624Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220928131208/1.0/resourceInstances/vfw3149f784363c0/artifacts/base_vfw.yaml
2022-09-28T13:14:14.705Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-09-28T13:14:14.706Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220928131208/1.0/resourceInstances/vfw3149f784363c0/artifacts/base_vfw.yaml 8a389988-966d-4d50-ab87-98583eddb612 20368
2022-09-28T13:14:14.706Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220928131208/1.0/resourceInstances/vfw3149f784363c0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-09-28T13:14:14.706Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220928131208/1.0/resourceInstances/vfw3149f784363c0/artifacts/base_vfw.yaml
2022-09-28T13:14:14.707Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-28T13:14:14.707Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-28T13:14:14.712Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T13:14:14.712Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "acbfcee9-8e9c-43b7-adac-c7a418798e03",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664370854706,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928131208/1.0/resourceInstances/vfw3149f784363c0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-28T13:14:14.811Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-28T13:14:14.812Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-28T13:14:14.813Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mlj8iwJrznyRSBgg) ...
2022-09-28T13:14:14.833Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T13:14:14.833Z||pool-44-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-09-28T13:14:15.716Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 6c79bd0f-41ee-4333-b83a-c8dc9ef2ed2e from URL: /sdc/v1/catalog/services/Vfw20220928131208/1.0/resourceInstances/vfw3149f784363c0/artifacts/base_vfw.env
2022-09-28T13:14:15.716Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-09-28T13:14:15.716Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220928131208/1.0/resourceInstances/vfw3149f784363c0/artifacts/base_vfw.env
2022-09-28T13:14:15.803Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-09-28T13:14:15.804Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220928131208/1.0/resourceInstances/vfw3149f784363c0/artifacts/base_vfw.env 6c79bd0f-41ee-4333-b83a-c8dc9ef2ed2e 2098
2022-09-28T13:14:15.804Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220928131208/1.0/resourceInstances/vfw3149f784363c0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-09-28T13:14:15.804Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220928131208/1.0/resourceInstances/vfw3149f784363c0/artifacts/base_vfw.env
2022-09-28T13:14:15.804Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-28T13:14:15.805Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-28T13:14:15.809Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T13:14:15.809Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "acbfcee9-8e9c-43b7-adac-c7a418798e03",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664370855804,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928131208/1.0/resourceInstances/vfw3149f784363c0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-09-28T13:14:15.907Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-09-28T13:14:15.908Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-28T13:14:15.908Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mlj8iwJrznyRSBgg) ...
2022-09-28T13:14:15.934Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T13:14:15.934Z||pool-45-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-09-28T13:14:16.810Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: d45a9a64-4bb0-49f8-bb96-6b0daf7c04cc
2022-09-28T13:14:16.812Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 3149f784-363c 0 fcaf7c6c-8d92-4517-92b1-3ae5f904925a 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=?
2022-09-28T13:14:16.866Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@286e59fe, org.onap.sdc.toscaparser.api.parameters.Input@343c5680, org.onap.sdc.toscaparser.api.parameters.Input@7e0d3271, org.onap.sdc.toscaparser.api.parameters.Input@79f50cb6, org.onap.sdc.toscaparser.api.parameters.Input@230e1bdf]
2022-09-28T13:14:16.873Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T13:14:16.874Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-09-28 13-12-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T13:14:16.874Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2022-09-28T13:14:16.874Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= d21b2fa1-cfe6-446c-a033-48b75fd4eeff
2022-09-28T13:14:16.877Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d21b2fa1-cfe6-446c-a033-48b75fd4eeff matches Tosca VF Customization UUID: d21b2fa1-cfe6-446c-a033-48b75fd4eeff
2022-09-28T13:14:16.878Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: d21b2fa1-cfe6-446c-a033-48b75fd4eeff 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=?
2022-09-28T13:14:16.882Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T13:14:16.883Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-09-28 13-12-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T13:14:16.884Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id d21b2fa1-cfe6-446c-a033-48b75fd4eeff: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-09-28T13:14:16.884Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3318db58
2022-09-28T13:14:16.885Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T13:14:16.885Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-09-28 13-12-08 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-28T13:14:16.885Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6caae577-d809-4ec4-a887-ca1d5a2333a4
2022-09-28T13:14:16.885Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6caae577-d809-4ec4-a887-ca1d5a2333a4
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=?
2022-09-28T13:14:16.890Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T13:14:16.890Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Node template vFW 3149f784-363c 0 is matching search criteria
2022-09-28T13:14:16.890Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 3149f784-363c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-28T13:14:16.891Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T13:14:16.891Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Node template vFW 3149f784-363c 0 is matching search criteria
2022-09-28T13:14:16.891Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 3149f784-363c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-28T13:14:16.891Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T13:14:16.891Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Node template vFW 3149f784-363c 0 is not matching search criteria
2022-09-28T13:14:16.891Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-28T13:14:16.891Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-28T13:14:16.891Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-09-28T13:14:16.892Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-28T13:14:16.892Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-28T13:14:16.892Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-28T13:14:16.892Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-28T13:14:16.892Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-28T13:14:16.892Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-28T13:14:16.892Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-28T13:14:16.892Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-28T13:14:16.892Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=38813076-14bf-41fc-bf36-f6e4894c6a6a
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=?
2022-09-28T13:14:16.896Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T13:14:16.897Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Node template vFW 3149f784-363c 0 is matching search criteria
2022-09-28T13:14:16.897Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 3149f784-363c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-28T13:14:16.898Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T13:14:16.898Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Node template vFW 3149f784-363c 0 is not matching search criteria
2022-09-28T13:14:16.898Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-28T13:14:16.899Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-28T13:14:16.899Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-28T13:14:16.899Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-28T13:14:16.899Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-28T13:14:16.899Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-28T13:14:16.899Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-28T13:14:16.899Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-09-28T13:14:16.899Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-28T13:14:16.899Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-28T13:14:16.900Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-28T13:14:16.900Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-28T13:14:16.900Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c54858f2-a3ad-4fa8-b290-7b01dc86f6e0
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=?
2022-09-28T13:14:16.904Z|acbfcee9-8e9c-43b7-adac-c7a418798e03|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery