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-12-04T23:18:34.120Z||main|||||INFO|500||The following profiles are active: basic
2022-12-04T23:19:01.235Z||main|||||INFO|500||Starting service [Tomcat]
2022-12-04T23:19:01.240Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-12-04T23:19:01.515Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-12-04T23:19:12.120Z||main|||||INFO|500||catdb-pool - Starting...
2022-12-04T23:19:12.953Z||main|||||INFO|500||catdb-pool - Start completed.
2022-12-04T23:19:14.172Z||main|||||INFO|500||reqdb-pool - Starting...
2022-12-04T23:19:14.224Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-12-04T23:19:14.603Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-12-04T23:19:17.563Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-12-04T23:19:20.038Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-12-04T23:19:28.593Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-12-04T23:19:32.697Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-12-04T23:19:32.826Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-12-04T23:19:33.721Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-12-04T23:19:34.150Z||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-12-04T23:19:37.690Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-12-04T23:19:39.875Z||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-12-04T23:19:41.171Z||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-12-04T23:19:42.938Z||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-12-04T23:19:42.996Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-12-04T23:19:43.111Z|330635cb-41d2-4a2a-82d1-235657167522|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-12-04T23:19:45.179Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-12-04T23:19:45.181Z|330635cb-41d2-4a2a-82d1-235657167522|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=[Sun, 04 Dec 2022 23:19:42 GMT], server=[envoy], x-envoy-upstream-service-time=[2034], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-12-04T23:19:45.183Z|330635cb-41d2-4a2a-82d1-235657167522|main|||||DEBUG|500||{"id":"d70b8044f0c24d09ad61eb2192a083b5","versionId":"7695d5ade32240b28a92395e198704f5"}
2022-12-04T23:19:45.276Z|330635cb-41d2-4a2a-82d1-235657167522|main|||||INFO|500||Successfully created activitySpec VNFSetInMaintFlagActivity
2022-12-04T23:19:45.475Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/d70b8044f0c24d09ad61eb2192a083b5/versions/latest/actions|INFO|500||Invoke
2022-12-04T23:19:45.476Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/d70b8044f0c24d09ad61eb2192a083b5/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/d70b8044f0c24d09ad61eb2192a083b5/versions/latest/actions with request headers:{X-RequestID=[330635cb-41d2-4a2a-82d1-235657167522], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[c0700402-0254-42f5-81f2-0e21a5d60182], X-ECOMP-RequestID=[330635cb-41d2-4a2a-82d1-235657167522], X-TransactionID=[330635cb-41d2-4a2a-82d1-235657167522], X-ONAP-RequestID=[330635cb-41d2-4a2a-82d1-235657167522], Content-Type=[application/json]}
2022-12-04T23:19:45.479Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/d70b8044f0c24d09ad61eb2192a083b5/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-12-04T23:19:47.325Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/d70b8044f0c24d09ad61eb2192a083b5/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/d70b8044f0c24d09ad61eb2192a083b5/versions/latest/actions has http status code:200 and response headers:{date=[Sun, 04 Dec 2022 23:19:44 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[1669]}
2022-12-04T23:19:47.497Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/d70b8044f0c24d09ad61eb2192a083b5/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-12-04T23:19:47.516Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/d70b8044f0c24d09ad61eb2192a083b5/versions/latest/actions|INFO|500||InvokeReturn
2022-12-04T23:19:47.518Z|330635cb-41d2-4a2a-82d1-235657167522|main|||||INFO|500||Successfully certified activitySpec VNFSetInMaintFlagActivity
2022-12-04T23:19:47.519Z|330635cb-41d2-4a2a-82d1-235657167522|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-12-04T23:19:48.021Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-12-04T23:19:48.023Z|330635cb-41d2-4a2a-82d1-235657167522|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=[330635cb-41d2-4a2a-82d1-235657167522], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[482e9156-73b1-4ada-86d8-149637cc0102], X-ECOMP-RequestID=[330635cb-41d2-4a2a-82d1-235657167522], X-TransactionID=[330635cb-41d2-4a2a-82d1-235657167522], X-ONAP-RequestID=[330635cb-41d2-4a2a-82d1-235657167522], Content-Type=[application/json]}
2022-12-04T23:19:48.050Z|330635cb-41d2-4a2a-82d1-235657167522|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-12-04T23:19:48.443Z|330635cb-41d2-4a2a-82d1-235657167522|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=[Sun, 04 Dec 2022 23:19:47 GMT], server=[envoy], x-envoy-upstream-service-time=[383], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-12-04T23:19:48.447Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"b1b2ddb66ea745e0abe236991dd0cc33","versionId":"b6a7ba5a73d94e55b50b3674ca07dbbf"}
2022-12-04T23:19:48.452Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-12-04T23:19:48.475Z|330635cb-41d2-4a2a-82d1-235657167522|main|||||INFO|500||Successfully created activitySpec VNFCheckPserversLockedFlagActivity
2022-12-04T23:19:48.650Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b1b2ddb66ea745e0abe236991dd0cc33/versions/latest/actions|INFO|500||Invoke
2022-12-04T23:19:48.651Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b1b2ddb66ea745e0abe236991dd0cc33/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/b1b2ddb66ea745e0abe236991dd0cc33/versions/latest/actions with request headers:{X-RequestID=[330635cb-41d2-4a2a-82d1-235657167522], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[6550d358-819d-45af-8f93-f649cc2cc5d8], X-ECOMP-RequestID=[330635cb-41d2-4a2a-82d1-235657167522], X-TransactionID=[330635cb-41d2-4a2a-82d1-235657167522], X-ONAP-RequestID=[330635cb-41d2-4a2a-82d1-235657167522], Content-Type=[application/json]}
2022-12-04T23:19:48.674Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b1b2ddb66ea745e0abe236991dd0cc33/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-12-04T23:19:49.113Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b1b2ddb66ea745e0abe236991dd0cc33/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/b1b2ddb66ea745e0abe236991dd0cc33/versions/latest/actions has http status code:200 and response headers:{date=[Sun, 04 Dec 2022 23:19:48 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[431]}
2022-12-04T23:19:49.114Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b1b2ddb66ea745e0abe236991dd0cc33/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-12-04T23:19:49.115Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b1b2ddb66ea745e0abe236991dd0cc33/versions/latest/actions|INFO|500||InvokeReturn
2022-12-04T23:19:49.115Z|330635cb-41d2-4a2a-82d1-235657167522|main|||||INFO|500||Successfully certified activitySpec VNFCheckPserversLockedFlagActivity
2022-12-04T23:19:49.116Z|330635cb-41d2-4a2a-82d1-235657167522|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-12-04T23:19:49.251Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-12-04T23:19:49.252Z|330635cb-41d2-4a2a-82d1-235657167522|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=[330635cb-41d2-4a2a-82d1-235657167522], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[96d72812-b0a6-42b6-b874-0cd0d188118a], X-ECOMP-RequestID=[330635cb-41d2-4a2a-82d1-235657167522], X-TransactionID=[330635cb-41d2-4a2a-82d1-235657167522], X-ONAP-RequestID=[330635cb-41d2-4a2a-82d1-235657167522], Content-Type=[application/json]}
2022-12-04T23:19:49.255Z|330635cb-41d2-4a2a-82d1-235657167522|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-12-04T23:19:49.518Z|330635cb-41d2-4a2a-82d1-235657167522|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=[Sun, 04 Dec 2022 23:19:48 GMT], server=[envoy], x-envoy-upstream-service-time=[259], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-12-04T23:19:49.526Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"69b4e49b041d4e49bcbdfbd76e559b64","versionId":"33d4cc95df684d8eb92572885a0c4a67"}
2022-12-04T23:19:49.527Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-12-04T23:19:49.534Z|330635cb-41d2-4a2a-82d1-235657167522|main|||||INFO|500||Successfully created activitySpec VNFCheckInMaintFlagActivity
2022-12-04T23:19:49.626Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/69b4e49b041d4e49bcbdfbd76e559b64/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-12-04T23:19:49.635Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/69b4e49b041d4e49bcbdfbd76e559b64/versions/latest/actions|INFO|500||Invoke
2022-12-04T23:19:49.637Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/69b4e49b041d4e49bcbdfbd76e559b64/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-12-04T23:19:50.074Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/69b4e49b041d4e49bcbdfbd76e559b64/versions/latest/actions|INFO|500||InvokeReturn
2022-12-04T23:19:50.075Z|330635cb-41d2-4a2a-82d1-235657167522|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/69b4e49b041d4e49bcbdfbd76e559b64/versions/latest/actions has http status code:200 and response headers:{date=[Sun, 04 Dec 2022 23:19:49 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[432]}
2022-12-04T23:19:50.075Z|330635cb-41d2-4a2a-82d1-235657167522|main|||||DEBUG|500||Response was returned with an empty entity.
2022-12-04T23:19:50.077Z|330635cb-41d2-4a2a-82d1-235657167522|main|||||INFO|500||Successfully certified activitySpec VNFCheckInMaintFlagActivity
2022-12-04T23:19:50.077Z|330635cb-41d2-4a2a-82d1-235657167522|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-12-04T23:19:50.176Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-12-04T23:19:50.177Z|330635cb-41d2-4a2a-82d1-235657167522|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=[330635cb-41d2-4a2a-82d1-235657167522], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[e6e916ab-a668-4978-99dc-96b642a15179], X-ECOMP-RequestID=[330635cb-41d2-4a2a-82d1-235657167522], X-TransactionID=[330635cb-41d2-4a2a-82d1-235657167522], X-ONAP-RequestID=[330635cb-41d2-4a2a-82d1-235657167522], Content-Type=[application/json]}
2022-12-04T23:19:50.179Z|330635cb-41d2-4a2a-82d1-235657167522|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-12-04T23:19:50.396Z|330635cb-41d2-4a2a-82d1-235657167522|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=[Sun, 04 Dec 2022 23:19:49 GMT], server=[envoy], x-envoy-upstream-service-time=[212], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-12-04T23:19:50.397Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"3576dc3817a2447483f7676d4ba0688a","versionId":"320ed7ef2b6f4c7ba298f44aa4939dd1"}
2022-12-04T23:19:50.398Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-12-04T23:19:50.412Z|330635cb-41d2-4a2a-82d1-235657167522|main|||||INFO|500||Successfully created activitySpec VNFCheckClosedLoopDisabledFlagActivity
2022-12-04T23:19:50.495Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/3576dc3817a2447483f7676d4ba0688a/versions/latest/actions|INFO|500||Invoke
2022-12-04T23:19:50.496Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/3576dc3817a2447483f7676d4ba0688a/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/3576dc3817a2447483f7676d4ba0688a/versions/latest/actions with request headers:{X-RequestID=[330635cb-41d2-4a2a-82d1-235657167522], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[66702b00-dc1c-466a-a5c0-0ddfe969f4ef], X-ECOMP-RequestID=[330635cb-41d2-4a2a-82d1-235657167522], X-TransactionID=[330635cb-41d2-4a2a-82d1-235657167522], X-ONAP-RequestID=[330635cb-41d2-4a2a-82d1-235657167522], Content-Type=[application/json]}
2022-12-04T23:19:50.498Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/3576dc3817a2447483f7676d4ba0688a/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-12-04T23:19:50.842Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/3576dc3817a2447483f7676d4ba0688a/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/3576dc3817a2447483f7676d4ba0688a/versions/latest/actions has http status code:200 and response headers:{date=[Sun, 04 Dec 2022 23:19:49 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[340]}
2022-12-04T23:19:50.843Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/3576dc3817a2447483f7676d4ba0688a/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-12-04T23:19:50.844Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/3576dc3817a2447483f7676d4ba0688a/versions/latest/actions|INFO|500||InvokeReturn
2022-12-04T23:19:50.847Z|330635cb-41d2-4a2a-82d1-235657167522|main|||||INFO|500||Successfully certified activitySpec VNFCheckClosedLoopDisabledFlagActivity
2022-12-04T23:19:50.848Z|330635cb-41d2-4a2a-82d1-235657167522|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-12-04T23:19:50.943Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-12-04T23:19:50.944Z|330635cb-41d2-4a2a-82d1-235657167522|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=[330635cb-41d2-4a2a-82d1-235657167522], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[a355ba00-3dfb-4577-bfeb-98d6f465e2d5], X-ECOMP-RequestID=[330635cb-41d2-4a2a-82d1-235657167522], X-TransactionID=[330635cb-41d2-4a2a-82d1-235657167522], X-ONAP-RequestID=[330635cb-41d2-4a2a-82d1-235657167522], Content-Type=[application/json]}
2022-12-04T23:19:50.947Z|330635cb-41d2-4a2a-82d1-235657167522|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-12-04T23:19:51.197Z|330635cb-41d2-4a2a-82d1-235657167522|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=[Sun, 04 Dec 2022 23:19:50 GMT], server=[envoy], x-envoy-upstream-service-time=[246], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-12-04T23:19:51.200Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"2cd59f58bf584f1a854bbf7d41ee799c","versionId":"dad0ccba4c8f46bbb39932d95b2587e8"}
2022-12-04T23:19:51.202Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-12-04T23:19:51.207Z|330635cb-41d2-4a2a-82d1-235657167522|main|||||INFO|500||Successfully created activitySpec VNFSetClosedLoopDisabledFlagActivity
2022-12-04T23:19:51.290Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/2cd59f58bf584f1a854bbf7d41ee799c/versions/latest/actions|INFO|500||Invoke
2022-12-04T23:19:51.291Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/2cd59f58bf584f1a854bbf7d41ee799c/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/2cd59f58bf584f1a854bbf7d41ee799c/versions/latest/actions with request headers:{X-RequestID=[330635cb-41d2-4a2a-82d1-235657167522], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[b15ad2f0-999e-4e05-a7cc-7e8e1ad89d7d], X-ECOMP-RequestID=[330635cb-41d2-4a2a-82d1-235657167522], X-TransactionID=[330635cb-41d2-4a2a-82d1-235657167522], X-ONAP-RequestID=[330635cb-41d2-4a2a-82d1-235657167522], Content-Type=[application/json]}
2022-12-04T23:19:51.293Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/2cd59f58bf584f1a854bbf7d41ee799c/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-12-04T23:19:51.681Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/2cd59f58bf584f1a854bbf7d41ee799c/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/2cd59f58bf584f1a854bbf7d41ee799c/versions/latest/actions has http status code:200 and response headers:{date=[Sun, 04 Dec 2022 23:19:50 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[385]}
2022-12-04T23:19:51.682Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/2cd59f58bf584f1a854bbf7d41ee799c/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-12-04T23:19:51.684Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/2cd59f58bf584f1a854bbf7d41ee799c/versions/latest/actions|INFO|500||InvokeReturn
2022-12-04T23:19:51.685Z|330635cb-41d2-4a2a-82d1-235657167522|main|||||INFO|500||Successfully certified activitySpec VNFSetClosedLoopDisabledFlagActivity
2022-12-04T23:19:51.695Z|330635cb-41d2-4a2a-82d1-235657167522|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-12-04T23:19:51.782Z|330635cb-41d2-4a2a-82d1-235657167522|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-12-04T23:19:51.787Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-12-04T23:19:51.790Z|330635cb-41d2-4a2a-82d1-235657167522|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-12-04T23:19:52.013Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-12-04T23:19:52.015Z|330635cb-41d2-4a2a-82d1-235657167522|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=[Sun, 04 Dec 2022 23:19:51 GMT], server=[envoy], x-envoy-upstream-service-time=[219], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-12-04T23:19:52.016Z|330635cb-41d2-4a2a-82d1-235657167522|main|||||DEBUG|500||{"id":"e60e08f85d26410b928ef05e7c3ccd7f","versionId":"90ca7ac686d8404ab619fe3b89ffbc56"}
2022-12-04T23:19:52.018Z|330635cb-41d2-4a2a-82d1-235657167522|main|||||INFO|500||Successfully created activitySpec VNFUnsetClosedLoopDisabledFlagActivity
2022-12-04T23:19:52.169Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e60e08f85d26410b928ef05e7c3ccd7f/versions/latest/actions|INFO|500||Invoke
2022-12-04T23:19:52.170Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e60e08f85d26410b928ef05e7c3ccd7f/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/e60e08f85d26410b928ef05e7c3ccd7f/versions/latest/actions with request headers:{X-RequestID=[330635cb-41d2-4a2a-82d1-235657167522], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[8d5eb17d-ed7d-40ce-be32-2bc0590ac7ac], X-ECOMP-RequestID=[330635cb-41d2-4a2a-82d1-235657167522], X-TransactionID=[330635cb-41d2-4a2a-82d1-235657167522], X-ONAP-RequestID=[330635cb-41d2-4a2a-82d1-235657167522], Content-Type=[application/json]}
2022-12-04T23:19:52.186Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e60e08f85d26410b928ef05e7c3ccd7f/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-12-04T23:19:52.720Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e60e08f85d26410b928ef05e7c3ccd7f/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/e60e08f85d26410b928ef05e7c3ccd7f/versions/latest/actions has http status code:200 and response headers:{date=[Sun, 04 Dec 2022 23:19:51 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[517]}
2022-12-04T23:19:52.721Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e60e08f85d26410b928ef05e7c3ccd7f/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-12-04T23:19:52.722Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e60e08f85d26410b928ef05e7c3ccd7f/versions/latest/actions|INFO|500||InvokeReturn
2022-12-04T23:19:52.722Z|330635cb-41d2-4a2a-82d1-235657167522|main|||||INFO|500||Successfully certified activitySpec VNFUnsetClosedLoopDisabledFlagActivity
2022-12-04T23:19:52.723Z|330635cb-41d2-4a2a-82d1-235657167522|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-12-04T23:19:52.847Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-12-04T23:19:52.848Z|330635cb-41d2-4a2a-82d1-235657167522|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=[330635cb-41d2-4a2a-82d1-235657167522], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[d54e7933-ddfc-450d-92d2-9896e02395fd], X-ECOMP-RequestID=[330635cb-41d2-4a2a-82d1-235657167522], X-TransactionID=[330635cb-41d2-4a2a-82d1-235657167522], X-ONAP-RequestID=[330635cb-41d2-4a2a-82d1-235657167522], Content-Type=[application/json]}
2022-12-04T23:19:52.850Z|330635cb-41d2-4a2a-82d1-235657167522|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-12-04T23:19:53.209Z|330635cb-41d2-4a2a-82d1-235657167522|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=[Sun, 04 Dec 2022 23:19:52 GMT], server=[envoy], x-envoy-upstream-service-time=[354], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-12-04T23:19:53.210Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"df5be8dcadf84a9e9719955ab2b209db","versionId":"0a150b4cce674c29b2e4724a2c711f06"}
2022-12-04T23:19:53.212Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-12-04T23:19:53.215Z|330635cb-41d2-4a2a-82d1-235657167522|main|||||INFO|500||Successfully created activitySpec VNFLockActivity
2022-12-04T23:19:53.271Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/df5be8dcadf84a9e9719955ab2b209db/versions/latest/actions|INFO|500||Invoke
2022-12-04T23:19:53.272Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/df5be8dcadf84a9e9719955ab2b209db/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/df5be8dcadf84a9e9719955ab2b209db/versions/latest/actions with request headers:{X-RequestID=[330635cb-41d2-4a2a-82d1-235657167522], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[d0636644-e832-43f3-a528-428e8f4e56cd], X-ECOMP-RequestID=[330635cb-41d2-4a2a-82d1-235657167522], X-TransactionID=[330635cb-41d2-4a2a-82d1-235657167522], X-ONAP-RequestID=[330635cb-41d2-4a2a-82d1-235657167522], Content-Type=[application/json]}
2022-12-04T23:19:53.273Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/df5be8dcadf84a9e9719955ab2b209db/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-12-04T23:19:53.614Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/df5be8dcadf84a9e9719955ab2b209db/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/df5be8dcadf84a9e9719955ab2b209db/versions/latest/actions has http status code:200 and response headers:{date=[Sun, 04 Dec 2022 23:19:52 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[336]}
2022-12-04T23:19:53.614Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/df5be8dcadf84a9e9719955ab2b209db/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-12-04T23:19:53.615Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/df5be8dcadf84a9e9719955ab2b209db/versions/latest/actions|INFO|500||InvokeReturn
2022-12-04T23:19:53.618Z|330635cb-41d2-4a2a-82d1-235657167522|main|||||INFO|500||Successfully certified activitySpec VNFLockActivity
2022-12-04T23:19:53.618Z|330635cb-41d2-4a2a-82d1-235657167522|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-12-04T23:19:53.707Z|330635cb-41d2-4a2a-82d1-235657167522|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-12-04T23:19:53.710Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-12-04T23:19:53.711Z|330635cb-41d2-4a2a-82d1-235657167522|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-12-04T23:19:53.892Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-12-04T23:19:53.894Z|330635cb-41d2-4a2a-82d1-235657167522|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=[Sun, 04 Dec 2022 23:19:53 GMT], server=[envoy], x-envoy-upstream-service-time=[176], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-12-04T23:19:53.896Z|330635cb-41d2-4a2a-82d1-235657167522|main|||||DEBUG|500||{"id":"76b0778259294fc18896f86d58d2660f","versionId":"bc1475e2c03c4c0ba549987502cadaaf"}
2022-12-04T23:19:53.899Z|330635cb-41d2-4a2a-82d1-235657167522|main|||||INFO|500||Successfully created activitySpec VNFUnlockActivity
2022-12-04T23:19:53.985Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/76b0778259294fc18896f86d58d2660f/versions/latest/actions|INFO|500||Invoke
2022-12-04T23:19:53.987Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/76b0778259294fc18896f86d58d2660f/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/76b0778259294fc18896f86d58d2660f/versions/latest/actions with request headers:{X-RequestID=[330635cb-41d2-4a2a-82d1-235657167522], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[953e2bf2-cb47-41c1-9108-b60987fdbc28], X-ECOMP-RequestID=[330635cb-41d2-4a2a-82d1-235657167522], X-TransactionID=[330635cb-41d2-4a2a-82d1-235657167522], X-ONAP-RequestID=[330635cb-41d2-4a2a-82d1-235657167522], Content-Type=[application/json]}
2022-12-04T23:19:54.017Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/76b0778259294fc18896f86d58d2660f/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-12-04T23:19:54.589Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/76b0778259294fc18896f86d58d2660f/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/76b0778259294fc18896f86d58d2660f/versions/latest/actions has http status code:200 and response headers:{date=[Sun, 04 Dec 2022 23:19:53 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[566]}
2022-12-04T23:19:54.593Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/76b0778259294fc18896f86d58d2660f/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-12-04T23:19:54.595Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/76b0778259294fc18896f86d58d2660f/versions/latest/actions|INFO|500||InvokeReturn
2022-12-04T23:19:54.603Z|330635cb-41d2-4a2a-82d1-235657167522|main|||||INFO|500||Successfully certified activitySpec VNFUnlockActivity
2022-12-04T23:19:54.609Z|330635cb-41d2-4a2a-82d1-235657167522|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-12-04T23:19:54.770Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-12-04T23:19:54.782Z|330635cb-41d2-4a2a-82d1-235657167522|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=[330635cb-41d2-4a2a-82d1-235657167522], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[284b037a-bbef-4b53-be44-f765caac7b96], X-ECOMP-RequestID=[330635cb-41d2-4a2a-82d1-235657167522], X-TransactionID=[330635cb-41d2-4a2a-82d1-235657167522], X-ONAP-RequestID=[330635cb-41d2-4a2a-82d1-235657167522], Content-Type=[application/json]}
2022-12-04T23:19:54.792Z|330635cb-41d2-4a2a-82d1-235657167522|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-12-04T23:19:55.111Z|330635cb-41d2-4a2a-82d1-235657167522|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=[Sun, 04 Dec 2022 23:19:54 GMT], server=[envoy], x-envoy-upstream-service-time=[305], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-12-04T23:19:55.116Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"3fa0e84f21574108b4cdee55b25312b4","versionId":"259ccbb4735b4227bae35cd52c493821"}
2022-12-04T23:19:55.119Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-12-04T23:19:55.135Z|330635cb-41d2-4a2a-82d1-235657167522|main|||||INFO|500||Successfully created activitySpec VNFStopActivity
2022-12-04T23:19:55.226Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/3fa0e84f21574108b4cdee55b25312b4/versions/latest/actions|INFO|500||Invoke
2022-12-04T23:19:55.228Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/3fa0e84f21574108b4cdee55b25312b4/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/3fa0e84f21574108b4cdee55b25312b4/versions/latest/actions with request headers:{X-RequestID=[330635cb-41d2-4a2a-82d1-235657167522], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[d96534b7-aae9-4bda-9f39-4491123c52d8], X-ECOMP-RequestID=[330635cb-41d2-4a2a-82d1-235657167522], X-TransactionID=[330635cb-41d2-4a2a-82d1-235657167522], X-ONAP-RequestID=[330635cb-41d2-4a2a-82d1-235657167522], Content-Type=[application/json]}
2022-12-04T23:19:55.234Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/3fa0e84f21574108b4cdee55b25312b4/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-12-04T23:19:55.596Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/3fa0e84f21574108b4cdee55b25312b4/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/3fa0e84f21574108b4cdee55b25312b4/versions/latest/actions has http status code:200 and response headers:{date=[Sun, 04 Dec 2022 23:19:54 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[357]}
2022-12-04T23:19:55.597Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/3fa0e84f21574108b4cdee55b25312b4/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-12-04T23:19:55.598Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/3fa0e84f21574108b4cdee55b25312b4/versions/latest/actions|INFO|500||InvokeReturn
2022-12-04T23:19:55.599Z|330635cb-41d2-4a2a-82d1-235657167522|main|||||INFO|500||Successfully certified activitySpec VNFStopActivity
2022-12-04T23:19:55.600Z|330635cb-41d2-4a2a-82d1-235657167522|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-12-04T23:19:55.658Z|330635cb-41d2-4a2a-82d1-235657167522|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-12-04T23:19:55.660Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-12-04T23:19:55.662Z|330635cb-41d2-4a2a-82d1-235657167522|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-12-04T23:19:55.913Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-12-04T23:19:55.914Z|330635cb-41d2-4a2a-82d1-235657167522|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=[Sun, 04 Dec 2022 23:19:55 GMT], server=[envoy], x-envoy-upstream-service-time=[243], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-12-04T23:19:55.914Z|330635cb-41d2-4a2a-82d1-235657167522|main|||||DEBUG|500||{"id":"a6b0c96248104920959c91fa00b7b420","versionId":"ee5de6246cc44d9abef8f12beb3b96de"}
2022-12-04T23:19:55.918Z|330635cb-41d2-4a2a-82d1-235657167522|main|||||INFO|500||Successfully created activitySpec VNFStartActivity
2022-12-04T23:19:55.966Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/a6b0c96248104920959c91fa00b7b420/versions/latest/actions|INFO|500||Invoke
2022-12-04T23:19:55.967Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/a6b0c96248104920959c91fa00b7b420/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/a6b0c96248104920959c91fa00b7b420/versions/latest/actions with request headers:{X-RequestID=[330635cb-41d2-4a2a-82d1-235657167522], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[c039ad71-1ace-4e0f-996a-18db8a87d31d], X-ECOMP-RequestID=[330635cb-41d2-4a2a-82d1-235657167522], X-TransactionID=[330635cb-41d2-4a2a-82d1-235657167522], X-ONAP-RequestID=[330635cb-41d2-4a2a-82d1-235657167522], Content-Type=[application/json]}
2022-12-04T23:19:55.969Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/a6b0c96248104920959c91fa00b7b420/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-12-04T23:19:56.317Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/a6b0c96248104920959c91fa00b7b420/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/a6b0c96248104920959c91fa00b7b420/versions/latest/actions has http status code:200 and response headers:{date=[Sun, 04 Dec 2022 23:19:55 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[342]}
2022-12-04T23:19:56.318Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/a6b0c96248104920959c91fa00b7b420/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-12-04T23:19:56.318Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/a6b0c96248104920959c91fa00b7b420/versions/latest/actions|INFO|500||InvokeReturn
2022-12-04T23:19:56.319Z|330635cb-41d2-4a2a-82d1-235657167522|main|||||INFO|500||Successfully certified activitySpec VNFStartActivity
2022-12-04T23:19:56.319Z|330635cb-41d2-4a2a-82d1-235657167522|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-12-04T23:19:56.425Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-12-04T23:19:56.426Z|330635cb-41d2-4a2a-82d1-235657167522|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=[330635cb-41d2-4a2a-82d1-235657167522], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[63e41f32-483a-4e03-9bba-a64e0f4f2201], X-ECOMP-RequestID=[330635cb-41d2-4a2a-82d1-235657167522], X-TransactionID=[330635cb-41d2-4a2a-82d1-235657167522], X-ONAP-RequestID=[330635cb-41d2-4a2a-82d1-235657167522], Content-Type=[application/json]}
2022-12-04T23:19:56.432Z|330635cb-41d2-4a2a-82d1-235657167522|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-12-04T23:19:56.657Z|330635cb-41d2-4a2a-82d1-235657167522|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=[Sun, 04 Dec 2022 23:19:55 GMT], server=[envoy], x-envoy-upstream-service-time=[214], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-12-04T23:19:56.658Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"07ba318e7dad4a7189bbcbd8db7e69e0","versionId":"c2e0fa9cc68c43f0a267c21049473aec"}
2022-12-04T23:19:56.658Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-12-04T23:19:56.661Z|330635cb-41d2-4a2a-82d1-235657167522|main|||||INFO|500||Successfully created activitySpec VNFSnapShotActivity
2022-12-04T23:19:56.780Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/07ba318e7dad4a7189bbcbd8db7e69e0/versions/latest/actions|INFO|500||Invoke
2022-12-04T23:19:56.781Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/07ba318e7dad4a7189bbcbd8db7e69e0/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/07ba318e7dad4a7189bbcbd8db7e69e0/versions/latest/actions with request headers:{X-RequestID=[330635cb-41d2-4a2a-82d1-235657167522], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[97e00ddf-c11c-414a-8d7c-037b68165756], X-ECOMP-RequestID=[330635cb-41d2-4a2a-82d1-235657167522], X-TransactionID=[330635cb-41d2-4a2a-82d1-235657167522], X-ONAP-RequestID=[330635cb-41d2-4a2a-82d1-235657167522], Content-Type=[application/json]}
2022-12-04T23:19:56.783Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/07ba318e7dad4a7189bbcbd8db7e69e0/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-12-04T23:19:57.153Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/07ba318e7dad4a7189bbcbd8db7e69e0/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/07ba318e7dad4a7189bbcbd8db7e69e0/versions/latest/actions has http status code:200 and response headers:{date=[Sun, 04 Dec 2022 23:19:56 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[366]}
2022-12-04T23:19:57.154Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/07ba318e7dad4a7189bbcbd8db7e69e0/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-12-04T23:19:57.156Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/07ba318e7dad4a7189bbcbd8db7e69e0/versions/latest/actions|INFO|500||InvokeReturn
2022-12-04T23:19:57.157Z|330635cb-41d2-4a2a-82d1-235657167522|main|||||INFO|500||Successfully certified activitySpec VNFSnapShotActivity
2022-12-04T23:19:57.157Z|330635cb-41d2-4a2a-82d1-235657167522|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-12-04T23:19:57.227Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-12-04T23:19:57.228Z|330635cb-41d2-4a2a-82d1-235657167522|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=[330635cb-41d2-4a2a-82d1-235657167522], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[645d7c9d-ab3e-4c2d-bc73-bc8877201286], X-ECOMP-RequestID=[330635cb-41d2-4a2a-82d1-235657167522], X-TransactionID=[330635cb-41d2-4a2a-82d1-235657167522], X-ONAP-RequestID=[330635cb-41d2-4a2a-82d1-235657167522], Content-Type=[application/json]}
2022-12-04T23:19:57.230Z|330635cb-41d2-4a2a-82d1-235657167522|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-12-04T23:19:57.416Z|330635cb-41d2-4a2a-82d1-235657167522|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=[Sun, 04 Dec 2022 23:19:56 GMT], server=[envoy], x-envoy-upstream-service-time=[183], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-12-04T23:19:57.418Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"59604df74c7e4256ae40b087cbff7ce5","versionId":"3054e0fe826e4eaa9b47e30658625bc8"}
2022-12-04T23:19:57.418Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-12-04T23:19:57.426Z|330635cb-41d2-4a2a-82d1-235657167522|main|||||INFO|500||Successfully created activitySpec FlowCompleteActivity
2022-12-04T23:19:57.473Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/59604df74c7e4256ae40b087cbff7ce5/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-12-04T23:19:57.475Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/59604df74c7e4256ae40b087cbff7ce5/versions/latest/actions|INFO|500||Invoke
2022-12-04T23:19:57.476Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/59604df74c7e4256ae40b087cbff7ce5/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-12-04T23:19:57.736Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/59604df74c7e4256ae40b087cbff7ce5/versions/latest/actions|INFO|500||InvokeReturn
2022-12-04T23:19:57.737Z|330635cb-41d2-4a2a-82d1-235657167522|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/59604df74c7e4256ae40b087cbff7ce5/versions/latest/actions has http status code:200 and response headers:{date=[Sun, 04 Dec 2022 23:19:56 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[255]}
2022-12-04T23:19:57.738Z|330635cb-41d2-4a2a-82d1-235657167522|main|||||DEBUG|500||Response was returned with an empty entity.
2022-12-04T23:19:57.738Z|330635cb-41d2-4a2a-82d1-235657167522|main|||||INFO|500||Successfully certified activitySpec FlowCompleteActivity
2022-12-04T23:19:57.738Z|330635cb-41d2-4a2a-82d1-235657167522|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-12-04T23:19:57.824Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-12-04T23:19:57.825Z|330635cb-41d2-4a2a-82d1-235657167522|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=[330635cb-41d2-4a2a-82d1-235657167522], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[2c0247da-8b29-4c9f-9be0-921ae037193c], X-ECOMP-RequestID=[330635cb-41d2-4a2a-82d1-235657167522], X-TransactionID=[330635cb-41d2-4a2a-82d1-235657167522], X-ONAP-RequestID=[330635cb-41d2-4a2a-82d1-235657167522], Content-Type=[application/json]}
2022-12-04T23:19:57.826Z|330635cb-41d2-4a2a-82d1-235657167522|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-12-04T23:19:57.977Z|330635cb-41d2-4a2a-82d1-235657167522|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=[Sun, 04 Dec 2022 23:19:57 GMT], server=[envoy], x-envoy-upstream-service-time=[147], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-12-04T23:19:57.978Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"7e01145b62e9402185d5afc8429c3003","versionId":"87e12c27bdba4d9491ef7e85fa27abf5"}
2022-12-04T23:19:57.980Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-12-04T23:19:57.985Z|330635cb-41d2-4a2a-82d1-235657167522|main|||||INFO|500||Successfully created activitySpec PauseForManualTaskActivity
2022-12-04T23:19:58.057Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/7e01145b62e9402185d5afc8429c3003/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-12-04T23:19:58.059Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/7e01145b62e9402185d5afc8429c3003/versions/latest/actions|INFO|500||Invoke
2022-12-04T23:19:58.061Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/7e01145b62e9402185d5afc8429c3003/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-12-04T23:19:58.297Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/7e01145b62e9402185d5afc8429c3003/versions/latest/actions|INFO|500||InvokeReturn
2022-12-04T23:19:58.298Z|330635cb-41d2-4a2a-82d1-235657167522|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/7e01145b62e9402185d5afc8429c3003/versions/latest/actions has http status code:200 and response headers:{date=[Sun, 04 Dec 2022 23:19:57 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[228]}
2022-12-04T23:19:58.299Z|330635cb-41d2-4a2a-82d1-235657167522|main|||||DEBUG|500||Response was returned with an empty entity.
2022-12-04T23:19:58.300Z|330635cb-41d2-4a2a-82d1-235657167522|main|||||INFO|500||Successfully certified activitySpec PauseForManualTaskActivity
2022-12-04T23:19:58.300Z|330635cb-41d2-4a2a-82d1-235657167522|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-12-04T23:19:58.362Z|330635cb-41d2-4a2a-82d1-235657167522|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-12-04T23:19:58.363Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-12-04T23:19:58.364Z|330635cb-41d2-4a2a-82d1-235657167522|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-12-04T23:19:58.618Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-12-04T23:19:58.618Z|330635cb-41d2-4a2a-82d1-235657167522|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=[Sun, 04 Dec 2022 23:19:57 GMT], server=[envoy], x-envoy-upstream-service-time=[247], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-12-04T23:19:58.625Z|330635cb-41d2-4a2a-82d1-235657167522|main|||||DEBUG|500||{"id":"2c07795ad757497996c7584b612238da","versionId":"35d1903ced964d518978e9cccfdb41c8"}
2022-12-04T23:19:58.634Z|330635cb-41d2-4a2a-82d1-235657167522|main|||||INFO|500||Successfully created activitySpec DistributeTrafficActivity
2022-12-04T23:19:58.700Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/2c07795ad757497996c7584b612238da/versions/latest/actions|INFO|500||Invoke
2022-12-04T23:19:58.701Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/2c07795ad757497996c7584b612238da/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/2c07795ad757497996c7584b612238da/versions/latest/actions with request headers:{X-RequestID=[330635cb-41d2-4a2a-82d1-235657167522], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[b81d9c25-9079-4bb5-bb65-884f5f554bce], X-ECOMP-RequestID=[330635cb-41d2-4a2a-82d1-235657167522], X-TransactionID=[330635cb-41d2-4a2a-82d1-235657167522], X-ONAP-RequestID=[330635cb-41d2-4a2a-82d1-235657167522], Content-Type=[application/json]}
2022-12-04T23:19:58.703Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/2c07795ad757497996c7584b612238da/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-12-04T23:19:59.016Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/2c07795ad757497996c7584b612238da/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/2c07795ad757497996c7584b612238da/versions/latest/actions has http status code:200 and response headers:{date=[Sun, 04 Dec 2022 23:19:58 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[308]}
2022-12-04T23:19:59.016Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/2c07795ad757497996c7584b612238da/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-12-04T23:19:59.017Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/2c07795ad757497996c7584b612238da/versions/latest/actions|INFO|500||InvokeReturn
2022-12-04T23:19:59.018Z|330635cb-41d2-4a2a-82d1-235657167522|main|||||INFO|500||Successfully certified activitySpec DistributeTrafficActivity
2022-12-04T23:19:59.018Z|330635cb-41d2-4a2a-82d1-235657167522|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-12-04T23:19:59.088Z|330635cb-41d2-4a2a-82d1-235657167522|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-12-04T23:19:59.089Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-12-04T23:19:59.090Z|330635cb-41d2-4a2a-82d1-235657167522|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-12-04T23:19:59.265Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-12-04T23:19:59.266Z|330635cb-41d2-4a2a-82d1-235657167522|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=[Sun, 04 Dec 2022 23:19:58 GMT], server=[envoy], x-envoy-upstream-service-time=[167], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-12-04T23:19:59.267Z|330635cb-41d2-4a2a-82d1-235657167522|main|||||DEBUG|500||{"id":"855d27b792ee4918b94c49343a9fb36a","versionId":"9e257d22a1744e7b9441bbb3468bf5af"}
2022-12-04T23:19:59.270Z|330635cb-41d2-4a2a-82d1-235657167522|main|||||INFO|500||Successfully created activitySpec DistributeTrafficCheckActivity
2022-12-04T23:19:59.330Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/855d27b792ee4918b94c49343a9fb36a/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-12-04T23:19:59.331Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/855d27b792ee4918b94c49343a9fb36a/versions/latest/actions|INFO|500||Invoke
2022-12-04T23:19:59.333Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/855d27b792ee4918b94c49343a9fb36a/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-12-04T23:19:59.647Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/855d27b792ee4918b94c49343a9fb36a/versions/latest/actions|INFO|500||InvokeReturn
2022-12-04T23:19:59.651Z|330635cb-41d2-4a2a-82d1-235657167522|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/855d27b792ee4918b94c49343a9fb36a/versions/latest/actions has http status code:200 and response headers:{date=[Sun, 04 Dec 2022 23:19:58 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[307]}
2022-12-04T23:19:59.652Z|330635cb-41d2-4a2a-82d1-235657167522|main|||||DEBUG|500||Response was returned with an empty entity.
2022-12-04T23:19:59.653Z|330635cb-41d2-4a2a-82d1-235657167522|main|||||INFO|500||Successfully certified activitySpec DistributeTrafficCheckActivity
2022-12-04T23:19:59.653Z|330635cb-41d2-4a2a-82d1-235657167522|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-12-04T23:19:59.706Z|330635cb-41d2-4a2a-82d1-235657167522|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-12-04T23:19:59.708Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-12-04T23:19:59.710Z|330635cb-41d2-4a2a-82d1-235657167522|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-12-04T23:19:59.957Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-12-04T23:19:59.957Z|330635cb-41d2-4a2a-82d1-235657167522|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=[Sun, 04 Dec 2022 23:19:59 GMT], server=[envoy], x-envoy-upstream-service-time=[240], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-12-04T23:19:59.958Z|330635cb-41d2-4a2a-82d1-235657167522|main|||||DEBUG|500||{"id":"b0b80d6519234496b5b205083c0ce2aa","versionId":"4a67da7e56e54737a90220e6f82c1008"}
2022-12-04T23:19:59.966Z|330635cb-41d2-4a2a-82d1-235657167522|main|||||INFO|500||Successfully created activitySpec VNFHealthCheckActivity
2022-12-04T23:20:00.047Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b0b80d6519234496b5b205083c0ce2aa/versions/latest/actions|INFO|500||Invoke
2022-12-04T23:20:00.048Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b0b80d6519234496b5b205083c0ce2aa/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/b0b80d6519234496b5b205083c0ce2aa/versions/latest/actions with request headers:{X-RequestID=[330635cb-41d2-4a2a-82d1-235657167522], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[4bd1b248-b4a8-4c52-8c4c-8183341cf6c1], X-ECOMP-RequestID=[330635cb-41d2-4a2a-82d1-235657167522], X-TransactionID=[330635cb-41d2-4a2a-82d1-235657167522], X-ONAP-RequestID=[330635cb-41d2-4a2a-82d1-235657167522], Content-Type=[application/json]}
2022-12-04T23:20:00.050Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b0b80d6519234496b5b205083c0ce2aa/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-12-04T23:20:00.452Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b0b80d6519234496b5b205083c0ce2aa/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/b0b80d6519234496b5b205083c0ce2aa/versions/latest/actions has http status code:200 and response headers:{date=[Sun, 04 Dec 2022 23:19:59 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[397]}
2022-12-04T23:20:00.452Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b0b80d6519234496b5b205083c0ce2aa/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-12-04T23:20:00.453Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b0b80d6519234496b5b205083c0ce2aa/versions/latest/actions|INFO|500||InvokeReturn
2022-12-04T23:20:00.454Z|330635cb-41d2-4a2a-82d1-235657167522|main|||||INFO|500||Successfully certified activitySpec VNFHealthCheckActivity
2022-12-04T23:20:00.454Z|330635cb-41d2-4a2a-82d1-235657167522|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-12-04T23:20:00.503Z|330635cb-41d2-4a2a-82d1-235657167522|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-12-04T23:20:00.504Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-12-04T23:20:00.506Z|330635cb-41d2-4a2a-82d1-235657167522|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-12-04T23:20:00.682Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-12-04T23:20:00.683Z|330635cb-41d2-4a2a-82d1-235657167522|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=[Sun, 04 Dec 2022 23:19:59 GMT], server=[envoy], x-envoy-upstream-service-time=[172], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-12-04T23:20:00.685Z|330635cb-41d2-4a2a-82d1-235657167522|main|||||DEBUG|500||{"id":"16bd8908d3f24937bc470cf85641bc78","versionId":"ac0d57013b4c4966aa906e40d65f3f84"}
2022-12-04T23:20:00.687Z|330635cb-41d2-4a2a-82d1-235657167522|main|||||INFO|500||Successfully created activitySpec VNFQuiesceTrafficActivity
2022-12-04T23:20:00.728Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/16bd8908d3f24937bc470cf85641bc78/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-12-04T23:20:00.730Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/16bd8908d3f24937bc470cf85641bc78/versions/latest/actions|INFO|500||Invoke
2022-12-04T23:20:00.731Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/16bd8908d3f24937bc470cf85641bc78/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-12-04T23:20:01.089Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/16bd8908d3f24937bc470cf85641bc78/versions/latest/actions|INFO|500||InvokeReturn
2022-12-04T23:20:01.090Z|330635cb-41d2-4a2a-82d1-235657167522|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/16bd8908d3f24937bc470cf85641bc78/versions/latest/actions has http status code:200 and response headers:{date=[Sun, 04 Dec 2022 23:20:00 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[350]}
2022-12-04T23:20:01.090Z|330635cb-41d2-4a2a-82d1-235657167522|main|||||DEBUG|500||Response was returned with an empty entity.
2022-12-04T23:20:01.091Z|330635cb-41d2-4a2a-82d1-235657167522|main|||||INFO|500||Successfully certified activitySpec VNFQuiesceTrafficActivity
2022-12-04T23:20:01.091Z|330635cb-41d2-4a2a-82d1-235657167522|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-12-04T23:20:01.160Z|330635cb-41d2-4a2a-82d1-235657167522|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-12-04T23:20:01.161Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-12-04T23:20:01.163Z|330635cb-41d2-4a2a-82d1-235657167522|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-12-04T23:20:01.300Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-12-04T23:20:01.301Z|330635cb-41d2-4a2a-82d1-235657167522|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=[Sun, 04 Dec 2022 23:20:00 GMT], server=[envoy], x-envoy-upstream-service-time=[132], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-12-04T23:20:01.302Z|330635cb-41d2-4a2a-82d1-235657167522|main|||||DEBUG|500||{"id":"5c87462b93854cb7ba3d03ba74dc0ef1","versionId":"6ee1b7ac01de45b3a7613330756f0ac9"}
2022-12-04T23:20:01.304Z|330635cb-41d2-4a2a-82d1-235657167522|main|||||INFO|500||Successfully created activitySpec VNFResumeTrafficActivity
2022-12-04T23:20:01.348Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/5c87462b93854cb7ba3d03ba74dc0ef1/versions/latest/actions|INFO|500||Invoke
2022-12-04T23:20:01.349Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/5c87462b93854cb7ba3d03ba74dc0ef1/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/5c87462b93854cb7ba3d03ba74dc0ef1/versions/latest/actions with request headers:{X-RequestID=[330635cb-41d2-4a2a-82d1-235657167522], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[32a3437d-72ed-48c8-9626-2edc6e4b99c8], X-ECOMP-RequestID=[330635cb-41d2-4a2a-82d1-235657167522], X-TransactionID=[330635cb-41d2-4a2a-82d1-235657167522], X-ONAP-RequestID=[330635cb-41d2-4a2a-82d1-235657167522], Content-Type=[application/json]}
2022-12-04T23:20:01.351Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/5c87462b93854cb7ba3d03ba74dc0ef1/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-12-04T23:20:01.585Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/5c87462b93854cb7ba3d03ba74dc0ef1/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/5c87462b93854cb7ba3d03ba74dc0ef1/versions/latest/actions has http status code:200 and response headers:{date=[Sun, 04 Dec 2022 23:20:00 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[231]}
2022-12-04T23:20:01.586Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/5c87462b93854cb7ba3d03ba74dc0ef1/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-12-04T23:20:01.587Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/5c87462b93854cb7ba3d03ba74dc0ef1/versions/latest/actions|INFO|500||InvokeReturn
2022-12-04T23:20:01.587Z|330635cb-41d2-4a2a-82d1-235657167522|main|||||INFO|500||Successfully certified activitySpec VNFResumeTrafficActivity
2022-12-04T23:20:01.587Z|330635cb-41d2-4a2a-82d1-235657167522|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-12-04T23:20:01.785Z|330635cb-41d2-4a2a-82d1-235657167522|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-12-04T23:20:01.787Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-12-04T23:20:01.788Z|330635cb-41d2-4a2a-82d1-235657167522|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-12-04T23:20:01.987Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-12-04T23:20:01.989Z|330635cb-41d2-4a2a-82d1-235657167522|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=[Sun, 04 Dec 2022 23:20:01 GMT], server=[envoy], x-envoy-upstream-service-time=[192], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-12-04T23:20:01.990Z|330635cb-41d2-4a2a-82d1-235657167522|main|||||DEBUG|500||{"id":"6340ce0fb0c64c17b1d61387796b17ca","versionId":"f943760b50664e26a03c48db05b63ccb"}
2022-12-04T23:20:01.992Z|330635cb-41d2-4a2a-82d1-235657167522|main|||||INFO|500||Successfully created activitySpec VNFUnsetInMaintFlagActivity
2022-12-04T23:20:02.080Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6340ce0fb0c64c17b1d61387796b17ca/versions/latest/actions|INFO|500||Invoke
2022-12-04T23:20:02.081Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6340ce0fb0c64c17b1d61387796b17ca/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/6340ce0fb0c64c17b1d61387796b17ca/versions/latest/actions with request headers:{X-RequestID=[330635cb-41d2-4a2a-82d1-235657167522], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[868829f2-b723-497f-bc51-91746b4f4178], X-ECOMP-RequestID=[330635cb-41d2-4a2a-82d1-235657167522], X-TransactionID=[330635cb-41d2-4a2a-82d1-235657167522], X-ONAP-RequestID=[330635cb-41d2-4a2a-82d1-235657167522], Content-Type=[application/json]}
2022-12-04T23:20:02.083Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6340ce0fb0c64c17b1d61387796b17ca/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-12-04T23:20:02.405Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6340ce0fb0c64c17b1d61387796b17ca/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/6340ce0fb0c64c17b1d61387796b17ca/versions/latest/actions has http status code:200 and response headers:{date=[Sun, 04 Dec 2022 23:20:01 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[320]}
2022-12-04T23:20:02.406Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6340ce0fb0c64c17b1d61387796b17ca/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-12-04T23:20:02.407Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6340ce0fb0c64c17b1d61387796b17ca/versions/latest/actions|INFO|500||InvokeReturn
2022-12-04T23:20:02.407Z|330635cb-41d2-4a2a-82d1-235657167522|main|||||INFO|500||Successfully certified activitySpec VNFUnsetInMaintFlagActivity
2022-12-04T23:20:02.407Z|330635cb-41d2-4a2a-82d1-235657167522|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-12-04T23:20:02.470Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-12-04T23:20:02.472Z|330635cb-41d2-4a2a-82d1-235657167522|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=[330635cb-41d2-4a2a-82d1-235657167522], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[ff497237-296b-4215-af00-d5b7daea5671], X-ECOMP-RequestID=[330635cb-41d2-4a2a-82d1-235657167522], X-TransactionID=[330635cb-41d2-4a2a-82d1-235657167522], X-ONAP-RequestID=[330635cb-41d2-4a2a-82d1-235657167522], Content-Type=[application/json]}
2022-12-04T23:20:02.477Z|330635cb-41d2-4a2a-82d1-235657167522|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-12-04T23:20:02.785Z|330635cb-41d2-4a2a-82d1-235657167522|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=[Sun, 04 Dec 2022 23:20:01 GMT], server=[envoy], x-envoy-upstream-service-time=[297], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-12-04T23:20:02.790Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"0947772d6ade43d2ade263a07796285e","versionId":"7a5fa5730c5046c5a79af04c7094fb1a"}
2022-12-04T23:20:02.791Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-12-04T23:20:02.793Z|330635cb-41d2-4a2a-82d1-235657167522|main|||||INFO|500||Successfully created activitySpec VNFUpgradeBackupActivity
2022-12-04T23:20:02.838Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0947772d6ade43d2ade263a07796285e/versions/latest/actions|INFO|500||Invoke
2022-12-04T23:20:02.839Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0947772d6ade43d2ade263a07796285e/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/0947772d6ade43d2ade263a07796285e/versions/latest/actions with request headers:{X-RequestID=[330635cb-41d2-4a2a-82d1-235657167522], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[58ed10ac-faa0-44d4-8467-08e59d49cd04], X-ECOMP-RequestID=[330635cb-41d2-4a2a-82d1-235657167522], X-TransactionID=[330635cb-41d2-4a2a-82d1-235657167522], X-ONAP-RequestID=[330635cb-41d2-4a2a-82d1-235657167522], Content-Type=[application/json]}
2022-12-04T23:20:02.841Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0947772d6ade43d2ade263a07796285e/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-12-04T23:20:03.382Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0947772d6ade43d2ade263a07796285e/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/0947772d6ade43d2ade263a07796285e/versions/latest/actions has http status code:200 and response headers:{date=[Sun, 04 Dec 2022 23:20:02 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[536]}
2022-12-04T23:20:03.383Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0947772d6ade43d2ade263a07796285e/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-12-04T23:20:03.384Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0947772d6ade43d2ade263a07796285e/versions/latest/actions|INFO|500||InvokeReturn
2022-12-04T23:20:03.384Z|330635cb-41d2-4a2a-82d1-235657167522|main|||||INFO|500||Successfully certified activitySpec VNFUpgradeBackupActivity
2022-12-04T23:20:03.385Z|330635cb-41d2-4a2a-82d1-235657167522|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-12-04T23:20:03.474Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-12-04T23:20:03.475Z|330635cb-41d2-4a2a-82d1-235657167522|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=[330635cb-41d2-4a2a-82d1-235657167522], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[c168b968-d4b2-421b-a8de-4c0d07d96683], X-ECOMP-RequestID=[330635cb-41d2-4a2a-82d1-235657167522], X-TransactionID=[330635cb-41d2-4a2a-82d1-235657167522], X-ONAP-RequestID=[330635cb-41d2-4a2a-82d1-235657167522], Content-Type=[application/json]}
2022-12-04T23:20:03.481Z|330635cb-41d2-4a2a-82d1-235657167522|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-12-04T23:20:03.720Z|330635cb-41d2-4a2a-82d1-235657167522|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=[Sun, 04 Dec 2022 23:20:02 GMT], server=[envoy], x-envoy-upstream-service-time=[232], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-12-04T23:20:03.722Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"108ba307b8904d24a5aacf79c769faea","versionId":"437e0ad1efe54a5880eb99799fd58f43"}
2022-12-04T23:20:03.723Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-12-04T23:20:03.727Z|330635cb-41d2-4a2a-82d1-235657167522|main|||||INFO|500||Successfully created activitySpec VNFUpgradePostCheckActivity
2022-12-04T23:20:03.783Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/108ba307b8904d24a5aacf79c769faea/versions/latest/actions|INFO|500||Invoke
2022-12-04T23:20:03.787Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/108ba307b8904d24a5aacf79c769faea/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/108ba307b8904d24a5aacf79c769faea/versions/latest/actions with request headers:{X-RequestID=[330635cb-41d2-4a2a-82d1-235657167522], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[8c79c912-b046-4f1e-bbfc-6fb7ee7f6bee], X-ECOMP-RequestID=[330635cb-41d2-4a2a-82d1-235657167522], X-TransactionID=[330635cb-41d2-4a2a-82d1-235657167522], X-ONAP-RequestID=[330635cb-41d2-4a2a-82d1-235657167522], Content-Type=[application/json]}
2022-12-04T23:20:03.788Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/108ba307b8904d24a5aacf79c769faea/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-12-04T23:20:04.164Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/108ba307b8904d24a5aacf79c769faea/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/108ba307b8904d24a5aacf79c769faea/versions/latest/actions has http status code:200 and response headers:{date=[Sun, 04 Dec 2022 23:20:03 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[367]}
2022-12-04T23:20:04.165Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/108ba307b8904d24a5aacf79c769faea/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-12-04T23:20:04.173Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/108ba307b8904d24a5aacf79c769faea/versions/latest/actions|INFO|500||InvokeReturn
2022-12-04T23:20:04.174Z|330635cb-41d2-4a2a-82d1-235657167522|main|||||INFO|500||Successfully certified activitySpec VNFUpgradePostCheckActivity
2022-12-04T23:20:04.174Z|330635cb-41d2-4a2a-82d1-235657167522|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-12-04T23:20:04.243Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-12-04T23:20:04.244Z|330635cb-41d2-4a2a-82d1-235657167522|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=[330635cb-41d2-4a2a-82d1-235657167522], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[56a57612-5044-4de5-92a5-c9c66f26aa16], X-ECOMP-RequestID=[330635cb-41d2-4a2a-82d1-235657167522], X-TransactionID=[330635cb-41d2-4a2a-82d1-235657167522], X-ONAP-RequestID=[330635cb-41d2-4a2a-82d1-235657167522], Content-Type=[application/json]}
2022-12-04T23:20:04.245Z|330635cb-41d2-4a2a-82d1-235657167522|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-12-04T23:20:04.457Z|330635cb-41d2-4a2a-82d1-235657167522|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=[Sun, 04 Dec 2022 23:20:03 GMT], server=[envoy], x-envoy-upstream-service-time=[206], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-12-04T23:20:04.458Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"49bd6a29117b4c14b49925f9147d9282","versionId":"c505c3aff3b4491f849a9530d65c776a"}
2022-12-04T23:20:04.459Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-12-04T23:20:04.462Z|330635cb-41d2-4a2a-82d1-235657167522|main|||||INFO|500||Successfully created activitySpec VNFUpgradePreCheckActivity
2022-12-04T23:20:04.523Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/49bd6a29117b4c14b49925f9147d9282/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-12-04T23:20:04.528Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/49bd6a29117b4c14b49925f9147d9282/versions/latest/actions|INFO|500||Invoke
2022-12-04T23:20:04.531Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/49bd6a29117b4c14b49925f9147d9282/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-12-04T23:20:04.753Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/49bd6a29117b4c14b49925f9147d9282/versions/latest/actions|INFO|500||InvokeReturn
2022-12-04T23:20:04.754Z|330635cb-41d2-4a2a-82d1-235657167522|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/49bd6a29117b4c14b49925f9147d9282/versions/latest/actions has http status code:200 and response headers:{date=[Sun, 04 Dec 2022 23:20:03 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[217]}
2022-12-04T23:20:04.754Z|330635cb-41d2-4a2a-82d1-235657167522|main|||||DEBUG|500||Response was returned with an empty entity.
2022-12-04T23:20:04.755Z|330635cb-41d2-4a2a-82d1-235657167522|main|||||INFO|500||Successfully certified activitySpec VNFUpgradePreCheckActivity
2022-12-04T23:20:04.755Z|330635cb-41d2-4a2a-82d1-235657167522|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-12-04T23:20:04.858Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-12-04T23:20:04.859Z|330635cb-41d2-4a2a-82d1-235657167522|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=[330635cb-41d2-4a2a-82d1-235657167522], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[6d5c7fe8-94cc-45b8-aa83-0147f2859e73], X-ECOMP-RequestID=[330635cb-41d2-4a2a-82d1-235657167522], X-TransactionID=[330635cb-41d2-4a2a-82d1-235657167522], X-ONAP-RequestID=[330635cb-41d2-4a2a-82d1-235657167522], Content-Type=[application/json]}
2022-12-04T23:20:04.860Z|330635cb-41d2-4a2a-82d1-235657167522|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-12-04T23:20:05.032Z|330635cb-41d2-4a2a-82d1-235657167522|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=[Sun, 04 Dec 2022 23:20:04 GMT], server=[envoy], x-envoy-upstream-service-time=[168], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-12-04T23:20:05.037Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"914a5070244e4e478ef9592ffb368766","versionId":"10d328235d6d453f9bf061157d8ffbef"}
2022-12-04T23:20:05.040Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-12-04T23:20:05.044Z|330635cb-41d2-4a2a-82d1-235657167522|main|||||INFO|500||Successfully created activitySpec VNFUpgradeSoftwareActivity
2022-12-04T23:20:05.088Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/914a5070244e4e478ef9592ffb368766/versions/latest/actions|INFO|500||Invoke
2022-12-04T23:20:05.090Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/914a5070244e4e478ef9592ffb368766/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/914a5070244e4e478ef9592ffb368766/versions/latest/actions with request headers:{X-RequestID=[330635cb-41d2-4a2a-82d1-235657167522], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[0ceaf115-6e56-40b9-a7a4-fbce10023a18], X-ECOMP-RequestID=[330635cb-41d2-4a2a-82d1-235657167522], X-TransactionID=[330635cb-41d2-4a2a-82d1-235657167522], X-ONAP-RequestID=[330635cb-41d2-4a2a-82d1-235657167522], Content-Type=[application/json]}
2022-12-04T23:20:05.092Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/914a5070244e4e478ef9592ffb368766/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-12-04T23:20:05.453Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/914a5070244e4e478ef9592ffb368766/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/914a5070244e4e478ef9592ffb368766/versions/latest/actions has http status code:200 and response headers:{date=[Sun, 04 Dec 2022 23:20:04 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[354]}
2022-12-04T23:20:05.454Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/914a5070244e4e478ef9592ffb368766/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-12-04T23:20:05.455Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/914a5070244e4e478ef9592ffb368766/versions/latest/actions|INFO|500||InvokeReturn
2022-12-04T23:20:05.456Z|330635cb-41d2-4a2a-82d1-235657167522|main|||||INFO|500||Successfully certified activitySpec VNFUpgradeSoftwareActivity
2022-12-04T23:20:05.456Z|330635cb-41d2-4a2a-82d1-235657167522|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-12-04T23:20:05.497Z|330635cb-41d2-4a2a-82d1-235657167522|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-12-04T23:20:05.498Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-12-04T23:20:05.500Z|330635cb-41d2-4a2a-82d1-235657167522|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-12-04T23:20:05.722Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-12-04T23:20:05.723Z|330635cb-41d2-4a2a-82d1-235657167522|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=[Sun, 04 Dec 2022 23:20:04 GMT], server=[envoy], x-envoy-upstream-service-time=[219], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-12-04T23:20:05.723Z|330635cb-41d2-4a2a-82d1-235657167522|main|||||DEBUG|500||{"id":"5816c045010a4b55986d39089b89758f","versionId":"5ad17049d8614e7c9d6e45207fd5a2cd"}
2022-12-04T23:20:05.727Z|330635cb-41d2-4a2a-82d1-235657167522|main|||||INFO|500||Successfully created activitySpec VnfInPlaceSoftwareUpdate
2022-12-04T23:20:05.767Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/5816c045010a4b55986d39089b89758f/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-12-04T23:20:05.769Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/5816c045010a4b55986d39089b89758f/versions/latest/actions|INFO|500||Invoke
2022-12-04T23:20:05.770Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/5816c045010a4b55986d39089b89758f/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-12-04T23:20:06.102Z|330635cb-41d2-4a2a-82d1-235657167522|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/5816c045010a4b55986d39089b89758f/versions/latest/actions|INFO|500||InvokeReturn
2022-12-04T23:20:06.103Z|330635cb-41d2-4a2a-82d1-235657167522|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/5816c045010a4b55986d39089b89758f/versions/latest/actions has http status code:200 and response headers:{date=[Sun, 04 Dec 2022 23:20:05 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[328]}
2022-12-04T23:20:06.103Z|330635cb-41d2-4a2a-82d1-235657167522|main|||||DEBUG|500||Response was returned with an empty entity.
2022-12-04T23:20:06.103Z|330635cb-41d2-4a2a-82d1-235657167522|main|||||INFO|500||Successfully certified activitySpec VnfInPlaceSoftwareUpdate
2022-12-04T23:20:15.620Z|330635cb-41d2-4a2a-82d1-235657167522|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-12-04T23:20:20.943Z|330635cb-41d2-4a2a-82d1-235657167522|main|||||WARN|500||---
2022-12-04T23:20:20.944Z|330635cb-41d2-4a2a-82d1-235657167522|main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-12-04T23:20:20.944Z|330635cb-41d2-4a2a-82d1-235657167522|main|||||WARN|500||---
2022-12-04T23:20:22.068Z|330635cb-41d2-4a2a-82d1-235657167522|main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-12-04T23:20:31.005Z|330635cb-41d2-4a2a-82d1-235657167522|main|||||INFO|500||Started Application in 125.096 seconds (JVM running for 131.444)
2022-12-04T23:20:31.039Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-12-04T23:20:31.044Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-12-04T23:20:31.061Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-12-04T23:20:31.119Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-12-04T23:20:31.188Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a5be8aee-e4b6-4c9b-8a3c-f451cd75b266 url= /sdc/v1/artifactTypes
2022-12-04T23:20:31.189Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-12-04T23:20:31.532Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-12-04T23:20:31.574Z||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-12-04T23:20:31.616Z||scheduling-1|||||DEBUG|500||create keys
2022-12-04T23:20:31.629Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-12-04T23:20:31.746Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T23:20:31.775Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 2b259222-3ac4-4ac5-84a1-fd9409cb6d7e url= /sdc/v1/registerForDistribution
2022-12-04T23:20:31.908Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 2b259222-3ac4-4ac5-84a1-fd9409cb6d7e url= /sdc/v1/registerForDistribution
2022-12-04T23:20:31.909Z||scheduling-1|||||INFO|500||start DistributionClient
2022-12-04T23:20:31.921Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T23:20:31.922Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T23:20:31.926Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-12-04T23:20:31.937Z||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-12-04T23:20:31.938Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-04T23:20:31.943Z||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-12-04T23:20:31.945Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-04T23:20:42.273Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T23:20:42.284Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T23:21:31.918Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T23:21:31.921Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T23:21:31.922Z||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-12-04T23:21:31.922Z||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-12-04T23:21:31.923Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-04T23:21:31.923Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-04T23:21:41.490Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T23:21:41.493Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T23:22:31.920Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T23:22:31.921Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T23:22:31.922Z||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-12-04T23:22:31.921Z||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-12-04T23:22:31.922Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-04T23:22:31.922Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-04T23:22:41.479Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T23:22:41.481Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T23:23:31.918Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T23:23:31.919Z||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-12-04T23:23:31.921Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-04T23:23:31.921Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T23:23:31.923Z||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-12-04T23:23:31.923Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-04T23:23:41.500Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T23:23:41.500Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T23:24:31.917Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T23:24:31.919Z||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-12-04T23:24:31.919Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-04T23:24:31.921Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T23:24:31.922Z||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-12-04T23:24:31.922Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-04T23:24:41.469Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T23:24:41.472Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T23:25:31.918Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T23:25:31.920Z||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-12-04T23:25:31.920Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-04T23:25:31.921Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T23:25:31.922Z||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-12-04T23:25:31.922Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-04T23:25:41.517Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T23:25:41.522Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T23:26:31.921Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T23:26:31.925Z||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-12-04T23:26:31.926Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-04T23:26:31.921Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T23:26:31.931Z||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-12-04T23:26:31.931Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-04T23:26:41.483Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T23:26:41.485Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T23:27:31.917Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T23:27:31.919Z||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-12-04T23:27:31.919Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-04T23:27:31.921Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T23:27:31.925Z||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-12-04T23:27:31.926Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-04T23:27:41.481Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T23:27:41.482Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T23:28:31.899Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-12-04T23:28:31.918Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T23:28:31.920Z||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-12-04T23:28:31.920Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-04T23:28:31.921Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T23:28:31.923Z||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-12-04T23:28:31.923Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-04T23:28:41.509Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T23:28:41.531Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T23:29:31.917Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T23:29:31.919Z||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-12-04T23:29:31.919Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-04T23:29:31.921Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T23:29:31.922Z||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-12-04T23:29:31.922Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-04T23:29:41.472Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T23:29:41.475Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T23:30:31.918Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T23:30:31.922Z||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-12-04T23:30:31.924Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-04T23:30:31.923Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T23:30:31.926Z||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-12-04T23:30:31.927Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-04T23:30:41.477Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T23:30:41.479Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T23:31:31.918Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T23:31:31.919Z||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-12-04T23:31:31.920Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-04T23:31:31.921Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T23:31:31.922Z||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-12-04T23:31:31.922Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-04T23:31:41.471Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T23:31:41.480Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T23:32:31.918Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T23:32:31.919Z||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-12-04T23:32:31.919Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-04T23:32:31.921Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T23:32:31.922Z||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-12-04T23:32:31.922Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-04T23:32:41.480Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T23:32:41.480Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T23:33:31.919Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T23:33:31.921Z||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-12-04T23:33:31.921Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-04T23:33:31.921Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T23:33:31.922Z||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-12-04T23:33:31.922Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-04T23:33:41.476Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T23:33:41.477Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T23:34:31.918Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T23:34:31.919Z||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-12-04T23:34:31.919Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-04T23:34:31.922Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T23:34:31.922Z||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-12-04T23:34:31.923Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-04T23:34:41.474Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T23:34:41.475Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T23:35:31.921Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T23:35:31.921Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T23:35:31.922Z||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-12-04T23:35:31.922Z||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-12-04T23:35:31.923Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-04T23:35:31.923Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-04T23:35:41.474Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T23:35:41.478Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T23:36:31.921Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T23:36:31.924Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T23:36:31.925Z||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-12-04T23:36:31.925Z||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-12-04T23:36:31.927Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-04T23:36:31.927Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-04T23:36:41.480Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T23:36:41.482Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T23:37:31.921Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T23:37:31.922Z||pool-2-thread-10|||||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-12-04T23:37:31.922Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wJ6liU8FA5Y5CeAX) ...
2022-12-04T23:37:31.924Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T23:37:31.924Z||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-12-04T23:37:31.924Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-04T23:37:41.472Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T23:37:41.477Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T23:38:31.918Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T23:38:31.919Z||pool-2-thread-10|||||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-12-04T23:38:31.921Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T23:38:31.922Z||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-12-04T23:38:31.923Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-04T23:38:31.919Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wJ6liU8FA5Y5CeAX) ...
2022-12-04T23:38:41.471Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T23:38:41.485Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T23:39:31.918Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T23:39:31.919Z||pool-2-thread-10|||||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-12-04T23:39:31.919Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wJ6liU8FA5Y5CeAX) ...
2022-12-04T23:39:31.921Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T23:39:31.922Z||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-12-04T23:39:31.922Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-04T23:39:41.462Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T23:39:41.470Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T23:40:31.919Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T23:40:31.920Z||pool-2-thread-10|||||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-12-04T23:40:31.920Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wJ6liU8FA5Y5CeAX) ...
2022-12-04T23:40:31.922Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T23:40:31.923Z||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-12-04T23:40:31.923Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-04T23:40:41.475Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T23:40:41.479Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T23:41:31.918Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T23:41:31.921Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T23:41:31.922Z||pool-2-thread-10|||||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-12-04T23:41:31.922Z||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-12-04T23:41:31.922Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wJ6liU8FA5Y5CeAX) ...
2022-12-04T23:41:31.922Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-04T23:41:41.481Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T23:41:41.502Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T23:42:31.918Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T23:42:31.919Z||pool-2-thread-10|||||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-12-04T23:42:31.919Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wJ6liU8FA5Y5CeAX) ...
2022-12-04T23:42:31.921Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T23:42:31.922Z||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-12-04T23:42:31.923Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-04T23:42:41.470Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T23:42:41.476Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T23:43:31.921Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T23:43:31.921Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T23:43:31.923Z||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-12-04T23:43:31.924Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-04T23:43:31.924Z||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-12-04T23:43:31.924Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-04T23:43:41.473Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T23:43:41.481Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T23:44:31.917Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T23:44:31.919Z||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-12-04T23:44:31.920Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-04T23:44:31.921Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T23:44:31.922Z||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-12-04T23:44:31.922Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-04T23:44:41.467Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T23:44:41.467Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T23:45:31.919Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T23:45:31.920Z||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-12-04T23:45:31.920Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-04T23:45:31.921Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T23:45:31.922Z||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-12-04T23:45:31.922Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-04T23:45:41.470Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T23:45:41.472Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T23:46:31.918Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T23:46:31.921Z||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-12-04T23:46:31.921Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-04T23:46:31.921Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T23:46:31.922Z||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-12-04T23:46:31.922Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-04T23:46:41.467Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T23:46:41.479Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T23:47:31.918Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T23:47:31.919Z||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-12-04T23:47:31.920Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-04T23:47:31.921Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T23:47:31.922Z||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-12-04T23:47:31.922Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-04T23:47:41.478Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T23:47:41.480Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T23:48:31.918Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T23:48:31.919Z||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-12-04T23:48:31.919Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-04T23:48:31.921Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T23:48:31.922Z||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-12-04T23:48:31.922Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-04T23:48:41.467Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T23:48:41.476Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T23:49:31.917Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T23:49:31.919Z||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-12-04T23:49:31.919Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-04T23:49:31.922Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T23:49:31.923Z||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-12-04T23:49:31.923Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-04T23:49:41.467Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T23:49:41.478Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T23:50:31.917Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T23:50:31.919Z||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-12-04T23:50:31.919Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-04T23:50:31.921Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T23:50:31.922Z||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-12-04T23:50:31.922Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-04T23:50:41.468Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T23:50:41.470Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T23:51:31.918Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T23:51:31.919Z||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-12-04T23:51:31.919Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-04T23:51:31.921Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T23:51:31.922Z||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-12-04T23:51:31.922Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-04T23:51:41.479Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T23:51:41.479Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T23:52:31.918Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T23:52:31.921Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T23:52:31.923Z||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-12-04T23:52:31.923Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-04T23:52:31.930Z||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-12-04T23:52:31.930Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-04T23:52:41.477Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T23:52:41.478Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T23:53:31.917Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T23:53:31.919Z||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-12-04T23:53:31.919Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-04T23:53:31.921Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T23:53:31.922Z||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-12-04T23:53:31.922Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-04T23:53:41.468Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T23:53:41.467Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T23:54:31.918Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T23:54:31.919Z||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-12-04T23:54:31.919Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-04T23:54:31.921Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T23:54:31.922Z||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-12-04T23:54:31.922Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-04T23:54:41.479Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T23:54:41.484Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T23:55:31.917Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T23:55:31.919Z||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-12-04T23:55:31.919Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-04T23:55:31.921Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T23:55:31.922Z||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-12-04T23:55:31.922Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-04T23:55:41.470Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T23:55:41.471Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T23:56:31.920Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T23:56:31.921Z||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-12-04T23:56:31.921Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-04T23:56:31.922Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T23:56:31.922Z||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-12-04T23:56:31.922Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-04T23:56:41.474Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T23:56:41.477Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T23:57:31.920Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T23:57:31.921Z||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-12-04T23:57:31.921Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-04T23:57:31.921Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T23:57:31.922Z||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-12-04T23:57:31.923Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-04T23:57:41.469Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T23:57:41.470Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T23:58:31.918Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T23:58:31.921Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T23:58:31.924Z||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-12-04T23:58:31.924Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-04T23:58:31.924Z||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-12-04T23:58:31.924Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-04T23:58:41.477Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T23:58:41.477Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T23:59:31.917Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T23:59:31.919Z||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-12-04T23:59:31.920Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-04T23:59:31.921Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T23:59:31.922Z||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-12-04T23:59:31.922Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-04T23:59:41.464Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T23:59:41.471Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:00:31.921Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T00:00:31.922Z||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-12-05T00:00:31.923Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:00:31.917Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T00:00:31.925Z||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-12-05T00:00:31.925Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:00:41.475Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:00:41.475Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:01:31.917Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T00:01:31.919Z||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-12-05T00:01:31.919Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:01:31.921Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T00:01:31.922Z||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-12-05T00:01:31.922Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:01:41.471Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:01:41.472Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:02:31.917Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T00:02:31.918Z||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-12-05T00:02:31.919Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:02:31.921Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T00:02:31.923Z||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-12-05T00:02:31.924Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:02:41.476Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:02:41.484Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:03:31.918Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T00:03:31.921Z||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-12-05T00:03:31.921Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:03:31.921Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T00:03:31.922Z||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-12-05T00:03:31.922Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:03:41.492Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:03:41.493Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:04:31.918Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T00:04:31.920Z||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-12-05T00:04:31.921Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:04:31.921Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T00:04:31.922Z||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-12-05T00:04:31.922Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:04:41.476Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:04:41.476Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:05:31.917Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T00:05:31.919Z||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-12-05T00:05:31.919Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:05:31.921Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T00:05:31.923Z||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-12-05T00:05:31.924Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:05:41.462Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:05:41.474Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:06:31.918Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T00:06:31.919Z||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-12-05T00:06:31.919Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:06:31.921Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T00:06:31.922Z||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-12-05T00:06:31.922Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:06:41.466Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:06:41.470Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:07:31.918Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T00:07:31.920Z||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-12-05T00:07:31.920Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:07:31.921Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T00:07:31.922Z||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-12-05T00:07:31.922Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:07:41.473Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:07:41.476Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:08:31.917Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T00:08:31.919Z||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-12-05T00:08:31.919Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:08:31.921Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T00:08:31.922Z||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-12-05T00:08:31.922Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:08:41.465Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:08:41.469Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:09:31.918Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T00:09:31.921Z||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-12-05T00:09:31.921Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T00:09:31.922Z||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-12-05T00:09:31.922Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:09:31.923Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:09:41.471Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:09:41.476Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:10:31.918Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T00:10:31.919Z||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-12-05T00:10:31.919Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:10:31.921Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T00:10:31.923Z||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-12-05T00:10:31.923Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:10:41.475Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:10:41.479Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:11:31.917Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T00:11:31.919Z||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-12-05T00:11:31.919Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:11:31.922Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T00:11:31.924Z||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-12-05T00:11:31.924Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:11:41.464Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:11:41.464Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:12:31.917Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T00:12:31.919Z||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-12-05T00:12:31.920Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:12:31.921Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T00:12:31.922Z||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-12-05T00:12:31.922Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:12:41.463Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:12:41.467Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:13:31.918Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T00:13:31.919Z||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-12-05T00:13:31.919Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:13:31.921Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T00:13:31.922Z||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-12-05T00:13:31.923Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:13:41.470Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:13:41.470Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:14:31.918Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T00:14:31.920Z||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-12-05T00:14:31.920Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:14:31.921Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T00:14:31.922Z||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-12-05T00:14:31.922Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:14:41.469Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:14:41.469Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:15:31.918Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T00:15:31.920Z||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-12-05T00:15:31.921Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:15:31.921Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T00:15:31.922Z||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-12-05T00:15:31.922Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:15:41.468Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:15:41.476Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:16:31.917Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T00:16:31.919Z||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-12-05T00:16:31.919Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:16:31.921Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T00:16:31.922Z||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-12-05T00:16:31.922Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:16:41.477Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:16:41.478Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:17:31.918Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T00:17:31.920Z||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-12-05T00:17:31.920Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:17:31.921Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T00:17:31.922Z||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-12-05T00:17:31.922Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:17:41.473Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:17:41.481Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:18:31.917Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T00:18:31.919Z||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-12-05T00:18:31.919Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:18:31.921Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T00:18:31.922Z||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-12-05T00:18:31.922Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:18:41.465Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:18:41.465Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:19:31.917Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T00:19:31.918Z||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-12-05T00:19:31.919Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:19:31.921Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T00:19:31.922Z||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-12-05T00:19:31.922Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:19:41.480Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:19:41.482Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:20:31.918Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T00:20:31.919Z||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-12-05T00:20:31.919Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:20:31.921Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T00:20:31.922Z||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-12-05T00:20:31.922Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:20:41.483Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:20:41.488Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:21:31.918Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T00:21:31.920Z||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-12-05T00:21:31.921Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:21:31.922Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T00:21:31.922Z||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-12-05T00:21:31.922Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:21:41.467Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:21:41.467Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:22:31.919Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T00:22:31.921Z||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-12-05T00:22:31.921Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:22:31.921Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T00:22:31.922Z||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-12-05T00:22:31.922Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:22:41.468Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:22:41.468Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:23:31.917Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T00:23:31.919Z||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-12-05T00:23:31.919Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:23:31.921Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T00:23:31.922Z||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-12-05T00:23:31.922Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:23:41.470Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:23:41.483Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:24:31.920Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T00:24:31.921Z||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-12-05T00:24:31.921Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T00:24:31.921Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:24:31.921Z||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-12-05T00:24:31.922Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:24:41.468Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:24:41.469Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:25:31.917Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T00:25:31.919Z||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-12-05T00:25:31.919Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:25:31.921Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T00:25:31.921Z||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-12-05T00:25:31.922Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:25:41.463Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:25:41.467Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:26:31.920Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T00:26:31.921Z||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-12-05T00:26:31.921Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T00:26:31.921Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:26:31.922Z||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-12-05T00:26:31.922Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:26:41.464Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:26:41.476Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:27:31.918Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T00:27:31.919Z||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-12-05T00:27:31.919Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:27:31.921Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T00:27:31.922Z||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-12-05T00:27:31.922Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:27:41.468Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:27:41.468Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:28:31.918Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T00:28:31.920Z||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-12-05T00:28:31.920Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:28:31.921Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T00:28:31.922Z||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-12-05T00:28:31.922Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:28:41.461Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:28:41.464Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:29:31.917Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T00:29:31.919Z||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-12-05T00:29:31.919Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:29:31.921Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T00:29:31.922Z||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-12-05T00:29:31.922Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:29:41.483Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:29:41.493Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:30:31.917Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T00:30:31.919Z||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-12-05T00:30:31.919Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:30:31.921Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T00:30:31.922Z||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-12-05T00:30:31.922Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:30:41.467Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:30:41.473Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:31:31.917Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T00:31:31.919Z||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-12-05T00:31:31.919Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:31:31.923Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T00:31:31.925Z||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-12-05T00:31:31.925Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:31:32.059Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:31:32.059Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:31:32.067Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-05T00:31:32.067Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4279b773-d315-4023-a612-bf5b37fe3153",
"consumerID": "multicloud-k8s",
"timestamp": 1670200220278,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221205002919/1.0/resourceInstances/vfw3c312ec500e30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-05T00:31:32.073Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-05T00:31:32.073Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"4279b773-d315-4023-a612-bf5b37fe3153","serviceName":"vFW 2022-12-05 00-29-19","serviceVersion":"1.0","serviceUUID":"14ac0b4e-2bc0-4a62-bcee-aec200f90fb5","serviceDescription":"catalog service description","serviceInvariantUUID":"b30f0cbf-8978-481f-a4a0-0ac23f0a39a5","resources":[{"resourceInstanceName":"vFW 3c312ec5-00e3 0","resourceName":"vFW 3c312ec5-00e3","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a6c9bdbb-9df4-4ffa-a55d-a01be038a132","resourceInvariantUUID":"90491c2d-c0b3-4c9d-a740-de0c555f2e28","resourceCustomizationUUID":"49d168db-99ae-4d76-aaed-fae4805fdd82","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221205002919/1.0/resourceInstances/vfw3c312ec500e30/artifacts/vf-license-model.xml","artifactChecksum":"Yjk1MzA5MzJhOTM0YjYyOGQ5YWMzNTUxYzg1MTY5MDk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ad631e8c-c1bb-43da-8ef9-3c19a5b10073","artifactVersion":"1"},{"artifactName":"vfw3c312ec500e30_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221205002919/1.0/resourceInstances/vfw3c312ec500e30/artifacts/vfw3c312ec500e30_modules.json","artifactChecksum":"MjMyOTg3NGQ3NjcyYWU3Y2RiMTIzYzAxMGQ4YmM5MDI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0893b473-32fc-4365-8c1a-85ad28bf871d","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221205002919/1.0/resourceInstances/vfw3c312ec500e30/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b4338072-f063-42c6-ac7d-68ddbe0b3663","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221205002919/1.0/resourceInstances/vfw3c312ec500e30/artifacts/vendor-license-model.xml","artifactChecksum":"M2ZhMDUxYjAzNjBiN2NiN2ZiMDRlMmRjNDkyNDE4OGE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"41b907d2-77f0-4210-b4b2-5472789f4085","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221205002919/1.0/resourceInstances/vfw3c312ec500e30/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"02c8d28f-693c-49ae-9438-3dec29e3b939","artifactVersion":"2","generatedFromUUID":"b4338072-f063-42c6-ac7d-68ddbe0b3663"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221205002919-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221205002919/1.0/artifacts/service-Vfw20221205002919-template.yml","artifactChecksum":"ZmMyZjNiMWJkOTFjNjJkMGQ5NDExYWEwZjE1ODEwMGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"13f1fd2f-c085-4853-b40a-e52845082752","artifactVersion":"1"},{"artifactName":"service-Vfw20221205002919-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221205002919/1.0/artifacts/service-Vfw20221205002919-csar.csar","artifactChecksum":"YzZjNGRmOTMwMTRlY2EzMDllODJkNzdjMzFlZjJkMWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b188892d-9935-42ac-bb4b-77c9cb1fa3af","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-05T00:31:32.092Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-05T00:31:32.106Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-05T00:31:32.135Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-05T00:31:32.135Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4279b773-d315-4023-a612-bf5b37fe3153",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670200291917,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221205002919/1.0/resourceInstances/vfw3c312ec500e30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-05T00:31:32.153Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-05T00:31:32.154Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-05T00:31:32.154Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4279b773-d315-4023-a612-bf5b37fe3153",
"consumerID": "aai-model-loader",
"timestamp": 1670200245656,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221205002919/1.0/resourceInstances/vfw3c312ec500e30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-05T00:31:32.155Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-05T00:31:32.155Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-05T00:31:32.155Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4279b773-d315-4023-a612-bf5b37fe3153",
"consumerID": "policy-id",
"timestamp": 1670200244281,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221205002919/1.0/resourceInstances/vfw3c312ec500e30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-05T00:31:32.156Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-05T00:31:32.156Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-05T00:31:32.157Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4279b773-d315-4023-a612-bf5b37fe3153",
"consumerID": "multicloud-k8s",
"timestamp": 1670200220278,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221205002919/1.0/resourceInstances/vfw3c312ec500e30/artifacts/vfw3c312ec500e30_modules.json",
"status": "NOTIFIED"
}
2022-12-05T00:31:32.157Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-05T00:31:32.157Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-05T00:31:32.158Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4279b773-d315-4023-a612-bf5b37fe3153",
"consumerID": "aai-model-loader",
"timestamp": 1670200245656,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221205002919/1.0/resourceInstances/vfw3c312ec500e30/artifacts/vfw3c312ec500e30_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-05T00:31:32.158Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-05T00:31:32.159Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-05T00:31:32.159Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4279b773-d315-4023-a612-bf5b37fe3153",
"consumerID": "policy-id",
"timestamp": 1670200244281,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221205002919/1.0/resourceInstances/vfw3c312ec500e30/artifacts/vfw3c312ec500e30_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-05T00:31:32.159Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-05T00:31:32.160Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-05T00:31:32.160Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4279b773-d315-4023-a612-bf5b37fe3153",
"consumerID": "multicloud-k8s",
"timestamp": 1670200220278,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221205002919/1.0/resourceInstances/vfw3c312ec500e30/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-12-05T00:31:32.160Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-05T00:31:32.161Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-05T00:31:32.161Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4279b773-d315-4023-a612-bf5b37fe3153",
"consumerID": "aai-model-loader",
"timestamp": 1670200245656,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221205002919/1.0/resourceInstances/vfw3c312ec500e30/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-05T00:31:32.161Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-05T00:31:32.162Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-05T00:31:32.162Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4279b773-d315-4023-a612-bf5b37fe3153",
"consumerID": "policy-id",
"timestamp": 1670200244281,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221205002919/1.0/resourceInstances/vfw3c312ec500e30/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-12-05T00:31:32.162Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-05T00:31:32.162Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-05T00:31:32.163Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4279b773-d315-4023-a612-bf5b37fe3153",
"consumerID": "multicloud-k8s",
"timestamp": 1670200220278,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221205002919/1.0/resourceInstances/vfw3c312ec500e30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-05T00:31:32.163Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-05T00:31:32.163Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-05T00:31:32.163Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4279b773-d315-4023-a612-bf5b37fe3153",
"consumerID": "aai-model-loader",
"timestamp": 1670200245656,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221205002919/1.0/resourceInstances/vfw3c312ec500e30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-05T00:31:32.164Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-05T00:31:32.164Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-05T00:31:32.164Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4279b773-d315-4023-a612-bf5b37fe3153",
"consumerID": "policy-id",
"timestamp": 1670200244281,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221205002919/1.0/resourceInstances/vfw3c312ec500e30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-05T00:31:32.165Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-05T00:31:32.165Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-05T00:31:32.165Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4279b773-d315-4023-a612-bf5b37fe3153",
"consumerID": "multicloud-k8s",
"timestamp": 1670200220278,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221205002919/1.0/resourceInstances/vfw3c312ec500e30/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-12-05T00:31:32.165Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-05T00:31:32.166Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-05T00:31:32.166Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4279b773-d315-4023-a612-bf5b37fe3153",
"consumerID": "aai-model-loader",
"timestamp": 1670200245656,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221205002919/1.0/resourceInstances/vfw3c312ec500e30/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-12-05T00:31:32.166Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-05T00:31:32.166Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-05T00:31:32.167Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4279b773-d315-4023-a612-bf5b37fe3153",
"consumerID": "policy-id",
"timestamp": 1670200244281,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221205002919/1.0/resourceInstances/vfw3c312ec500e30/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-12-05T00:31:32.167Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-05T00:31:32.167Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-05T00:31:32.168Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4279b773-d315-4023-a612-bf5b37fe3153",
"consumerID": "multicloud-k8s",
"timestamp": 1670200220278,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221205002919/1.0/artifacts/service-Vfw20221205002919-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-05T00:31:32.169Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-05T00:31:32.170Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-05T00:31:32.170Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4279b773-d315-4023-a612-bf5b37fe3153",
"consumerID": "aai-model-loader",
"timestamp": 1670200245656,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221205002919/1.0/artifacts/service-Vfw20221205002919-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-05T00:31:32.172Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-05T00:31:32.173Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-05T00:31:32.173Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4279b773-d315-4023-a612-bf5b37fe3153",
"consumerID": "policy-id",
"timestamp": 1670200244281,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221205002919/1.0/artifacts/service-Vfw20221205002919-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-05T00:31:32.173Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-05T00:31:32.174Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-05T00:31:32.174Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4279b773-d315-4023-a612-bf5b37fe3153",
"consumerID": "cds",
"timestamp": 1670200255603,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221205002919/1.0/resourceInstances/vfw3c312ec500e30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-05T00:31:32.175Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-05T00:31:32.175Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-05T00:31:32.175Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4279b773-d315-4023-a612-bf5b37fe3153",
"consumerID": "multicloud-k8s",
"timestamp": 1670200220278,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221205002919/1.0/artifacts/service-Vfw20221205002919-csar.csar",
"status": "NOTIFIED"
}
2022-12-05T00:31:32.176Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-05T00:31:32.176Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-05T00:31:32.176Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4279b773-d315-4023-a612-bf5b37fe3153",
"consumerID": "aai-model-loader",
"timestamp": 1670200245656,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221205002919/1.0/artifacts/service-Vfw20221205002919-csar.csar",
"status": "NOTIFIED"
}
2022-12-05T00:31:32.177Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-05T00:31:32.177Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-05T00:31:32.177Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4279b773-d315-4023-a612-bf5b37fe3153",
"consumerID": "policy-id",
"timestamp": 1670200244281,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221205002919/1.0/artifacts/service-Vfw20221205002919-csar.csar",
"status": "NOTIFIED"
}
2022-12-05T00:31:32.178Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-05T00:31:32.178Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-05T00:31:32.178Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4279b773-d315-4023-a612-bf5b37fe3153",
"consumerID": "cds",
"timestamp": 1670200255603,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221205002919/1.0/resourceInstances/vfw3c312ec500e30/artifacts/vfw3c312ec500e30_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-05T00:31:32.179Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-05T00:31:32.179Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-05T00:31:32.179Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4279b773-d315-4023-a612-bf5b37fe3153",
"consumerID": "multicloud-k8s",
"timestamp": 1670200257415,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221205002919/1.0/resourceInstances/vfw3c312ec500e30/artifacts/vfw3c312ec500e30_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-05T00:31:32.180Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-05T00:31:32.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-05T00:31:32.181Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4279b773-d315-4023-a612-bf5b37fe3153",
"consumerID": "aai-model-loader",
"timestamp": 1670200257724,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221205002919/1.0/artifacts/service-Vfw20221205002919-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-05T00:31:32.181Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-05T00:31:32.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-05T00:31:32.181Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4279b773-d315-4023-a612-bf5b37fe3153",
"consumerID": "policy-id",
"timestamp": 1670200258683,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221205002919/1.0/artifacts/service-Vfw20221205002919-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-05T00:31:32.182Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-05T00:31:32.183Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-05T00:31:32.183Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4279b773-d315-4023-a612-bf5b37fe3153",
"consumerID": "cds",
"timestamp": 1670200255603,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221205002919/1.0/resourceInstances/vfw3c312ec500e30/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-05T00:31:32.183Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-05T00:31:32.184Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-05T00:31:32.184Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4279b773-d315-4023-a612-bf5b37fe3153",
"consumerID": "multicloud-k8s",
"timestamp": 1670200258535,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221205002919/1.0/resourceInstances/vfw3c312ec500e30/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-05T00:31:32.184Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-05T00:31:32.185Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-05T00:31:32.185Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4279b773-d315-4023-a612-bf5b37fe3153",
"consumerID": "policy-id",
"timestamp": 1670200259703,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221205002919/1.0/artifacts/service-Vfw20221205002919-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-05T00:31:32.185Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-05T00:31:32.186Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-05T00:31:32.186Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4279b773-d315-4023-a612-bf5b37fe3153",
"consumerID": "cds",
"timestamp": 1670200255603,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221205002919/1.0/resourceInstances/vfw3c312ec500e30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-05T00:31:32.186Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-05T00:31:32.190Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-05T00:31:32.190Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4279b773-d315-4023-a612-bf5b37fe3153",
"consumerID": "multicloud-k8s",
"timestamp": 1670200259614,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221205002919/1.0/resourceInstances/vfw3c312ec500e30/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-12-05T00:31:32.191Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-05T00:31:32.191Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-05T00:31:32.191Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4279b773-d315-4023-a612-bf5b37fe3153",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670200258675,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221205002919/1.0/resourceInstances/vfw3c312ec500e30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-05T00:31:32.192Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-05T00:31:32.192Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-05T00:31:32.192Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4279b773-d315-4023-a612-bf5b37fe3153",
"consumerID": "policy-id",
"timestamp": 1670200260709,
"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-12-05T00:31:32.236Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-12-05T00:31:32.242Z||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-12-05T00:31:32.243Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:31:32.343Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:31:32.344Z||pool-3-thread-1|||||INFO|500||cambria reply ok (103 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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-05T00:31:32.541Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4279b773-d315-4023-a612-bf5b37fe3153
2022-12-05T00:31:32.577Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4279b773-d315-4023-a612-bf5b37fe3153 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-12-05T00:31:32.611Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-05T00:31:32.612Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4279b773-d315-4023-a612-bf5b37fe3153",
"consumerID": "cds",
"timestamp": 1670200255603,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221205002919/1.0/resourceInstances/vfw3c312ec500e30/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-12-05T00:31:32.613Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-05T00:31:32.613Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-05T00:31:32.613Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4279b773-d315-4023-a612-bf5b37fe3153",
"consumerID": "multicloud-k8s",
"timestamp": 1670200260733,
"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-12-05T00:31:32.636Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4279b773-d315-4023-a612-bf5b37fe3153
2022-12-05T00:31:32.637Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4279b773-d315-4023-a612-bf5b37fe3153 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-12-05T00:31:32.660Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-05T00:31:32.661Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4279b773-d315-4023-a612-bf5b37fe3153",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670200258675,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221205002919/1.0/resourceInstances/vfw3c312ec500e30/artifacts/vfw3c312ec500e30_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-05T00:31:32.661Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-05T00:31:32.661Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-05T00:31:32.662Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4279b773-d315-4023-a612-bf5b37fe3153",
"consumerID": "cds",
"timestamp": 1670200255603,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221205002919/1.0/artifacts/service-Vfw20221205002919-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-05T00:31:32.662Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-05T00:31:32.662Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-05T00:31:32.662Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4279b773-d315-4023-a612-bf5b37fe3153",
"consumerID": "multicloud-k8s",
"timestamp": 1670200261736,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221205002919/1.0/resourceInstances/vfw3c312ec500e30/artifacts/vfw3c312ec500e30_modules.json",
"status": "DEPLOY_OK"
}
2022-12-05T00:31:32.663Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-05T00:31:32.663Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-05T00:31:32.663Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4279b773-d315-4023-a612-bf5b37fe3153",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670200258675,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221205002919/1.0/resourceInstances/vfw3c312ec500e30/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-05T00:31:32.664Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-05T00:31:32.664Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-05T00:31:32.665Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4279b773-d315-4023-a612-bf5b37fe3153",
"consumerID": "cds",
"timestamp": 1670200255603,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221205002919/1.0/artifacts/service-Vfw20221205002919-csar.csar",
"status": "NOTIFIED"
}
2022-12-05T00:31:32.665Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-05T00:31:32.666Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-05T00:31:32.667Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4279b773-d315-4023-a612-bf5b37fe3153",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670200258675,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221205002919/1.0/resourceInstances/vfw3c312ec500e30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-05T00:31:32.667Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-05T00:31:32.667Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-05T00:31:32.667Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4279b773-d315-4023-a612-bf5b37fe3153",
"consumerID": "cds",
"timestamp": 1670200263556,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221205002919/1.0/artifacts/service-Vfw20221205002919-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-05T00:31:32.668Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-05T00:31:32.668Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-05T00:31:32.669Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4279b773-d315-4023-a612-bf5b37fe3153",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670200258675,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221205002919/1.0/resourceInstances/vfw3c312ec500e30/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-12-05T00:31:32.669Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-05T00:31:32.669Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-05T00:31:32.670Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4279b773-d315-4023-a612-bf5b37fe3153",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670200258675,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221205002919/1.0/artifacts/service-Vfw20221205002919-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-05T00:31:32.670Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-05T00:31:32.671Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-05T00:31:32.671Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4279b773-d315-4023-a612-bf5b37fe3153",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670200258675,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221205002919/1.0/artifacts/service-Vfw20221205002919-csar.csar",
"status": "NOTIFIED"
}
2022-12-05T00:31:32.671Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-05T00:31:32.671Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-05T00:31:32.672Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4279b773-d315-4023-a612-bf5b37fe3153",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670200266498,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221205002919/1.0/artifacts/service-Vfw20221205002919-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-05T00:31:32.672Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-05T00:31:32.672Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-05T00:31:32.673Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4279b773-d315-4023-a612-bf5b37fe3153",
"consumerID": "aai-model-loader",
"timestamp": 1670200272486,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221205002919/1.0/artifacts/service-Vfw20221205002919-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-05T00:31:32.673Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-05T00:31:32.673Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-05T00:31:32.673Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4279b773-d315-4023-a612-bf5b37fe3153",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670200272646,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221205002919/1.0/artifacts/service-Vfw20221205002919-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-05T00:31:32.674Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-05T00:31:32.674Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-05T00:31:32.674Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4279b773-d315-4023-a612-bf5b37fe3153",
"consumerID": "aai-model-loader",
"timestamp": 1670200273490,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-05T00:31:32.708Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4279b773-d315-4023-a612-bf5b37fe3153
2022-12-05T00:31:32.708Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4279b773-d315-4023-a612-bf5b37fe3153 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-12-05T00:31:32.743Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-05T00:31:32.743Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4279b773-d315-4023-a612-bf5b37fe3153",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670200273652,
"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-12-05T00:31:32.791Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4279b773-d315-4023-a612-bf5b37fe3153
2022-12-05T00:31:32.792Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4279b773-d315-4023-a612-bf5b37fe3153 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-12-05T00:31:33.146Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-05T00:31:33.147Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-05T00:31:33.150Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-05T00:31:33.151Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4279b773-d315-4023-a612-bf5b37fe3153",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670200291917,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221205002919/1.0/resourceInstances/vfw3c312ec500e30/artifacts/vfw3c312ec500e30_modules.json",
"status": "NOTIFIED"
}
2022-12-05T00:31:33.250Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-05T00:31:33.253Z||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-12-05T00:31:33.254Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:31:33.281Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:31:33.282Z||pool-4-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-12-05T00:31:34.154Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-05T00:31:34.155Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-05T00:31:34.160Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-05T00:31:34.160Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4279b773-d315-4023-a612-bf5b37fe3153",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670200291917,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221205002919/1.0/resourceInstances/vfw3c312ec500e30/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-12-05T00:31:34.260Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-05T00:31:34.261Z||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-12-05T00:31:34.261Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:31:34.277Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:31:34.277Z||pool-5-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-05T00:31:35.161Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-05T00:31:35.162Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-05T00:31:35.166Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-05T00:31:35.166Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4279b773-d315-4023-a612-bf5b37fe3153",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670200291917,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221205002919/1.0/resourceInstances/vfw3c312ec500e30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-05T00:31:35.266Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-05T00:31:35.267Z||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-12-05T00:31:35.268Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:31:35.287Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:31:35.288Z||pool-6-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-12-05T00:31:36.168Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-05T00:31:36.169Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-05T00:31:36.172Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-05T00:31:36.173Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4279b773-d315-4023-a612-bf5b37fe3153",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670200291917,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221205002919/1.0/resourceInstances/vfw3c312ec500e30/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-12-05T00:31:36.272Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-12-05T00:31:36.273Z||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-12-05T00:31:36.273Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:31:36.289Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:31:36.289Z||pool-7-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-05T00:31:37.177Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-05T00:31:37.180Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-05T00:31:37.184Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-05T00:31:37.184Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4279b773-d315-4023-a612-bf5b37fe3153",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670200291917,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221205002919/1.0/artifacts/service-Vfw20221205002919-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-05T00:31:37.284Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-05T00:31:37.285Z||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-12-05T00:31:37.286Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:31:37.303Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:31:37.304Z||pool-8-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-12-05T00:31:38.186Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-05T00:31:38.187Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-05T00:31:38.193Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-05T00:31:38.194Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4279b773-d315-4023-a612-bf5b37fe3153",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670200291917,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221205002919/1.0/artifacts/service-Vfw20221205002919-csar.csar",
"status": "NOTIFIED"
}
2022-12-05T00:31:38.292Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-12-05T00:31:38.294Z||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-12-05T00:31:38.294Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:31:38.311Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:31:38.312Z||pool-9-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-05T00:31:39.197Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "4279b773-d315-4023-a612-bf5b37fe3153",
"serviceName": "vFW 2022-12-05 00-29-19",
"serviceVersion": "1.0",
"serviceUUID": "14ac0b4e-2bc0-4a62-bcee-aec200f90fb5",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "b30f0cbf-8978-481f-a4a0-0ac23f0a39a5",
"resources": [
{
"resourceInstanceName": "vFW 3c312ec5-00e3 0",
"resourceCustomizationUUID": "49d168db-99ae-4d76-aaed-fae4805fdd82",
"resourceName": "vFW 3c312ec5-00e3",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "a6c9bdbb-9df4-4ffa-a55d-a01be038a132",
"resourceInvariantUUID": "90491c2d-c0b3-4c9d-a740-de0c555f2e28",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw3c312ec500e30_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221205002919/1.0/resourceInstances/vfw3c312ec500e30/artifacts/vfw3c312ec500e30_modules.json",
"artifactChecksum": "MjMyOTg3NGQ3NjcyYWU3Y2RiMTIzYzAxMGQ4YmM5MDI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0893b473-32fc-4365-8c1a-85ad28bf871d",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221205002919/1.0/resourceInstances/vfw3c312ec500e30/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "b4338072-f063-42c6-ac7d-68ddbe0b3663",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221205002919/1.0/resourceInstances/vfw3c312ec500e30/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "02c8d28f-693c-49ae-9438-3dec29e3b939",
"generatedFromUUID": "b4338072-f063-42c6-ac7d-68ddbe0b3663"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221205002919/1.0/resourceInstances/vfw3c312ec500e30/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "02c8d28f-693c-49ae-9438-3dec29e3b939",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20221205002919-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221205002919/1.0/artifacts/service-Vfw20221205002919-csar.csar",
"artifactChecksum": "YzZjNGRmOTMwMTRlY2EzMDllODJkNzdjMzFlZjJkMWU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b188892d-9935-42ac-bb4b-77c9cb1fa3af"
}
],
"workloadContext": "Production"
}
2022-12-05T00:31:39.199Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-05T00:31:39.200Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 14ac0b4e-2bc0-4a62-bcee-aec200f90fb5 ASDC
2022-12-05T00:31:39.375Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:4279b773-d315-4023-a612-bf5b37fe3153
ServiceName:vFW 2022-12-05 00-29-19
ServiceVersion:1.0
ServiceUUID:14ac0b4e-2bc0-4a62-bcee-aec200f90fb5
ServiceInvariantUUID:b30f0cbf-8978-481f-a4a0-0ac23f0a39a5
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221205002919-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221205002919/1.0/artifacts/service-Vfw20221205002919-csar.csar
ArtifactUUID:b188892d-9935-42ac-bb4b-77c9cb1fa3af
ArtifactChecksum:YzZjNGRmOTMwMTRlY2EzMDllODJkNzdjMzFlZjJkMWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 3c312ec5-00e3 0
ResourceCustomizationUUID:49d168db-99ae-4d76-aaed-fae4805fdd82
ResourceInvariantUUID:90491c2d-c0b3-4c9d-a740-de0c555f2e28
ResourceName:vFW 3c312ec5-00e3
ResourceType:VF
ResourceUUID:a6c9bdbb-9df4-4ffa-a55d-a01be038a132
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw3c312ec500e30_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221205002919/1.0/resourceInstances/vfw3c312ec500e30/artifacts/vfw3c312ec500e30_modules.json
ArtifactUUID:0893b473-32fc-4365-8c1a-85ad28bf871d
ArtifactChecksum:MjMyOTg3NGQ3NjcyYWU3Y2RiMTIzYzAxMGQ4YmM5MDI=
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/Vfw20221205002919/1.0/resourceInstances/vfw3c312ec500e30/artifacts/base_vfw.yaml
ArtifactUUID:b4338072-f063-42c6-ac7d-68ddbe0b3663
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/Vfw20221205002919/1.0/resourceInstances/vfw3c312ec500e30/artifacts/base_vfw.env
ArtifactUUID:02c8d28f-693c-49ae-9438-3dec29e3b939
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/Vfw20221205002919/1.0/resourceInstances/vfw3c312ec500e30/artifacts/base_vfw.env
ArtifactUUID:02c8d28f-693c-49ae-9438-3dec29e3b939
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-12-05T00:31:39.376Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 14ac0b4e-2bc0-4a62-bcee-aec200f90fb5 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-12-05T00:31:39.507Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-05T00:31:39.509Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-05T00:31:39.510Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-05T00:31:39.510Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: b188892d-9935-42ac-bb4b-77c9cb1fa3af from URL: /sdc/v1/catalog/services/Vfw20221205002919/1.0/artifacts/service-Vfw20221205002919-csar.csar
2022-12-05T00:31:39.510Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-12-05T00:31:39.512Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221205002919/1.0/artifacts/service-Vfw20221205002919-csar.csar
2022-12-05T00:31:39.656Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-12-05T00:31:39.675Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221205002919/1.0/artifacts/service-Vfw20221205002919-csar.csar b188892d-9935-42ac-bb4b-77c9cb1fa3af 101479
2022-12-05T00:31:39.677Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221205002919/1.0/artifacts/service-Vfw20221205002919-csar.csar ASDC sendASDCNotification
2022-12-05T00:31:39.677Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221205002919/1.0/artifacts/service-Vfw20221205002919-csar.csar
2022-12-05T00:31:39.678Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-05T00:31:39.680Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-05T00:31:39.682Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-05T00:31:39.682Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4279b773-d315-4023-a612-bf5b37fe3153",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670200299676,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221205002919/1.0/artifacts/service-Vfw20221205002919-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-05T00:31:39.784Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-05T00:31:39.785Z||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-12-05T00:31:39.785Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:31:39.801Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:31:39.802Z||pool-10-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-05T00:31:40.683Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-05T00:31:40.684Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-05T00:31:40.685Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: b188892d-9935-42ac-bb4b-77c9cb1fa3af, URL: /sdc/v1/catalog/services/Vfw20221205002919/1.0/artifacts/service-Vfw20221205002919-csar.csar to file: /app/ASDC/1/service-Vfw20221205002919-csar.csar
2022-12-05T00:31:40.685Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221205002919-csar.csar
2022-12-05T00:31:40.817Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221205002919-csar.csar
2022-12-05T00:31:40.818Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221205002919-csar.csar
2022-12-05T00:31:42.255Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5841602831420440383/Definitions/service-Vfw20221205002919-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-12-05T00:31:47.490Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-05T00:31:47.498Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-12-05T00:31:47.498Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221205002919-csar.csar
2022-12-05T00:31:47.498Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-12-05T00:31:47.499Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221205002919-csar.csar
2022-12-05T00:31:47.499Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221205002919-csar.csar
2022-12-05T00:31:47.499Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20221205002919-csar.csar
2022-12-05T00:31:47.499Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221205002919-csar.csar
2022-12-05T00:31:47.499Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221205002919-csar.csar
2022-12-05T00:31:47.499Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221205002919-csar.csar
2022-12-05T00:31:47.499Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221205002919-csar.csar
2022-12-05T00:31:47.499Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221205002919-csar.csar
2022-12-05T00:31:47.500Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221205002919-csar.csar
2022-12-05T00:31:47.500Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 3c312ec5-00e3 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-Vfw20221205002919-csar.csar
2022-12-05T00:31:47.500Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221205002919-csar.csar
2022-12-05T00:31:47.500Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-12-05T00:31:47.509Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-05T00:31:47.511Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-05 00-29-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-05T00:31:47.518Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Node template vFW 3c312ec5-00e3 0 is matching search criteria
2022-12-05T00:31:47.518Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-12-05T00:31:47.521Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 3c312ec5-00e3 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-05T00:31:47.523Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-05T00:31:47.524Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-05 00-29-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-05T00:31:47.524Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Node template vFW 3c312ec5-00e3 0 is matching search criteria
2022-12-05T00:31:47.524Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-12-05T00:31:47.524Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 3c312ec5-00e3 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-05T00:31:47.525Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-05T00:31:47.525Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-05 00-29-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-05T00:31:47.530Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-05T00:31:47.530Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Node template vFW 3c312ec5-00e3 0 is not matching search criteria
2022-12-05T00:31:47.530Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-05T00:31:47.531Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-05T00:31:47.531Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-05T00:31:47.531Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-05T00:31:47.531Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-05T00:31:47.532Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-05T00:31:47.532Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-05T00:31:47.532Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-05T00:31:47.532Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-05T00:31:47.532Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-05T00:31:47.532Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-05T00:31:47.533Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-05T00:31:47.533Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-05T00:31:47.533Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-05T00:31:47.533Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-05T00:31:47.533Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-05T00:31:47.534Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-05T00:31:47.534Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-05 00-29-19 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-05T00:31:47.536Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-05T00:31:47.536Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Node template vFW 3c312ec5-00e3 0 is matching search criteria
2022-12-05T00:31:47.537Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 3c312ec5-00e3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-05T00:31:47.537Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-05T00:31:47.538Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Node template vFW 3c312ec5-00e3 0 is matching search criteria
2022-12-05T00:31:47.538Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 3c312ec5-00e3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-05T00:31:47.538Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-05T00:31:47.538Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Node template vFW 3c312ec5-00e3 0 is matching search criteria
2022-12-05T00:31:47.539Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 3c312ec5-00e3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-05T00:31:47.539Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-05T00:31:47.539Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Node template vFW 3c312ec5-00e3 0 is not matching search criteria
2022-12-05T00:31:47.540Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-05T00:31:47.540Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-12-05T00:31:47.540Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-05T00:31:47.540Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-05T00:31:47.541Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-05T00:31:47.541Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-05T00:31:47.541Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-05T00:31:47.541Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-05T00:31:47.542Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-05T00:31:47.542Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-05T00:31:47.542Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-05T00:31:47.542Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c7c6aace-3a54-4aa5-bac6-21d3d222365a
2022-12-05T00:31:47.543Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-05T00:31:47.543Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Node template vFW 3c312ec5-00e3 0 is not matching search criteria
2022-12-05T00:31:47.544Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-05T00:31:47.544Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-05T00:31:47.544Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-05T00:31:47.544Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-05T00:31:47.545Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-05T00:31:47.545Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-05T00:31:47.545Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-05T00:31:47.545Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-12-05T00:31:47.545Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-05T00:31:47.546Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-05T00:31:47.546Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-05T00:31:47.546Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-05T00:31:47.546Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=31557503-e8a5-4939-a4a9-69bff3336df4
2022-12-05T00:31:47.546Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-05T00:31:47.547Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Node template vFW 3c312ec5-00e3 0 is not matching search criteria
2022-12-05T00:31:47.547Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-05T00:31:47.548Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-05T00:31:47.548Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-05T00:31:47.548Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-05T00:31:47.548Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-05T00:31:47.548Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-05T00:31:47.549Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-05T00:31:47.549Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-05T00:31:47.549Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-05T00:31:47.549Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-05T00:31:47.549Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-05T00:31:47.549Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-12-05T00:31:47.550Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f9c6f9a8-e3ac-4b39-9102-07ffca341baf
2022-12-05T00:31:47.550Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-05T00:31:47.550Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-05 00-29-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-05T00:31:47.551Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-05T00:31:47.551Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-05 00-29-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-05T00:31:47.551Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-05T00:31:47.551Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-05 00-29-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-05T00:31:47.552Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-05T00:31:47.552Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-05 00-29-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-05T00:31:47.552Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-12-05 00-29-19
Description:catalog service description
Model UUID:14ac0b4e-2bc0-4a62-bcee-aec200f90fb5
Model Version:NULL
Model InvariantUuid:b30f0cbf-8978-481f-a4a0-0ac23f0a39a5
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 3c312ec5-00e3
Model UUID:281e5460-d5a8-4040-9232-6f94781a18e8
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:90491c2d-c0b3-4c9d-a740-de0c555f2e28
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:49d168db-99ae-4d76-aaed-fae4805fdd82
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:a92afec2-e2b1-4543-ae77-3245cacad48c
ModelName:Vfw3c312ec500e3..base_vfw..module-0
ModelUuid:b8fbb8bf-9b68-4449-9e74-5d401c5e9cc5
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:c7c6aace-3a54-4aa5-bac6-21d3d222365a
ModelInvariantUuid:e79af683-bd6b-475a-9c8d-3b3afad48ba9
ModelName:vFW 3c312ec5-00e3-nodes.vfwCvfc
ModelUuid:f723763a-4466-4336-954f-0917018463b4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:adc61360-5f25-4e40-9da5-519c94d4ac2f
ModelInvariantUuid:88628533-5861-46d8-8ecf-9ebe3afed47f
ModelName:Vfw3c312ec500e3.compute.nodes.heat.vfw
ModelUuid:4425cdde-acd7-4d36-afec-1d08b0d14b7c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:31557503-e8a5-4939-a4a9-69bff3336df4
ModelInvariantUuid:68499dd3-8dbc-4a62-abc7-2bcb43176b14
ModelName:vFW 3c312ec5-00e3-nodes.vsnCvfc
ModelUuid:9e5ea118-a382-4a98-9afd-02fa42f21454
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:87da23ee-1102-4d74-9e8c-13b321012ff6
ModelInvariantUuid:5b4c478d-0549-4029-8bb5-678202a6f9f5
ModelName:Vfw3c312ec500e3.compute.nodes.heat.vsn
ModelUuid:fb5fd428-413c-4054-a326-e510ce002790
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:f9c6f9a8-e3ac-4b39-9102-07ffca341baf
ModelInvariantUuid:bbdf36f2-d324-439c-9689-2f20eb929a9a
ModelName:vFW 3c312ec5-00e3-nodes.vpgCvfc
ModelUuid:d564ba6a-b6ba-47ae-a230-dfc8224c7bc8
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:68d4bc87-6904-4c0f-b303-0a06b7b25c15
ModelInvariantUuid:b0b72f5a-5502-4583-8157-a127bc9b109f
ModelName:Vfw3c312ec500e3.compute.nodes.heat.vpg
ModelUuid:464fd7bc-e530-4263-bc37-143f3e33b8e7
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-12-05T00:31:47.593Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: a6c9bdbb-9df4-4ffa-a55d-a01be038a132
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-12-05T00:31:47.697Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||INFO|500||vFW 3c312ec5-00e3 0
2022-12-05T00:31:47.721Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a6c9bdbb-9df4-4ffa-a55d-a01be038a132
2022-12-05T00:31:47.721Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 0893b473-32fc-4365-8c1a-85ad28bf871d from URL: /sdc/v1/catalog/services/Vfw20221205002919/1.0/resourceInstances/vfw3c312ec500e30/artifacts/vfw3c312ec500e30_modules.json
2022-12-05T00:31:47.721Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-12-05T00:31:47.722Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221205002919/1.0/resourceInstances/vfw3c312ec500e30/artifacts/vfw3c312ec500e30_modules.json
2022-12-05T00:31:47.814Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-12-05T00:31:47.815Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221205002919/1.0/resourceInstances/vfw3c312ec500e30/artifacts/vfw3c312ec500e30_modules.json 0893b473-32fc-4365-8c1a-85ad28bf871d 785
2022-12-05T00:31:47.815Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221205002919/1.0/resourceInstances/vfw3c312ec500e30/artifacts/vfw3c312ec500e30_modules.json ASDC sendASDCNotification
2022-12-05T00:31:47.815Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221205002919/1.0/resourceInstances/vfw3c312ec500e30/artifacts/vfw3c312ec500e30_modules.json
2022-12-05T00:31:47.816Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-05T00:31:47.816Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-05T00:31:47.820Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-05T00:31:47.820Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4279b773-d315-4023-a612-bf5b37fe3153",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670200307815,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221205002919/1.0/resourceInstances/vfw3c312ec500e30/artifacts/vfw3c312ec500e30_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-05T00:31:47.920Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-05T00:31:47.921Z||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-12-05T00:31:47.922Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:31:47.935Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:31:47.936Z||pool-11-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-05T00:31:48.822Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw3c312ec500e3..base_vfw..module-0",
"vfModuleModelInvariantUUID": "a92afec2-e2b1-4543-ae77-3245cacad48c",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "b8fbb8bf-9b68-4449-9e74-5d401c5e9cc5",
"vfModuleModelCustomizationUUID": "4f74624d-4269-41b4-bf8d-efa4047294ec",
"isBase": true,
"artifacts": [
"b4338072-f063-42c6-ac7d-68ddbe0b3663",
"02c8d28f-693c-49ae-9438-3dec29e3b939"
],
"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-12-05T00:31:48.835Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw3c312ec500e3..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b8fbb8bf-9b68-4449-9e74-5d401c5e9cc5
VfModuleModelInvariantUUID:a92afec2-e2b1-4543-ae77-3245cacad48c
VfModuleModelDescription:NULL
Artifacts UUID List:{
b4338072-f063-42c6-ac7d-68ddbe0b3663
,
02c8d28f-693c-49ae-9438-3dec29e3b939
}
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-12-05T00:31:48.844Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw3c312ec500e3..base_vfw..module-0",
"vfModuleModelInvariantUUID": "a92afec2-e2b1-4543-ae77-3245cacad48c",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "b8fbb8bf-9b68-4449-9e74-5d401c5e9cc5",
"vfModuleModelCustomizationUUID": "4f74624d-4269-41b4-bf8d-efa4047294ec",
"isBase": true,
"artifacts": [
"b4338072-f063-42c6-ac7d-68ddbe0b3663",
"02c8d28f-693c-49ae-9438-3dec29e3b939"
],
"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-12-05T00:31:48.844Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw3c312ec500e3..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b8fbb8bf-9b68-4449-9e74-5d401c5e9cc5
VfModuleModelInvariantUUID:a92afec2-e2b1-4543-ae77-3245cacad48c
VfModuleModelDescription:NULL
Artifacts UUID List:{
b4338072-f063-42c6-ac7d-68ddbe0b3663
,
02c8d28f-693c-49ae-9438-3dec29e3b939
}
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-12-05T00:31:48.844Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: b4338072-f063-42c6-ac7d-68ddbe0b3663 from URL: /sdc/v1/catalog/services/Vfw20221205002919/1.0/resourceInstances/vfw3c312ec500e30/artifacts/base_vfw.yaml
2022-12-05T00:31:48.846Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-12-05T00:31:48.846Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221205002919/1.0/resourceInstances/vfw3c312ec500e30/artifacts/base_vfw.yaml
2022-12-05T00:31:48.924Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-12-05T00:31:48.925Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221205002919/1.0/resourceInstances/vfw3c312ec500e30/artifacts/base_vfw.yaml b4338072-f063-42c6-ac7d-68ddbe0b3663 20368
2022-12-05T00:31:48.926Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221205002919/1.0/resourceInstances/vfw3c312ec500e30/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-12-05T00:31:48.926Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221205002919/1.0/resourceInstances/vfw3c312ec500e30/artifacts/base_vfw.yaml
2022-12-05T00:31:48.926Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-05T00:31:48.927Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-05T00:31:48.930Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-05T00:31:48.930Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4279b773-d315-4023-a612-bf5b37fe3153",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670200308926,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221205002919/1.0/resourceInstances/vfw3c312ec500e30/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-05T00:31:49.031Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-05T00:31:49.032Z||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-12-05T00:31:49.033Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:31:49.048Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:31:49.049Z||pool-12-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-05T00:31:49.931Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 02c8d28f-693c-49ae-9438-3dec29e3b939 from URL: /sdc/v1/catalog/services/Vfw20221205002919/1.0/resourceInstances/vfw3c312ec500e30/artifacts/base_vfw.env
2022-12-05T00:31:49.932Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-12-05T00:31:49.932Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221205002919/1.0/resourceInstances/vfw3c312ec500e30/artifacts/base_vfw.env
2022-12-05T00:31:49.997Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-12-05T00:31:49.998Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221205002919/1.0/resourceInstances/vfw3c312ec500e30/artifacts/base_vfw.env 02c8d28f-693c-49ae-9438-3dec29e3b939 2098
2022-12-05T00:31:49.998Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221205002919/1.0/resourceInstances/vfw3c312ec500e30/artifacts/base_vfw.env ASDC sendASDCNotification
2022-12-05T00:31:49.998Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221205002919/1.0/resourceInstances/vfw3c312ec500e30/artifacts/base_vfw.env
2022-12-05T00:31:49.999Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-05T00:31:49.999Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-05T00:31:50.002Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-05T00:31:50.003Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4279b773-d315-4023-a612-bf5b37fe3153",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670200309998,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221205002919/1.0/resourceInstances/vfw3c312ec500e30/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-12-05T00:31:50.102Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-05T00:31:50.104Z||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-12-05T00:31:50.104Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:31:50.119Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:31:50.120Z||pool-13-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-12-05T00:31:51.004Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 14ac0b4e-2bc0-4a62-bcee-aec200f90fb5
2022-12-05T00:31:51.004Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 3c312ec5-00e3 0 a6c9bdbb-9df4-4ffa-a55d-a01be038a132 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-12-05T00:31:51.078Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2fdea78f, org.onap.sdc.toscaparser.api.parameters.Input@55c6129e, org.onap.sdc.toscaparser.api.parameters.Input@1ec3cd15, org.onap.sdc.toscaparser.api.parameters.Input@6c8c4394, org.onap.sdc.toscaparser.api.parameters.Input@36346355]
2022-12-05T00:31:51.085Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-05T00:31:51.085Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-05 00-29-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-05T00:31:51.086Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2022-12-05T00:31:51.086Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 49d168db-99ae-4d76-aaed-fae4805fdd82
2022-12-05T00:31:51.086Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 49d168db-99ae-4d76-aaed-fae4805fdd82 matches Tosca VF Customization UUID: 49d168db-99ae-4d76-aaed-fae4805fdd82
2022-12-05T00:31:51.087Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 49d168db-99ae-4d76-aaed-fae4805fdd82 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-12-05T00:31:51.099Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-05T00:31:51.101Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-05 00-29-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-05T00:31:51.103Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 49d168db-99ae-4d76-aaed-fae4805fdd82: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-12-05T00:31:51.103Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3336b16e
2022-12-05T00:31:51.103Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-05T00:31:51.104Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-05 00-29-19 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-05T00:31:51.105Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4f74624d-4269-41b4-bf8d-efa4047294ec
2022-12-05T00:31:51.108Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4f74624d-4269-41b4-bf8d-efa4047294ec
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-12-05T00:31:51.123Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-05T00:31:51.124Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Node template vFW 3c312ec5-00e3 0 is matching search criteria
2022-12-05T00:31:51.124Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 3c312ec5-00e3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-05T00:31:51.125Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-05T00:31:51.125Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Node template vFW 3c312ec5-00e3 0 is matching search criteria
2022-12-05T00:31:51.126Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 3c312ec5-00e3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-05T00:31:51.126Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-05T00:31:51.126Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Node template vFW 3c312ec5-00e3 0 is not matching search criteria
2022-12-05T00:31:51.127Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-05T00:31:51.127Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-12-05T00:31:51.127Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-05T00:31:51.127Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-05T00:31:51.128Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-05T00:31:51.128Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-05T00:31:51.128Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-05T00:31:51.128Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-05T00:31:51.129Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-05T00:31:51.129Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-05T00:31:51.129Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-05T00:31:51.129Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c7c6aace-3a54-4aa5-bac6-21d3d222365a
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-12-05T00:31:51.145Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-05T00:31:51.146Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Node template vFW 3c312ec5-00e3 0 is matching search criteria
2022-12-05T00:31:51.146Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 3c312ec5-00e3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-05T00:31:51.146Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-05T00:31:51.147Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Node template vFW 3c312ec5-00e3 0 is not matching search criteria
2022-12-05T00:31:51.147Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-05T00:31:51.147Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-05T00:31:51.148Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-05T00:31:51.148Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-05T00:31:51.148Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-05T00:31:51.148Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-05T00:31:51.148Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-05T00:31:51.149Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-12-05T00:31:51.149Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-05T00:31:51.149Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-05T00:31:51.149Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-05T00:31:51.150Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-05T00:31:51.150Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=31557503-e8a5-4939-a4a9-69bff3336df4
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-12-05T00:31:51.156Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-05T00:31:51.156Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Node template vFW 3c312ec5-00e3 0 is matching search criteria
2022-12-05T00:31:51.157Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 3c312ec5-00e3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-05T00:31:51.160Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-05T00:31:51.160Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Node template vFW 3c312ec5-00e3 0 is not matching search criteria
2022-12-05T00:31:51.161Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-05T00:31:51.161Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-05T00:31:51.161Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-05T00:31:51.161Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-05T00:31:51.162Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-05T00:31:51.162Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-05T00:31:51.162Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-05T00:31:51.162Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-05T00:31:51.163Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-05T00:31:51.163Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-05T00:31:51.163Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-05T00:31:51.163Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-12-05T00:31:51.163Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f9c6f9a8-e3ac-4b39-9102-07ffca341baf
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-12-05T00:31:51.168Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-05T00:31:51.168Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Node template vFW 3c312ec5-00e3 0 is matching search criteria
2022-12-05T00:31:51.169Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 3c312ec5-00e3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-05T00:31:51.169Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-05T00:31:51.170Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Node template vFW 3c312ec5-00e3 0 is matching search criteria
2022-12-05T00:31:51.170Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 3c312ec5-00e3 0] matching following query criteria: sdcType=VF, customizationUUID=49d168db-99ae-4d76-aaed-fae4805fdd82
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-12-05T00:31:51.176Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-05T00:31:51.176Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-05 00-29-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-05T00:31:51.177Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 14ac0b4e-2bc0-4a62-bcee-aec200f90fb5: vFW 3c312ec5-00e3
2022-12-05T00:31:51.177Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-05T00:31:51.177Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-05 00-29-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-05T00:31:51.178Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-05T00:31:51.178Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-05 00-29-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-05T00:31:51.178Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-05T00:31:51.178Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-05 00-29-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-05T00:31:51.179Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-05T00:31:51.179Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-05 00-29-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-05T00:31:51.179Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-05T00:31:51.179Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-05 00-29-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-05T00:31:51.179Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2022-12-05 00-29-19
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-12-05T00:31:51.638Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 3c312ec5-00e3 a6c9bdbb-9df4-4ffa-a55d-a01be038a132 1 ASDC deployResourceStructure
2022-12-05T00:31:51.639Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221205002919/1.0/resourceInstances/vfw3c312ec500e30/artifacts/vfw3c312ec500e30_modules.json ASDC sendASDCNotification
2022-12-05T00:31:51.641Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221205002919/1.0/resourceInstances/vfw3c312ec500e30/artifacts/vfw3c312ec500e30_modules.json
2022-12-05T00:31:51.641Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-05T00:31:51.642Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-05T00:31:51.645Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-05T00:31:51.645Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4279b773-d315-4023-a612-bf5b37fe3153",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670200311639,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221205002919/1.0/resourceInstances/vfw3c312ec500e30/artifacts/vfw3c312ec500e30_modules.json",
"status": "DEPLOY_OK"
}
2022-12-05T00:31:51.745Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-05T00:31:51.747Z||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-12-05T00:31:51.747Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:31:51.765Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:31:51.766Z||pool-14-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-12-05T00:31:52.646Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221205002919/1.0/resourceInstances/vfw3c312ec500e30/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-12-05T00:31:52.647Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221205002919/1.0/resourceInstances/vfw3c312ec500e30/artifacts/base_vfw.yaml
2022-12-05T00:31:52.647Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-05T00:31:52.648Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-05T00:31:52.656Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-05T00:31:52.656Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4279b773-d315-4023-a612-bf5b37fe3153",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670200312646,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221205002919/1.0/resourceInstances/vfw3c312ec500e30/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-12-05T00:31:52.759Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-12-05T00:31:52.760Z||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-12-05T00:31:52.760Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:31:52.774Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:31:52.775Z||pool-15-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-05T00:31:53.658Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221205002919/1.0/resourceInstances/vfw3c312ec500e30/artifacts/base_vfw.env ASDC sendASDCNotification
2022-12-05T00:31:53.658Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221205002919/1.0/resourceInstances/vfw3c312ec500e30/artifacts/base_vfw.env
2022-12-05T00:31:53.658Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-05T00:31:53.659Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-05T00:31:53.661Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-05T00:31:53.662Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4279b773-d315-4023-a612-bf5b37fe3153",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670200313658,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221205002919/1.0/resourceInstances/vfw3c312ec500e30/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-12-05T00:31:53.762Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-05T00:31:53.763Z||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-12-05T00:31:53.763Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:31:53.778Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:31:53.778Z||pool-16-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-05T00:31:54.663Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221205002919/1.0/artifacts/service-Vfw20221205002919-csar.csar ASDC sendASDCNotification
2022-12-05T00:31:54.663Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221205002919/1.0/artifacts/service-Vfw20221205002919-csar.csar
2022-12-05T00:31:54.664Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-05T00:31:54.665Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-05T00:31:54.668Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-05T00:31:54.669Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4279b773-d315-4023-a612-bf5b37fe3153",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670200314662,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221205002919/1.0/artifacts/service-Vfw20221205002919-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-05T00:31:54.768Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-05T00:31:54.769Z||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-12-05T00:31:54.769Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:31:54.784Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:31:54.785Z||pool-17-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-05T00:31:55.670Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4279b773-d315-4023-a612-bf5b37fe3153
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-12-05T00:31:55.715Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4279b773-d315-4023-a612-bf5b37fe3153
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-12-05T00:31:55.723Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-05T00:31:55.724Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-05T00:31:55.724Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-05T00:31:55.725Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-05T00:31:55.725Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-05T00:31:55.725Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-05T00:31:55.726Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-05T00:31:55.726Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-05T00:31:55.727Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-05T00:31:55.737Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-05T00:32:25.739Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4279b773-d315-4023-a612-bf5b37fe3153 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-12-05T00:32:25.762Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4279b773-d315-4023-a612-bf5b37fe3153 and serviceModelVersionId: 14ac0b4e-2bc0-4a62-bcee-aec200f90fb5
2022-12-05T00:32:25.763Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b30f0cbf-8978-481f-a4a0-0ac23f0a39a5
2022-12-05T00:32:31.921Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T00:32:31.922Z||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-12-05T00:32:31.922Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:32:31.948Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:32:31.949Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-05T00:32:31.949Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2",
"consumerID": "aai-model-loader",
"timestamp": 1670200275656,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/resourceInstances/basic_onboard_awhcsc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-05T00:32:31.950Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-05T00:32:49.818Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b30f0cbf-8978-481f-a4a0-0ac23f0a39a5/model-vers/model-ver/14ac0b4e-2bc0-4a62-bcee-aec200f90fb5?depth=0
2022-12-05T00:32:49.992Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-12-05T00:32:50.070Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b30f0cbf-8978-481f-a4a0-0ac23f0a39a5/model-vers/model-ver/14ac0b4e-2bc0-4a62-bcee-aec200f90fb5?depth=0|INFO|500||Invoke
2022-12-05T00:32:50.071Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b30f0cbf-8978-481f-a4a0-0ac23f0a39a5/model-vers/model-ver/14ac0b4e-2bc0-4a62-bcee-aec200f90fb5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b30f0cbf-8978-481f-a4a0-0ac23f0a39a5/model-vers/model-ver/14ac0b4e-2bc0-4a62-bcee-aec200f90fb5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4279b773-d315-4023-a612-bf5b37fe3153], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f6454ed7-e1b8-4381-ae2c-a072d21bb9ee], X-ECOMP-RequestID=[4279b773-d315-4023-a612-bf5b37fe3153], X-TransactionId=[], X-ONAP-RequestID=[4279b773-d315-4023-a612-bf5b37fe3153], Content-Type=[application/merge-patch+json]}
2022-12-05T00:32:50.079Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b30f0cbf-8978-481f-a4a0-0ac23f0a39a5/model-vers/model-ver/14ac0b4e-2bc0-4a62-bcee-aec200f90fb5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-12-05T00:32:50.344Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b30f0cbf-8978-481f-a4a0-0ac23f0a39a5/model-vers/model-ver/14ac0b4e-2bc0-4a62-bcee-aec200f90fb5?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b30f0cbf-8978-481f-a4a0-0ac23f0a39a5/model-vers/model-ver/14ac0b4e-2bc0-4a62-bcee-aec200f90fb5?depth=0 has http status code:200 and response headers:{date=[Mon, 05 Dec 2022 00:32:49 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[222], vertex-id=[192536], x-aai-txid=[0-aai-resources-221205-00:32:49:047-51777], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-05T00:32:50.345Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b30f0cbf-8978-481f-a4a0-0ac23f0a39a5/model-vers/model-ver/14ac0b4e-2bc0-4a62-bcee-aec200f90fb5?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-12-05T00:32:50.345Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b30f0cbf-8978-481f-a4a0-0ac23f0a39a5/model-vers/model-ver/14ac0b4e-2bc0-4a62-bcee-aec200f90fb5?depth=0|INFO|500||InvokeReturn
2022-12-05T00:32:50.354Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-05T00:32:50.354Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-05T00:32:50.377Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java: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-12-05T00:32:50.378Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4279b773-d315-4023-a612-bf5b37fe3153 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-05T00:32:50.380Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-05T00:32:50.380Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-05T00:32:50.395Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-05T00:32:50.395Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4279b773-d315-4023-a612-bf5b37fe3153",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670200370378,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-05T00:32:50.483Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 87 ms
2022-12-05T00:32:50.485Z||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-12-05T00:32:50.485Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:32:50.505Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:32:50.506Z||pool-18-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"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-12-05T00:32:51.423Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T00:32:51.425Z|4279b773-d315-4023-a612-bf5b37fe3153|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-12-05T00:32:51.425Z|4279b773-d315-4023-a612-bf5b37fe3153|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 wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:32:51.955Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:32:51.957Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-05T00:32:51.957Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2","serviceName":"basic_onboard_AwhCSc","serviceVersion":"1.0","serviceUUID":"9ad62bf3-d16f-4f2b-ba99-e572ad3c4734","serviceDescription":"service","serviceInvariantUUID":"e61be020-f797-48e8-ba40-6bb4ed27d828","resources":[{"resourceInstanceName":"basic_onboard_AwhCSc 0","resourceName":"basic_onboard_AwhCSc","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8aa419c6-fcca-48a3-a2ba-058adbf3c906","resourceInvariantUUID":"70377ca1-d1d6-4c3f-a78a-fa4dacfb9deb","resourceCustomizationUUID":"0dd78ae1-d435-4e29-9d69-8113cf0ae5d4","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/resourceInstances/basic_onboard_awhcsc0/artifacts/vf-license-model.xml","artifactChecksum":"N2QwZmEzZTk2YzE1MjFkZTMzZTE5MTg5OTU4ODk1NDI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9a6807f3-8264-4e00-b1c7-a91b10b4e7a1","artifactVersion":"1"},{"artifactName":"basic_onboard_awhcsc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/resourceInstances/basic_onboard_awhcsc0/artifacts/basic_onboard_awhcsc0_modules.json","artifactChecksum":"Yzc3Y2M5ZWNhNzAyM2U3MWNlODE3YzI1OGU4OThlYTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c1a2ac6d-2b31-4bc5-8c8d-6d53ecb6341f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/resourceInstances/basic_onboard_awhcsc0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"fd6e1683-f0ea-49d9-bc0e-a7254f2bea57","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/resourceInstances/basic_onboard_awhcsc0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2b7dca11-840d-41b2-94eb-87bd8b30ab26","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/resourceInstances/basic_onboard_awhcsc0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"fe37ac47-7075-4f05-8b3d-a1eca2d707f2","artifactVersion":"2","generatedFromUUID":"fd6e1683-f0ea-49d9-bc0e-a7254f2bea57"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardAwhcsc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/artifacts/service-BasicOnboardAwhcsc-template.yml","artifactChecksum":"YWQ3MDliOWM3MTljNzFhOGYxNjNlNTVkMTBkMzE2NTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"80cdd277-01c2-4fa6-b964-2734d31651d3","artifactVersion":"1"},{"artifactName":"service-BasicOnboardAwhcsc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/artifacts/service-BasicOnboardAwhcsc-csar.csar","artifactChecksum":"ZDg2MTllYjk3YzNjMmFiMDU0MTg0NTc5OTY3Zjk4MDg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9f1689b3-2792-4160-aa66-5561070f7334","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-05T00:32:51.971Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-05T00:32:51.971Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-05T00:32:51.975Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-05T00:32:51.976Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670200371423,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/resourceInstances/basic_onboard_awhcsc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-05T00:32:52.075Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-05T00:32:52.076Z||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-12-05T00:32:52.076Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:32:52.092Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:32:52.093Z||pool-19-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-05T00:32:52.979Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-05T00:32:52.979Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-05T00:32:52.984Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-05T00:32:52.984Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670200371423,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/resourceInstances/basic_onboard_awhcsc0/artifacts/basic_onboard_awhcsc0_modules.json",
"status": "NOTIFIED"
}
2022-12-05T00:32:53.088Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-12-05T00:32:53.089Z||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-12-05T00:32:53.089Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:32:53.120Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:32:53.121Z||pool-20-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
2022-12-05T00:32:53.988Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-05T00:32:53.990Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-05T00:32:53.993Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-05T00:32:53.993Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670200371423,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/resourceInstances/basic_onboard_awhcsc0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-12-05T00:32:54.096Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-12-05T00:32:54.099Z||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-12-05T00:32:54.100Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:32:54.119Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:32:54.119Z||pool-21-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-12-05T00:32:54.996Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-05T00:32:54.997Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-05T00:32:55.000Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-05T00:32:55.000Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670200371423,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/resourceInstances/basic_onboard_awhcsc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-05T00:32:55.102Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-12-05T00:32:55.103Z||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-12-05T00:32:55.103Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:32:55.118Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:32:55.119Z||pool-22-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-05T00:32:56.001Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-05T00:32:56.002Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-05T00:32:56.006Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-05T00:32:56.007Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670200371423,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/resourceInstances/basic_onboard_awhcsc0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-12-05T00:32:56.108Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-05T00:32:56.110Z||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-12-05T00:32:56.111Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:32:56.143Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:32:56.145Z||pool-23-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-12-05T00:32:57.007Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-05T00:32:57.009Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-05T00:32:57.012Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-05T00:32:57.012Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670200371423,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/artifacts/service-BasicOnboardAwhcsc-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-05T00:32:57.113Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-05T00:32:57.119Z||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-12-05T00:32:57.119Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:32:57.137Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:32:57.138Z||pool-24-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-12-05T00:32:58.013Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-05T00:32:58.015Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-05T00:32:58.018Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-05T00:32:58.018Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670200371423,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/artifacts/service-BasicOnboardAwhcsc-csar.csar",
"status": "NOTIFIED"
}
2022-12-05T00:32:58.118Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-05T00:32:58.119Z||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-12-05T00:32:58.120Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:32:58.140Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:32:58.141Z||pool-25-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-12-05T00:32:59.021Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2",
"serviceName": "basic_onboard_AwhCSc",
"serviceVersion": "1.0",
"serviceUUID": "9ad62bf3-d16f-4f2b-ba99-e572ad3c4734",
"serviceDescription": "service",
"serviceInvariantUUID": "e61be020-f797-48e8-ba40-6bb4ed27d828",
"resources": [
{
"resourceInstanceName": "basic_onboard_AwhCSc 0",
"resourceCustomizationUUID": "0dd78ae1-d435-4e29-9d69-8113cf0ae5d4",
"resourceName": "basic_onboard_AwhCSc",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "8aa419c6-fcca-48a3-a2ba-058adbf3c906",
"resourceInvariantUUID": "70377ca1-d1d6-4c3f-a78a-fa4dacfb9deb",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_awhcsc0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/resourceInstances/basic_onboard_awhcsc0/artifacts/basic_onboard_awhcsc0_modules.json",
"artifactChecksum": "Yzc3Y2M5ZWNhNzAyM2U3MWNlODE3YzI1OGU4OThlYTY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c1a2ac6d-2b31-4bc5-8c8d-6d53ecb6341f",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/resourceInstances/basic_onboard_awhcsc0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "fd6e1683-f0ea-49d9-bc0e-a7254f2bea57",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/resourceInstances/basic_onboard_awhcsc0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "fe37ac47-7075-4f05-8b3d-a1eca2d707f2",
"generatedFromUUID": "fd6e1683-f0ea-49d9-bc0e-a7254f2bea57"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/resourceInstances/basic_onboard_awhcsc0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "fe37ac47-7075-4f05-8b3d-a1eca2d707f2",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardAwhcsc-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/artifacts/service-BasicOnboardAwhcsc-csar.csar",
"artifactChecksum": "ZDg2MTllYjk3YzNjMmFiMDU0MTg0NTc5OTY3Zjk4MDg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "9f1689b3-2792-4160-aa66-5561070f7334"
}
],
"workloadContext": "Production"
}
2022-12-05T00:32:59.021Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-05T00:32:59.022Z|4279b773-d315-4023-a612-bf5b37fe3153|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9ad62bf3-d16f-4f2b-ba99-e572ad3c4734 ASDC
2022-12-05T00:32:59.022Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2
ServiceName:basic_onboard_AwhCSc
ServiceVersion:1.0
ServiceUUID:9ad62bf3-d16f-4f2b-ba99-e572ad3c4734
ServiceInvariantUUID:e61be020-f797-48e8-ba40-6bb4ed27d828
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardAwhcsc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/artifacts/service-BasicOnboardAwhcsc-csar.csar
ArtifactUUID:9f1689b3-2792-4160-aa66-5561070f7334
ArtifactChecksum:ZDg2MTllYjk3YzNjMmFiMDU0MTg0NTc5OTY3Zjk4MDg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_AwhCSc 0
ResourceCustomizationUUID:0dd78ae1-d435-4e29-9d69-8113cf0ae5d4
ResourceInvariantUUID:70377ca1-d1d6-4c3f-a78a-fa4dacfb9deb
ResourceName:basic_onboard_AwhCSc
ResourceType:VF
ResourceUUID:8aa419c6-fcca-48a3-a2ba-058adbf3c906
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_awhcsc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/resourceInstances/basic_onboard_awhcsc0/artifacts/basic_onboard_awhcsc0_modules.json
ArtifactUUID:c1a2ac6d-2b31-4bc5-8c8d-6d53ecb6341f
ArtifactChecksum:Yzc3Y2M5ZWNhNzAyM2U3MWNlODE3YzI1OGU4OThlYTY=
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/BasicOnboardAwhcsc/1.0/resourceInstances/basic_onboard_awhcsc0/artifacts/base_ubuntu18.yaml
ArtifactUUID:fd6e1683-f0ea-49d9-bc0e-a7254f2bea57
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/BasicOnboardAwhcsc/1.0/resourceInstances/basic_onboard_awhcsc0/artifacts/base_ubuntu18.env
ArtifactUUID:fe37ac47-7075-4f05-8b3d-a1eca2d707f2
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/BasicOnboardAwhcsc/1.0/resourceInstances/basic_onboard_awhcsc0/artifacts/base_ubuntu18.env
ArtifactUUID:fe37ac47-7075-4f05-8b3d-a1eca2d707f2
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-12-05T00:32:59.023Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9ad62bf3-d16f-4f2b-ba99-e572ad3c4734 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-12-05T00:32:59.111Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-05T00:32:59.118Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-05T00:32:59.119Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-05T00:32:59.119Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 9f1689b3-2792-4160-aa66-5561070f7334 from URL: /sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/artifacts/service-BasicOnboardAwhcsc-csar.csar
2022-12-05T00:32:59.119Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-12-05T00:32:59.120Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/artifacts/service-BasicOnboardAwhcsc-csar.csar
2022-12-05T00:32:59.207Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-12-05T00:32:59.209Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/artifacts/service-BasicOnboardAwhcsc-csar.csar 9f1689b3-2792-4160-aa66-5561070f7334 75675
2022-12-05T00:32:59.209Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/artifacts/service-BasicOnboardAwhcsc-csar.csar ASDC sendASDCNotification
2022-12-05T00:32:59.210Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/artifacts/service-BasicOnboardAwhcsc-csar.csar
2022-12-05T00:32:59.210Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-05T00:32:59.210Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-05T00:32:59.212Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-05T00:32:59.213Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670200379209,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/artifacts/service-BasicOnboardAwhcsc-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-05T00:32:59.313Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-05T00:32:59.314Z||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-12-05T00:32:59.314Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:32:59.328Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:32:59.329Z||pool-26-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-05T00:33:00.221Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-05T00:33:00.225Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-05T00:33:00.226Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 9f1689b3-2792-4160-aa66-5561070f7334, URL: /sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/artifacts/service-BasicOnboardAwhcsc-csar.csar to file: /app/ASDC/1/service-BasicOnboardAwhcsc-csar.csar
2022-12-05T00:33:00.226Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardAwhcsc-csar.csar
2022-12-05T00:33:00.227Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardAwhcsc-csar.csar
2022-12-05T00:33:00.227Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardAwhcsc-csar.csar
2022-12-05T00:33:00.414Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP588994402136250323/Definitions/service-BasicOnboardAwhcsc-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-12-05T00:33:02.067Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-05T00:33:02.068Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-12-05T00:33:02.068Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardAwhcsc-csar.csar
2022-12-05T00:33:02.068Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-05T00:33:02.068Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_AwhCSc 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-BasicOnboardAwhcsc-csar.csar
2022-12-05T00:33:02.068Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardAwhcsc-csar.csar
2022-12-05T00:33:02.068Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardAwhcsc-csar.csar
2022-12-05T00:33:02.069Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardAwhcsc-csar.csar
2022-12-05T00:33:02.069Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardAwhcsc-csar.csar
2022-12-05T00:33:02.069Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardAwhcsc-csar.csar
2022-12-05T00:33:02.069Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardAwhcsc-csar.csar
2022-12-05T00:33:02.069Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-12-05T00:33:02.069Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-05T00:33:02.070Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_AwhCSc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-05T00:33:02.070Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_AwhCSc 0 is matching search criteria
2022-12-05T00:33:02.070Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-12-05T00:33:02.071Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_AwhCSc 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-05T00:33:02.071Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-05T00:33:02.071Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_AwhCSc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-05T00:33:02.072Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_AwhCSc 0 is matching search criteria
2022-12-05T00:33:02.072Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-12-05T00:33:02.072Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_AwhCSc 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-05T00:33:02.072Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-05T00:33:02.073Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_AwhCSc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-05T00:33:02.073Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-05T00:33:02.073Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_AwhCSc 0 is not matching search criteria
2022-12-05T00:33:02.074Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-12-05T00:33:02.074Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-12-05T00:33:02.074Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-12-05T00:33:02.075Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-05T00:33:02.076Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-05T00:33:02.076Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-05T00:33:02.076Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_AwhCSc is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-05T00:33:02.077Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-05T00:33:02.077Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_AwhCSc 0 is matching search criteria
2022-12-05T00:33:02.077Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_AwhCSc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-05T00:33:02.078Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-05T00:33:02.078Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_AwhCSc 0 is matching search criteria
2022-12-05T00:33:02.078Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_AwhCSc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-05T00:33:02.079Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-05T00:33:02.080Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_AwhCSc 0 is matching search criteria
2022-12-05T00:33:02.080Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_AwhCSc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-05T00:33:02.080Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-05T00:33:02.080Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_AwhCSc 0 is not matching search criteria
2022-12-05T00:33:02.080Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-12-05T00:33:02.080Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-05T00:33:02.081Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=7c6178c8-f16a-4cb8-bc07-41d5303bf350
2022-12-05T00:33:02.081Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-05T00:33:02.081Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_AwhCSc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-05T00:33:02.081Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-05T00:33:02.082Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_AwhCSc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-05T00:33:02.082Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-05T00:33:02.082Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_AwhCSc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-05T00:33:02.083Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-05T00:33:02.083Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_AwhCSc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-05T00:33:02.083Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_AwhCSc
Description:service
Model UUID:9ad62bf3-d16f-4f2b-ba99-e572ad3c4734
Model Version:NULL
Model InvariantUuid:e61be020-f797-48e8-ba40-6bb4ed27d828
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_AwhCSc
Model UUID:382252aa-154b-44fa-91fe-7b988254ac4b
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:70377ca1-d1d6-4c3f-a78a-fa4dacfb9deb
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:0dd78ae1-d435-4e29-9d69-8113cf0ae5d4
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:c7200806-9817-453b-a919-67a5522adeda
ModelName:BasicOnboardAwhcsc..base_ubuntu18..module-0
ModelUuid:4c3afc35-7436-44d5-a0b2-0c5fa20ccc5b
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:7c6178c8-f16a-4cb8-bc07-41d5303bf350
ModelInvariantUuid:93b1fd53-b583-4422-a433-4240c25dd646
ModelName:basic_onboard_AwhCSc-nodes.ubuntu18Cvfc
ModelUuid:70427928-662f-420e-8db3-ad5f0bb0697f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:1dd5c2c8-bdf1-4d5b-978a-0e9b4bfccd67
ModelInvariantUuid:d86554d7-d754-484f-834e-109c016db4b2
ModelName:BasicOnboardAwhcsc.compute.nodes.heat.ubuntu18
ModelUuid:338e8a4b-dbd6-47c7-8360-2b3bf1d18186
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-12-05T00:33:02.097Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 8aa419c6-fcca-48a3-a2ba-058adbf3c906
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-12-05T00:33:02.102Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||INFO|500||basic_onboard_AwhCSc 0
2022-12-05T00:33:02.102Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8aa419c6-fcca-48a3-a2ba-058adbf3c906
2022-12-05T00:33:02.102Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: c1a2ac6d-2b31-4bc5-8c8d-6d53ecb6341f from URL: /sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/resourceInstances/basic_onboard_awhcsc0/artifacts/basic_onboard_awhcsc0_modules.json
2022-12-05T00:33:02.102Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-12-05T00:33:02.103Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/resourceInstances/basic_onboard_awhcsc0/artifacts/basic_onboard_awhcsc0_modules.json
2022-12-05T00:33:02.184Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-12-05T00:33:02.185Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/resourceInstances/basic_onboard_awhcsc0/artifacts/basic_onboard_awhcsc0_modules.json c1a2ac6d-2b31-4bc5-8c8d-6d53ecb6341f 798
2022-12-05T00:33:02.185Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/resourceInstances/basic_onboard_awhcsc0/artifacts/basic_onboard_awhcsc0_modules.json ASDC sendASDCNotification
2022-12-05T00:33:02.185Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/resourceInstances/basic_onboard_awhcsc0/artifacts/basic_onboard_awhcsc0_modules.json
2022-12-05T00:33:02.186Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-05T00:33:02.186Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-05T00:33:02.188Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-05T00:33:02.189Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670200382185,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/resourceInstances/basic_onboard_awhcsc0/artifacts/basic_onboard_awhcsc0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-05T00:33:02.289Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-05T00:33:02.290Z||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-12-05T00:33:02.290Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:33:02.307Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:33:02.308Z||pool-27-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-05T00:33:03.189Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardAwhcsc..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "c7200806-9817-453b-a919-67a5522adeda",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "4c3afc35-7436-44d5-a0b2-0c5fa20ccc5b",
"vfModuleModelCustomizationUUID": "4ddb2f80-7047-4ca7-ab3d-54f343565965",
"isBase": true,
"artifacts": [
"fd6e1683-f0ea-49d9-bc0e-a7254f2bea57",
"fe37ac47-7075-4f05-8b3d-a1eca2d707f2"
],
"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-12-05T00:33:03.206Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardAwhcsc..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4c3afc35-7436-44d5-a0b2-0c5fa20ccc5b
VfModuleModelInvariantUUID:c7200806-9817-453b-a919-67a5522adeda
VfModuleModelDescription:NULL
Artifacts UUID List:{
fd6e1683-f0ea-49d9-bc0e-a7254f2bea57
,
fe37ac47-7075-4f05-8b3d-a1eca2d707f2
}
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-12-05T00:33:03.209Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardAwhcsc..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "c7200806-9817-453b-a919-67a5522adeda",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "4c3afc35-7436-44d5-a0b2-0c5fa20ccc5b",
"vfModuleModelCustomizationUUID": "4ddb2f80-7047-4ca7-ab3d-54f343565965",
"isBase": true,
"artifacts": [
"fd6e1683-f0ea-49d9-bc0e-a7254f2bea57",
"fe37ac47-7075-4f05-8b3d-a1eca2d707f2"
],
"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-12-05T00:33:03.209Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardAwhcsc..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4c3afc35-7436-44d5-a0b2-0c5fa20ccc5b
VfModuleModelInvariantUUID:c7200806-9817-453b-a919-67a5522adeda
VfModuleModelDescription:NULL
Artifacts UUID List:{
fd6e1683-f0ea-49d9-bc0e-a7254f2bea57
,
fe37ac47-7075-4f05-8b3d-a1eca2d707f2
}
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-12-05T00:33:03.209Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: fd6e1683-f0ea-49d9-bc0e-a7254f2bea57 from URL: /sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/resourceInstances/basic_onboard_awhcsc0/artifacts/base_ubuntu18.yaml
2022-12-05T00:33:03.209Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-12-05T00:33:03.209Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/resourceInstances/basic_onboard_awhcsc0/artifacts/base_ubuntu18.yaml
2022-12-05T00:33:03.301Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-12-05T00:33:03.302Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/resourceInstances/basic_onboard_awhcsc0/artifacts/base_ubuntu18.yaml fd6e1683-f0ea-49d9-bc0e-a7254f2bea57 5033
2022-12-05T00:33:03.302Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/resourceInstances/basic_onboard_awhcsc0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-12-05T00:33:03.302Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/resourceInstances/basic_onboard_awhcsc0/artifacts/base_ubuntu18.yaml
2022-12-05T00:33:03.302Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-05T00:33:03.302Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-05T00:33:03.307Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-05T00:33:03.307Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670200383302,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/resourceInstances/basic_onboard_awhcsc0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-05T00:33:03.407Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-05T00:33:03.408Z||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-12-05T00:33:03.408Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:33:03.423Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:33:03.424Z||pool-28-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-05T00:33:04.316Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: fe37ac47-7075-4f05-8b3d-a1eca2d707f2 from URL: /sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/resourceInstances/basic_onboard_awhcsc0/artifacts/base_ubuntu18.env
2022-12-05T00:33:04.317Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-12-05T00:33:04.317Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/resourceInstances/basic_onboard_awhcsc0/artifacts/base_ubuntu18.env
2022-12-05T00:33:04.381Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-12-05T00:33:04.382Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/resourceInstances/basic_onboard_awhcsc0/artifacts/base_ubuntu18.env fe37ac47-7075-4f05-8b3d-a1eca2d707f2 909
2022-12-05T00:33:04.382Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/resourceInstances/basic_onboard_awhcsc0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-12-05T00:33:04.382Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/resourceInstances/basic_onboard_awhcsc0/artifacts/base_ubuntu18.env
2022-12-05T00:33:04.382Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-05T00:33:04.383Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-05T00:33:04.385Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-05T00:33:04.386Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670200384382,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/resourceInstances/basic_onboard_awhcsc0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-12-05T00:33:04.486Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-05T00:33:04.488Z||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-12-05T00:33:04.489Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:33:04.520Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:33:04.521Z||pool-29-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-12-05T00:33:05.388Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 9ad62bf3-d16f-4f2b-ba99-e572ad3c4734
2022-12-05T00:33:05.389Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_AwhCSc 0 8aa419c6-fcca-48a3-a2ba-058adbf3c906 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-12-05T00:33:05.415Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6bca590e, org.onap.sdc.toscaparser.api.parameters.Input@63f0d75c, org.onap.sdc.toscaparser.api.parameters.Input@53ea3208, org.onap.sdc.toscaparser.api.parameters.Input@57adff9a, org.onap.sdc.toscaparser.api.parameters.Input@6e96de48]
2022-12-05T00:33:05.417Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-05T00:33:05.417Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_AwhCSc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-05T00:33:05.417Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2022-12-05T00:33:05.418Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 0dd78ae1-d435-4e29-9d69-8113cf0ae5d4
2022-12-05T00:33:05.418Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0dd78ae1-d435-4e29-9d69-8113cf0ae5d4 matches Tosca VF Customization UUID: 0dd78ae1-d435-4e29-9d69-8113cf0ae5d4
2022-12-05T00:33:05.418Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 0dd78ae1-d435-4e29-9d69-8113cf0ae5d4 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-12-05T00:33:05.422Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-05T00:33:05.423Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_AwhCSc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-05T00:33:05.424Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 0dd78ae1-d435-4e29-9d69-8113cf0ae5d4: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-12-05T00:33:05.424Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@31a8d871
2022-12-05T00:33:05.424Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-05T00:33:05.424Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_AwhCSc is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-05T00:33:05.424Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4ddb2f80-7047-4ca7-ab3d-54f343565965
2022-12-05T00:33:05.424Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4ddb2f80-7047-4ca7-ab3d-54f343565965
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-12-05T00:33:05.432Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-05T00:33:05.433Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_AwhCSc 0 is matching search criteria
2022-12-05T00:33:05.433Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_AwhCSc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-05T00:33:05.434Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-05T00:33:05.434Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_AwhCSc 0 is matching search criteria
2022-12-05T00:33:05.434Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_AwhCSc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-05T00:33:05.434Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-05T00:33:05.435Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_AwhCSc 0 is not matching search criteria
2022-12-05T00:33:05.435Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-12-05T00:33:05.435Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-05T00:33:05.435Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=7c6178c8-f16a-4cb8-bc07-41d5303bf350
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-12-05T00:33:05.440Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-05T00:33:05.441Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_AwhCSc 0 is matching search criteria
2022-12-05T00:33:05.441Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_AwhCSc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-05T00:33:05.441Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-05T00:33:05.442Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_AwhCSc 0 is matching search criteria
2022-12-05T00:33:05.442Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_AwhCSc 0] matching following query criteria: sdcType=VF, customizationUUID=0dd78ae1-d435-4e29-9d69-8113cf0ae5d4
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-12-05T00:33:05.446Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-05T00:33:05.446Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_AwhCSc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-05T00:33:05.447Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 9ad62bf3-d16f-4f2b-ba99-e572ad3c4734: basic_onboard_AwhCSc
2022-12-05T00:33:05.447Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-05T00:33:05.448Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_AwhCSc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-05T00:33:05.448Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-05T00:33:05.448Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_AwhCSc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-05T00:33:05.448Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-05T00:33:05.449Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_AwhCSc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-05T00:33:05.449Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-05T00:33:05.449Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_AwhCSc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-05T00:33:05.449Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-05T00:33:05.450Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_AwhCSc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-05T00:33:05.450Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||INFO|500||Saving Service: basic_onboard_AwhCSc
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-12-05T00:33:05.578Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_AwhCSc 8aa419c6-fcca-48a3-a2ba-058adbf3c906 1 ASDC deployResourceStructure
2022-12-05T00:33:05.578Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/resourceInstances/basic_onboard_awhcsc0/artifacts/basic_onboard_awhcsc0_modules.json ASDC sendASDCNotification
2022-12-05T00:33:05.578Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/resourceInstances/basic_onboard_awhcsc0/artifacts/basic_onboard_awhcsc0_modules.json
2022-12-05T00:33:05.579Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-05T00:33:05.579Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-05T00:33:05.583Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-05T00:33:05.583Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670200385578,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/resourceInstances/basic_onboard_awhcsc0/artifacts/basic_onboard_awhcsc0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-05T00:33:05.682Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-05T00:33:05.684Z||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-12-05T00:33:05.684Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:33:05.699Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:33:05.700Z||pool-30-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-05T00:33:06.590Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/resourceInstances/basic_onboard_awhcsc0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-12-05T00:33:06.591Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/resourceInstances/basic_onboard_awhcsc0/artifacts/base_ubuntu18.yaml
2022-12-05T00:33:06.591Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-05T00:33:06.592Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-05T00:33:06.597Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-05T00:33:06.597Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670200386590,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/resourceInstances/basic_onboard_awhcsc0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-12-05T00:33:06.697Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-05T00:33:06.698Z||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-12-05T00:33:06.699Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:33:06.716Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:33:06.717Z||pool-31-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-12-05T00:33:07.598Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/resourceInstances/basic_onboard_awhcsc0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-12-05T00:33:07.599Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/resourceInstances/basic_onboard_awhcsc0/artifacts/base_ubuntu18.env
2022-12-05T00:33:07.599Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-05T00:33:07.599Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-05T00:33:07.602Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-05T00:33:07.603Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670200387598,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/resourceInstances/basic_onboard_awhcsc0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-12-05T00:33:07.704Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-05T00:33:07.706Z||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-12-05T00:33:07.706Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:33:07.724Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:33:07.725Z||pool-32-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-12-05T00:33:08.603Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/artifacts/service-BasicOnboardAwhcsc-csar.csar ASDC sendASDCNotification
2022-12-05T00:33:08.604Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/artifacts/service-BasicOnboardAwhcsc-csar.csar
2022-12-05T00:33:08.604Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-05T00:33:08.605Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-05T00:33:08.608Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-05T00:33:08.608Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670200388603,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/artifacts/service-BasicOnboardAwhcsc-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-05T00:33:08.709Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-05T00:33:08.714Z||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-12-05T00:33:08.714Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:33:08.731Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:33:08.731Z||pool-33-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-05T00:33:09.615Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2
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-12-05T00:33:09.635Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2
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-12-05T00:33:09.639Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-05T00:33:09.640Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-05T00:33:09.640Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-05T00:33:31.921Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T00:33:31.924Z||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-12-05T00:33:31.925Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:33:31.949Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:33:31.950Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-05T00:33:31.950Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2",
"consumerID": "multicloud-k8s",
"timestamp": 1670200262740,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/resourceInstances/basic_onboard_awhcsc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-05T00:33:31.952Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-05T00:33:39.640Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2
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-12-05T00:33:39.689Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2
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-12-05T00:33:39.693Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-05T00:33:39.694Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-05T00:33:39.694Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-05T00:34:09.694Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2
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-12-05T00:34:09.713Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2
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-12-05T00:34:09.716Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-05T00:34:09.716Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-05T00:34:09.716Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-05T00:34:31.921Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T00:34:31.923Z||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-12-05T00:34:31.924Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:34:31.958Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:34:31.965Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-05T00:34:31.966Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4279b773-d315-4023-a612-bf5b37fe3153",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670200291917,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221205002919/1.0/resourceInstances/vfw3c312ec500e30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-05T00:34:31.968Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-05T00:34:31.968Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-05T00:34:31.968Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2",
"consumerID": "cds",
"timestamp": 1670200285603,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/resourceInstances/basic_onboard_awhcsc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-05T00:34:31.969Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-05T00:34:31.969Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-05T00:34:31.970Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670200288675,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/resourceInstances/basic_onboard_awhcsc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-05T00:34:31.971Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-05T00:34:31.972Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-05T00:34:31.973Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2",
"consumerID": "policy-id",
"timestamp": 1670200284281,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/resourceInstances/basic_onboard_awhcsc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-05T00:34:31.974Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-05T00:34:31.974Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-05T00:34:31.974Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2",
"consumerID": "multicloud-k8s",
"timestamp": 1670200262740,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/resourceInstances/basic_onboard_awhcsc0/artifacts/basic_onboard_awhcsc0_modules.json",
"status": "NOTIFIED"
}
2022-12-05T00:34:31.974Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-05T00:34:31.974Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-05T00:34:31.975Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2",
"consumerID": "aai-model-loader",
"timestamp": 1670200275656,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/resourceInstances/basic_onboard_awhcsc0/artifacts/basic_onboard_awhcsc0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-05T00:34:31.975Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-05T00:34:31.975Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-05T00:34:31.983Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4279b773-d315-4023-a612-bf5b37fe3153",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670200291917,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221205002919/1.0/resourceInstances/vfw3c312ec500e30/artifacts/vfw3c312ec500e30_modules.json",
"status": "NOTIFIED"
}
2022-12-05T00:34:31.983Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-05T00:34:31.984Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-05T00:34:31.984Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2",
"consumerID": "cds",
"timestamp": 1670200285603,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/resourceInstances/basic_onboard_awhcsc0/artifacts/basic_onboard_awhcsc0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-05T00:34:31.985Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-05T00:34:31.985Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-05T00:34:31.985Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670200288675,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/resourceInstances/basic_onboard_awhcsc0/artifacts/basic_onboard_awhcsc0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-05T00:34:31.986Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-05T00:34:31.987Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-05T00:34:31.987Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2",
"consumerID": "policy-id",
"timestamp": 1670200284281,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/resourceInstances/basic_onboard_awhcsc0/artifacts/basic_onboard_awhcsc0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-05T00:34:31.987Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-05T00:34:31.987Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-05T00:34:31.988Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2",
"consumerID": "aai-model-loader",
"timestamp": 1670200275656,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/resourceInstances/basic_onboard_awhcsc0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-05T00:34:31.988Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-05T00:34:31.988Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-05T00:34:31.988Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2",
"consumerID": "multicloud-k8s",
"timestamp": 1670200262740,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/resourceInstances/basic_onboard_awhcsc0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-12-05T00:34:31.989Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-05T00:34:31.989Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-05T00:34:31.989Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4279b773-d315-4023-a612-bf5b37fe3153",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670200291917,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221205002919/1.0/resourceInstances/vfw3c312ec500e30/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-12-05T00:34:31.991Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-05T00:34:31.991Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-05T00:34:31.991Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2",
"consumerID": "cds",
"timestamp": 1670200285603,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/resourceInstances/basic_onboard_awhcsc0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-05T00:34:31.992Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-05T00:34:31.992Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-05T00:34:31.992Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670200288675,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/resourceInstances/basic_onboard_awhcsc0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-05T00:34:31.992Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-05T00:34:31.993Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-05T00:34:31.993Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2",
"consumerID": "policy-id",
"timestamp": 1670200284281,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/resourceInstances/basic_onboard_awhcsc0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-12-05T00:34:31.993Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-05T00:34:31.994Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-05T00:34:31.994Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2",
"consumerID": "aai-model-loader",
"timestamp": 1670200275656,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/resourceInstances/basic_onboard_awhcsc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-05T00:34:31.994Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-05T00:34:31.994Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-05T00:34:31.995Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2",
"consumerID": "multicloud-k8s",
"timestamp": 1670200262740,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/resourceInstances/basic_onboard_awhcsc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-05T00:34:31.995Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-05T00:34:31.995Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-05T00:34:31.996Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4279b773-d315-4023-a612-bf5b37fe3153",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670200291917,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221205002919/1.0/resourceInstances/vfw3c312ec500e30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-05T00:34:31.997Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-05T00:34:31.997Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-05T00:34:31.997Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2",
"consumerID": "cds",
"timestamp": 1670200285603,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/resourceInstances/basic_onboard_awhcsc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-05T00:34:31.997Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-05T00:34:31.998Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-05T00:34:31.998Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670200288675,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/resourceInstances/basic_onboard_awhcsc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-05T00:34:31.998Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-05T00:34:31.998Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-05T00:34:31.999Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2",
"consumerID": "policy-id",
"timestamp": 1670200284281,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/resourceInstances/basic_onboard_awhcsc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-05T00:34:31.999Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-05T00:34:31.999Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-05T00:34:32.000Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2",
"consumerID": "aai-model-loader",
"timestamp": 1670200275656,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/resourceInstances/basic_onboard_awhcsc0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-12-05T00:34:32.000Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-05T00:34:32.000Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-05T00:34:32.000Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2",
"consumerID": "multicloud-k8s",
"timestamp": 1670200262740,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/resourceInstances/basic_onboard_awhcsc0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-12-05T00:34:32.001Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-05T00:34:32.001Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-05T00:34:32.001Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4279b773-d315-4023-a612-bf5b37fe3153",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670200291917,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221205002919/1.0/resourceInstances/vfw3c312ec500e30/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-12-05T00:34:32.001Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-05T00:34:32.002Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-05T00:34:32.002Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670200288675,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/resourceInstances/basic_onboard_awhcsc0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-12-05T00:34:32.002Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-05T00:34:32.002Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-05T00:34:32.002Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2",
"consumerID": "cds",
"timestamp": 1670200285603,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/resourceInstances/basic_onboard_awhcsc0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-12-05T00:34:32.003Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-05T00:34:32.003Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-05T00:34:32.003Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2",
"consumerID": "policy-id",
"timestamp": 1670200284281,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/resourceInstances/basic_onboard_awhcsc0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-12-05T00:34:32.004Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-05T00:34:32.004Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-05T00:34:32.004Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2",
"consumerID": "aai-model-loader",
"timestamp": 1670200275656,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/artifacts/service-BasicOnboardAwhcsc-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-05T00:34:32.004Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-05T00:34:32.005Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-05T00:34:32.005Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2",
"consumerID": "multicloud-k8s",
"timestamp": 1670200262740,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/artifacts/service-BasicOnboardAwhcsc-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-05T00:34:32.005Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-05T00:34:32.005Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-05T00:34:32.005Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4279b773-d315-4023-a612-bf5b37fe3153",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670200291917,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221205002919/1.0/artifacts/service-Vfw20221205002919-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-05T00:34:32.006Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-05T00:34:32.006Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-05T00:34:32.006Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670200288675,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/artifacts/service-BasicOnboardAwhcsc-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-05T00:34:32.007Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-05T00:34:32.007Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-05T00:34:32.007Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2",
"consumerID": "cds",
"timestamp": 1670200285603,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/artifacts/service-BasicOnboardAwhcsc-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-05T00:34:32.008Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-05T00:34:32.008Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-05T00:34:32.008Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2",
"consumerID": "policy-id",
"timestamp": 1670200284281,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/artifacts/service-BasicOnboardAwhcsc-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-05T00:34:32.009Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-05T00:34:32.009Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-05T00:34:32.009Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2",
"consumerID": "aai-model-loader",
"timestamp": 1670200275656,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/artifacts/service-BasicOnboardAwhcsc-csar.csar",
"status": "NOTIFIED"
}
2022-12-05T00:34:32.010Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-05T00:34:32.010Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-05T00:34:32.010Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2",
"consumerID": "multicloud-k8s",
"timestamp": 1670200262740,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/artifacts/service-BasicOnboardAwhcsc-csar.csar",
"status": "NOTIFIED"
}
2022-12-05T00:34:32.011Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-05T00:34:32.013Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-05T00:34:32.013Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4279b773-d315-4023-a612-bf5b37fe3153",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670200291917,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221205002919/1.0/artifacts/service-Vfw20221205002919-csar.csar",
"status": "NOTIFIED"
}
2022-12-05T00:34:32.014Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-05T00:34:32.014Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-05T00:34:32.014Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2",
"consumerID": "cds",
"timestamp": 1670200285603,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/artifacts/service-BasicOnboardAwhcsc-csar.csar",
"status": "NOTIFIED"
}
2022-12-05T00:34:32.015Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-05T00:34:32.015Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-05T00:34:32.015Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2",
"consumerID": "policy-id",
"timestamp": 1670200284281,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/artifacts/service-BasicOnboardAwhcsc-csar.csar",
"status": "NOTIFIED"
}
2022-12-05T00:34:32.016Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-05T00:34:32.016Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-05T00:34:32.016Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670200288675,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/artifacts/service-BasicOnboardAwhcsc-csar.csar",
"status": "NOTIFIED"
}
2022-12-05T00:34:32.016Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-05T00:34:32.017Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-05T00:34:32.017Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2",
"consumerID": "aai-model-loader",
"timestamp": 1670200298666,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/artifacts/service-BasicOnboardAwhcsc-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-05T00:34:32.017Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-05T00:34:32.017Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-05T00:34:32.018Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2",
"consumerID": "multicloud-k8s",
"timestamp": 1670200298392,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/resourceInstances/basic_onboard_awhcsc0/artifacts/basic_onboard_awhcsc0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-05T00:34:32.018Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-05T00:34:32.019Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-05T00:34:32.019Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4279b773-d315-4023-a612-bf5b37fe3153",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670200299676,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221205002919/1.0/artifacts/service-Vfw20221205002919-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-05T00:34:32.019Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-05T00:34:32.020Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-05T00:34:32.020Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2",
"consumerID": "cds",
"timestamp": 1670200299206,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/artifacts/service-BasicOnboardAwhcsc-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-05T00:34:32.020Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-05T00:34:32.020Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-05T00:34:32.021Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2",
"consumerID": "policy-id",
"timestamp": 1670200299631,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/artifacts/service-BasicOnboardAwhcsc-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-05T00:34:32.021Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-05T00:34:32.022Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-05T00:34:32.022Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670200298625,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/artifacts/service-BasicOnboardAwhcsc-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-05T00:34:32.022Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-05T00:34:32.023Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-05T00:34:32.023Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2",
"consumerID": "multicloud-k8s",
"timestamp": 1670200299468,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/resourceInstances/basic_onboard_awhcsc0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-05T00:34:32.023Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-05T00:34:32.023Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-05T00:34:32.024Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2",
"consumerID": "policy-id",
"timestamp": 1670200300635,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/artifacts/service-BasicOnboardAwhcsc-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-05T00:34:32.026Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-05T00:34:32.026Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-05T00:34:32.027Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2",
"consumerID": "multicloud-k8s",
"timestamp": 1670200300617,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/resourceInstances/basic_onboard_awhcsc0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-12-05T00:34:32.027Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-05T00:34:32.027Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-05T00:34:32.028Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2",
"consumerID": "policy-id",
"timestamp": 1670200301640,
"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-12-05T00:34:32.039Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2
2022-12-05T00:34:32.039Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2 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-12-05T00:34:32.059Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-05T00:34:32.059Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670200301057,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/artifacts/service-BasicOnboardAwhcsc-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-05T00:34:32.060Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-05T00:34:32.062Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-05T00:34:32.062Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2",
"consumerID": "multicloud-k8s",
"timestamp": 1670200301680,
"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-12-05T00:34:32.077Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2
2022-12-05T00:34:32.078Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2 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-12-05T00:34:32.096Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-05T00:34:32.096Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670200302062,
"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-12-05T00:34:32.109Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2
2022-12-05T00:34:32.109Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2 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-12-05T00:34:32.125Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-05T00:34:32.126Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2",
"consumerID": "multicloud-k8s",
"timestamp": 1670200302682,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/resourceInstances/basic_onboard_awhcsc0/artifacts/basic_onboard_awhcsc0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-05T00:34:32.127Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-05T00:34:32.127Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-05T00:34:32.128Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2",
"consumerID": "aai-model-loader",
"timestamp": 1670200305218,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/artifacts/service-BasicOnboardAwhcsc-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-05T00:34:32.128Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-05T00:34:32.128Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-05T00:34:32.128Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2",
"consumerID": "aai-model-loader",
"timestamp": 1670200306222,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-05T00:34:32.144Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2
2022-12-05T00:34:32.144Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2 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-12-05T00:34:32.159Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-05T00:34:32.159Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4279b773-d315-4023-a612-bf5b37fe3153",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670200307815,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221205002919/1.0/resourceInstances/vfw3c312ec500e30/artifacts/vfw3c312ec500e30_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-05T00:34:32.160Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-05T00:34:32.160Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-05T00:34:32.160Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4279b773-d315-4023-a612-bf5b37fe3153",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670200308926,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221205002919/1.0/resourceInstances/vfw3c312ec500e30/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-05T00:34:32.160Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-05T00:34:32.160Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-05T00:34:32.161Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4279b773-d315-4023-a612-bf5b37fe3153",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670200309998,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221205002919/1.0/resourceInstances/vfw3c312ec500e30/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-12-05T00:34:32.161Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-05T00:34:32.162Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-05T00:34:32.163Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4279b773-d315-4023-a612-bf5b37fe3153",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670200311639,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221205002919/1.0/resourceInstances/vfw3c312ec500e30/artifacts/vfw3c312ec500e30_modules.json",
"status": "DEPLOY_OK"
}
2022-12-05T00:34:32.163Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-05T00:34:32.164Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-05T00:34:32.165Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4279b773-d315-4023-a612-bf5b37fe3153",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670200312646,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221205002919/1.0/resourceInstances/vfw3c312ec500e30/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-12-05T00:34:32.165Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-05T00:34:32.165Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-05T00:34:32.166Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4279b773-d315-4023-a612-bf5b37fe3153",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670200313658,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221205002919/1.0/resourceInstances/vfw3c312ec500e30/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-12-05T00:34:32.166Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-05T00:34:32.167Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-05T00:34:32.167Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4279b773-d315-4023-a612-bf5b37fe3153",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670200314662,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221205002919/1.0/artifacts/service-Vfw20221205002919-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-05T00:34:32.168Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-05T00:34:39.717Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2
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-12-05T00:34:39.742Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2
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-12-05T00:34:39.748Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-05T00:34:39.748Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-05T00:34:39.748Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-05T00:34:39.749Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-05T00:34:39.749Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-05T00:34:39.749Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-05T00:34:39.749Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-05T00:34:39.750Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-05T00:34:39.750Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-05T00:34:39.778Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-05T00:35:09.779Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2 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-12-05T00:35:09.797Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2 and serviceModelVersionId: 9ad62bf3-d16f-4f2b-ba99-e572ad3c4734
2022-12-05T00:35:09.798Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e61be020-f797-48e8-ba40-6bb4ed27d828
2022-12-05T00:35:09.799Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e61be020-f797-48e8-ba40-6bb4ed27d828/model-vers/model-ver/9ad62bf3-d16f-4f2b-ba99-e572ad3c4734?depth=0
2022-12-05T00:35:09.810Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-12-05T00:35:09.902Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e61be020-f797-48e8-ba40-6bb4ed27d828/model-vers/model-ver/9ad62bf3-d16f-4f2b-ba99-e572ad3c4734?depth=0|INFO|500||Invoke
2022-12-05T00:35:09.903Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e61be020-f797-48e8-ba40-6bb4ed27d828/model-vers/model-ver/9ad62bf3-d16f-4f2b-ba99-e572ad3c4734?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e61be020-f797-48e8-ba40-6bb4ed27d828/model-vers/model-ver/9ad62bf3-d16f-4f2b-ba99-e572ad3c4734?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[bb08748e-9165-49a5-a26f-35a6c79809e9], X-ECOMP-RequestID=[aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2], X-TransactionId=[], X-ONAP-RequestID=[aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2], Content-Type=[application/merge-patch+json]}
2022-12-05T00:35:09.919Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e61be020-f797-48e8-ba40-6bb4ed27d828/model-vers/model-ver/9ad62bf3-d16f-4f2b-ba99-e572ad3c4734?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-12-05T00:35:10.061Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e61be020-f797-48e8-ba40-6bb4ed27d828/model-vers/model-ver/9ad62bf3-d16f-4f2b-ba99-e572ad3c4734?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e61be020-f797-48e8-ba40-6bb4ed27d828/model-vers/model-ver/9ad62bf3-d16f-4f2b-ba99-e572ad3c4734?depth=0 has http status code:200 and response headers:{date=[Mon, 05 Dec 2022 00:35:08 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[131], vertex-id=[192608], x-aai-txid=[0-aai-resources-221205-00:35:08:881-43603], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-05T00:35:10.061Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e61be020-f797-48e8-ba40-6bb4ed27d828/model-vers/model-ver/9ad62bf3-d16f-4f2b-ba99-e572ad3c4734?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-12-05T00:35:10.062Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e61be020-f797-48e8-ba40-6bb4ed27d828/model-vers/model-ver/9ad62bf3-d16f-4f2b-ba99-e572ad3c4734?depth=0|INFO|500||InvokeReturn
2022-12-05T00:35:10.062Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-05T00:35:10.063Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-05T00:35:10.079Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java: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-12-05T00:35:10.080Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-05T00:35:10.080Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-05T00:35:10.080Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-05T00:35:10.085Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-05T00:35:10.085Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670200510080,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-05T00:35:10.185Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-05T00:35:10.186Z||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-12-05T00:35:10.187Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:35:10.209Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:35:10.210Z||pool-34-thread-1|||||INFO|500||cambria reply ok (24 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-12-05T00:35:11.109Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T00:35:11.109Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|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-12-05T00:35:11.109Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|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 wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:35:21.422Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:35:21.423Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T00:35:21.424Z||pool-2-thread-9|||||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-12-05T00:35:21.424Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:35:30.969Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:35:31.917Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T00:35:31.918Z||pool-2-thread-9|||||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-12-05T00:35:31.918Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:35:31.921Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T00:35:31.922Z||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-12-05T00:35:31.922Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:35:31.949Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:35:31.950Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-05T00:35:31.950Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4279b773-d315-4023-a612-bf5b37fe3153",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670200370378,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-05T00:35:31.952Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-05T00:35:31.952Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-05T00:35:31.952Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670200371423,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/resourceInstances/basic_onboard_awhcsc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-05T00:35:31.952Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-05T00:35:31.952Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-05T00:35:31.953Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670200371423,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/resourceInstances/basic_onboard_awhcsc0/artifacts/basic_onboard_awhcsc0_modules.json",
"status": "NOTIFIED"
}
2022-12-05T00:35:31.953Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-05T00:35:31.953Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-05T00:35:31.953Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670200371423,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/resourceInstances/basic_onboard_awhcsc0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-12-05T00:35:31.953Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-05T00:35:31.953Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-05T00:35:31.953Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670200371423,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/resourceInstances/basic_onboard_awhcsc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-05T00:35:31.954Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-05T00:35:31.954Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-05T00:35:31.954Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670200371423,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/resourceInstances/basic_onboard_awhcsc0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-12-05T00:35:31.954Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-05T00:35:31.954Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-05T00:35:31.954Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670200371423,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/artifacts/service-BasicOnboardAwhcsc-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-05T00:35:31.954Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-05T00:35:31.955Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-05T00:35:31.955Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670200371423,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/artifacts/service-BasicOnboardAwhcsc-csar.csar",
"status": "NOTIFIED"
}
2022-12-05T00:35:31.955Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-05T00:35:31.955Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-05T00:35:31.955Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670200379209,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/artifacts/service-BasicOnboardAwhcsc-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-05T00:35:31.955Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-05T00:35:31.956Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-05T00:35:31.957Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670200382185,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/resourceInstances/basic_onboard_awhcsc0/artifacts/basic_onboard_awhcsc0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-05T00:35:31.957Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-05T00:35:31.957Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-05T00:35:31.957Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670200383302,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/resourceInstances/basic_onboard_awhcsc0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-05T00:35:31.958Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-05T00:35:31.958Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-05T00:35:31.958Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670200384382,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/resourceInstances/basic_onboard_awhcsc0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-12-05T00:35:31.958Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-05T00:35:31.958Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-05T00:35:31.958Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670200385578,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/resourceInstances/basic_onboard_awhcsc0/artifacts/basic_onboard_awhcsc0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-05T00:35:31.959Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-05T00:35:31.959Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-05T00:35:31.959Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670200386590,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/resourceInstances/basic_onboard_awhcsc0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-12-05T00:35:31.959Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-05T00:35:31.959Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-05T00:35:31.959Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670200387598,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/resourceInstances/basic_onboard_awhcsc0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-12-05T00:35:31.959Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-05T00:35:31.960Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-05T00:35:31.960Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670200388603,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwhcsc/1.0/artifacts/service-BasicOnboardAwhcsc-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-05T00:35:31.960Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-05T00:35:41.464Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:36:31.918Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T00:36:31.919Z||pool-2-thread-9|||||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-12-05T00:36:31.919Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:36:31.921Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T00:36:31.922Z||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-12-05T00:36:31.922Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:36:32.456Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:36:32.457Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-05T00:36:32.457Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670200510080,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-05T00:36:32.458Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-05T00:36:41.473Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:37:31.917Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T00:37:31.918Z||pool-2-thread-9|||||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-12-05T00:37:31.919Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:37:31.921Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T00:37:31.922Z||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-12-05T00:37:31.922Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:37:41.467Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:37:41.490Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:38:31.917Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T00:38:31.919Z||pool-2-thread-9|||||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-12-05T00:38:31.919Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:38:31.921Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T00:38:31.922Z||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-12-05T00:38:31.922Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:38:41.467Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:38:41.467Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:39:31.918Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T00:39:31.919Z||pool-2-thread-9|||||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-12-05T00:39:31.920Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:39:31.921Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T00:39:31.921Z||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-12-05T00:39:31.922Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:39:41.466Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:39:41.470Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:40:31.918Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T00:40:31.920Z||pool-2-thread-9|||||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-12-05T00:40:31.921Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:40:31.921Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T00:40:31.922Z||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-12-05T00:40:31.922Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:40:41.466Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:40:41.477Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:41:31.917Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T00:41:31.918Z||pool-2-thread-9|||||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-12-05T00:41:31.919Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:41:31.921Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T00:41:31.921Z||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-12-05T00:41:31.922Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:41:41.465Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:41:41.476Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:42:31.918Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T00:42:31.919Z||pool-2-thread-9|||||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-12-05T00:42:31.920Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:42:31.921Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T00:42:31.922Z||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-12-05T00:42:31.922Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:42:41.466Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:42:41.468Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:43:31.917Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T00:43:31.919Z||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-12-05T00:43:31.919Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:43:31.921Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T00:43:31.922Z||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-12-05T00:43:31.922Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:43:41.466Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:43:41.466Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:44:31.917Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T00:44:31.918Z||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-12-05T00:44:31.918Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:44:31.921Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T00:44:31.922Z||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-12-05T00:44:31.922Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:44:41.461Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:44:41.475Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:45:31.917Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T00:45:31.919Z||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-12-05T00:45:31.919Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:45:31.924Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T00:45:31.925Z||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-12-05T00:45:31.925Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:45:41.469Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:45:41.469Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:46:31.918Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T00:46:31.921Z||pool-2-thread-9|||||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-12-05T00:46:31.921Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:46:31.921Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T00:46:31.922Z||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-12-05T00:46:31.922Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:46:41.474Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:46:41.474Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:47:31.917Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T00:47:31.918Z||pool-2-thread-9|||||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-12-05T00:47:31.919Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:47:31.921Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T00:47:31.922Z||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-12-05T00:47:31.922Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:47:41.466Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:47:41.470Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:48:31.918Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T00:48:31.919Z||pool-2-thread-9|||||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-12-05T00:48:31.919Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:48:31.921Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T00:48:31.922Z||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-12-05T00:48:31.922Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:48:41.462Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:48:41.462Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:49:31.917Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T00:49:31.918Z||pool-2-thread-10|||||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-12-05T00:49:31.919Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:49:31.921Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T00:49:31.922Z||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-12-05T00:49:31.922Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:49:41.472Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:49:41.486Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:50:31.920Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T00:50:31.922Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T00:50:31.922Z||pool-2-thread-10|||||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-12-05T00:50:31.922Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:50:31.922Z||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-12-05T00:50:31.923Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:50:41.498Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:50:41.546Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:51:31.918Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T00:51:31.923Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|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-12-05T00:51:31.923Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|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 wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:51:31.925Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T00:51:31.925Z||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-12-05T00:51:31.925Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:51:32.559Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:51:32.561Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-05T00:51:32.561Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"4216d31b-897d-4129-8623-a954402fd0f3","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"2b807089-a07d-4ec9-818d-1a09ec124114","serviceDescription":"service","serviceInvariantUUID":"0c4813c1-e009-4324-bd89-d1b84c006c67","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"74ae42ad-d92a-42e4-95c1-39cc40030106","resourceInvariantUUID":"23add94b-384e-44a8-b3aa-6c0054941a4d","resourceCustomizationUUID":"41ce3d67-14b4-4d86-9ccc-31018ad92f16","category":"Generic","subcategory":"Network Elements","artifacts":[]}],"serviceArtifacts":[{"artifactName":"service-BasicNetwork-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","artifactChecksum":"NGMxNWQ0M2ExMTZhMmM2ZGI0MGUzMWIwODc3ODA2OTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"91eee4f9-7daf-47c2-b12d-47b0c6021a9d","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NWMyNDhmMjQzODk2NmU2MWE5NDg0ZjJlOTM1ZWUyMWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"de9bc60b-5b81-4fdd-b251-2077fd06c5a3","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-05T00:51:32.575Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-05T00:51:32.577Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-05T00:51:32.585Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:51:32.587Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-05T00:51:32.587Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4216d31b-897d-4129-8623-a954402fd0f3",
"consumerID": "multicloud-k8s",
"timestamp": 1670201473724,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-05T00:51:32.588Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-05T00:51:32.590Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-05T00:51:32.592Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-05T00:51:32.592Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4216d31b-897d-4129-8623-a954402fd0f3",
"consumerID": "aai-model-loader",
"timestamp": 1670201475656,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-05T00:51:32.592Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4216d31b-897d-4129-8623-a954402fd0f3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670201491918,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-05T00:51:32.593Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-05T00:51:32.593Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-05T00:51:32.593Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4216d31b-897d-4129-8623-a954402fd0f3",
"consumerID": "policy-id",
"timestamp": 1670201484281,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-05T00:51:32.593Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-05T00:51:32.593Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-05T00:51:32.593Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4216d31b-897d-4129-8623-a954402fd0f3",
"consumerID": "aai-model-loader",
"timestamp": 1670201475656,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-05T00:51:32.594Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-05T00:51:32.594Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-05T00:51:32.594Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4216d31b-897d-4129-8623-a954402fd0f3",
"consumerID": "multicloud-k8s",
"timestamp": 1670201473724,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-05T00:51:32.594Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-05T00:51:32.594Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-05T00:51:32.595Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4216d31b-897d-4129-8623-a954402fd0f3",
"consumerID": "cds",
"timestamp": 1670201485603,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-05T00:51:32.595Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-05T00:51:32.595Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-05T00:51:32.595Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4216d31b-897d-4129-8623-a954402fd0f3",
"consumerID": "policy-id",
"timestamp": 1670201484281,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-05T00:51:32.595Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-05T00:51:32.595Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-05T00:51:32.595Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4216d31b-897d-4129-8623-a954402fd0f3",
"consumerID": "aai-model-loader",
"timestamp": 1670201487283,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-05T00:51:32.595Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-05T00:51:32.596Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-05T00:51:32.596Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4216d31b-897d-4129-8623-a954402fd0f3",
"consumerID": "cds",
"timestamp": 1670201485603,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-05T00:51:32.596Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-05T00:51:32.596Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-05T00:51:32.596Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4216d31b-897d-4129-8623-a954402fd0f3",
"consumerID": "policy-id",
"timestamp": 1670201488215,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-05T00:51:32.596Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-05T00:51:32.596Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-05T00:51:32.596Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4216d31b-897d-4129-8623-a954402fd0f3",
"consumerID": "cds",
"timestamp": 1670201488368,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-05T00:51:32.596Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-05T00:51:32.597Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-05T00:51:32.597Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4216d31b-897d-4129-8623-a954402fd0f3",
"consumerID": "policy-id",
"timestamp": 1670201489220,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-05T00:51:32.597Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-05T00:51:32.597Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-05T00:51:32.597Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4216d31b-897d-4129-8623-a954402fd0f3",
"consumerID": "policy-id",
"timestamp": 1670201490223,
"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=?
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-12-05T00:51:32.651Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4216d31b-897d-4129-8623-a954402fd0f3
2022-12-05T00:51:32.652Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4216d31b-897d-4129-8623-a954402fd0f3 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-12-05T00:51:32.674Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-05T00:51:32.675Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4216d31b-897d-4129-8623-a954402fd0f3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670201488681,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-05T00:51:32.675Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-05T00:51:32.675Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-05T00:51:32.675Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4216d31b-897d-4129-8623-a954402fd0f3",
"consumerID": "aai-model-loader",
"timestamp": 1670201491087,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-05T00:51:32.675Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-05T00:51:32.675Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-05T00:51:32.676Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4216d31b-897d-4129-8623-a954402fd0f3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670201488681,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-05T00:51:32.676Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-05T00:51:32.684Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2022-12-05T00:51:32.686Z||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-12-05T00:51:32.686Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:51:32.728Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:51:32.730Z||pool-35-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1}
2022-12-05T00:51:33.594Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-05T00:51:33.595Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-05T00:51:33.598Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-05T00:51:33.599Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4216d31b-897d-4129-8623-a954402fd0f3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670201491918,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-05T00:51:33.699Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-05T00:51:33.700Z||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-12-05T00:51:33.700Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:51:33.726Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:51:33.726Z||pool-36-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-12-05T00:51:34.609Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "4216d31b-897d-4129-8623-a954402fd0f3",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "2b807089-a07d-4ec9-818d-1a09ec124114",
"serviceDescription": "service",
"serviceInvariantUUID": "0c4813c1-e009-4324-bd89-d1b84c006c67",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "41ce3d67-14b4-4d86-9ccc-31018ad92f16",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "74ae42ad-d92a-42e4-95c1-39cc40030106",
"resourceInvariantUUID": "23add94b-384e-44a8-b3aa-6c0054941a4d",
"category": "Generic",
"subcategory": "Network Elements",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicNetwork-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"artifactChecksum": "NWMyNDhmMjQzODk2NmU2MWE5NDg0ZjJlOTM1ZWUyMWI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "de9bc60b-5b81-4fdd-b251-2077fd06c5a3"
}
],
"workloadContext": "Production"
}
2022-12-05T00:51:34.610Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-05T00:51:34.610Z|aaf00c04-a9e8-44b6-be1e-8d7b3f6858b2|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2b807089-a07d-4ec9-818d-1a09ec124114 ASDC
2022-12-05T00:51:34.611Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:4216d31b-897d-4129-8623-a954402fd0f3
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:2b807089-a07d-4ec9-818d-1a09ec124114
ServiceInvariantUUID:0c4813c1-e009-4324-bd89-d1b84c006c67
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicNetwork-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
ArtifactUUID:de9bc60b-5b81-4fdd-b251-2077fd06c5a3
ArtifactChecksum:NWMyNDhmMjQzODk2NmU2MWE5NDg0ZjJlOTM1ZWUyMWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:41ce3d67-14b4-4d86-9ccc-31018ad92f16
ResourceInvariantUUID:23add94b-384e-44a8-b3aa-6c0054941a4d
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:74ae42ad-d92a-42e4-95c1-39cc40030106
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-12-05T00:51:34.611Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2b807089-a07d-4ec9-818d-1a09ec124114 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-12-05T00:51:34.740Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-05T00:51:34.743Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-05T00:51:34.745Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-05T00:51:34.746Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: de9bc60b-5b81-4fdd-b251-2077fd06c5a3 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-05T00:51:34.746Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-12-05T00:51:34.747Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-05T00:51:34.831Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-12-05T00:51:34.833Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar de9bc60b-5b81-4fdd-b251-2077fd06c5a3 57791
2022-12-05T00:51:34.834Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-12-05T00:51:34.834Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-05T00:51:34.835Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-05T00:51:34.835Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-05T00:51:34.840Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-05T00:51:34.840Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4216d31b-897d-4129-8623-a954402fd0f3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670201494834,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-05T00:51:34.947Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-12-05T00:51:34.948Z||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-12-05T00:51:34.948Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:51:34.966Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:51:34.967Z||pool-37-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-12-05T00:51:35.841Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-05T00:51:35.842Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-05T00:51:35.843Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: de9bc60b-5b81-4fdd-b251-2077fd06c5a3, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-05T00:51:35.844Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-12-05T00:51:35.845Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-05T00:51:35.845Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-05T00:51:36.041Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16349980765092830882/Definitions/service-BasicNetwork-template.yml
2022-12-05T00:51:37.074Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-05T00:51:37.074Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-12-05T00:51:37.075Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-05T00:51:37.075Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-12-05T00:51:37.075Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-05T00:51:37.075Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-05T00:51:37.075Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-05T00:51:37.075Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-05T00:51:37.075Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-05T00:51:37.075Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-05T00:51:37.075Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-05T00:51:37.075Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-05T00:51:37.075Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-12-05T00:51:37.076Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-05T00:51:37.076Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-05T00:51:37.076Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-12-05T00:51:37.076Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-12-05T00:51:37.077Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-05T00:51:37.077Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-05T00:51:37.077Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-05T00:51:37.077Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-12-05T00:51:37.077Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-12-05T00:51:37.077Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-05T00:51:37.078Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-05T00:51:37.078Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-05T00:51:37.078Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-05T00:51:37.078Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-05T00:51:37.079Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-05T00:51:37.079Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-05T00:51:37.080Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-05T00:51:37.080Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-05T00:51:37.080Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-05T00:51:37.080Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-05T00:51:37.081Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:2b807089-a07d-4ec9-818d-1a09ec124114
Model Version:NULL
Model InvariantUuid:0c4813c1-e009-4324-bd89-d1b84c006c67
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:23add94b-384e-44a8-b3aa-6c0054941a4d
Model UUID:cd9de74d-71bb-423f-91be-426f2e64b189
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:41ce3d67-14b4-4d86-9ccc-31018ad92f16
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-12-05T00:51:37.099Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||INFO|500||Processing Resource Type: VL, Model UUID: 74ae42ad-d92a-42e4-95c1-39cc40030106
2022-12-05T00:51:37.099Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||INFO|500||No resources found for Service: 2b807089-a07d-4ec9-818d-1a09ec124114
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-12-05T00:51:37.111Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||INFO|500||
2022-12-05T00:51:37.111Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-12-05T00:51:37.113Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 2b807089-a07d-4ec9-818d-1a09ec124114
2022-12-05T00:51:37.113Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 2b807089-a07d-4ec9-818d-1a09ec124114
2022-12-05T00:51:37.113Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-12-05T00:51:37.114Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-05T00:51:37.133Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@71097556, org.onap.sdc.toscaparser.api.parameters.Input@21880a2, org.onap.sdc.toscaparser.api.parameters.Input@223c5854, org.onap.sdc.toscaparser.api.parameters.Input@73940455, org.onap.sdc.toscaparser.api.parameters.Input@498d7cb4]
2022-12-05T00:51:37.135Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-05T00:51:37.136Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-05T00:51:37.136Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-05T00:51:37.136Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-05T00:51:37.139Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 2b807089-a07d-4ec9-818d-1a09ec124114: Generic NeutronNet
2022-12-05T00:51:37.139Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-05T00:51:37.139Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-05T00:51:37.140Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-05T00:51:37.140Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-12-05T00:51:37.202Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-05T00:51:37.208Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-05T00:51:37.210Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-05T00:51:37.211Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-05T00:51:37.211Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-05T00:51:37.211Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-05T00:51:37.211Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-12-05T00:51:37.330Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-12-05T00:51:37.331Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-12-05T00:51:37.331Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-05T00:51:37.331Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-05T00:51:37.331Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-05T00:51:37.334Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-05T00:51:37.334Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4216d31b-897d-4129-8623-a954402fd0f3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670201497331,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-05T00:51:37.435Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-05T00:51:37.436Z||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-12-05T00:51:37.436Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:51:37.451Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:51:37.451Z||pool-38-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-05T00:51:38.342Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4216d31b-897d-4129-8623-a954402fd0f3
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-12-05T00:51:38.375Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4216d31b-897d-4129-8623-a954402fd0f3
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-12-05T00:51:38.382Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-05T00:51:38.382Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-05T00:51:38.382Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-05T00:52:08.383Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4216d31b-897d-4129-8623-a954402fd0f3
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-12-05T00:52:08.417Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4216d31b-897d-4129-8623-a954402fd0f3
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-12-05T00:52:08.425Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-05T00:52:08.425Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-05T00:52:08.426Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-05T00:52:31.924Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T00:52:31.927Z||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-12-05T00:52:31.927Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:52:32.052Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:52:32.053Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-05T00:52:32.053Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4216d31b-897d-4129-8623-a954402fd0f3",
"consumerID": "aai-model-loader",
"timestamp": 1670201492089,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-05T00:52:32.067Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4216d31b-897d-4129-8623-a954402fd0f3
2022-12-05T00:52:32.068Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4216d31b-897d-4129-8623-a954402fd0f3 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-12-05T00:52:38.426Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4216d31b-897d-4129-8623-a954402fd0f3
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-12-05T00:52:38.448Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4216d31b-897d-4129-8623-a954402fd0f3
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-12-05T00:52:38.453Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-05T00:52:38.454Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-05T00:52:38.454Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-05T00:52:38.454Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-05T00:53:08.458Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4216d31b-897d-4129-8623-a954402fd0f3
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-12-05T00:53:08.495Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4216d31b-897d-4129-8623-a954402fd0f3
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-12-05T00:53:08.501Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-05T00:53:08.502Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-05T00:53:08.502Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-05T00:53:08.502Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-05T00:53:31.921Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T00:53:31.922Z||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-12-05T00:53:31.922Z||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 wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:53:31.953Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:53:31.956Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-05T00:53:31.956Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4216d31b-897d-4129-8623-a954402fd0f3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670201491918,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-05T00:53:31.957Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-05T00:53:31.958Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-05T00:53:31.958Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4216d31b-897d-4129-8623-a954402fd0f3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670201491557,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-05T00:53:31.958Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-05T00:53:31.958Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-05T00:53:31.958Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4216d31b-897d-4129-8623-a954402fd0f3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670201491918,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-05T00:53:31.958Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-05T00:53:31.958Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-05T00:53:31.959Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4216d31b-897d-4129-8623-a954402fd0f3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670201493287,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-05T00:53:31.959Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-05T00:53:31.959Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-05T00:53:31.959Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4216d31b-897d-4129-8623-a954402fd0f3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670201494834,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-05T00:53:31.960Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-05T00:53:31.960Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-05T00:53:31.962Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4216d31b-897d-4129-8623-a954402fd0f3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670201494292,
"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-12-05T00:53:32.017Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4216d31b-897d-4129-8623-a954402fd0f3
2022-12-05T00:53:32.017Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4216d31b-897d-4129-8623-a954402fd0f3 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-12-05T00:53:32.051Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-05T00:53:32.051Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4216d31b-897d-4129-8623-a954402fd0f3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670201497331,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-05T00:53:32.052Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-05T00:53:32.052Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-05T00:53:32.053Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d97ede94-f309-482d-ad4f-b01fa35b23cf",
"consumerID": "multicloud-k8s",
"timestamp": 1670201516779,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-05T00:53:32.053Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-05T00:53:32.053Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-05T00:53:32.054Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d97ede94-f309-482d-ad4f-b01fa35b23cf",
"consumerID": "aai-model-loader",
"timestamp": 1670201535656,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-05T00:53:32.054Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-05T00:53:32.054Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-05T00:53:32.054Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d97ede94-f309-482d-ad4f-b01fa35b23cf",
"consumerID": "multicloud-k8s",
"timestamp": 1670201516779,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-12-05T00:53:32.055Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-05T00:53:32.055Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-05T00:53:32.055Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d97ede94-f309-482d-ad4f-b01fa35b23cf",
"consumerID": "aai-model-loader",
"timestamp": 1670201535656,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-05T00:53:32.057Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-05T00:53:32.058Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-05T00:53:32.058Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d97ede94-f309-482d-ad4f-b01fa35b23cf",
"consumerID": "policy-id",
"timestamp": 1670201544281,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-05T00:53:32.058Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-05T00:53:32.058Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-05T00:53:32.059Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d97ede94-f309-482d-ad4f-b01fa35b23cf",
"consumerID": "multicloud-k8s",
"timestamp": 1670201516779,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-12-05T00:53:32.059Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-05T00:53:32.059Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-05T00:53:32.060Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d97ede94-f309-482d-ad4f-b01fa35b23cf",
"consumerID": "aai-model-loader",
"timestamp": 1670201535656,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-05T00:53:32.060Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-05T00:53:32.060Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-05T00:53:32.060Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d97ede94-f309-482d-ad4f-b01fa35b23cf",
"consumerID": "policy-id",
"timestamp": 1670201544281,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-05T00:53:32.061Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-05T00:53:32.061Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-05T00:53:32.062Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d97ede94-f309-482d-ad4f-b01fa35b23cf",
"consumerID": "multicloud-k8s",
"timestamp": 1670201516779,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-05T00:53:32.062Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-05T00:53:32.062Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-05T00:53:32.062Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d97ede94-f309-482d-ad4f-b01fa35b23cf",
"consumerID": "aai-model-loader",
"timestamp": 1670201535656,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-05T00:53:32.063Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-05T00:53:32.063Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-05T00:53:32.063Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d97ede94-f309-482d-ad4f-b01fa35b23cf",
"consumerID": "cds",
"timestamp": 1670201545603,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-05T00:53:32.063Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-05T00:53:32.063Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-05T00:53:32.063Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d97ede94-f309-482d-ad4f-b01fa35b23cf",
"consumerID": "policy-id",
"timestamp": 1670201544281,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-12-05T00:53:32.063Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-05T00:53:32.063Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-05T00:53:32.064Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d97ede94-f309-482d-ad4f-b01fa35b23cf",
"consumerID": "multicloud-k8s",
"timestamp": 1670201516779,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-12-05T00:53:32.064Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-05T00:53:32.064Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-05T00:53:32.064Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d97ede94-f309-482d-ad4f-b01fa35b23cf",
"consumerID": "aai-model-loader",
"timestamp": 1670201535656,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-12-05T00:53:32.064Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-05T00:53:32.064Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-05T00:53:32.064Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d97ede94-f309-482d-ad4f-b01fa35b23cf",
"consumerID": "cds",
"timestamp": 1670201545603,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-05T00:53:32.065Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-05T00:53:32.065Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-05T00:53:32.065Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d97ede94-f309-482d-ad4f-b01fa35b23cf",
"consumerID": "policy-id",
"timestamp": 1670201544281,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-05T00:53:32.065Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-05T00:53:32.065Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-05T00:53:32.065Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d97ede94-f309-482d-ad4f-b01fa35b23cf",
"consumerID": "multicloud-k8s",
"timestamp": 1670201516779,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-05T00:53:32.065Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-05T00:53:32.066Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-05T00:53:32.066Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d97ede94-f309-482d-ad4f-b01fa35b23cf",
"consumerID": "aai-model-loader",
"timestamp": 1670201535656,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-05T00:53:32.066Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-05T00:53:32.066Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-05T00:53:32.066Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d97ede94-f309-482d-ad4f-b01fa35b23cf",
"consumerID": "cds",
"timestamp": 1670201545603,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-05T00:53:32.066Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-05T00:53:32.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-05T00:53:32.067Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d97ede94-f309-482d-ad4f-b01fa35b23cf",
"consumerID": "policy-id",
"timestamp": 1670201544281,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-12-05T00:53:32.067Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-05T00:53:32.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-05T00:53:32.067Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d97ede94-f309-482d-ad4f-b01fa35b23cf",
"consumerID": "multicloud-k8s",
"timestamp": 1670201516779,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-12-05T00:53:32.067Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-05T00:53:32.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-05T00:53:32.067Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d97ede94-f309-482d-ad4f-b01fa35b23cf",
"consumerID": "aai-model-loader",
"timestamp": 1670201535656,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-12-05T00:53:32.068Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-05T00:53:32.068Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-05T00:53:32.068Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d97ede94-f309-482d-ad4f-b01fa35b23cf",
"consumerID": "cds",
"timestamp": 1670201545603,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-05T00:53:32.068Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-05T00:53:32.068Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-05T00:53:32.068Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d97ede94-f309-482d-ad4f-b01fa35b23cf",
"consumerID": "policy-id",
"timestamp": 1670201544281,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-05T00:53:32.068Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-05T00:53:32.068Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-05T00:53:32.069Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d97ede94-f309-482d-ad4f-b01fa35b23cf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670201548675,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-05T00:53:32.069Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-05T00:53:32.069Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-05T00:53:32.069Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d97ede94-f309-482d-ad4f-b01fa35b23cf",
"consumerID": "cds",
"timestamp": 1670201545603,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-12-05T00:53:32.069Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-05T00:53:32.069Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-05T00:53:32.069Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d97ede94-f309-482d-ad4f-b01fa35b23cf",
"consumerID": "multicloud-k8s",
"timestamp": 1670201550092,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-05T00:53:32.069Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-05T00:53:32.070Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-05T00:53:32.070Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d97ede94-f309-482d-ad4f-b01fa35b23cf",
"consumerID": "aai-model-loader",
"timestamp": 1670201550399,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-05T00:53:32.070Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-05T00:53:32.070Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-05T00:53:32.070Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d97ede94-f309-482d-ad4f-b01fa35b23cf",
"consumerID": "policy-id",
"timestamp": 1670201544281,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-12-05T00:53:32.071Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-05T00:53:32.071Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-05T00:53:32.071Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d97ede94-f309-482d-ad4f-b01fa35b23cf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670201548675,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-05T00:53:32.071Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-05T00:53:32.071Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-05T00:53:32.071Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d97ede94-f309-482d-ad4f-b01fa35b23cf",
"consumerID": "cds",
"timestamp": 1670201545603,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-05T00:53:32.071Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-05T00:53:38.503Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4216d31b-897d-4129-8623-a954402fd0f3
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-12-05T00:53:38.548Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4216d31b-897d-4129-8623-a954402fd0f3
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-12-05T00:53:38.558Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-05T00:53:38.558Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-05T00:53:38.558Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-05T00:53:38.558Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-05T00:53:38.559Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-05T00:53:38.559Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-05T00:53:38.559Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-05T00:53:38.564Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-05T00:53:38.565Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-05T00:53:38.602Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-05T00:54:08.603Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4216d31b-897d-4129-8623-a954402fd0f3 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-12-05T00:54:08.620Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4216d31b-897d-4129-8623-a954402fd0f3 and serviceModelVersionId: 2b807089-a07d-4ec9-818d-1a09ec124114
2022-12-05T00:54:08.621Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0c4813c1-e009-4324-bd89-d1b84c006c67
2022-12-05T00:54:08.622Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0c4813c1-e009-4324-bd89-d1b84c006c67/model-vers/model-ver/2b807089-a07d-4ec9-818d-1a09ec124114?depth=0
2022-12-05T00:54:08.636Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-12-05T00:54:08.685Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0c4813c1-e009-4324-bd89-d1b84c006c67/model-vers/model-ver/2b807089-a07d-4ec9-818d-1a09ec124114?depth=0|INFO|500||Invoke
2022-12-05T00:54:08.686Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0c4813c1-e009-4324-bd89-d1b84c006c67/model-vers/model-ver/2b807089-a07d-4ec9-818d-1a09ec124114?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0c4813c1-e009-4324-bd89-d1b84c006c67/model-vers/model-ver/2b807089-a07d-4ec9-818d-1a09ec124114?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4216d31b-897d-4129-8623-a954402fd0f3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ad3621b9-9121-476a-8117-26ce20359279], X-ECOMP-RequestID=[4216d31b-897d-4129-8623-a954402fd0f3], X-TransactionId=[], X-ONAP-RequestID=[4216d31b-897d-4129-8623-a954402fd0f3], Content-Type=[application/merge-patch+json]}
2022-12-05T00:54:08.696Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0c4813c1-e009-4324-bd89-d1b84c006c67/model-vers/model-ver/2b807089-a07d-4ec9-818d-1a09ec124114?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-12-05T00:54:08.801Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0c4813c1-e009-4324-bd89-d1b84c006c67/model-vers/model-ver/2b807089-a07d-4ec9-818d-1a09ec124114?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0c4813c1-e009-4324-bd89-d1b84c006c67/model-vers/model-ver/2b807089-a07d-4ec9-818d-1a09ec124114?depth=0 has http status code:200 and response headers:{date=[Mon, 05 Dec 2022 00:54:07 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[99], vertex-id=[204824], x-aai-txid=[2-aai-resources-221205-00:54:07:603-31248], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-05T00:54:08.801Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0c4813c1-e009-4324-bd89-d1b84c006c67/model-vers/model-ver/2b807089-a07d-4ec9-818d-1a09ec124114?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-12-05T00:54:08.802Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0c4813c1-e009-4324-bd89-d1b84c006c67/model-vers/model-ver/2b807089-a07d-4ec9-818d-1a09ec124114?depth=0|INFO|500||InvokeReturn
2022-12-05T00:54:08.803Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-05T00:54:08.803Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-05T00:54:08.812Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java: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-12-05T00:54:08.813Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4216d31b-897d-4129-8623-a954402fd0f3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-05T00:54:08.813Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-05T00:54:08.813Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-05T00:54:08.816Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-05T00:54:08.816Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4216d31b-897d-4129-8623-a954402fd0f3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670201648813,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-05T00:54:08.916Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-05T00:54:08.917Z||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-12-05T00:54:08.917Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:54:08.942Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:54:08.943Z||pool-39-thread-1|||||INFO|500||cambria reply ok (26 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-12-05T00:54:09.834Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-05T00:54:09.835Z|4216d31b-897d-4129-8623-a954402fd0f3|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-12-05T00:54:09.835Z|4216d31b-897d-4129-8623-a954402fd0f3|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 wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:54:15.444Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:54:15.447Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-05T00:54:15.447Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"d97ede94-f309-482d-ad4f-b01fa35b23cf","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"37c76351-44c7-44cd-9c54-c035587ddd7e","serviceDescription":"service","serviceInvariantUUID":"f3357905-6f2b-4bb2-adb4-0e1b15716d69","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8789d518-cf8d-4285-ab08-f48f389e0cc6","resourceInvariantUUID":"a8febcc6-a70f-4c21-9106-04df03f4f2b4","resourceCustomizationUUID":"9eec411b-ef2e-4953-a474-a4f48ad59108","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"Y2UxZmJmMDk1YmVhZjYyNTgzMTM0NjIyMzgzYmYyYjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d936f410-3ba5-4f71-868f-d0714b03a11b","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"YmVkYWQyODM0ZDNmNDAyYTVhM2QyMzA2YjkxYzlmZGU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ec3d18be-b327-4732-92c0-22be1148d330","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5e15823c-9021-47d2-8d6e-ebef218a48f2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a7593909-ff9e-4f62-a953-53801313f35b","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7d9ea196-a12a-41e0-951b-f6aa4752d87d","artifactVersion":"2","generatedFromUUID":"5e15823c-9021-47d2-8d6e-ebef218a48f2"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZGRiOGUzZjk0MTQzZTgxZWIzODZkZTM4ZTM5OTdmNmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"49a38248-fe2a-49ea-b69c-d0a14893aead","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MzBmNjk2YmVjNzJjZDM1MjBjNzliZTRkMzhiYTQ2NTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1dae1d7f-b141-4277-acba-042ebb8d3715","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-05T00:54:15.450Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-05T00:54:15.450Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-05T00:54:15.452Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-05T00:54:15.453Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d97ede94-f309-482d-ad4f-b01fa35b23cf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670201649834,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-05T00:54:15.553Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-05T00:54:15.554Z||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-12-05T00:54:15.554Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:54:15.572Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:54:15.573Z||pool-40-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-12-05T00:54:16.453Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-05T00:54:16.454Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-05T00:54:16.456Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-05T00:54:16.456Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d97ede94-f309-482d-ad4f-b01fa35b23cf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670201649834,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-12-05T00:54:16.566Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 110 ms
2022-12-05T00:54:16.567Z||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-12-05T00:54:16.567Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:54:16.597Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:54:16.598Z||pool-41-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-12-05T00:54:17.457Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-05T00:54:17.457Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-05T00:54:17.460Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-05T00:54:17.460Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d97ede94-f309-482d-ad4f-b01fa35b23cf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670201649834,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-12-05T00:54:17.560Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-05T00:54:17.561Z||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-12-05T00:54:17.561Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:54:17.579Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:54:17.580Z||pool-42-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-12-05T00:54:18.461Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-05T00:54:18.462Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-05T00:54:18.465Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-05T00:54:18.465Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d97ede94-f309-482d-ad4f-b01fa35b23cf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670201649834,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-05T00:54:18.565Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-05T00:54:18.566Z||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-12-05T00:54:18.566Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:54:18.585Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:54:18.586Z||pool-43-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-12-05T00:54:19.466Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-05T00:54:19.467Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-05T00:54:19.469Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-05T00:54:19.469Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d97ede94-f309-482d-ad4f-b01fa35b23cf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670201649834,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-12-05T00:54:19.570Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-05T00:54:19.571Z||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-12-05T00:54:19.571Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:54:19.602Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:54:19.603Z||pool-44-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-12-05T00:54:20.470Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-05T00:54:20.472Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-05T00:54:20.474Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-05T00:54:20.475Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d97ede94-f309-482d-ad4f-b01fa35b23cf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670201649834,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-05T00:54:20.579Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-12-05T00:54:20.580Z||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-12-05T00:54:20.580Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:54:20.599Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:54:20.616Z||pool-45-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-12-05T00:54:21.475Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-05T00:54:21.477Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-05T00:54:21.480Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-05T00:54:21.480Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d97ede94-f309-482d-ad4f-b01fa35b23cf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670201649834,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-12-05T00:54:21.581Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-05T00:54:21.582Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-05T00:54:21.582Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:54:21.596Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:54:21.597Z||pool-46-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-05T00:54:22.484Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "d97ede94-f309-482d-ad4f-b01fa35b23cf",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "37c76351-44c7-44cd-9c54-c035587ddd7e",
"serviceDescription": "service",
"serviceInvariantUUID": "f3357905-6f2b-4bb2-adb4-0e1b15716d69",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "9eec411b-ef2e-4953-a474-a4f48ad59108",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "8789d518-cf8d-4285-ab08-f48f389e0cc6",
"resourceInvariantUUID": "a8febcc6-a70f-4c21-9106-04df03f4f2b4",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_vm0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"artifactChecksum": "YmVkYWQyODM0ZDNmNDAyYTVhM2QyMzA2YjkxYzlmZGU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ec3d18be-b327-4732-92c0-22be1148d330",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "5e15823c-9021-47d2-8d6e-ebef218a48f2",
"generatedArtifact": {
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "7d9ea196-a12a-41e0-951b-f6aa4752d87d",
"generatedFromUUID": "5e15823c-9021-47d2-8d6e-ebef218a48f2"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "7d9ea196-a12a-41e0-951b-f6aa4752d87d",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "MzBmNjk2YmVjNzJjZDM1MjBjNzliZTRkMzhiYTQ2NTY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "1dae1d7f-b141-4277-acba-042ebb8d3715"
}
],
"workloadContext": "Production"
}
2022-12-05T00:54:22.484Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-05T00:54:22.485Z|4216d31b-897d-4129-8623-a954402fd0f3|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 37c76351-44c7-44cd-9c54-c035587ddd7e ASDC
2022-12-05T00:54:22.485Z|d97ede94-f309-482d-ad4f-b01fa35b23cf|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:d97ede94-f309-482d-ad4f-b01fa35b23cf
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:37c76351-44c7-44cd-9c54-c035587ddd7e
ServiceInvariantUUID:f3357905-6f2b-4bb2-adb4-0e1b15716d69
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:1dae1d7f-b141-4277-acba-042ebb8d3715
ArtifactChecksum:MzBmNjk2YmVjNzJjZDM1MjBjNzliZTRkMzhiYTQ2NTY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:9eec411b-ef2e-4953-a474-a4f48ad59108
ResourceInvariantUUID:a8febcc6-a70f-4c21-9106-04df03f4f2b4
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:8789d518-cf8d-4285-ab08-f48f389e0cc6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:ec3d18be-b327-4732-92c0-22be1148d330
ArtifactChecksum:YmVkYWQyODM0ZDNmNDAyYTVhM2QyMzA2YjkxYzlmZGU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:5e15823c-9021-47d2-8d6e-ebef218a48f2
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:7d9ea196-a12a-41e0-951b-f6aa4752d87d
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:7d9ea196-a12a-41e0-951b-f6aa4752d87d
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-12-05T00:54:22.485Z|d97ede94-f309-482d-ad4f-b01fa35b23cf|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 37c76351-44c7-44cd-9c54-c035587ddd7e 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-12-05T00:54:22.605Z|d97ede94-f309-482d-ad4f-b01fa35b23cf|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-05T00:54:22.609Z|d97ede94-f309-482d-ad4f-b01fa35b23cf|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-05T00:54:22.609Z|d97ede94-f309-482d-ad4f-b01fa35b23cf|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-05T00:54:22.609Z|d97ede94-f309-482d-ad4f-b01fa35b23cf|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 1dae1d7f-b141-4277-acba-042ebb8d3715 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-12-05T00:54:22.609Z|d97ede94-f309-482d-ad4f-b01fa35b23cf|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-12-05T00:54:22.610Z|d97ede94-f309-482d-ad4f-b01fa35b23cf|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-12-05T00:54:22.698Z|d97ede94-f309-482d-ad4f-b01fa35b23cf|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-12-05T00:54:22.700Z|d97ede94-f309-482d-ad4f-b01fa35b23cf|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 1dae1d7f-b141-4277-acba-042ebb8d3715 75196
2022-12-05T00:54:22.700Z|d97ede94-f309-482d-ad4f-b01fa35b23cf|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-12-05T00:54:22.700Z|d97ede94-f309-482d-ad4f-b01fa35b23cf|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-12-05T00:54:22.701Z|d97ede94-f309-482d-ad4f-b01fa35b23cf|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-05T00:54:22.701Z|d97ede94-f309-482d-ad4f-b01fa35b23cf|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-05T00:54:22.704Z|d97ede94-f309-482d-ad4f-b01fa35b23cf|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-05T00:54:22.704Z|d97ede94-f309-482d-ad4f-b01fa35b23cf|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d97ede94-f309-482d-ad4f-b01fa35b23cf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670201662700,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-05T00:54:22.804Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-05T00:54:22.806Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-05T00:54:22.806Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wJ6liU8FA5Y5CeAX) ...
2022-12-05T00:54:22.828Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-05T00:54:22.829Z||pool-47-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-12-05T00:54:23.706Z|d97ede94-f309-482d-ad4f-b01fa35b23cf|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-05T00:54:23.707Z|d97ede94-f309-482d-ad4f-b01fa35b23cf|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-05T00:54:23.707Z|d97ede94-f309-482d-ad4f-b01fa35b23cf|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 1dae1d7f-b141-4277-acba-042ebb8d3715, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-12-05T00:54:23.708Z|d97ede94-f309-482d-ad4f-b01fa35b23cf|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-12-05T00:54:23.708Z|d97ede94-f309-482d-ad4f-b01fa35b23cf|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-12-05T00:54:23.708Z|d97ede94-f309-482d-ad4f-b01fa35b23cf|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-12-05T00:54:23.903Z|d97ede94-f309-482d-ad4f-b01fa35b23cf|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7333203685110536203/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-12-05T00:54:25.552Z|d97ede94-f309-482d-ad4f-b01fa35b23cf|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-05T00:54:25.553Z|d97ede94-f309-482d-ad4f-b01fa35b23cf|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-12-05T00:54:25.553Z|d97ede94-f309-482d-ad4f-b01fa35b23cf|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-12-05T00:54:25.553Z|d97ede94-f309-482d-ad4f-b01fa35b23cf|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-05T00:54:25.553Z|d97ede94-f309-482d-ad4f-b01fa35b23cf|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-12-05T00:54:25.554Z|d97ede94-f309-482d-ad4f-b01fa35b23cf|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-12-05T00:54:25.554Z|d97ede94-f309-482d-ad4f-b01fa35b23cf|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-12-05T00:54:25.554Z|d97ede94-f309-482d-ad4f-b01fa35b23cf|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-12-05T00:54:25.554Z|d97ede94-f309-482d-ad4f-b01fa35b23cf|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-12-05T00:54:25.554Z|d97ede94-f309-482d-ad4f-b01fa35b23cf|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-12-05T00:54:25.554Z|d97ede94-f309-482d-ad4f-b01fa35b23cf|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-12-05T00:54:25.555Z|d97ede94-f309-482d-ad4f-b01fa35b23cf|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-12-05T00:54:25.555Z|d97ede94-f309-482d-ad4f-b01fa35b23cf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-05T00:54:25.555Z|d97ede94-f309-482d-ad4f-b01fa35b23cf|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-05T00:54:25.555Z|d97ede94-f309-482d-ad4f-b01fa35b23cf|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-05T00:54:25.555Z|d97ede94-f309-482d-ad4f-b01fa35b23cf|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-12-05T00:54:25.556Z|d97ede94-f309-482d-ad4f-b01fa35b23cf|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-05T00:54:25.556Z|d97ede94-f309-482d-ad4f-b01fa35b23cf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-05T00:54:25.556Z|d97ede94-f309-482d-ad4f-b01fa35b23cf|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-05T00:54:25.557Z|d97ede94-f309-482d-ad4f-b01fa35b23cf|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-05T00:54:25.557Z|d97ede94-f309-482d-ad4f-b01fa35b23cf|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-12-05T00:54:25.557Z|d97ede94-f309-482d-ad4f-b01fa35b23cf|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-05T00:54:25.557Z|d97ede94-f309-482d-ad4f-b01fa35b23cf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-05T00:54:25.557Z|d97ede94-f309-482d-ad4f-b01fa35b23cf|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-05T00:54:25.558Z|d97ede94-f309-482d-ad4f-b01fa35b23cf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-05T00:54:25.558Z|d97ede94-f309-482d-ad4f-b01fa35b23cf|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-12-05T00:54:25.558Z|d97ede94-f309-482d-ad4f-b01fa35b23cf|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-12-05T00:54:25.558Z|d97ede94-f309-482d-ad4f-b01fa35b23cf|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-12-05T00:54:25.558Z|d97ede94-f309-482d-ad4f-b01fa35b23cf|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-12-05T00:54:25.559Z|d97ede94-f309-482d-ad4f-b01fa35b23cf|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-12-05T00:54:25.560Z|d97ede94-f309-482d-ad4f-b01fa35b23cf|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-05T00:54:25.560Z|d97ede94-f309-482d-ad4f-b01fa35b23cf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-05T00:54:25.560Z|d97ede94-f309-482d-ad4f-b01fa35b23cf|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-05T00:54:25.560Z|d97ede94-f309-482d-ad4f-b01fa35b23cf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-05T00:54:25.561Z|d97ede94-f309-482d-ad4f-b01fa35b23cf|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-05T00:54:25.561Z|d97ede94-f309-482d-ad4f-b01fa35b23cf|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-05T00:54:25.561Z|d97ede94-f309-482d-ad4f-b01fa35b23cf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-05T00:54:25.561Z|d97ede94-f309-482d-ad4f-b01fa35b23cf|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-05T00:54:25.562Z|d97ede94-f309-482d-ad4f-b01fa35b23cf|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-05T00:54:25.562Z|d97ede94-f309-482d-ad4f-b01fa35b23cf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-05T00:54:25.562Z|d97ede94-f309-482d-ad4f-b01fa35b23cf|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-05T00:54:25.562Z|d97ede94-f309-482d-ad4f-b01fa35b23cf|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-05T00:54:25.563Z|d97ede94-f309-482d-ad4f-b01fa35b23cf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-05T00:54:25.563Z|d97ede94-f309-482d-ad4f-b01fa35b23cf|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-12-05T00:54:25.563Z|d97ede94-f309-482d-ad4f-b01fa35b23cf|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-12-05T00:54:25.565Z|d97ede94-f309-482d-ad4f-b01fa35b23cf|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-12-05T00:54:25.565Z|d97ede94-f309-482d-ad4f-b01fa35b23cf|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=aef1f92c-e047-40d2-8002-122c378d42b7
2022-12-05T00:54:25.565Z|d97ede94-f309-482d-ad4f-b01fa35b23cf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery