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-08-12T00:06:25.447Z||main|||||INFO|500||The following profiles are active: basic
2022-08-12T00:06:40.085Z||main|||||INFO|500||Starting service [Tomcat]
2022-08-12T00:06:40.086Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-08-12T00:06:40.336Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-08-12T00:06:45.697Z||main|||||INFO|500||catdb-pool - Starting...
2022-08-12T00:06:46.161Z||main|||||INFO|500||catdb-pool - Start completed.
2022-08-12T00:06:46.715Z||main|||||INFO|500||reqdb-pool - Starting...
2022-08-12T00:06:46.726Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-08-12T00:06:46.837Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-08-12T00:06:47.089Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-08-12T00:06:47.988Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-08-12T00:06:50.509Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-08-12T00:06:53.385Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-08-12T00:06:53.449Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-08-12T00:06:54.140Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-08-12T00:06:54.624Z||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-08-12T00:06:56.274Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-08-12T00:06:57.550Z||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-08-12T00:06:58.299Z||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-08-12T00:06:59.057Z||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-08-12T00:06:59.070Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-08-12T00:06:59.095Z|9936f091-9a03-4e03-81e7-8313495a3c63|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-08-12T00:07:00.762Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-08-12T00:07:00.763Z|9936f091-9a03-4e03-81e7-8313495a3c63|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=[Fri, 12 Aug 2022 00:06:58 GMT], server=[envoy], x-envoy-upstream-service-time=[1641], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-08-12T00:07:00.765Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||||DEBUG|500||{"id":"cbbc6b0223f04951822d474e0d5f7f69","versionId":"ec0ee8cd5a75475692fbfc24797a15c7"}
2022-08-12T00:07:00.795Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||||INFO|500||Successfully created activitySpec VNFSetInMaintFlagActivity
2022-08-12T00:07:00.857Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/cbbc6b0223f04951822d474e0d5f7f69/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-08-12T00:07:00.859Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/cbbc6b0223f04951822d474e0d5f7f69/versions/latest/actions|INFO|500||Invoke
2022-08-12T00:07:00.861Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/cbbc6b0223f04951822d474e0d5f7f69/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-08-12T00:07:01.335Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/cbbc6b0223f04951822d474e0d5f7f69/versions/latest/actions|INFO|500||InvokeReturn
2022-08-12T00:07:01.336Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/cbbc6b0223f04951822d474e0d5f7f69/versions/latest/actions has http status code:200 and response headers:{date=[Fri, 12 Aug 2022 00:07:00 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[432]}
2022-08-12T00:07:01.336Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||||DEBUG|500||Response was returned with an empty entity.
2022-08-12T00:07:01.337Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||||INFO|500||Successfully certified activitySpec VNFSetInMaintFlagActivity
2022-08-12T00:07:01.337Z|9936f091-9a03-4e03-81e7-8313495a3c63|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-08-12T00:07:01.396Z|9936f091-9a03-4e03-81e7-8313495a3c63|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-08-12T00:07:01.398Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-08-12T00:07:01.399Z|9936f091-9a03-4e03-81e7-8313495a3c63|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-08-12T00:07:01.590Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-08-12T00:07:01.602Z|9936f091-9a03-4e03-81e7-8313495a3c63|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=[Fri, 12 Aug 2022 00:07:01 GMT], server=[envoy], x-envoy-upstream-service-time=[188], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-08-12T00:07:01.606Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||||DEBUG|500||{"id":"1bdc794d8d82426bbc9e8f32dd241296","versionId":"cf873fb16ade4bb1979c376a256db2af"}
2022-08-12T00:07:01.613Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||||INFO|500||Successfully created activitySpec VNFCheckPserversLockedFlagActivity
2022-08-12T00:07:01.688Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/1bdc794d8d82426bbc9e8f32dd241296/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-08-12T00:07:01.691Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/1bdc794d8d82426bbc9e8f32dd241296/versions/latest/actions|INFO|500||Invoke
2022-08-12T00:07:01.692Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/1bdc794d8d82426bbc9e8f32dd241296/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-08-12T00:07:01.995Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/1bdc794d8d82426bbc9e8f32dd241296/versions/latest/actions|INFO|500||InvokeReturn
2022-08-12T00:07:01.997Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/1bdc794d8d82426bbc9e8f32dd241296/versions/latest/actions has http status code:200 and response headers:{date=[Fri, 12 Aug 2022 00:07:01 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[299]}
2022-08-12T00:07:01.997Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||||DEBUG|500||Response was returned with an empty entity.
2022-08-12T00:07:01.998Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||||INFO|500||Successfully certified activitySpec VNFCheckPserversLockedFlagActivity
2022-08-12T00:07:01.998Z|9936f091-9a03-4e03-81e7-8313495a3c63|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-08-12T00:07:02.053Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-08-12T00:07:02.056Z|9936f091-9a03-4e03-81e7-8313495a3c63|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=[9936f091-9a03-4e03-81e7-8313495a3c63], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[4bc230f9-ea4e-40bf-acd1-283507ae01e0], X-ECOMP-RequestID=[9936f091-9a03-4e03-81e7-8313495a3c63], X-TransactionID=[9936f091-9a03-4e03-81e7-8313495a3c63], X-ONAP-RequestID=[9936f091-9a03-4e03-81e7-8313495a3c63], Content-Type=[application/json]}
2022-08-12T00:07:02.058Z|9936f091-9a03-4e03-81e7-8313495a3c63|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-08-12T00:07:02.254Z|9936f091-9a03-4e03-81e7-8313495a3c63|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=[Fri, 12 Aug 2022 00:07:01 GMT], server=[envoy], x-envoy-upstream-service-time=[192], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-08-12T00:07:02.255Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"f9c8fdd209a64051ae0f1531adaa5e75","versionId":"4ff644052867455fbf97bd80b8bde6ec"}
2022-08-12T00:07:02.256Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-08-12T00:07:02.260Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||||INFO|500||Successfully created activitySpec VNFCheckInMaintFlagActivity
2022-08-12T00:07:02.307Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/f9c8fdd209a64051ae0f1531adaa5e75/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-08-12T00:07:02.310Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/f9c8fdd209a64051ae0f1531adaa5e75/versions/latest/actions|INFO|500||Invoke
2022-08-12T00:07:02.312Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/f9c8fdd209a64051ae0f1531adaa5e75/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-08-12T00:07:02.625Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/f9c8fdd209a64051ae0f1531adaa5e75/versions/latest/actions|INFO|500||InvokeReturn
2022-08-12T00:07:02.629Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/f9c8fdd209a64051ae0f1531adaa5e75/versions/latest/actions has http status code:200 and response headers:{date=[Fri, 12 Aug 2022 00:07:02 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[307]}
2022-08-12T00:07:02.630Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||||DEBUG|500||Response was returned with an empty entity.
2022-08-12T00:07:02.631Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||||INFO|500||Successfully certified activitySpec VNFCheckInMaintFlagActivity
2022-08-12T00:07:02.631Z|9936f091-9a03-4e03-81e7-8313495a3c63|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-08-12T00:07:02.685Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-08-12T00:07:02.686Z|9936f091-9a03-4e03-81e7-8313495a3c63|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=[9936f091-9a03-4e03-81e7-8313495a3c63], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[d5c0bcd9-e930-41f2-905c-ebb74fb7c77f], X-ECOMP-RequestID=[9936f091-9a03-4e03-81e7-8313495a3c63], X-TransactionID=[9936f091-9a03-4e03-81e7-8313495a3c63], X-ONAP-RequestID=[9936f091-9a03-4e03-81e7-8313495a3c63], Content-Type=[application/json]}
2022-08-12T00:07:02.688Z|9936f091-9a03-4e03-81e7-8313495a3c63|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-08-12T00:07:02.864Z|9936f091-9a03-4e03-81e7-8313495a3c63|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=[Fri, 12 Aug 2022 00:07:02 GMT], server=[envoy], x-envoy-upstream-service-time=[173], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-08-12T00:07:02.866Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"bdf9db514e8640789da594504cc71802","versionId":"a448841d3d2743b882819a1608930525"}
2022-08-12T00:07:02.868Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-08-12T00:07:02.871Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||||INFO|500||Successfully created activitySpec VNFCheckClosedLoopDisabledFlagActivity
2022-08-12T00:07:02.920Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/bdf9db514e8640789da594504cc71802/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-08-12T00:07:02.923Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/bdf9db514e8640789da594504cc71802/versions/latest/actions|INFO|500||Invoke
2022-08-12T00:07:02.925Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/bdf9db514e8640789da594504cc71802/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-08-12T00:07:03.222Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/bdf9db514e8640789da594504cc71802/versions/latest/actions|INFO|500||InvokeReturn
2022-08-12T00:07:03.223Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/bdf9db514e8640789da594504cc71802/versions/latest/actions has http status code:200 and response headers:{date=[Fri, 12 Aug 2022 00:07:02 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[292]}
2022-08-12T00:07:03.224Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||||DEBUG|500||Response was returned with an empty entity.
2022-08-12T00:07:03.225Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||||INFO|500||Successfully certified activitySpec VNFCheckClosedLoopDisabledFlagActivity
2022-08-12T00:07:03.225Z|9936f091-9a03-4e03-81e7-8313495a3c63|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-08-12T00:07:03.277Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-08-12T00:07:03.277Z|9936f091-9a03-4e03-81e7-8313495a3c63|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=[9936f091-9a03-4e03-81e7-8313495a3c63], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[3d28ad08-8bad-40e0-a437-10aa22a29675], X-ECOMP-RequestID=[9936f091-9a03-4e03-81e7-8313495a3c63], X-TransactionID=[9936f091-9a03-4e03-81e7-8313495a3c63], X-ONAP-RequestID=[9936f091-9a03-4e03-81e7-8313495a3c63], Content-Type=[application/json]}
2022-08-12T00:07:03.279Z|9936f091-9a03-4e03-81e7-8313495a3c63|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-08-12T00:07:03.463Z|9936f091-9a03-4e03-81e7-8313495a3c63|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=[Fri, 12 Aug 2022 00:07:03 GMT], server=[envoy], x-envoy-upstream-service-time=[181], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-08-12T00:07:03.465Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"e350659a09b94ba1b5a1d8c1290776bb","versionId":"d63dac3fae9f4739b6b480c85b1e2430"}
2022-08-12T00:07:03.465Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-08-12T00:07:03.468Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||||INFO|500||Successfully created activitySpec VNFSetClosedLoopDisabledFlagActivity
2022-08-12T00:07:03.520Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/e350659a09b94ba1b5a1d8c1290776bb/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-08-12T00:07:03.521Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e350659a09b94ba1b5a1d8c1290776bb/versions/latest/actions|INFO|500||Invoke
2022-08-12T00:07:03.527Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e350659a09b94ba1b5a1d8c1290776bb/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-08-12T00:07:03.960Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e350659a09b94ba1b5a1d8c1290776bb/versions/latest/actions|INFO|500||InvokeReturn
2022-08-12T00:07:03.961Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/e350659a09b94ba1b5a1d8c1290776bb/versions/latest/actions has http status code:200 and response headers:{date=[Fri, 12 Aug 2022 00:07:03 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[429]}
2022-08-12T00:07:03.962Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||||DEBUG|500||Response was returned with an empty entity.
2022-08-12T00:07:03.962Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||||INFO|500||Successfully certified activitySpec VNFSetClosedLoopDisabledFlagActivity
2022-08-12T00:07:03.963Z|9936f091-9a03-4e03-81e7-8313495a3c63|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-08-12T00:07:04.028Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-08-12T00:07:04.029Z|9936f091-9a03-4e03-81e7-8313495a3c63|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=[9936f091-9a03-4e03-81e7-8313495a3c63], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[68eccc2f-8845-4c62-9b20-f2eafd9b20ee], X-ECOMP-RequestID=[9936f091-9a03-4e03-81e7-8313495a3c63], X-TransactionID=[9936f091-9a03-4e03-81e7-8313495a3c63], X-ONAP-RequestID=[9936f091-9a03-4e03-81e7-8313495a3c63], Content-Type=[application/json]}
2022-08-12T00:07:04.030Z|9936f091-9a03-4e03-81e7-8313495a3c63|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-08-12T00:07:04.209Z|9936f091-9a03-4e03-81e7-8313495a3c63|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=[Fri, 12 Aug 2022 00:07:03 GMT], server=[envoy], x-envoy-upstream-service-time=[174], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-08-12T00:07:04.211Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"558820ad58fd440c942bb7052b472b73","versionId":"83aa5bf7d456432e8beec2ec83c78947"}
2022-08-12T00:07:04.212Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-08-12T00:07:04.216Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||||INFO|500||Successfully created activitySpec VNFUnsetClosedLoopDisabledFlagActivity
2022-08-12T00:07:04.272Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/558820ad58fd440c942bb7052b472b73/versions/latest/actions|INFO|500||Invoke
2022-08-12T00:07:04.273Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/558820ad58fd440c942bb7052b472b73/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/558820ad58fd440c942bb7052b472b73/versions/latest/actions with request headers:{X-RequestID=[9936f091-9a03-4e03-81e7-8313495a3c63], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[44adfdc9-ce7b-4e61-a8dd-b8d15861c65f], X-ECOMP-RequestID=[9936f091-9a03-4e03-81e7-8313495a3c63], X-TransactionID=[9936f091-9a03-4e03-81e7-8313495a3c63], X-ONAP-RequestID=[9936f091-9a03-4e03-81e7-8313495a3c63], Content-Type=[application/json]}
2022-08-12T00:07:04.274Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/558820ad58fd440c942bb7052b472b73/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-08-12T00:07:04.538Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/558820ad58fd440c942bb7052b472b73/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/558820ad58fd440c942bb7052b472b73/versions/latest/actions has http status code:200 and response headers:{date=[Fri, 12 Aug 2022 00:07:04 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[260]}
2022-08-12T00:07:04.539Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/558820ad58fd440c942bb7052b472b73/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-08-12T00:07:04.541Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/558820ad58fd440c942bb7052b472b73/versions/latest/actions|INFO|500||InvokeReturn
2022-08-12T00:07:04.542Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||||INFO|500||Successfully certified activitySpec VNFUnsetClosedLoopDisabledFlagActivity
2022-08-12T00:07:04.542Z|9936f091-9a03-4e03-81e7-8313495a3c63|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-08-12T00:07:04.719Z|9936f091-9a03-4e03-81e7-8313495a3c63|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-08-12T00:07:04.720Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-08-12T00:07:04.722Z|9936f091-9a03-4e03-81e7-8313495a3c63|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-08-12T00:07:04.890Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-08-12T00:07:04.891Z|9936f091-9a03-4e03-81e7-8313495a3c63|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=[Fri, 12 Aug 2022 00:07:04 GMT], server=[envoy], x-envoy-upstream-service-time=[163], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-08-12T00:07:04.891Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||||DEBUG|500||{"id":"35bd96719d79488b8458c6acd54044e4","versionId":"24107dc8498745eeaf8b5d3d356d1c5b"}
2022-08-12T00:07:04.895Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||||INFO|500||Successfully created activitySpec VNFLockActivity
2022-08-12T00:07:04.929Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/35bd96719d79488b8458c6acd54044e4/versions/latest/actions|INFO|500||Invoke
2022-08-12T00:07:04.930Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/35bd96719d79488b8458c6acd54044e4/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/35bd96719d79488b8458c6acd54044e4/versions/latest/actions with request headers:{X-RequestID=[9936f091-9a03-4e03-81e7-8313495a3c63], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[bc33af06-bf21-41ab-99e9-94263401a68a], X-ECOMP-RequestID=[9936f091-9a03-4e03-81e7-8313495a3c63], X-TransactionID=[9936f091-9a03-4e03-81e7-8313495a3c63], X-ONAP-RequestID=[9936f091-9a03-4e03-81e7-8313495a3c63], Content-Type=[application/json]}
2022-08-12T00:07:04.931Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/35bd96719d79488b8458c6acd54044e4/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-08-12T00:07:05.206Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/35bd96719d79488b8458c6acd54044e4/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/35bd96719d79488b8458c6acd54044e4/versions/latest/actions has http status code:200 and response headers:{date=[Fri, 12 Aug 2022 00:07:04 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[272]}
2022-08-12T00:07:05.207Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/35bd96719d79488b8458c6acd54044e4/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-08-12T00:07:05.207Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/35bd96719d79488b8458c6acd54044e4/versions/latest/actions|INFO|500||InvokeReturn
2022-08-12T00:07:05.208Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||||INFO|500||Successfully certified activitySpec VNFLockActivity
2022-08-12T00:07:05.208Z|9936f091-9a03-4e03-81e7-8313495a3c63|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-08-12T00:07:05.262Z|9936f091-9a03-4e03-81e7-8313495a3c63|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-08-12T00:07:05.263Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-08-12T00:07:05.264Z|9936f091-9a03-4e03-81e7-8313495a3c63|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-08-12T00:07:05.450Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-08-12T00:07:05.450Z|9936f091-9a03-4e03-81e7-8313495a3c63|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=[Fri, 12 Aug 2022 00:07:05 GMT], server=[envoy], x-envoy-upstream-service-time=[182], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-08-12T00:07:05.451Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||||DEBUG|500||{"id":"f3e85bcd9eb94750b3bd14f02a6ecb9a","versionId":"c4f5d2a7a83544fdad8a5de3196368b1"}
2022-08-12T00:07:05.454Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||||INFO|500||Successfully created activitySpec VNFUnlockActivity
2022-08-12T00:07:05.502Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/f3e85bcd9eb94750b3bd14f02a6ecb9a/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-08-12T00:07:05.503Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/f3e85bcd9eb94750b3bd14f02a6ecb9a/versions/latest/actions|INFO|500||Invoke
2022-08-12T00:07:05.504Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/f3e85bcd9eb94750b3bd14f02a6ecb9a/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-08-12T00:07:05.809Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/f3e85bcd9eb94750b3bd14f02a6ecb9a/versions/latest/actions|INFO|500||InvokeReturn
2022-08-12T00:07:05.810Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/f3e85bcd9eb94750b3bd14f02a6ecb9a/versions/latest/actions has http status code:200 and response headers:{date=[Fri, 12 Aug 2022 00:07:05 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[298]}
2022-08-12T00:07:05.810Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||||DEBUG|500||Response was returned with an empty entity.
2022-08-12T00:07:05.811Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||||INFO|500||Successfully certified activitySpec VNFUnlockActivity
2022-08-12T00:07:05.811Z|9936f091-9a03-4e03-81e7-8313495a3c63|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-08-12T00:07:05.878Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-08-12T00:07:05.879Z|9936f091-9a03-4e03-81e7-8313495a3c63|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=[9936f091-9a03-4e03-81e7-8313495a3c63], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[c529c774-a8d6-4177-8c69-9372d24023c1], X-ECOMP-RequestID=[9936f091-9a03-4e03-81e7-8313495a3c63], X-TransactionID=[9936f091-9a03-4e03-81e7-8313495a3c63], X-ONAP-RequestID=[9936f091-9a03-4e03-81e7-8313495a3c63], Content-Type=[application/json]}
2022-08-12T00:07:05.880Z|9936f091-9a03-4e03-81e7-8313495a3c63|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-08-12T00:07:06.053Z|9936f091-9a03-4e03-81e7-8313495a3c63|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=[Fri, 12 Aug 2022 00:07:05 GMT], server=[envoy], x-envoy-upstream-service-time=[171], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-08-12T00:07:06.054Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"8dff2531e7fe486f9630ee34d9dda17a","versionId":"0dd655325095466981dc2b5d02e010b2"}
2022-08-12T00:07:06.055Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-08-12T00:07:06.058Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||||INFO|500||Successfully created activitySpec VNFStopActivity
2022-08-12T00:07:06.086Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/8dff2531e7fe486f9630ee34d9dda17a/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-08-12T00:07:06.087Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/8dff2531e7fe486f9630ee34d9dda17a/versions/latest/actions|INFO|500||Invoke
2022-08-12T00:07:06.088Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/8dff2531e7fe486f9630ee34d9dda17a/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-08-12T00:07:06.402Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/8dff2531e7fe486f9630ee34d9dda17a/versions/latest/actions|INFO|500||InvokeReturn
2022-08-12T00:07:06.403Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/8dff2531e7fe486f9630ee34d9dda17a/versions/latest/actions has http status code:200 and response headers:{date=[Fri, 12 Aug 2022 00:07:05 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[311]}
2022-08-12T00:07:06.403Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||||DEBUG|500||Response was returned with an empty entity.
2022-08-12T00:07:06.403Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||||INFO|500||Successfully certified activitySpec VNFStopActivity
2022-08-12T00:07:06.404Z|9936f091-9a03-4e03-81e7-8313495a3c63|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-08-12T00:07:06.443Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-08-12T00:07:06.443Z|9936f091-9a03-4e03-81e7-8313495a3c63|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=[9936f091-9a03-4e03-81e7-8313495a3c63], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[c2ae8558-a2a0-4d70-be82-80d9ac4cd58d], X-ECOMP-RequestID=[9936f091-9a03-4e03-81e7-8313495a3c63], X-TransactionID=[9936f091-9a03-4e03-81e7-8313495a3c63], X-ONAP-RequestID=[9936f091-9a03-4e03-81e7-8313495a3c63], Content-Type=[application/json]}
2022-08-12T00:07:06.444Z|9936f091-9a03-4e03-81e7-8313495a3c63|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-08-12T00:07:06.651Z|9936f091-9a03-4e03-81e7-8313495a3c63|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=[Fri, 12 Aug 2022 00:07:06 GMT], server=[envoy], x-envoy-upstream-service-time=[205], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-08-12T00:07:06.652Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"c086f6cb15f14c97be56e2902dd047f2","versionId":"db65e46353c7490590c2daa8b2f06d15"}
2022-08-12T00:07:06.654Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-08-12T00:07:06.656Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||||INFO|500||Successfully created activitySpec VNFStartActivity
2022-08-12T00:07:06.683Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/c086f6cb15f14c97be56e2902dd047f2/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-08-12T00:07:06.684Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/c086f6cb15f14c97be56e2902dd047f2/versions/latest/actions|INFO|500||Invoke
2022-08-12T00:07:06.685Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/c086f6cb15f14c97be56e2902dd047f2/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-08-12T00:07:07.203Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/c086f6cb15f14c97be56e2902dd047f2/versions/latest/actions|INFO|500||InvokeReturn
2022-08-12T00:07:07.203Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/c086f6cb15f14c97be56e2902dd047f2/versions/latest/actions has http status code:200 and response headers:{date=[Fri, 12 Aug 2022 00:07:06 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[515]}
2022-08-12T00:07:07.204Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||||DEBUG|500||Response was returned with an empty entity.
2022-08-12T00:07:07.204Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||||INFO|500||Successfully certified activitySpec VNFStartActivity
2022-08-12T00:07:07.204Z|9936f091-9a03-4e03-81e7-8313495a3c63|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-08-12T00:07:07.240Z|9936f091-9a03-4e03-81e7-8313495a3c63|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-08-12T00:07:07.241Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-08-12T00:07:07.242Z|9936f091-9a03-4e03-81e7-8313495a3c63|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-08-12T00:07:07.625Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-08-12T00:07:07.626Z|9936f091-9a03-4e03-81e7-8313495a3c63|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=[Fri, 12 Aug 2022 00:07:07 GMT], server=[envoy], x-envoy-upstream-service-time=[380], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-08-12T00:07:07.627Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||||DEBUG|500||{"id":"ac7eee21f836451aa3ef0724935b2f82","versionId":"0f9126d201e944bcb593da013d1f0003"}
2022-08-12T00:07:07.630Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||||INFO|500||Successfully created activitySpec VNFSnapShotActivity
2022-08-12T00:07:07.678Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/ac7eee21f836451aa3ef0724935b2f82/versions/latest/actions|INFO|500||Invoke
2022-08-12T00:07:07.679Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/ac7eee21f836451aa3ef0724935b2f82/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/ac7eee21f836451aa3ef0724935b2f82/versions/latest/actions with request headers:{X-RequestID=[9936f091-9a03-4e03-81e7-8313495a3c63], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[7282110c-cebc-48e2-bdd8-9d3b4a039239], X-ECOMP-RequestID=[9936f091-9a03-4e03-81e7-8313495a3c63], X-TransactionID=[9936f091-9a03-4e03-81e7-8313495a3c63], X-ONAP-RequestID=[9936f091-9a03-4e03-81e7-8313495a3c63], Content-Type=[application/json]}
2022-08-12T00:07:07.680Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/ac7eee21f836451aa3ef0724935b2f82/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-08-12T00:07:08.207Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/ac7eee21f836451aa3ef0724935b2f82/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/ac7eee21f836451aa3ef0724935b2f82/versions/latest/actions has http status code:200 and response headers:{date=[Fri, 12 Aug 2022 00:07:07 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[523]}
2022-08-12T00:07:08.208Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/ac7eee21f836451aa3ef0724935b2f82/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-08-12T00:07:08.209Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/ac7eee21f836451aa3ef0724935b2f82/versions/latest/actions|INFO|500||InvokeReturn
2022-08-12T00:07:08.209Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||||INFO|500||Successfully certified activitySpec VNFSnapShotActivity
2022-08-12T00:07:08.210Z|9936f091-9a03-4e03-81e7-8313495a3c63|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-08-12T00:07:08.249Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-08-12T00:07:08.250Z|9936f091-9a03-4e03-81e7-8313495a3c63|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=[9936f091-9a03-4e03-81e7-8313495a3c63], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[d847166e-6342-462c-9374-d495ed3e9f78], X-ECOMP-RequestID=[9936f091-9a03-4e03-81e7-8313495a3c63], X-TransactionID=[9936f091-9a03-4e03-81e7-8313495a3c63], X-ONAP-RequestID=[9936f091-9a03-4e03-81e7-8313495a3c63], Content-Type=[application/json]}
2022-08-12T00:07:08.251Z|9936f091-9a03-4e03-81e7-8313495a3c63|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-08-12T00:07:08.633Z|9936f091-9a03-4e03-81e7-8313495a3c63|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=[Fri, 12 Aug 2022 00:07:08 GMT], server=[envoy], x-envoy-upstream-service-time=[379], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-08-12T00:07:08.634Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"7dcce44eb7d24a7bb2071e60acd0ed24","versionId":"fd3cef4108824dc5b2987de39de4717b"}
2022-08-12T00:07:08.635Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-08-12T00:07:08.637Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||||INFO|500||Successfully created activitySpec FlowCompleteActivity
2022-08-12T00:07:08.666Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/7dcce44eb7d24a7bb2071e60acd0ed24/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-08-12T00:07:08.668Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/7dcce44eb7d24a7bb2071e60acd0ed24/versions/latest/actions|INFO|500||Invoke
2022-08-12T00:07:08.669Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/7dcce44eb7d24a7bb2071e60acd0ed24/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-08-12T00:07:09.294Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/7dcce44eb7d24a7bb2071e60acd0ed24/versions/latest/actions|INFO|500||InvokeReturn
2022-08-12T00:07:09.295Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/7dcce44eb7d24a7bb2071e60acd0ed24/versions/latest/actions has http status code:200 and response headers:{date=[Fri, 12 Aug 2022 00:07:08 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[623]}
2022-08-12T00:07:09.296Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||||DEBUG|500||Response was returned with an empty entity.
2022-08-12T00:07:09.296Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||||INFO|500||Successfully certified activitySpec FlowCompleteActivity
2022-08-12T00:07:09.296Z|9936f091-9a03-4e03-81e7-8313495a3c63|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-08-12T00:07:09.337Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-08-12T00:07:09.338Z|9936f091-9a03-4e03-81e7-8313495a3c63|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=[9936f091-9a03-4e03-81e7-8313495a3c63], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[81de4734-9f35-436f-9a72-3aad36e00e7c], X-ECOMP-RequestID=[9936f091-9a03-4e03-81e7-8313495a3c63], X-TransactionID=[9936f091-9a03-4e03-81e7-8313495a3c63], X-ONAP-RequestID=[9936f091-9a03-4e03-81e7-8313495a3c63], Content-Type=[application/json]}
2022-08-12T00:07:09.339Z|9936f091-9a03-4e03-81e7-8313495a3c63|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-08-12T00:07:09.626Z|9936f091-9a03-4e03-81e7-8313495a3c63|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=[Fri, 12 Aug 2022 00:07:09 GMT], server=[envoy], x-envoy-upstream-service-time=[285], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-08-12T00:07:09.627Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"d5248c6161f04e5e950ed2e260d99cfd","versionId":"703b6ee62b004c5a84b7684d34979ffe"}
2022-08-12T00:07:09.628Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-08-12T00:07:09.631Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||||INFO|500||Successfully created activitySpec PauseForManualTaskActivity
2022-08-12T00:07:09.672Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/d5248c6161f04e5e950ed2e260d99cfd/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-08-12T00:07:09.673Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/d5248c6161f04e5e950ed2e260d99cfd/versions/latest/actions|INFO|500||Invoke
2022-08-12T00:07:09.674Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/d5248c6161f04e5e950ed2e260d99cfd/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-08-12T00:07:10.122Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/d5248c6161f04e5e950ed2e260d99cfd/versions/latest/actions|INFO|500||InvokeReturn
2022-08-12T00:07:10.123Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/d5248c6161f04e5e950ed2e260d99cfd/versions/latest/actions has http status code:200 and response headers:{date=[Fri, 12 Aug 2022 00:07:09 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[444]}
2022-08-12T00:07:10.123Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||||DEBUG|500||Response was returned with an empty entity.
2022-08-12T00:07:10.123Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||||INFO|500||Successfully certified activitySpec PauseForManualTaskActivity
2022-08-12T00:07:10.123Z|9936f091-9a03-4e03-81e7-8313495a3c63|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-08-12T00:07:10.157Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-08-12T00:07:10.158Z|9936f091-9a03-4e03-81e7-8313495a3c63|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=[9936f091-9a03-4e03-81e7-8313495a3c63], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[4e015d7b-25d0-48ce-b536-2cab3fcddf8b], X-ECOMP-RequestID=[9936f091-9a03-4e03-81e7-8313495a3c63], X-TransactionID=[9936f091-9a03-4e03-81e7-8313495a3c63], X-ONAP-RequestID=[9936f091-9a03-4e03-81e7-8313495a3c63], Content-Type=[application/json]}
2022-08-12T00:07:10.159Z|9936f091-9a03-4e03-81e7-8313495a3c63|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-08-12T00:07:10.467Z|9936f091-9a03-4e03-81e7-8313495a3c63|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=[Fri, 12 Aug 2022 00:07:10 GMT], server=[envoy], x-envoy-upstream-service-time=[306], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-08-12T00:07:10.468Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"0c77779bebfb44e595efa90fbeee671b","versionId":"1587e01780c94ef3922bd46956150a2f"}
2022-08-12T00:07:10.469Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-08-12T00:07:10.471Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||||INFO|500||Successfully created activitySpec DistributeTrafficActivity
2022-08-12T00:07:10.507Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0c77779bebfb44e595efa90fbeee671b/versions/latest/actions|INFO|500||Invoke
2022-08-12T00:07:10.508Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0c77779bebfb44e595efa90fbeee671b/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/0c77779bebfb44e595efa90fbeee671b/versions/latest/actions with request headers:{X-RequestID=[9936f091-9a03-4e03-81e7-8313495a3c63], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[ace27f90-6760-4772-a27e-4ba9b27ebdd6], X-ECOMP-RequestID=[9936f091-9a03-4e03-81e7-8313495a3c63], X-TransactionID=[9936f091-9a03-4e03-81e7-8313495a3c63], X-ONAP-RequestID=[9936f091-9a03-4e03-81e7-8313495a3c63], Content-Type=[application/json]}
2022-08-12T00:07:10.509Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0c77779bebfb44e595efa90fbeee671b/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-08-12T00:07:11.025Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0c77779bebfb44e595efa90fbeee671b/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/0c77779bebfb44e595efa90fbeee671b/versions/latest/actions has http status code:200 and response headers:{date=[Fri, 12 Aug 2022 00:07:10 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[513]}
2022-08-12T00:07:11.026Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0c77779bebfb44e595efa90fbeee671b/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-08-12T00:07:11.026Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0c77779bebfb44e595efa90fbeee671b/versions/latest/actions|INFO|500||InvokeReturn
2022-08-12T00:07:11.027Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||||INFO|500||Successfully certified activitySpec DistributeTrafficActivity
2022-08-12T00:07:11.027Z|9936f091-9a03-4e03-81e7-8313495a3c63|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-08-12T00:07:11.069Z|9936f091-9a03-4e03-81e7-8313495a3c63|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-08-12T00:07:11.070Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-08-12T00:07:11.071Z|9936f091-9a03-4e03-81e7-8313495a3c63|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-08-12T00:07:11.456Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-08-12T00:07:11.457Z|9936f091-9a03-4e03-81e7-8313495a3c63|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=[Fri, 12 Aug 2022 00:07:10 GMT], server=[envoy], x-envoy-upstream-service-time=[380], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-08-12T00:07:11.458Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||||DEBUG|500||{"id":"00ec1ff108734de7b8f70c4ff8d76c8c","versionId":"8c893a15db374e8ebe6c38f8a3737ae8"}
2022-08-12T00:07:11.462Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||||INFO|500||Successfully created activitySpec DistributeTrafficCheckActivity
2022-08-12T00:07:11.489Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/00ec1ff108734de7b8f70c4ff8d76c8c/versions/latest/actions|INFO|500||Invoke
2022-08-12T00:07:11.489Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/00ec1ff108734de7b8f70c4ff8d76c8c/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/00ec1ff108734de7b8f70c4ff8d76c8c/versions/latest/actions with request headers:{X-RequestID=[9936f091-9a03-4e03-81e7-8313495a3c63], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[8ffa4d0e-10a3-48dc-a6c4-fedd89d6ec99], X-ECOMP-RequestID=[9936f091-9a03-4e03-81e7-8313495a3c63], X-TransactionID=[9936f091-9a03-4e03-81e7-8313495a3c63], X-ONAP-RequestID=[9936f091-9a03-4e03-81e7-8313495a3c63], Content-Type=[application/json]}
2022-08-12T00:07:11.490Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/00ec1ff108734de7b8f70c4ff8d76c8c/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-08-12T00:07:12.067Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/00ec1ff108734de7b8f70c4ff8d76c8c/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/00ec1ff108734de7b8f70c4ff8d76c8c/versions/latest/actions has http status code:200 and response headers:{date=[Fri, 12 Aug 2022 00:07:11 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[573]}
2022-08-12T00:07:12.067Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/00ec1ff108734de7b8f70c4ff8d76c8c/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-08-12T00:07:12.068Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/00ec1ff108734de7b8f70c4ff8d76c8c/versions/latest/actions|INFO|500||InvokeReturn
2022-08-12T00:07:12.069Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||||INFO|500||Successfully certified activitySpec DistributeTrafficCheckActivity
2022-08-12T00:07:12.069Z|9936f091-9a03-4e03-81e7-8313495a3c63|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-08-12T00:07:12.107Z|9936f091-9a03-4e03-81e7-8313495a3c63|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-08-12T00:07:12.109Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-08-12T00:07:12.110Z|9936f091-9a03-4e03-81e7-8313495a3c63|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-08-12T00:07:12.345Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-08-12T00:07:12.347Z|9936f091-9a03-4e03-81e7-8313495a3c63|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=[Fri, 12 Aug 2022 00:07:11 GMT], server=[envoy], x-envoy-upstream-service-time=[232], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-08-12T00:07:12.348Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||||DEBUG|500||{"id":"e28857fb53a14cf0a7302084133ee786","versionId":"1806bb57d5f242c493eb5cfbad41fa7d"}
2022-08-12T00:07:12.351Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||||INFO|500||Successfully created activitySpec VNFHealthCheckActivity
2022-08-12T00:07:12.391Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e28857fb53a14cf0a7302084133ee786/versions/latest/actions|INFO|500||Invoke
2022-08-12T00:07:12.392Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e28857fb53a14cf0a7302084133ee786/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/e28857fb53a14cf0a7302084133ee786/versions/latest/actions with request headers:{X-RequestID=[9936f091-9a03-4e03-81e7-8313495a3c63], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[38b27bcd-d730-4155-8668-802b689a8a28], X-ECOMP-RequestID=[9936f091-9a03-4e03-81e7-8313495a3c63], X-TransactionID=[9936f091-9a03-4e03-81e7-8313495a3c63], X-ONAP-RequestID=[9936f091-9a03-4e03-81e7-8313495a3c63], Content-Type=[application/json]}
2022-08-12T00:07:12.393Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e28857fb53a14cf0a7302084133ee786/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-08-12T00:07:12.855Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e28857fb53a14cf0a7302084133ee786/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/e28857fb53a14cf0a7302084133ee786/versions/latest/actions has http status code:200 and response headers:{date=[Fri, 12 Aug 2022 00:07:12 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[459]}
2022-08-12T00:07:12.856Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e28857fb53a14cf0a7302084133ee786/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-08-12T00:07:12.857Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e28857fb53a14cf0a7302084133ee786/versions/latest/actions|INFO|500||InvokeReturn
2022-08-12T00:07:12.858Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||||INFO|500||Successfully certified activitySpec VNFHealthCheckActivity
2022-08-12T00:07:12.858Z|9936f091-9a03-4e03-81e7-8313495a3c63|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-08-12T00:07:12.891Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-08-12T00:07:12.892Z|9936f091-9a03-4e03-81e7-8313495a3c63|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=[9936f091-9a03-4e03-81e7-8313495a3c63], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[ce60b459-5727-45f5-a615-cc49ef7ab7e5], X-ECOMP-RequestID=[9936f091-9a03-4e03-81e7-8313495a3c63], X-TransactionID=[9936f091-9a03-4e03-81e7-8313495a3c63], X-ONAP-RequestID=[9936f091-9a03-4e03-81e7-8313495a3c63], Content-Type=[application/json]}
2022-08-12T00:07:12.893Z|9936f091-9a03-4e03-81e7-8313495a3c63|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-08-12T00:07:13.247Z|9936f091-9a03-4e03-81e7-8313495a3c63|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=[Fri, 12 Aug 2022 00:07:12 GMT], server=[envoy], x-envoy-upstream-service-time=[352], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-08-12T00:07:13.248Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"819f72c0399e4b4c860b874a5b1ea1b3","versionId":"4e6b1d0990d14614bd0bed09af81448d"}
2022-08-12T00:07:13.249Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-08-12T00:07:13.251Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||||INFO|500||Successfully created activitySpec VNFQuiesceTrafficActivity
2022-08-12T00:07:13.276Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/819f72c0399e4b4c860b874a5b1ea1b3/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-08-12T00:07:13.277Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/819f72c0399e4b4c860b874a5b1ea1b3/versions/latest/actions|INFO|500||Invoke
2022-08-12T00:07:13.278Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/819f72c0399e4b4c860b874a5b1ea1b3/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-08-12T00:07:13.711Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/819f72c0399e4b4c860b874a5b1ea1b3/versions/latest/actions|INFO|500||InvokeReturn
2022-08-12T00:07:13.712Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/819f72c0399e4b4c860b874a5b1ea1b3/versions/latest/actions has http status code:200 and response headers:{date=[Fri, 12 Aug 2022 00:07:13 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[395]}
2022-08-12T00:07:13.712Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||||DEBUG|500||Response was returned with an empty entity.
2022-08-12T00:07:13.713Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||||INFO|500||Successfully certified activitySpec VNFQuiesceTrafficActivity
2022-08-12T00:07:13.715Z|9936f091-9a03-4e03-81e7-8313495a3c63|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-08-12T00:07:13.751Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-08-12T00:07:13.751Z|9936f091-9a03-4e03-81e7-8313495a3c63|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=[9936f091-9a03-4e03-81e7-8313495a3c63], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[56000595-b7b9-4298-92bb-0e4c419f6ef8], X-ECOMP-RequestID=[9936f091-9a03-4e03-81e7-8313495a3c63], X-TransactionID=[9936f091-9a03-4e03-81e7-8313495a3c63], X-ONAP-RequestID=[9936f091-9a03-4e03-81e7-8313495a3c63], Content-Type=[application/json]}
2022-08-12T00:07:13.752Z|9936f091-9a03-4e03-81e7-8313495a3c63|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-08-12T00:07:13.919Z|9936f091-9a03-4e03-81e7-8313495a3c63|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=[Fri, 12 Aug 2022 00:07:13 GMT], server=[envoy], x-envoy-upstream-service-time=[164], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-08-12T00:07:13.920Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"87a2773f318a412db0c615bf18895254","versionId":"b0cc2fe93cdb4a3899ee4e6b9092e86b"}
2022-08-12T00:07:13.920Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-08-12T00:07:13.923Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||||INFO|500||Successfully created activitySpec VNFResumeTrafficActivity
2022-08-12T00:07:13.950Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/87a2773f318a412db0c615bf18895254/versions/latest/actions|INFO|500||Invoke
2022-08-12T00:07:13.950Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/87a2773f318a412db0c615bf18895254/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/87a2773f318a412db0c615bf18895254/versions/latest/actions with request headers:{X-RequestID=[9936f091-9a03-4e03-81e7-8313495a3c63], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[d732ff2e-6abd-4ae1-bd25-792a3fda9565], X-ECOMP-RequestID=[9936f091-9a03-4e03-81e7-8313495a3c63], X-TransactionID=[9936f091-9a03-4e03-81e7-8313495a3c63], X-ONAP-RequestID=[9936f091-9a03-4e03-81e7-8313495a3c63], Content-Type=[application/json]}
2022-08-12T00:07:13.952Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/87a2773f318a412db0c615bf18895254/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-08-12T00:07:14.682Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/87a2773f318a412db0c615bf18895254/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/87a2773f318a412db0c615bf18895254/versions/latest/actions has http status code:200 and response headers:{date=[Fri, 12 Aug 2022 00:07:13 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[722]}
2022-08-12T00:07:14.683Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/87a2773f318a412db0c615bf18895254/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-08-12T00:07:14.683Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/87a2773f318a412db0c615bf18895254/versions/latest/actions|INFO|500||InvokeReturn
2022-08-12T00:07:14.684Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||||INFO|500||Successfully certified activitySpec VNFResumeTrafficActivity
2022-08-12T00:07:14.684Z|9936f091-9a03-4e03-81e7-8313495a3c63|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-08-12T00:07:14.729Z|9936f091-9a03-4e03-81e7-8313495a3c63|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-08-12T00:07:14.825Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-08-12T00:07:14.827Z|9936f091-9a03-4e03-81e7-8313495a3c63|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-08-12T00:07:15.180Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-08-12T00:07:15.180Z|9936f091-9a03-4e03-81e7-8313495a3c63|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=[Fri, 12 Aug 2022 00:07:14 GMT], server=[envoy], x-envoy-upstream-service-time=[349], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-08-12T00:07:15.182Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||||DEBUG|500||{"id":"ef6c194051144b398066dd5f7e44f8b4","versionId":"5a142172b83b468c9d86ba68088fd4e2"}
2022-08-12T00:07:15.184Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||||INFO|500||Successfully created activitySpec VNFUnsetInMaintFlagActivity
2022-08-12T00:07:15.221Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/ef6c194051144b398066dd5f7e44f8b4/versions/latest/actions|INFO|500||Invoke
2022-08-12T00:07:15.221Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/ef6c194051144b398066dd5f7e44f8b4/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/ef6c194051144b398066dd5f7e44f8b4/versions/latest/actions with request headers:{X-RequestID=[9936f091-9a03-4e03-81e7-8313495a3c63], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[10d1425e-8c59-4489-a3f0-e7754626fc2f], X-ECOMP-RequestID=[9936f091-9a03-4e03-81e7-8313495a3c63], X-TransactionID=[9936f091-9a03-4e03-81e7-8313495a3c63], X-ONAP-RequestID=[9936f091-9a03-4e03-81e7-8313495a3c63], Content-Type=[application/json]}
2022-08-12T00:07:15.223Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/ef6c194051144b398066dd5f7e44f8b4/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-08-12T00:07:15.861Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/ef6c194051144b398066dd5f7e44f8b4/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/ef6c194051144b398066dd5f7e44f8b4/versions/latest/actions has http status code:200 and response headers:{date=[Fri, 12 Aug 2022 00:07:15 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[637]}
2022-08-12T00:07:15.862Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/ef6c194051144b398066dd5f7e44f8b4/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-08-12T00:07:15.863Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/ef6c194051144b398066dd5f7e44f8b4/versions/latest/actions|INFO|500||InvokeReturn
2022-08-12T00:07:15.863Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||||INFO|500||Successfully certified activitySpec VNFUnsetInMaintFlagActivity
2022-08-12T00:07:15.863Z|9936f091-9a03-4e03-81e7-8313495a3c63|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-08-12T00:07:15.902Z|9936f091-9a03-4e03-81e7-8313495a3c63|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-08-12T00:07:15.903Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-08-12T00:07:15.904Z|9936f091-9a03-4e03-81e7-8313495a3c63|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-08-12T00:07:16.083Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-08-12T00:07:16.083Z|9936f091-9a03-4e03-81e7-8313495a3c63|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=[Fri, 12 Aug 2022 00:07:15 GMT], server=[envoy], x-envoy-upstream-service-time=[177], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-08-12T00:07:16.084Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||||DEBUG|500||{"id":"6cdca7aceb2f438aa51dee59764c6ab5","versionId":"33e7bef8ce7141c38e4a98742abbcc13"}
2022-08-12T00:07:16.086Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||||INFO|500||Successfully created activitySpec VNFUpgradeBackupActivity
2022-08-12T00:07:16.129Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6cdca7aceb2f438aa51dee59764c6ab5/versions/latest/actions|INFO|500||Invoke
2022-08-12T00:07:16.129Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6cdca7aceb2f438aa51dee59764c6ab5/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/6cdca7aceb2f438aa51dee59764c6ab5/versions/latest/actions with request headers:{X-RequestID=[9936f091-9a03-4e03-81e7-8313495a3c63], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[3794b49f-c02e-4203-8b47-4c95af3035e9], X-ECOMP-RequestID=[9936f091-9a03-4e03-81e7-8313495a3c63], X-TransactionID=[9936f091-9a03-4e03-81e7-8313495a3c63], X-ONAP-RequestID=[9936f091-9a03-4e03-81e7-8313495a3c63], Content-Type=[application/json]}
2022-08-12T00:07:16.130Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6cdca7aceb2f438aa51dee59764c6ab5/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-08-12T00:07:16.387Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6cdca7aceb2f438aa51dee59764c6ab5/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/6cdca7aceb2f438aa51dee59764c6ab5/versions/latest/actions has http status code:200 and response headers:{date=[Fri, 12 Aug 2022 00:07:16 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[254]}
2022-08-12T00:07:16.388Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6cdca7aceb2f438aa51dee59764c6ab5/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-08-12T00:07:16.389Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6cdca7aceb2f438aa51dee59764c6ab5/versions/latest/actions|INFO|500||InvokeReturn
2022-08-12T00:07:16.389Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||||INFO|500||Successfully certified activitySpec VNFUpgradeBackupActivity
2022-08-12T00:07:16.389Z|9936f091-9a03-4e03-81e7-8313495a3c63|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-08-12T00:07:16.427Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-08-12T00:07:16.427Z|9936f091-9a03-4e03-81e7-8313495a3c63|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=[9936f091-9a03-4e03-81e7-8313495a3c63], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[af909ee1-a8fa-4e86-b442-3ea773325050], X-ECOMP-RequestID=[9936f091-9a03-4e03-81e7-8313495a3c63], X-TransactionID=[9936f091-9a03-4e03-81e7-8313495a3c63], X-ONAP-RequestID=[9936f091-9a03-4e03-81e7-8313495a3c63], Content-Type=[application/json]}
2022-08-12T00:07:16.428Z|9936f091-9a03-4e03-81e7-8313495a3c63|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-08-12T00:07:16.688Z|9936f091-9a03-4e03-81e7-8313495a3c63|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=[Fri, 12 Aug 2022 00:07:16 GMT], server=[envoy], x-envoy-upstream-service-time=[257], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-08-12T00:07:16.690Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"7eb812e8d10f4536a5627f46eecb59c0","versionId":"f95e67c0197b4326b46c7f40f6728519"}
2022-08-12T00:07:16.691Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-08-12T00:07:16.694Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||||INFO|500||Successfully created activitySpec VNFUpgradePostCheckActivity
2022-08-12T00:07:16.726Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/7eb812e8d10f4536a5627f46eecb59c0/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-08-12T00:07:16.727Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/7eb812e8d10f4536a5627f46eecb59c0/versions/latest/actions|INFO|500||Invoke
2022-08-12T00:07:16.728Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/7eb812e8d10f4536a5627f46eecb59c0/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-08-12T00:07:17.167Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/7eb812e8d10f4536a5627f46eecb59c0/versions/latest/actions|INFO|500||InvokeReturn
2022-08-12T00:07:17.168Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/7eb812e8d10f4536a5627f46eecb59c0/versions/latest/actions has http status code:200 and response headers:{date=[Fri, 12 Aug 2022 00:07:16 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[436]}
2022-08-12T00:07:17.168Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||||DEBUG|500||Response was returned with an empty entity.
2022-08-12T00:07:17.169Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||||INFO|500||Successfully certified activitySpec VNFUpgradePostCheckActivity
2022-08-12T00:07:17.169Z|9936f091-9a03-4e03-81e7-8313495a3c63|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-08-12T00:07:17.213Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-08-12T00:07:17.213Z|9936f091-9a03-4e03-81e7-8313495a3c63|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=[9936f091-9a03-4e03-81e7-8313495a3c63], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[825e13b4-e060-4edb-adbe-9ee7214f8b88], X-ECOMP-RequestID=[9936f091-9a03-4e03-81e7-8313495a3c63], X-TransactionID=[9936f091-9a03-4e03-81e7-8313495a3c63], X-ONAP-RequestID=[9936f091-9a03-4e03-81e7-8313495a3c63], Content-Type=[application/json]}
2022-08-12T00:07:17.214Z|9936f091-9a03-4e03-81e7-8313495a3c63|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-08-12T00:07:17.463Z|9936f091-9a03-4e03-81e7-8313495a3c63|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=[Fri, 12 Aug 2022 00:07:17 GMT], server=[envoy], x-envoy-upstream-service-time=[242], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-08-12T00:07:17.474Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"a5341d01e63744cd879e358c977f7b09","versionId":"73602e168f9d4598aba018b78eef0b32"}
2022-08-12T00:07:17.475Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-08-12T00:07:17.477Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||||INFO|500||Successfully created activitySpec VNFUpgradePreCheckActivity
2022-08-12T00:07:17.506Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/a5341d01e63744cd879e358c977f7b09/versions/latest/actions|INFO|500||Invoke
2022-08-12T00:07:17.507Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/a5341d01e63744cd879e358c977f7b09/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/a5341d01e63744cd879e358c977f7b09/versions/latest/actions with request headers:{X-RequestID=[9936f091-9a03-4e03-81e7-8313495a3c63], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[c57f608f-6d9c-4646-9eb8-7ef9f1cd29da], X-ECOMP-RequestID=[9936f091-9a03-4e03-81e7-8313495a3c63], X-TransactionID=[9936f091-9a03-4e03-81e7-8313495a3c63], X-ONAP-RequestID=[9936f091-9a03-4e03-81e7-8313495a3c63], Content-Type=[application/json]}
2022-08-12T00:07:17.508Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/a5341d01e63744cd879e358c977f7b09/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-08-12T00:07:17.919Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/a5341d01e63744cd879e358c977f7b09/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/a5341d01e63744cd879e358c977f7b09/versions/latest/actions has http status code:200 and response headers:{date=[Fri, 12 Aug 2022 00:07:17 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[408]}
2022-08-12T00:07:17.919Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/a5341d01e63744cd879e358c977f7b09/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-08-12T00:07:17.920Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/a5341d01e63744cd879e358c977f7b09/versions/latest/actions|INFO|500||InvokeReturn
2022-08-12T00:07:17.921Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||||INFO|500||Successfully certified activitySpec VNFUpgradePreCheckActivity
2022-08-12T00:07:17.922Z|9936f091-9a03-4e03-81e7-8313495a3c63|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-08-12T00:07:17.981Z|9936f091-9a03-4e03-81e7-8313495a3c63|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-08-12T00:07:17.986Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-08-12T00:07:17.989Z|9936f091-9a03-4e03-81e7-8313495a3c63|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-08-12T00:07:18.175Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-08-12T00:07:18.176Z|9936f091-9a03-4e03-81e7-8313495a3c63|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=[Fri, 12 Aug 2022 00:07:17 GMT], server=[envoy], x-envoy-upstream-service-time=[184], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-08-12T00:07:18.176Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||||DEBUG|500||{"id":"c2ade82c130944c1a5d279f4b40ab586","versionId":"9cf5fcfd6463496591b14f56869ffd11"}
2022-08-12T00:07:18.178Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||||INFO|500||Successfully created activitySpec VNFUpgradeSoftwareActivity
2022-08-12T00:07:18.203Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/c2ade82c130944c1a5d279f4b40ab586/versions/latest/actions|INFO|500||Invoke
2022-08-12T00:07:18.203Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/c2ade82c130944c1a5d279f4b40ab586/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/c2ade82c130944c1a5d279f4b40ab586/versions/latest/actions with request headers:{X-RequestID=[9936f091-9a03-4e03-81e7-8313495a3c63], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[b2081d5e-5238-46d6-8cf6-9c68e193b293], X-ECOMP-RequestID=[9936f091-9a03-4e03-81e7-8313495a3c63], X-TransactionID=[9936f091-9a03-4e03-81e7-8313495a3c63], X-ONAP-RequestID=[9936f091-9a03-4e03-81e7-8313495a3c63], Content-Type=[application/json]}
2022-08-12T00:07:18.204Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/c2ade82c130944c1a5d279f4b40ab586/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-08-12T00:07:18.491Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/c2ade82c130944c1a5d279f4b40ab586/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/c2ade82c130944c1a5d279f4b40ab586/versions/latest/actions has http status code:200 and response headers:{date=[Fri, 12 Aug 2022 00:07:18 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[283]}
2022-08-12T00:07:18.491Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/c2ade82c130944c1a5d279f4b40ab586/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-08-12T00:07:18.492Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/c2ade82c130944c1a5d279f4b40ab586/versions/latest/actions|INFO|500||InvokeReturn
2022-08-12T00:07:18.492Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||||INFO|500||Successfully certified activitySpec VNFUpgradeSoftwareActivity
2022-08-12T00:07:18.492Z|9936f091-9a03-4e03-81e7-8313495a3c63|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-08-12T00:07:18.529Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-08-12T00:07:18.530Z|9936f091-9a03-4e03-81e7-8313495a3c63|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=[9936f091-9a03-4e03-81e7-8313495a3c63], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[d1f51796-0d54-482f-8738-a442ee414a80], X-ECOMP-RequestID=[9936f091-9a03-4e03-81e7-8313495a3c63], X-TransactionID=[9936f091-9a03-4e03-81e7-8313495a3c63], X-ONAP-RequestID=[9936f091-9a03-4e03-81e7-8313495a3c63], Content-Type=[application/json]}
2022-08-12T00:07:18.531Z|9936f091-9a03-4e03-81e7-8313495a3c63|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-08-12T00:07:18.695Z|9936f091-9a03-4e03-81e7-8313495a3c63|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=[Fri, 12 Aug 2022 00:07:18 GMT], server=[envoy], x-envoy-upstream-service-time=[162], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-08-12T00:07:18.696Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"7288d19b9d6748f6acc1cd132fa20c7f","versionId":"a345246f34124565ad630eadf36dfe1a"}
2022-08-12T00:07:18.696Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-08-12T00:07:18.698Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||||INFO|500||Successfully created activitySpec VnfInPlaceSoftwareUpdate
2022-08-12T00:07:18.722Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/7288d19b9d6748f6acc1cd132fa20c7f/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-08-12T00:07:18.723Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/7288d19b9d6748f6acc1cd132fa20c7f/versions/latest/actions|INFO|500||Invoke
2022-08-12T00:07:18.724Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/7288d19b9d6748f6acc1cd132fa20c7f/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-08-12T00:07:19.015Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/7288d19b9d6748f6acc1cd132fa20c7f/versions/latest/actions|INFO|500||InvokeReturn
2022-08-12T00:07:19.015Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/7288d19b9d6748f6acc1cd132fa20c7f/versions/latest/actions has http status code:200 and response headers:{date=[Fri, 12 Aug 2022 00:07:18 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[270]}
2022-08-12T00:07:19.016Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||||DEBUG|500||Response was returned with an empty entity.
2022-08-12T00:07:19.016Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||||INFO|500||Successfully certified activitySpec VnfInPlaceSoftwareUpdate
2022-08-12T00:07:22.461Z|9936f091-9a03-4e03-81e7-8313495a3c63|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-08-12T00:07:25.200Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||||WARN|500||---
2022-08-12T00:07:25.201Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-08-12T00:07:25.201Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||||WARN|500||---
2022-08-12T00:07:25.735Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-08-12T00:07:30.668Z|9936f091-9a03-4e03-81e7-8313495a3c63|main|||||INFO|500||Started Application in 69.813 seconds (JVM running for 72.823)
2022-08-12T00:07:30.681Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-12T00:07:30.683Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-12T00:07:30.696Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-12T00:07:30.722Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-12T00:07:30.796Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b88a0610-a569-482c-b3f4-ed51c06bbeb5 url= /sdc/v1/artifactTypes
2022-08-12T00:07:30.796Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-08-12T00:07:30.963Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-08-12T00:07:30.987Z||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-08-12T00:07:31.009Z||scheduling-1|||||DEBUG|500||create keys
2022-08-12T00:07:31.017Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-08-12T00:07:31.127Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T00:07:31.150Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 9a908d3b-09e5-4ddd-9e00-970cf34a1f93 url= /sdc/v1/registerForDistribution
2022-08-12T00:07:31.328Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 9a908d3b-09e5-4ddd-9e00-970cf34a1f93 url= /sdc/v1/registerForDistribution
2022-08-12T00:07:31.328Z||scheduling-1|||||INFO|500||start DistributionClient
2022-08-12T00:07:31.339Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T00:07:31.340Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T00:07:31.344Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-08-12T00:07:31.347Z||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-08-12T00:07:31.347Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T00:07:31.346Z||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-08-12T00:07:31.348Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T00:07:41.762Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T00:07:42.023Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T00:08:31.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T00:08:31.338Z||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-08-12T00:08:31.339Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T00:08:31.339Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T00:08:31.340Z||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-08-12T00:08:31.341Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T00:08:40.915Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T00:08:41.035Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T00:09:31.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T00:09:31.338Z||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-08-12T00:09:31.339Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T00:09:31.339Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T00:09:31.341Z||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-08-12T00:09:31.341Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T00:09:40.906Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T00:09:40.924Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T00:10:31.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T00:10:31.339Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T00:10:31.340Z||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-08-12T00:10:31.340Z||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-08-12T00:10:31.341Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T00:10:31.341Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T00:10:40.897Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T00:10:40.908Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T00:11:31.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T00:11:31.339Z||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-08-12T00:11:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T00:11:31.339Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T00:11:31.341Z||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-08-12T00:11:31.342Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T00:11:40.933Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T00:11:40.996Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T00:12:31.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T00:12:31.338Z||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-08-12T00:12:31.338Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T00:12:31.339Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T00:12:31.340Z||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-08-12T00:12:31.341Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T00:12:40.903Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T00:12:40.961Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T00:13:31.337Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T00:13:31.338Z||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-08-12T00:13:31.338Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T00:13:31.339Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T00:13:31.341Z||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-08-12T00:13:31.341Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T00:13:40.915Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T00:13:40.950Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T00:14:31.337Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T00:14:31.338Z||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-08-12T00:14:31.338Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T00:14:31.339Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T00:14:31.343Z||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-08-12T00:14:31.344Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T00:14:40.937Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T00:14:40.984Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T00:15:31.337Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T00:15:31.338Z||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-08-12T00:15:31.339Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T00:15:31.339Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T00:15:31.340Z||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-08-12T00:15:31.341Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T00:15:40.918Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T00:15:40.957Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T00:16:31.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T00:16:31.338Z||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-08-12T00:16:31.338Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T00:16:31.339Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T00:16:31.340Z||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-08-12T00:16:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T00:16:40.906Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T00:16:40.978Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T00:16:49.155Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-08-12T00:17:31.337Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T00:17:31.338Z||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-08-12T00:17:31.338Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T00:17:31.339Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T00:17:31.340Z||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-08-12T00:17:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T00:17:40.887Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T00:17:40.919Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T00:18:31.338Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T00:18:31.339Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T00:18:31.341Z||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-08-12T00:18:31.341Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T00:18:31.344Z||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-08-12T00:18:31.344Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T00:18:40.906Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T00:18:40.905Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T00:19:31.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T00:19:31.338Z||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-08-12T00:19:31.338Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T00:19:31.339Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T00:19:31.340Z||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-08-12T00:19:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T00:19:40.894Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T00:19:40.908Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T00:20:31.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T00:20:31.338Z||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-08-12T00:20:31.338Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T00:20:31.339Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T00:20:31.340Z||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-08-12T00:20:31.341Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T00:20:40.920Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T00:20:40.966Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T00:21:31.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T00:21:31.338Z||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-08-12T00:21:31.338Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T00:21:31.340Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T00:21:31.341Z||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-08-12T00:21:31.341Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T00:21:40.891Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T00:21:40.893Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T00:22:31.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T00:22:31.338Z||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-08-12T00:22:31.338Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T00:22:31.339Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T00:22:31.340Z||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-08-12T00:22:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T00:22:40.909Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T00:22:40.914Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T00:23:31.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T00:23:31.338Z||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-08-12T00:23:31.338Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T00:23:31.340Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T00:23:31.340Z||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-08-12T00:23:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T00:23:40.904Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T00:23:40.952Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T00:24:31.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T00:24:31.338Z||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-08-12T00:24:31.338Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T00:24:31.340Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T00:24:31.340Z||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-08-12T00:24:31.341Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T00:24:40.920Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T00:24:40.920Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T00:25:31.338Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T00:25:31.339Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T00:25:31.341Z||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-08-12T00:25:31.341Z||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-08-12T00:25:31.341Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T00:25:31.342Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T00:25:40.895Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T00:25:40.897Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T00:26:31.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T00:26:31.338Z||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-08-12T00:26:31.339Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T00:26:31.339Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T00:26:31.340Z||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-08-12T00:26:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T00:26:40.893Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T00:26:40.895Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T00:27:31.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T00:27:31.338Z||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-08-12T00:27:31.338Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T00:27:31.339Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T00:27:31.340Z||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-08-12T00:27:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T00:27:40.892Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T00:27:40.892Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T00:28:31.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T00:28:31.339Z||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-08-12T00:28:31.339Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T00:28:31.339Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T00:28:31.340Z||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-08-12T00:28:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T00:28:40.937Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T00:28:40.950Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T00:29:31.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T00:29:31.340Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T00:29:31.341Z||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-08-12T00:29:31.341Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T00:29:31.340Z||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-08-12T00:29:31.342Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T00:29:40.900Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T00:29:40.900Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T00:30:31.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T00:30:31.338Z||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-08-12T00:30:31.338Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T00:30:31.340Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T00:30:31.340Z||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-08-12T00:30:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T00:30:40.888Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T00:30:40.923Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T00:31:31.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T00:31:31.338Z||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-08-12T00:31:31.338Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T00:31:31.339Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T00:31:31.340Z||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-08-12T00:31:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T00:31:40.930Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T00:31:40.930Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T00:32:31.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T00:32:31.339Z||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-08-12T00:32:31.339Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T00:32:31.340Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T00:32:31.340Z||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-08-12T00:32:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T00:32:40.893Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T00:32:40.918Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T00:33:31.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T00:33:31.338Z||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-08-12T00:33:31.339Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T00:33:31.340Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T00:33:31.341Z||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-08-12T00:33:31.341Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T00:33:40.899Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T00:33:40.902Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T00:34:31.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T00:34:31.338Z||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-08-12T00:34:31.338Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T00:34:31.339Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T00:34:31.340Z||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-08-12T00:34:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T00:34:40.911Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T00:34:40.944Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T00:35:31.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T00:35:31.338Z||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-08-12T00:35:31.338Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T00:35:31.339Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T00:35:31.340Z||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-08-12T00:35:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T00:35:40.898Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T00:35:40.900Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T00:36:31.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T00:36:31.338Z||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-08-12T00:36:31.339Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T00:36:31.340Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T00:36:31.340Z||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-08-12T00:36:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T00:36:40.894Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T00:36:40.906Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T00:37:31.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T00:37:31.337Z||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-08-12T00:37:31.338Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T00:37:31.340Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T00:37:31.341Z||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-08-12T00:37:31.341Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T00:37:40.903Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T00:37:40.903Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T00:38:31.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T00:38:31.338Z||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-08-12T00:38:31.338Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T00:38:31.340Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T00:38:31.340Z||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-08-12T00:38:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T00:38:40.898Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T00:38:40.900Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T00:39:31.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T00:39:31.340Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T00:39:31.340Z||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-08-12T00:39:31.340Z||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-08-12T00:39:31.341Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T00:39:31.341Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T00:39:40.898Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T00:39:40.924Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T00:40:31.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T00:40:31.338Z||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-08-12T00:40:31.339Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T00:40:31.339Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T00:40:31.340Z||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-08-12T00:40:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T00:40:40.902Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T00:40:40.904Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T00:41:31.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T00:41:31.338Z||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-08-12T00:41:31.338Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T00:41:31.339Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T00:41:31.340Z||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-08-12T00:41:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T00:41:40.895Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T00:41:40.902Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T00:42:31.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T00:42:31.338Z||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-08-12T00:42:31.338Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T00:42:31.339Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T00:42:31.340Z||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-08-12T00:42:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T00:42:40.898Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T00:42:40.897Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T00:43:31.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T00:43:31.339Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T00:43:31.340Z||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-08-12T00:43:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T00:43:31.340Z||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-08-12T00:43:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T00:43:40.927Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T00:43:40.930Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T00:44:31.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T00:44:31.338Z||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-08-12T00:44:31.338Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T00:44:31.339Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T00:44:31.340Z||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-08-12T00:44:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T00:44:40.906Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T00:44:40.909Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T00:45:31.338Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T00:45:31.339Z||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-08-12T00:45:31.339Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T00:45:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T00:45:31.340Z||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-08-12T00:45:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T00:45:40.894Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T00:45:40.904Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T00:46:31.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T00:46:31.339Z||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-08-12T00:46:31.339Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T00:46:31.339Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T00:46:31.340Z||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-08-12T00:46:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T00:46:40.925Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T00:46:41.011Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T00:47:31.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T00:47:31.339Z||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-08-12T00:47:31.339Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T00:47:31.339Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T00:47:31.340Z||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-08-12T00:47:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T00:47:40.926Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T00:47:40.929Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T00:48:31.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T00:48:31.338Z||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-08-12T00:48:31.338Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T00:48:31.339Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T00:48:31.340Z||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-08-12T00:48:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T00:48:40.916Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T00:48:40.917Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T00:49:31.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T00:49:31.338Z||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-08-12T00:49:31.338Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T00:49:31.339Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T00:49:31.340Z||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-08-12T00:49:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T00:49:40.936Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T00:49:40.939Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T00:50:31.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T00:50:31.339Z||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-08-12T00:50:31.339Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T00:50:31.339Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T00:50:31.340Z||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-08-12T00:50:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T00:50:40.893Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T00:50:40.901Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T00:51:31.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T00:51:31.338Z||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-08-12T00:51:31.338Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T00:51:31.339Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T00:51:31.341Z||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-08-12T00:51:31.341Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T00:51:40.917Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T00:51:40.919Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T00:52:31.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T00:52:31.338Z||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-08-12T00:52:31.338Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T00:52:31.339Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T00:52:31.340Z||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-08-12T00:52:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T00:52:40.917Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T00:52:40.926Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T00:53:31.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T00:53:31.338Z||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-08-12T00:53:31.338Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T00:53:31.339Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T00:53:31.340Z||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-08-12T00:53:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T00:53:40.897Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T00:53:40.910Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T00:54:31.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T00:54:31.339Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T00:54:31.339Z||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-08-12T00:54:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T00:54:31.340Z||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-08-12T00:54:31.341Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T00:54:40.919Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T00:54:40.924Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T00:55:31.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T00:55:31.338Z||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-08-12T00:55:31.339Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T00:55:31.339Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T00:55:31.340Z||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-08-12T00:55:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T00:55:40.893Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T00:55:40.898Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T00:56:31.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T00:56:31.338Z||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-08-12T00:56:31.338Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T00:56:31.339Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T00:56:31.340Z||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-08-12T00:56:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T00:56:40.908Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T00:56:40.912Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T00:57:31.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T00:57:31.338Z||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-08-12T00:57:31.338Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T00:57:31.339Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T00:57:31.340Z||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-08-12T00:57:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T00:57:40.941Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T00:57:41.019Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T00:58:31.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T00:58:31.339Z||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-08-12T00:58:31.339Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T00:58:31.339Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T00:58:31.340Z||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-08-12T00:58:31.341Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T00:58:40.895Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T00:58:40.917Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T00:59:31.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T00:59:31.338Z||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-08-12T00:59:31.338Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T00:59:31.339Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T00:59:31.341Z||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-08-12T00:59:31.341Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T00:59:40.904Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T00:59:40.921Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:00:31.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:00:31.337Z||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-08-12T01:00:31.338Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:00:31.340Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:00:31.342Z||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-08-12T01:00:31.343Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:00:40.912Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:00:40.978Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:01:31.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:01:31.338Z||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-08-12T01:01:31.338Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:01:31.339Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:01:31.340Z||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-08-12T01:01:31.341Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:01:40.928Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:01:40.930Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:02:31.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:02:31.339Z||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-08-12T01:02:31.339Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:02:31.339Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:02:31.340Z||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-08-12T01:02:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:02:40.900Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:02:40.909Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:03:31.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:03:31.338Z||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-08-12T01:03:31.339Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:03:31.339Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:03:31.340Z||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-08-12T01:03:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:03:40.908Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:03:40.918Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:04:31.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:04:31.337Z||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-08-12T01:04:31.338Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:04:31.339Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:04:31.340Z||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-08-12T01:04:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:04:40.891Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:04:40.911Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:05:31.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:05:31.338Z||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-08-12T01:05:31.338Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:05:31.339Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:05:31.340Z||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-08-12T01:05:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:05:40.898Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:05:40.903Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:06:31.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:06:31.337Z||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-08-12T01:06:31.338Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:06:31.339Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:06:31.340Z||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-08-12T01:06:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:06:40.909Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:06:40.912Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:07:31.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:07:31.338Z||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-08-12T01:07:31.338Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:07:31.339Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:07:31.340Z||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-08-12T01:07:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:07:40.907Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:07:40.913Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:08:31.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:08:31.337Z||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-08-12T01:08:31.337Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:08:31.339Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:08:31.340Z||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-08-12T01:08:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:08:40.922Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:08:40.927Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:09:31.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:09:31.338Z||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-08-12T01:09:31.338Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:09:31.339Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:09:31.340Z||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-08-12T01:09:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:09:40.909Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:09:40.944Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:10:31.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:10:31.339Z||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-08-12T01:10:31.339Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:10:31.339Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:10:31.340Z||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-08-12T01:10:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:10:40.903Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:10:40.913Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:11:31.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:11:31.340Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:11:31.340Z||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-08-12T01:11:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:11:31.340Z||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-08-12T01:11:31.341Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:11:40.905Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:11:40.907Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:12:31.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:12:31.338Z||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-08-12T01:12:31.338Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:12:31.340Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:12:31.340Z||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-08-12T01:12:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:12:40.900Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:12:40.935Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:13:31.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:13:31.337Z||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-08-12T01:13:31.338Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:13:31.339Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:13:31.340Z||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-08-12T01:13:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:13:40.910Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:13:40.911Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:14:31.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:14:31.338Z||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-08-12T01:14:31.338Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:14:31.339Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:14:31.340Z||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-08-12T01:14:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:14:40.903Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:14:40.906Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:15:31.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:15:31.338Z||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-08-12T01:15:31.338Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:15:31.339Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:15:31.340Z||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-08-12T01:15:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:15:40.908Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:15:40.909Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:16:31.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:16:31.338Z||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-08-12T01:16:31.338Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:16:31.340Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:16:31.340Z||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-08-12T01:16:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:16:40.907Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:16:40.915Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:17:31.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:17:31.337Z||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-08-12T01:17:31.338Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:17:31.339Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:17:31.340Z||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-08-12T01:17:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:17:40.910Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:17:40.919Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:18:31.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:18:31.339Z||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-08-12T01:18:31.339Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:18:31.340Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:18:31.342Z||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-08-12T01:18:31.342Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:18:40.910Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:18:40.923Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:19:31.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:19:31.339Z||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-08-12T01:19:31.339Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:19:31.339Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:19:31.340Z||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-08-12T01:19:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:19:40.910Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:19:40.910Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:20:31.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:20:31.340Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:20:31.340Z||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-08-12T01:20:31.341Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:20:31.341Z||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-08-12T01:20:31.341Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:20:40.919Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:20:40.958Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:21:31.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:21:31.338Z||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-08-12T01:21:31.338Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:21:31.339Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:21:31.340Z||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-08-12T01:21:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:21:40.914Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:21:40.929Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:22:31.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:22:31.338Z||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-08-12T01:22:31.338Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:22:31.339Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:22:31.340Z||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-08-12T01:22:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:22:40.908Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:22:40.934Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:23:31.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:23:31.338Z||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-08-12T01:23:31.338Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:23:31.339Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:23:31.340Z||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-08-12T01:23:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:23:40.934Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:23:40.942Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:24:31.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:24:31.338Z||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-08-12T01:24:31.338Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:24:31.339Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:24:31.340Z||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-08-12T01:24:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:24:40.908Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:24:40.942Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:25:31.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:25:31.338Z||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-08-12T01:25:31.338Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:25:31.340Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:25:31.340Z||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-08-12T01:25:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:25:40.919Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:25:41.051Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:26:31.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:26:31.337Z||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-08-12T01:26:31.337Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:26:31.339Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:26:31.340Z||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-08-12T01:26:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:26:40.928Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:26:40.945Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:27:31.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:27:31.338Z||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-08-12T01:27:31.338Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:27:31.339Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:27:31.340Z||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-08-12T01:27:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:27:40.922Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:27:40.948Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:28:31.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:28:31.339Z||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-08-12T01:28:31.339Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:28:31.339Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:28:31.340Z||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-08-12T01:28:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:28:40.903Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:28:40.921Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:29:31.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:29:31.339Z||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-08-12T01:29:31.339Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:29:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:29:31.340Z||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-08-12T01:29:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:29:40.919Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:29:41.034Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:30:31.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:30:31.338Z||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-08-12T01:30:31.338Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:30:31.339Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:30:31.341Z||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-08-12T01:30:31.341Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:30:40.923Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:30:40.924Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:31:31.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:31:31.338Z||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-08-12T01:31:31.338Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:31:31.340Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:31:31.340Z||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-08-12T01:31:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:31:40.895Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:31:40.899Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:32:31.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:32:31.338Z||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-08-12T01:32:31.338Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:32:31.339Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:32:31.340Z||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-08-12T01:32:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:32:40.979Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:32:41.003Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:33:31.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:33:31.339Z||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-08-12T01:33:31.339Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:33:31.340Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:33:31.341Z||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-08-12T01:33:31.341Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:33:40.912Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:33:40.913Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:34:31.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:34:31.338Z||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-08-12T01:34:31.338Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:34:31.339Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:34:31.340Z||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-08-12T01:34:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:34:40.950Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:34:40.952Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:35:31.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:35:31.338Z||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-08-12T01:35:31.338Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:35:31.339Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:35:31.340Z||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-08-12T01:35:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:35:40.920Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:35:40.926Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:36:31.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:36:31.338Z||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-08-12T01:36:31.339Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:36:31.339Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:36:31.340Z||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-08-12T01:36:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:36:40.923Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:36:40.924Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:37:31.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:37:31.339Z||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-08-12T01:37:31.339Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:37:31.339Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:37:31.340Z||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-08-12T01:37:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:37:40.903Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:37:40.962Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:38:31.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:38:31.338Z||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-08-12T01:38:31.338Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:38:31.339Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:38:31.340Z||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-08-12T01:38:31.341Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:38:40.922Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:38:40.931Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:39:31.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:39:31.338Z||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-08-12T01:39:31.339Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:39:31.339Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:39:31.340Z||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-08-12T01:39:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:39:40.914Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:39:40.941Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:40:31.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:40:31.338Z||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-08-12T01:40:31.338Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:40:31.339Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:40:31.340Z||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-08-12T01:40:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:40:40.904Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:40:40.951Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:41:31.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:41:31.338Z||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-08-12T01:41:31.339Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:41:31.339Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:41:31.340Z||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-08-12T01:41:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:41:40.924Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:41:40.931Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:42:31.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:42:31.338Z||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-08-12T01:42:31.338Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:42:31.339Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:42:31.340Z||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-08-12T01:42:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:42:40.904Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:42:40.909Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:43:31.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:43:31.337Z||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-08-12T01:43:31.338Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:43:31.339Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:43:31.340Z||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-08-12T01:43:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:43:40.923Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:43:40.924Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:44:31.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:44:31.338Z||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-08-12T01:44:31.338Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:44:31.339Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:44:31.340Z||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-08-12T01:44:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:44:40.906Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:44:40.906Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:45:31.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:45:31.339Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:45:31.339Z||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-08-12T01:45:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:45:31.340Z||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-08-12T01:45:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:45:40.955Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:45:40.959Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:46:31.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:46:31.338Z||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-08-12T01:46:31.338Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:46:31.339Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:46:31.340Z||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-08-12T01:46:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:46:40.905Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:46:40.906Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:47:31.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:47:31.338Z||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-08-12T01:47:31.338Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:47:31.339Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:47:31.340Z||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-08-12T01:47:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:47:40.924Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:47:40.968Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:48:31.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:48:31.338Z||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-08-12T01:48:31.338Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:48:31.340Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:48:31.340Z||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-08-12T01:48:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:48:40.908Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:48:40.913Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:49:31.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:49:31.338Z||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-08-12T01:49:31.338Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:49:31.339Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:49:31.340Z||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-08-12T01:49:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:49:40.907Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:49:40.911Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:50:31.342Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:50:31.341Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:50:31.343Z||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-08-12T01:50:31.343Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:50:31.343Z||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-08-12T01:50:31.343Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:50:40.951Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:50:40.951Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:51:31.337Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:51:31.338Z||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-08-12T01:51:31.338Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:51:31.339Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:51:31.340Z||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-08-12T01:51:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:51:40.911Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:51:40.917Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:52:31.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:52:31.337Z||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-08-12T01:52:31.338Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:52:31.339Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:52:31.340Z||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-08-12T01:52:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:52:40.926Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:52:40.934Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:53:31.337Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:53:31.338Z||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-08-12T01:53:31.338Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:53:31.339Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:53:31.340Z||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-08-12T01:53:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:53:40.912Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:53:40.917Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:54:31.337Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:54:31.339Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:54:31.340Z||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-08-12T01:54:31.340Z||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-08-12T01:54:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:54:31.341Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:54:40.940Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:54:40.949Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:55:31.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:55:31.338Z||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-08-12T01:55:31.338Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:55:31.339Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:55:31.340Z||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-08-12T01:55:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:55:40.902Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:55:40.912Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:56:31.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:56:31.337Z||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-08-12T01:56:31.338Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:56:31.339Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:56:31.340Z||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-08-12T01:56:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:56:40.923Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:56:40.932Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:57:31.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:57:31.338Z||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-08-12T01:57:31.338Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:57:31.339Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:57:31.340Z||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-08-12T01:57:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:57:40.927Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:57:40.930Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:58:31.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:58:31.338Z||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-08-12T01:58:31.339Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:58:31.339Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:58:31.340Z||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-08-12T01:58:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:58:40.936Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:58:40.943Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:59:31.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:59:31.338Z||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-08-12T01:59:31.339Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:59:31.340Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T01:59:31.340Z||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-08-12T01:59:31.341Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T01:59:40.910Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T01:59:40.977Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:00:31.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:00:31.338Z||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-08-12T02:00:31.338Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:00:31.339Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:00:31.340Z||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-08-12T02:00:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:00:40.905Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:00:40.908Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:01:31.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:01:31.338Z||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-08-12T02:01:31.338Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:01:31.339Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:01:31.340Z||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-08-12T02:01:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:01:40.950Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:01:40.974Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:02:31.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:02:31.338Z||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-08-12T02:02:31.338Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:02:31.339Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:02:31.340Z||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-08-12T02:02:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:02:40.901Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:02:40.901Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:03:31.337Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:03:31.339Z||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-08-12T02:03:31.339Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:03:31.339Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:03:31.340Z||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-08-12T02:03:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:03:40.907Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:03:40.915Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:04:31.337Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:04:31.338Z||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-08-12T02:04:31.338Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:04:31.339Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:04:31.340Z||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-08-12T02:04:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:04:40.968Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:04:40.985Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:05:31.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:05:31.338Z||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-08-12T02:05:31.338Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:05:31.339Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:05:31.340Z||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-08-12T02:05:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:05:32.024Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:05:32.026Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-12T02:05:32.026Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"95d0e0d3-4337-4629-b028-b30322f815e1","serviceName":"vFW 2022-08-12 02-03-42","serviceVersion":"1.0","serviceUUID":"6b893ccc-c914-4c2b-9a21-ebe8e8b8cb96","serviceDescription":"catalog service description","serviceInvariantUUID":"33b81e95-b154-449f-99bb-c6252437064f","resources":[{"resourceInstanceName":"vFW 3340c52c-0fe5 0","resourceName":"vFW 3340c52c-0fe5","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"056b1f21-8e40-4a8c-8e8d-018086a80564","resourceInvariantUUID":"863fc357-0a54-4607-af8e-39fce4de71da","resourceCustomizationUUID":"214349d8-9c5d-471e-9db0-d7b561dff4ef","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220812020342/1.0/resourceInstances/vfw3340c52c0fe50/artifacts/vf-license-model.xml","artifactChecksum":"MDllZTZlYzc3MDBhN2IyOWFhMjg1MDk2MWZhZDQzY2I\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e3867ca0-e5fe-4554-a0a9-2b2dceb38bc2","artifactVersion":"1"},{"artifactName":"vfw3340c52c0fe50_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220812020342/1.0/resourceInstances/vfw3340c52c0fe50/artifacts/vfw3340c52c0fe50_modules.json","artifactChecksum":"OWJkZTQ5ZDdmODRmODJhMGZiZTljZTNlZjU1MDk5NWQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"84020835-8d0d-4092-afca-7d389bbb4afb","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220812020342/1.0/resourceInstances/vfw3340c52c0fe50/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"fe06431b-51ba-4d98-98c1-f34ba4e5730e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220812020342/1.0/resourceInstances/vfw3340c52c0fe50/artifacts/vendor-license-model.xml","artifactChecksum":"Zjg3ZjAyN2ZiMzZlMDcwZmFkODE1NmQ1ZWJlMzI0ZGM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f0b633ea-c11c-4c0d-97c9-a92a995eef2f","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220812020342/1.0/resourceInstances/vfw3340c52c0fe50/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"bcc22e90-7193-4c1e-a98d-580f598a808b","artifactVersion":"2","generatedFromUUID":"fe06431b-51ba-4d98-98c1-f34ba4e5730e"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220812020342-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220812020342/1.0/artifacts/service-Vfw20220812020342-template.yml","artifactChecksum":"NzllMzdmNjZjMjE1OTZhZjUwOTQyMDRkZTQ4ZWY1ZjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"697429aa-891e-4ccd-b0d8-ffb9c253bf09","artifactVersion":"1"},{"artifactName":"service-Vfw20220812020342-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220812020342/1.0/artifacts/service-Vfw20220812020342-csar.csar","artifactChecksum":"OTNmOGM3YWQyZjVjOWFkZTI5ZTA4ZGM2MmExZjhlNzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"797f800c-e98c-4508-ace1-95d4dc5578cb","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-12T02:05:32.042Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:05:32.042Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T02:05:32.045Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T02:05:32.045Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95d0e0d3-4337-4629-b028-b30322f815e1",
"consumerID": "cds",
"timestamp": 1660269895950,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812020342/1.0/resourceInstances/vfw3340c52c0fe50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-12T02:05:32.051Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-12T02:05:32.065Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T02:05:32.065Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "95d0e0d3-4337-4629-b028-b30322f815e1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660269931336,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812020342/1.0/resourceInstances/vfw3340c52c0fe50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-12T02:05:32.071Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-12T02:05:32.071Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T02:05:32.071Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95d0e0d3-4337-4629-b028-b30322f815e1",
"consumerID": "cds",
"timestamp": 1660269895950,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812020342/1.0/resourceInstances/vfw3340c52c0fe50/artifacts/vfw3340c52c0fe50_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-12T02:05:32.071Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-12T02:05:32.072Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T02:05:32.072Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95d0e0d3-4337-4629-b028-b30322f815e1",
"consumerID": "cds",
"timestamp": 1660269895950,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812020342/1.0/resourceInstances/vfw3340c52c0fe50/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-12T02:05:32.072Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-12T02:05:32.072Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T02:05:32.072Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95d0e0d3-4337-4629-b028-b30322f815e1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660269901587,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812020342/1.0/resourceInstances/vfw3340c52c0fe50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-12T02:05:32.072Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-12T02:05:32.072Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T02:05:32.072Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95d0e0d3-4337-4629-b028-b30322f815e1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660269901469,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812020342/1.0/resourceInstances/vfw3340c52c0fe50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-12T02:05:32.073Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-12T02:05:32.073Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T02:05:32.073Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95d0e0d3-4337-4629-b028-b30322f815e1",
"consumerID": "cds",
"timestamp": 1660269895950,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812020342/1.0/resourceInstances/vfw3340c52c0fe50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-12T02:05:32.073Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-12T02:05:32.073Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T02:05:32.073Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95d0e0d3-4337-4629-b028-b30322f815e1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660269901587,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812020342/1.0/resourceInstances/vfw3340c52c0fe50/artifacts/vfw3340c52c0fe50_modules.json",
"status": "NOTIFIED"
}
2022-08-12T02:05:32.073Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-12T02:05:32.073Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T02:05:32.074Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95d0e0d3-4337-4629-b028-b30322f815e1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660269901469,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812020342/1.0/resourceInstances/vfw3340c52c0fe50/artifacts/vfw3340c52c0fe50_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-12T02:05:32.074Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-12T02:05:32.074Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T02:05:32.074Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95d0e0d3-4337-4629-b028-b30322f815e1",
"consumerID": "cds",
"timestamp": 1660269895950,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812020342/1.0/resourceInstances/vfw3340c52c0fe50/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-12T02:05:32.074Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-12T02:05:32.074Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T02:05:32.074Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95d0e0d3-4337-4629-b028-b30322f815e1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660269901587,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812020342/1.0/resourceInstances/vfw3340c52c0fe50/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-08-12T02:05:32.074Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-12T02:05:32.075Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T02:05:32.075Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95d0e0d3-4337-4629-b028-b30322f815e1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660269901469,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812020342/1.0/resourceInstances/vfw3340c52c0fe50/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-12T02:05:32.075Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-12T02:05:32.075Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T02:05:32.075Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95d0e0d3-4337-4629-b028-b30322f815e1",
"consumerID": "cds",
"timestamp": 1660269895950,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812020342/1.0/artifacts/service-Vfw20220812020342-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-12T02:05:32.075Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-12T02:05:32.075Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T02:05:32.075Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95d0e0d3-4337-4629-b028-b30322f815e1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660269901587,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812020342/1.0/resourceInstances/vfw3340c52c0fe50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-12T02:05:32.075Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-12T02:05:32.076Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T02:05:32.076Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95d0e0d3-4337-4629-b028-b30322f815e1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660269901469,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812020342/1.0/resourceInstances/vfw3340c52c0fe50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-12T02:05:32.076Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-12T02:05:32.076Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T02:05:32.076Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95d0e0d3-4337-4629-b028-b30322f815e1",
"consumerID": "cds",
"timestamp": 1660269895950,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812020342/1.0/artifacts/service-Vfw20220812020342-csar.csar",
"status": "NOTIFIED"
}
2022-08-12T02:05:32.076Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-12T02:05:32.076Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T02:05:32.076Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95d0e0d3-4337-4629-b028-b30322f815e1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660269901587,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812020342/1.0/resourceInstances/vfw3340c52c0fe50/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-08-12T02:05:32.077Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-12T02:05:32.077Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T02:05:32.077Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95d0e0d3-4337-4629-b028-b30322f815e1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660269901469,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812020342/1.0/resourceInstances/vfw3340c52c0fe50/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-12T02:05:32.078Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-12T02:05:32.078Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T02:05:32.078Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95d0e0d3-4337-4629-b028-b30322f815e1",
"consumerID": "cds",
"timestamp": 1660269906998,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812020342/1.0/artifacts/service-Vfw20220812020342-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-12T02:05:32.078Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T02:05:32.078Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T02:05:32.078Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95d0e0d3-4337-4629-b028-b30322f815e1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660269901587,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812020342/1.0/artifacts/service-Vfw20220812020342-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-12T02:05:32.078Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-12T02:05:32.078Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T02:05:32.079Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95d0e0d3-4337-4629-b028-b30322f815e1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660269901469,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812020342/1.0/artifacts/service-Vfw20220812020342-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-12T02:05:32.079Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-12T02:05:32.079Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T02:05:32.079Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95d0e0d3-4337-4629-b028-b30322f815e1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660269901587,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812020342/1.0/artifacts/service-Vfw20220812020342-csar.csar",
"status": "NOTIFIED"
}
2022-08-12T02:05:32.079Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-12T02:05:32.079Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T02:05:32.079Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95d0e0d3-4337-4629-b028-b30322f815e1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660269901469,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812020342/1.0/artifacts/service-Vfw20220812020342-csar.csar",
"status": "NOTIFIED"
}
2022-08-12T02:05:32.079Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-12T02:05:32.079Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T02:05:32.080Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95d0e0d3-4337-4629-b028-b30322f815e1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660269909401,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812020342/1.0/resourceInstances/vfw3340c52c0fe50/artifacts/vfw3340c52c0fe50_modules.json",
"status": "DOWNLOAD_OK"
}
2022-08-12T02:05:32.080Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T02:05:32.080Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T02:05:32.080Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95d0e0d3-4337-4629-b028-b30322f815e1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660269909266,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812020342/1.0/artifacts/service-Vfw20220812020342-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-12T02:05:32.080Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T02:05:32.080Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T02:05:32.080Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95d0e0d3-4337-4629-b028-b30322f815e1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660269910541,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812020342/1.0/resourceInstances/vfw3340c52c0fe50/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-08-12T02:05:32.080Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T02:05:32.080Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T02:05:32.081Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95d0e0d3-4337-4629-b028-b30322f815e1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660269911630,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812020342/1.0/resourceInstances/vfw3340c52c0fe50/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-08-12T02:05:32.081Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T02:05:32.081Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T02:05:32.081Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95d0e0d3-4337-4629-b028-b30322f815e1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660269912849,
"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=?
2022-08-12T02:05:32.165Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-08-12T02:05:32.169Z||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-08-12T02:05:32.169Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 94grQT5ZLMacqHQ7) ...
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-12T02:05:32.193Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:05:32.194Z||pool-3-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-08-12T02:05:32.198Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 95d0e0d3-4337-4629-b028-b30322f815e1
2022-08-12T02:05:32.220Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95d0e0d3-4337-4629-b028-b30322f815e1 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-08-12T02:05:32.255Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T02:05:32.256Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95d0e0d3-4337-4629-b028-b30322f815e1",
"consumerID": "aai-ml",
"timestamp": 1660269912802,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812020342/1.0/resourceInstances/vfw3340c52c0fe50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-12T02:05:32.258Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-12T02:05:32.258Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T02:05:32.258Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95d0e0d3-4337-4629-b028-b30322f815e1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660269913854,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812020342/1.0/resourceInstances/vfw3340c52c0fe50/artifacts/vfw3340c52c0fe50_modules.json",
"status": "DEPLOY_OK"
}
2022-08-12T02:05:32.258Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T02:05:32.258Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T02:05:32.258Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95d0e0d3-4337-4629-b028-b30322f815e1",
"consumerID": "aai-ml",
"timestamp": 1660269912802,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812020342/1.0/resourceInstances/vfw3340c52c0fe50/artifacts/vfw3340c52c0fe50_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-12T02:05:32.258Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-12T02:05:32.258Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T02:05:32.259Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95d0e0d3-4337-4629-b028-b30322f815e1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660269914803,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812020342/1.0/artifacts/service-Vfw20220812020342-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-12T02:05:32.259Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T02:05:32.259Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T02:05:32.259Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95d0e0d3-4337-4629-b028-b30322f815e1",
"consumerID": "aai-ml",
"timestamp": 1660269912802,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812020342/1.0/resourceInstances/vfw3340c52c0fe50/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-12T02:05:32.259Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-12T02:05:32.259Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T02:05:32.259Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95d0e0d3-4337-4629-b028-b30322f815e1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660269915809,
"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-08-12T02:05:32.267Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 95d0e0d3-4337-4629-b028-b30322f815e1
2022-08-12T02:05:32.267Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95d0e0d3-4337-4629-b028-b30322f815e1 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-08-12T02:05:32.278Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T02:05:32.278Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95d0e0d3-4337-4629-b028-b30322f815e1",
"consumerID": "aai-ml",
"timestamp": 1660269912802,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812020342/1.0/resourceInstances/vfw3340c52c0fe50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-12T02:05:32.278Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-12T02:05:32.278Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T02:05:32.279Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95d0e0d3-4337-4629-b028-b30322f815e1",
"consumerID": "aai-ml",
"timestamp": 1660269912802,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812020342/1.0/resourceInstances/vfw3340c52c0fe50/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-12T02:05:32.279Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-12T02:05:32.279Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T02:05:32.279Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95d0e0d3-4337-4629-b028-b30322f815e1",
"consumerID": "aai-ml",
"timestamp": 1660269912802,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812020342/1.0/artifacts/service-Vfw20220812020342-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-12T02:05:32.279Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-12T02:05:32.279Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T02:05:32.279Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95d0e0d3-4337-4629-b028-b30322f815e1",
"consumerID": "aai-ml",
"timestamp": 1660269912802,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812020342/1.0/artifacts/service-Vfw20220812020342-csar.csar",
"status": "NOTIFIED"
}
2022-08-12T02:05:32.280Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-12T02:05:32.280Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T02:05:32.280Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95d0e0d3-4337-4629-b028-b30322f815e1",
"consumerID": "aai-ml",
"timestamp": 1660269920652,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812020342/1.0/artifacts/service-Vfw20220812020342-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-12T02:05:32.280Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T02:05:32.280Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T02:05:32.280Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95d0e0d3-4337-4629-b028-b30322f815e1",
"consumerID": "aai-ml",
"timestamp": 1660269921693,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812020342/1.0/artifacts/service-Vfw20220812020342-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-08-12T02:05:32.280Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T02:05:32.280Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T02:05:32.281Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95d0e0d3-4337-4629-b028-b30322f815e1",
"consumerID": "aai-ml",
"timestamp": 1660269922715,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812020342/1.0/artifacts/service-Vfw20220812020342-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-08-12T02:05:32.281Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T02:05:32.281Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T02:05:32.281Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95d0e0d3-4337-4629-b028-b30322f815e1",
"consumerID": "aai-ml",
"timestamp": 1660269923721,
"artifactURL": "",
"status": "COMPONENT_DONE_ERROR",
"errorReason": "deploy failure",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-12T02:05:32.288Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 95d0e0d3-4337-4629-b028-b30322f815e1
2022-08-12T02:05:32.288Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95d0e0d3-4337-4629-b028-b30322f815e1 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-08-12T02:05:33.073Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T02:05:33.074Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-12T02:05:33.076Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T02:05:33.076Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "95d0e0d3-4337-4629-b028-b30322f815e1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660269931336,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812020342/1.0/resourceInstances/vfw3340c52c0fe50/artifacts/vfw3340c52c0fe50_modules.json",
"status": "NOTIFIED"
}
2022-08-12T02:05:33.177Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-12T02:05:33.178Z||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-08-12T02:05:33.178Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 94grQT5ZLMacqHQ7) ...
2022-08-12T02:05:33.198Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:05:33.199Z||pool-4-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-08-12T02:05:34.078Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T02:05:34.079Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-12T02:05:34.084Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T02:05:34.085Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "95d0e0d3-4337-4629-b028-b30322f815e1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660269931336,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812020342/1.0/resourceInstances/vfw3340c52c0fe50/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-08-12T02:05:34.185Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-12T02:05:34.187Z||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-08-12T02:05:34.188Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 94grQT5ZLMacqHQ7) ...
2022-08-12T02:05:34.207Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:05:34.208Z||pool-5-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-08-12T02:05:35.087Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T02:05:35.089Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-12T02:05:35.092Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T02:05:35.092Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "95d0e0d3-4337-4629-b028-b30322f815e1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660269931336,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812020342/1.0/resourceInstances/vfw3340c52c0fe50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-12T02:05:35.192Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-12T02:05:35.193Z||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-08-12T02:05:35.194Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 94grQT5ZLMacqHQ7) ...
2022-08-12T02:05:35.226Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:05:35.227Z||pool-6-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-08-12T02:05:36.092Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T02:05:36.093Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-12T02:05:36.096Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T02:05:36.096Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "95d0e0d3-4337-4629-b028-b30322f815e1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660269931336,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812020342/1.0/resourceInstances/vfw3340c52c0fe50/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-08-12T02:05:36.196Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-12T02:05:36.197Z||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-08-12T02:05:36.198Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 94grQT5ZLMacqHQ7) ...
2022-08-12T02:05:36.217Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:05:36.218Z||pool-7-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-08-12T02:05:37.098Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T02:05:37.098Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-12T02:05:37.102Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T02:05:37.102Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "95d0e0d3-4337-4629-b028-b30322f815e1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660269931336,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812020342/1.0/artifacts/service-Vfw20220812020342-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-12T02:05:37.202Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-12T02:05:37.203Z||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-08-12T02:05:37.203Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 94grQT5ZLMacqHQ7) ...
2022-08-12T02:05:37.224Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:05:37.226Z||pool-8-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-08-12T02:05:38.102Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T02:05:38.103Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-12T02:05:38.106Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T02:05:38.106Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "95d0e0d3-4337-4629-b028-b30322f815e1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660269931336,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812020342/1.0/artifacts/service-Vfw20220812020342-csar.csar",
"status": "NOTIFIED"
}
2022-08-12T02:05:38.206Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-12T02:05:38.207Z||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-08-12T02:05:38.207Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 94grQT5ZLMacqHQ7) ...
2022-08-12T02:05:38.228Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:05:38.230Z||pool-9-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-08-12T02:05:39.108Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "95d0e0d3-4337-4629-b028-b30322f815e1",
"serviceName": "vFW 2022-08-12 02-03-42",
"serviceVersion": "1.0",
"serviceUUID": "6b893ccc-c914-4c2b-9a21-ebe8e8b8cb96",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "33b81e95-b154-449f-99bb-c6252437064f",
"resources": [
{
"resourceInstanceName": "vFW 3340c52c-0fe5 0",
"resourceCustomizationUUID": "214349d8-9c5d-471e-9db0-d7b561dff4ef",
"resourceName": "vFW 3340c52c-0fe5",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "056b1f21-8e40-4a8c-8e8d-018086a80564",
"resourceInvariantUUID": "863fc357-0a54-4607-af8e-39fce4de71da",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw3340c52c0fe50_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812020342/1.0/resourceInstances/vfw3340c52c0fe50/artifacts/vfw3340c52c0fe50_modules.json",
"artifactChecksum": "OWJkZTQ5ZDdmODRmODJhMGZiZTljZTNlZjU1MDk5NWQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "84020835-8d0d-4092-afca-7d389bbb4afb",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812020342/1.0/resourceInstances/vfw3340c52c0fe50/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "fe06431b-51ba-4d98-98c1-f34ba4e5730e",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812020342/1.0/resourceInstances/vfw3340c52c0fe50/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "bcc22e90-7193-4c1e-a98d-580f598a808b",
"generatedFromUUID": "fe06431b-51ba-4d98-98c1-f34ba4e5730e"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812020342/1.0/resourceInstances/vfw3340c52c0fe50/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "bcc22e90-7193-4c1e-a98d-580f598a808b",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220812020342-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812020342/1.0/artifacts/service-Vfw20220812020342-csar.csar",
"artifactChecksum": "OTNmOGM3YWQyZjVjOWFkZTI5ZTA4ZGM2MmExZjhlNzA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "797f800c-e98c-4508-ace1-95d4dc5578cb"
}
],
"workloadContext": "Production"
}
2022-08-12T02:05:39.110Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-12T02:05:39.110Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6b893ccc-c914-4c2b-9a21-ebe8e8b8cb96 ASDC
2022-08-12T02:05:39.277Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:95d0e0d3-4337-4629-b028-b30322f815e1
ServiceName:vFW 2022-08-12 02-03-42
ServiceVersion:1.0
ServiceUUID:6b893ccc-c914-4c2b-9a21-ebe8e8b8cb96
ServiceInvariantUUID:33b81e95-b154-449f-99bb-c6252437064f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220812020342-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220812020342/1.0/artifacts/service-Vfw20220812020342-csar.csar
ArtifactUUID:797f800c-e98c-4508-ace1-95d4dc5578cb
ArtifactChecksum:OTNmOGM3YWQyZjVjOWFkZTI5ZTA4ZGM2MmExZjhlNzA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 3340c52c-0fe5 0
ResourceCustomizationUUID:214349d8-9c5d-471e-9db0-d7b561dff4ef
ResourceInvariantUUID:863fc357-0a54-4607-af8e-39fce4de71da
ResourceName:vFW 3340c52c-0fe5
ResourceType:VF
ResourceUUID:056b1f21-8e40-4a8c-8e8d-018086a80564
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw3340c52c0fe50_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220812020342/1.0/resourceInstances/vfw3340c52c0fe50/artifacts/vfw3340c52c0fe50_modules.json
ArtifactUUID:84020835-8d0d-4092-afca-7d389bbb4afb
ArtifactChecksum:OWJkZTQ5ZDdmODRmODJhMGZiZTljZTNlZjU1MDk5NWQ=
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/Vfw20220812020342/1.0/resourceInstances/vfw3340c52c0fe50/artifacts/base_vfw.yaml
ArtifactUUID:fe06431b-51ba-4d98-98c1-f34ba4e5730e
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/Vfw20220812020342/1.0/resourceInstances/vfw3340c52c0fe50/artifacts/base_vfw.env
ArtifactUUID:bcc22e90-7193-4c1e-a98d-580f598a808b
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/Vfw20220812020342/1.0/resourceInstances/vfw3340c52c0fe50/artifacts/base_vfw.env
ArtifactUUID:bcc22e90-7193-4c1e-a98d-580f598a808b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-08-12T02:05:39.278Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6b893ccc-c914-4c2b-9a21-ebe8e8b8cb96 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-08-12T02:05:39.341Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-12T02:05:39.343Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-08-12T02:05:39.344Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-08-12T02:05:39.344Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 797f800c-e98c-4508-ace1-95d4dc5578cb from URL: /sdc/v1/catalog/services/Vfw20220812020342/1.0/artifacts/service-Vfw20220812020342-csar.csar
2022-08-12T02:05:39.344Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-08-12T02:05:39.346Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220812020342/1.0/artifacts/service-Vfw20220812020342-csar.csar
2022-08-12T02:05:39.432Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-08-12T02:05:39.452Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220812020342/1.0/artifacts/service-Vfw20220812020342-csar.csar 797f800c-e98c-4508-ace1-95d4dc5578cb 100607
2022-08-12T02:05:39.453Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220812020342/1.0/artifacts/service-Vfw20220812020342-csar.csar ASDC sendASDCNotification
2022-08-12T02:05:39.453Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220812020342/1.0/artifacts/service-Vfw20220812020342-csar.csar
2022-08-12T02:05:39.454Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-12T02:05:39.455Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-12T02:05:39.459Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T02:05:39.460Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "95d0e0d3-4337-4629-b028-b30322f815e1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660269939452,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812020342/1.0/artifacts/service-Vfw20220812020342-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-12T02:05:39.560Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-12T02:05:39.561Z||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-08-12T02:05:39.561Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 94grQT5ZLMacqHQ7) ...
2022-08-12T02:05:39.582Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:05:39.582Z||pool-10-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-08-12T02:05:40.460Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-12T02:05:40.462Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-08-12T02:05:40.462Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 797f800c-e98c-4508-ace1-95d4dc5578cb, URL: /sdc/v1/catalog/services/Vfw20220812020342/1.0/artifacts/service-Vfw20220812020342-csar.csar to file: /app/ASDC/1/service-Vfw20220812020342-csar.csar
2022-08-12T02:05:40.463Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220812020342-csar.csar
2022-08-12T02:05:40.562Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220812020342-csar.csar
2022-08-12T02:05:40.562Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220812020342-csar.csar
2022-08-12T02:05:41.241Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP275405907344898409/Definitions/service-Vfw20220812020342-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_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
2022-08-12T02:05:43.961Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-12T02:05:43.967Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-08-12T02:05:43.967Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220812020342-csar.csar
2022-08-12T02:05:43.968Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-08-12T02:05:43.968Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220812020342-csar.csar
2022-08-12T02:05:43.969Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 3340c52c-0fe5 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-Vfw20220812020342-csar.csar
2022-08-12T02:05:43.969Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||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-Vfw20220812020342-csar.csar
2022-08-12T02:05:43.969Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||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-Vfw20220812020342-csar.csar
2022-08-12T02:05:43.969Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||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-Vfw20220812020342-csar.csar
2022-08-12T02:05:43.970Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220812020342-csar.csar
2022-08-12T02:05:43.970Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220812020342-csar.csar
2022-08-12T02:05:43.970Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||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-Vfw20220812020342-csar.csar
2022-08-12T02:05:43.970Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220812020342-csar.csar
2022-08-12T02:05:43.970Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220812020342-csar.csar
2022-08-12T02:05:43.971Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220812020342-csar.csar
2022-08-12T02:05:43.971Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-08-12T02:05:43.978Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T02:05:43.979Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-08-12 02-03-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T02:05:43.984Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Node template vFW 3340c52c-0fe5 0 is matching search criteria
2022-08-12T02:05:43.984Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-08-12T02:05:43.986Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 3340c52c-0fe5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-12T02:05:43.989Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T02:05:43.989Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-08-12 02-03-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T02:05:43.990Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Node template vFW 3340c52c-0fe5 0 is matching search criteria
2022-08-12T02:05:43.990Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-08-12T02:05:43.990Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 3340c52c-0fe5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-12T02:05:43.991Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T02:05:43.991Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-08-12 02-03-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T02:05:43.994Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T02:05:43.995Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Node template vFW 3340c52c-0fe5 0 is not matching search criteria
2022-08-12T02:05:43.995Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-12T02:05:43.995Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-12T02:05:43.995Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-12T02:05:43.995Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-12T02:05:43.996Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-12T02:05:43.996Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-12T02:05:43.996Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-12T02:05:43.996Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-12T02:05:43.996Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-12T02:05:43.996Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-12T02:05:43.996Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-12T02:05:43.997Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-12T02:05:43.997Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-12T02:05:43.997Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-12T02:05:43.997Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-12T02:05:43.997Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-12T02:05:43.998Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T02:05:43.998Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-08-12 02-03-42 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-12T02:05:43.999Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T02:05:43.999Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Node template vFW 3340c52c-0fe5 0 is matching search criteria
2022-08-12T02:05:43.999Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 3340c52c-0fe5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-12T02:05:44.000Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T02:05:44.000Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Node template vFW 3340c52c-0fe5 0 is matching search criteria
2022-08-12T02:05:44.000Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 3340c52c-0fe5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-12T02:05:44.000Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T02:05:44.000Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Node template vFW 3340c52c-0fe5 0 is matching search criteria
2022-08-12T02:05:44.001Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 3340c52c-0fe5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-12T02:05:44.001Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T02:05:44.001Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Node template vFW 3340c52c-0fe5 0 is not matching search criteria
2022-08-12T02:05:44.001Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-12T02:05:44.001Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-12T02:05:44.002Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-12T02:05:44.002Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-12T02:05:44.002Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-12T02:05:44.002Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-12T02:05:44.002Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-12T02:05:44.002Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-12T02:05:44.003Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-12T02:05:44.003Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-12T02:05:44.003Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-12T02:05:44.003Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=29d1551d-b1a4-444e-a637-18ea8a195a6c
2022-08-12T02:05:44.003Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T02:05:44.003Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Node template vFW 3340c52c-0fe5 0 is not matching search criteria
2022-08-12T02:05:44.004Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-12T02:05:44.004Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-12T02:05:44.004Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-12T02:05:44.004Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-12T02:05:44.004Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-12T02:05:44.004Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-12T02:05:44.004Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-12T02:05:44.004Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-12T02:05:44.005Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-12T02:05:44.005Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-12T02:05:44.005Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-12T02:05:44.005Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-12T02:05:44.005Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=12857899-68e8-4c6e-b3b4-c844a20b3f20
2022-08-12T02:05:44.005Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T02:05:44.006Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Node template vFW 3340c52c-0fe5 0 is not matching search criteria
2022-08-12T02:05:44.006Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-12T02:05:44.006Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-12T02:05:44.006Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-12T02:05:44.006Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-12T02:05:44.006Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-12T02:05:44.006Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-12T02:05:44.007Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-12T02:05:44.007Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-12T02:05:44.007Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-12T02:05:44.007Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-12T02:05:44.007Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-12T02:05:44.007Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-12T02:05:44.007Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f90b5d3a-2c47-44f7-84b1-9022a0fdd433
2022-08-12T02:05:44.008Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T02:05:44.008Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-08-12 02-03-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T02:05:44.008Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T02:05:44.008Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-08-12 02-03-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T02:05:44.008Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T02:05:44.008Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-08-12 02-03-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T02:05:44.009Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T02:05:44.009Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-08-12 02-03-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T02:05:44.009Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-08-12 02-03-42
Description:catalog service description
Model UUID:6b893ccc-c914-4c2b-9a21-ebe8e8b8cb96
Model Version:NULL
Model InvariantUuid:33b81e95-b154-449f-99bb-c6252437064f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 3340c52c-0fe5
Model UUID:470c9901-cb3b-4cb2-82eb-99a67551458f
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:863fc357-0a54-4607-af8e-39fce4de71da
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:214349d8-9c5d-471e-9db0-d7b561dff4ef
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:3bb1bf86-94e0-4d1b-8a72-47370c99ddda
ModelName:Vfw3340c52c0fe5..base_vfw..module-0
ModelUuid:ed92cafb-f449-457e-b44a-6e7292a29496
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:29d1551d-b1a4-444e-a637-18ea8a195a6c
ModelInvariantUuid:6f680225-f070-44b2-ba22-53079c05268a
ModelName:vFW 3340c52c-0fe5-nodes.vfwCvfc
ModelUuid:f48f61e4-b767-412b-966e-bd8973d4d941
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:0c23409d-9cbf-4120-aebd-907056ad5306
ModelInvariantUuid:7cf03d4a-7e3a-41ef-8312-450a8d5b8d27
ModelName:Vfw3340c52c0fe5.compute.nodes.heat.vfw
ModelUuid:71a53b5e-40aa-43fb-9abc-e1b94598e7c5
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:12857899-68e8-4c6e-b3b4-c844a20b3f20
ModelInvariantUuid:c26cbfdd-d79f-43b8-9b0a-524d4b23340a
ModelName:vFW 3340c52c-0fe5-nodes.vsnCvfc
ModelUuid:2ddf25b5-bfda-49f6-9a1f-8205d0bbd3c0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:8da45cbb-b9bc-41d7-a0fb-9dbdba4040b6
ModelInvariantUuid:5e9de7aa-849c-4313-892d-9a2625865f6d
ModelName:Vfw3340c52c0fe5.compute.nodes.heat.vsn
ModelUuid:a9260e82-adf5-49e1-acd6-e8e4f6e9c53c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:f90b5d3a-2c47-44f7-84b1-9022a0fdd433
ModelInvariantUuid:c8bc65be-9a35-4415-90b8-532bc809f769
ModelName:vFW 3340c52c-0fe5-nodes.vpgCvfc
ModelUuid:86f27a09-3963-4bc3-9338-5ce1e9fab42b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:a27640a1-27b9-40f7-864b-fe830523f4ca
ModelInvariantUuid:086434d0-b89f-488f-b3d4-ec02d007d9c8
ModelName:Vfw3340c52c0fe5.compute.nodes.heat.vpg
ModelUuid:05504ddd-e2f3-4b28-ba4f-067f491ab7a9
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-08-12T02:05:44.027Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 056b1f21-8e40-4a8c-8e8d-018086a80564
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-08-12T02:05:44.083Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||INFO|500||vFW 3340c52c-0fe5 0
2022-08-12T02:05:44.090Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 056b1f21-8e40-4a8c-8e8d-018086a80564
2022-08-12T02:05:44.090Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 84020835-8d0d-4092-afca-7d389bbb4afb from URL: /sdc/v1/catalog/services/Vfw20220812020342/1.0/resourceInstances/vfw3340c52c0fe50/artifacts/vfw3340c52c0fe50_modules.json
2022-08-12T02:05:44.091Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-08-12T02:05:44.091Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220812020342/1.0/resourceInstances/vfw3340c52c0fe50/artifacts/vfw3340c52c0fe50_modules.json
2022-08-12T02:05:44.178Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-08-12T02:05:44.179Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220812020342/1.0/resourceInstances/vfw3340c52c0fe50/artifacts/vfw3340c52c0fe50_modules.json 84020835-8d0d-4092-afca-7d389bbb4afb 785
2022-08-12T02:05:44.179Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220812020342/1.0/resourceInstances/vfw3340c52c0fe50/artifacts/vfw3340c52c0fe50_modules.json ASDC sendASDCNotification
2022-08-12T02:05:44.179Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220812020342/1.0/resourceInstances/vfw3340c52c0fe50/artifacts/vfw3340c52c0fe50_modules.json
2022-08-12T02:05:44.179Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-12T02:05:44.180Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-12T02:05:44.182Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T02:05:44.182Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "95d0e0d3-4337-4629-b028-b30322f815e1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660269944179,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812020342/1.0/resourceInstances/vfw3340c52c0fe50/artifacts/vfw3340c52c0fe50_modules.json",
"status": "DOWNLOAD_OK"
}
2022-08-12T02:05:44.282Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-12T02:05:44.283Z||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-08-12T02:05:44.284Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 94grQT5ZLMacqHQ7) ...
2022-08-12T02:05:44.305Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:05:44.306Z||pool-11-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-08-12T02:05:45.184Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw3340c52c0fe5..base_vfw..module-0",
"vfModuleModelInvariantUUID": "3bb1bf86-94e0-4d1b-8a72-47370c99ddda",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "ed92cafb-f449-457e-b44a-6e7292a29496",
"vfModuleModelCustomizationUUID": "e4ce4f7e-a85e-4ae7-a799-5fb6dfcc090c",
"isBase": true,
"artifacts": [
"fe06431b-51ba-4d98-98c1-f34ba4e5730e",
"bcc22e90-7193-4c1e-a98d-580f598a808b"
],
"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-08-12T02:05:45.190Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw3340c52c0fe5..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ed92cafb-f449-457e-b44a-6e7292a29496
VfModuleModelInvariantUUID:3bb1bf86-94e0-4d1b-8a72-47370c99ddda
VfModuleModelDescription:NULL
Artifacts UUID List:{
fe06431b-51ba-4d98-98c1-f34ba4e5730e
,
bcc22e90-7193-4c1e-a98d-580f598a808b
}
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-08-12T02:05:45.193Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw3340c52c0fe5..base_vfw..module-0",
"vfModuleModelInvariantUUID": "3bb1bf86-94e0-4d1b-8a72-47370c99ddda",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "ed92cafb-f449-457e-b44a-6e7292a29496",
"vfModuleModelCustomizationUUID": "e4ce4f7e-a85e-4ae7-a799-5fb6dfcc090c",
"isBase": true,
"artifacts": [
"fe06431b-51ba-4d98-98c1-f34ba4e5730e",
"bcc22e90-7193-4c1e-a98d-580f598a808b"
],
"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-08-12T02:05:45.193Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw3340c52c0fe5..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ed92cafb-f449-457e-b44a-6e7292a29496
VfModuleModelInvariantUUID:3bb1bf86-94e0-4d1b-8a72-47370c99ddda
VfModuleModelDescription:NULL
Artifacts UUID List:{
fe06431b-51ba-4d98-98c1-f34ba4e5730e
,
bcc22e90-7193-4c1e-a98d-580f598a808b
}
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-08-12T02:05:45.193Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: fe06431b-51ba-4d98-98c1-f34ba4e5730e from URL: /sdc/v1/catalog/services/Vfw20220812020342/1.0/resourceInstances/vfw3340c52c0fe50/artifacts/base_vfw.yaml
2022-08-12T02:05:45.193Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-08-12T02:05:45.193Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220812020342/1.0/resourceInstances/vfw3340c52c0fe50/artifacts/base_vfw.yaml
2022-08-12T02:05:45.248Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-08-12T02:05:45.248Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220812020342/1.0/resourceInstances/vfw3340c52c0fe50/artifacts/base_vfw.yaml fe06431b-51ba-4d98-98c1-f34ba4e5730e 20368
2022-08-12T02:05:45.249Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220812020342/1.0/resourceInstances/vfw3340c52c0fe50/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-12T02:05:45.249Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220812020342/1.0/resourceInstances/vfw3340c52c0fe50/artifacts/base_vfw.yaml
2022-08-12T02:05:45.249Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-12T02:05:45.249Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-12T02:05:45.252Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T02:05:45.252Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "95d0e0d3-4337-4629-b028-b30322f815e1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660269945249,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812020342/1.0/resourceInstances/vfw3340c52c0fe50/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-08-12T02:05:45.352Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-12T02:05:45.353Z||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-08-12T02:05:45.353Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 94grQT5ZLMacqHQ7) ...
2022-08-12T02:05:45.371Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:05:45.372Z||pool-12-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-08-12T02:05:46.253Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: bcc22e90-7193-4c1e-a98d-580f598a808b from URL: /sdc/v1/catalog/services/Vfw20220812020342/1.0/resourceInstances/vfw3340c52c0fe50/artifacts/base_vfw.env
2022-08-12T02:05:46.253Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-08-12T02:05:46.253Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220812020342/1.0/resourceInstances/vfw3340c52c0fe50/artifacts/base_vfw.env
2022-08-12T02:05:46.308Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-08-12T02:05:46.309Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220812020342/1.0/resourceInstances/vfw3340c52c0fe50/artifacts/base_vfw.env bcc22e90-7193-4c1e-a98d-580f598a808b 2098
2022-08-12T02:05:46.309Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220812020342/1.0/resourceInstances/vfw3340c52c0fe50/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-12T02:05:46.309Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220812020342/1.0/resourceInstances/vfw3340c52c0fe50/artifacts/base_vfw.env
2022-08-12T02:05:46.310Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-12T02:05:46.310Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-12T02:05:46.313Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T02:05:46.313Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "95d0e0d3-4337-4629-b028-b30322f815e1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660269946309,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812020342/1.0/resourceInstances/vfw3340c52c0fe50/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-08-12T02:05:46.413Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-12T02:05:46.414Z||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-08-12T02:05:46.414Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 94grQT5ZLMacqHQ7) ...
2022-08-12T02:05:46.435Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:05:46.435Z||pool-13-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-08-12T02:05:47.314Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 6b893ccc-c914-4c2b-9a21-ebe8e8b8cb96
2022-08-12T02:05:47.314Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 3340c52c-0fe5 0 056b1f21-8e40-4a8c-8e8d-018086a80564 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-08-12T02:05:47.357Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@625948b8, org.onap.sdc.toscaparser.api.parameters.Input@39abdd41, org.onap.sdc.toscaparser.api.parameters.Input@29ec757c, org.onap.sdc.toscaparser.api.parameters.Input@6908c734, org.onap.sdc.toscaparser.api.parameters.Input@41bc4e25]
2022-08-12T02:05:47.360Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T02:05:47.361Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-08-12 02-03-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T02:05:47.361Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2022-08-12T02:05:47.361Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 214349d8-9c5d-471e-9db0-d7b561dff4ef
2022-08-12T02:05:47.361Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 214349d8-9c5d-471e-9db0-d7b561dff4ef matches Tosca VF Customization UUID: 214349d8-9c5d-471e-9db0-d7b561dff4ef
2022-08-12T02:05:47.362Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 214349d8-9c5d-471e-9db0-d7b561dff4ef 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-08-12T02:05:47.370Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T02:05:47.370Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-08-12 02-03-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T02:05:47.371Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 214349d8-9c5d-471e-9db0-d7b561dff4ef: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-08-12T02:05:47.371Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@428b25b4
2022-08-12T02:05:47.372Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T02:05:47.372Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-08-12 02-03-42 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-12T02:05:47.372Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e4ce4f7e-a85e-4ae7-a799-5fb6dfcc090c
2022-08-12T02:05:47.373Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e4ce4f7e-a85e-4ae7-a799-5fb6dfcc090c
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-08-12T02:05:47.386Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T02:05:47.386Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Node template vFW 3340c52c-0fe5 0 is matching search criteria
2022-08-12T02:05:47.386Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 3340c52c-0fe5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-12T02:05:47.387Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T02:05:47.387Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Node template vFW 3340c52c-0fe5 0 is matching search criteria
2022-08-12T02:05:47.387Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 3340c52c-0fe5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-12T02:05:47.388Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T02:05:47.388Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Node template vFW 3340c52c-0fe5 0 is not matching search criteria
2022-08-12T02:05:47.388Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-12T02:05:47.388Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-12T02:05:47.388Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-12T02:05:47.389Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-12T02:05:47.389Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-12T02:05:47.389Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-12T02:05:47.389Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-12T02:05:47.389Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-12T02:05:47.390Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-12T02:05:47.390Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-12T02:05:47.390Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-12T02:05:47.390Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=29d1551d-b1a4-444e-a637-18ea8a195a6c
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-08-12T02:05:47.397Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T02:05:47.397Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Node template vFW 3340c52c-0fe5 0 is matching search criteria
2022-08-12T02:05:47.397Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 3340c52c-0fe5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-12T02:05:47.397Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T02:05:47.398Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Node template vFW 3340c52c-0fe5 0 is not matching search criteria
2022-08-12T02:05:47.398Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-12T02:05:47.398Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-12T02:05:47.398Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-12T02:05:47.398Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-12T02:05:47.399Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-12T02:05:47.399Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-12T02:05:47.399Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-12T02:05:47.400Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-12T02:05:47.400Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-12T02:05:47.400Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-12T02:05:47.400Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-12T02:05:47.400Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-12T02:05:47.401Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=12857899-68e8-4c6e-b3b4-c844a20b3f20
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-08-12T02:05:47.403Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T02:05:47.403Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Node template vFW 3340c52c-0fe5 0 is matching search criteria
2022-08-12T02:05:47.403Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 3340c52c-0fe5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-12T02:05:47.408Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T02:05:47.408Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Node template vFW 3340c52c-0fe5 0 is not matching search criteria
2022-08-12T02:05:47.409Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-12T02:05:47.409Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-12T02:05:47.409Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-12T02:05:47.409Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-12T02:05:47.409Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-12T02:05:47.410Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-12T02:05:47.410Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-12T02:05:47.410Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-12T02:05:47.410Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-12T02:05:47.410Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-12T02:05:47.411Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-12T02:05:47.411Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-12T02:05:47.411Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f90b5d3a-2c47-44f7-84b1-9022a0fdd433
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-08-12T02:05:47.413Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T02:05:47.414Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Node template vFW 3340c52c-0fe5 0 is matching search criteria
2022-08-12T02:05:47.414Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 3340c52c-0fe5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-12T02:05:47.414Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T02:05:47.414Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Node template vFW 3340c52c-0fe5 0 is matching search criteria
2022-08-12T02:05:47.414Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 3340c52c-0fe5 0] matching following query criteria: sdcType=VF, customizationUUID=214349d8-9c5d-471e-9db0-d7b561dff4ef
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-08-12T02:05:47.417Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T02:05:47.417Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-08-12 02-03-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T02:05:47.417Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 6b893ccc-c914-4c2b-9a21-ebe8e8b8cb96: vFW 3340c52c-0fe5
2022-08-12T02:05:47.418Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T02:05:47.418Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-08-12 02-03-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T02:05:47.418Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T02:05:47.418Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-08-12 02-03-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T02:05:47.418Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T02:05:47.419Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-08-12 02-03-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T02:05:47.419Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T02:05:47.419Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-08-12 02-03-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T02:05:47.419Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T02:05:47.419Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-08-12 02-03-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T02:05:47.420Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2022-08-12 02-03-42
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-08-12T02:05:47.690Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 3340c52c-0fe5 056b1f21-8e40-4a8c-8e8d-018086a80564 1 ASDC deployResourceStructure
2022-08-12T02:05:47.691Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220812020342/1.0/resourceInstances/vfw3340c52c0fe50/artifacts/vfw3340c52c0fe50_modules.json ASDC sendASDCNotification
2022-08-12T02:05:47.691Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220812020342/1.0/resourceInstances/vfw3340c52c0fe50/artifacts/vfw3340c52c0fe50_modules.json
2022-08-12T02:05:47.691Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-12T02:05:47.692Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-12T02:05:47.693Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T02:05:47.693Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "95d0e0d3-4337-4629-b028-b30322f815e1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660269947691,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812020342/1.0/resourceInstances/vfw3340c52c0fe50/artifacts/vfw3340c52c0fe50_modules.json",
"status": "DEPLOY_OK"
}
2022-08-12T02:05:47.794Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-12T02:05:47.795Z||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-08-12T02:05:47.795Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 94grQT5ZLMacqHQ7) ...
2022-08-12T02:05:47.819Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:05:47.819Z||pool-14-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-08-12T02:05:48.695Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220812020342/1.0/resourceInstances/vfw3340c52c0fe50/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-12T02:05:48.695Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220812020342/1.0/resourceInstances/vfw3340c52c0fe50/artifacts/base_vfw.yaml
2022-08-12T02:05:48.695Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-12T02:05:48.696Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-12T02:05:48.697Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T02:05:48.698Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "95d0e0d3-4337-4629-b028-b30322f815e1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660269948694,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812020342/1.0/resourceInstances/vfw3340c52c0fe50/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-08-12T02:05:48.798Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-12T02:05:48.799Z||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-08-12T02:05:48.799Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 94grQT5ZLMacqHQ7) ...
2022-08-12T02:05:48.819Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:05:48.819Z||pool-15-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-08-12T02:05:49.698Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220812020342/1.0/resourceInstances/vfw3340c52c0fe50/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-12T02:05:49.699Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220812020342/1.0/resourceInstances/vfw3340c52c0fe50/artifacts/base_vfw.env
2022-08-12T02:05:49.699Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-12T02:05:49.700Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-12T02:05:49.702Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T02:05:49.702Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "95d0e0d3-4337-4629-b028-b30322f815e1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660269949698,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812020342/1.0/resourceInstances/vfw3340c52c0fe50/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-08-12T02:05:49.802Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-12T02:05:49.803Z||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-08-12T02:05:49.803Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 94grQT5ZLMacqHQ7) ...
2022-08-12T02:05:49.828Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:05:49.828Z||pool-16-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-08-12T02:05:50.703Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220812020342/1.0/artifacts/service-Vfw20220812020342-csar.csar ASDC sendASDCNotification
2022-08-12T02:05:50.703Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220812020342/1.0/artifacts/service-Vfw20220812020342-csar.csar
2022-08-12T02:05:50.703Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-12T02:05:50.704Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-12T02:05:50.705Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T02:05:50.706Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "95d0e0d3-4337-4629-b028-b30322f815e1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660269950703,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812020342/1.0/artifacts/service-Vfw20220812020342-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-12T02:05:50.806Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-12T02:05:50.807Z||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-08-12T02:05:50.807Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 94grQT5ZLMacqHQ7) ...
2022-08-12T02:05:50.826Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:05:50.827Z||pool-17-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-08-12T02:05:51.706Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 95d0e0d3-4337-4629-b028-b30322f815e1
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-08-12T02:05:51.730Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 95d0e0d3-4337-4629-b028-b30322f815e1
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-08-12T02:05:51.734Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-12T02:05:51.734Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-12T02:05:51.735Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-12T02:05:51.735Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-12T02:05:51.735Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName:
2022-08-12T02:05:51.735Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-12T02:05:51.742Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-12T02:06:21.743Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 95d0e0d3-4337-4629-b028-b30322f815e1 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-08-12T02:06:21.767Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 95d0e0d3-4337-4629-b028-b30322f815e1 and serviceModelVersionId: 6b893ccc-c914-4c2b-9a21-ebe8e8b8cb96
2022-08-12T02:06:21.767Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 33b81e95-b154-449f-99bb-c6252437064f
2022-08-12T02:06:31.339Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:06:31.340Z||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-08-12T02:06:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:06:31.548Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:06:31.548Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T02:06:31.548Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95d0e0d3-4337-4629-b028-b30322f815e1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660269931336,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812020342/1.0/resourceInstances/vfw3340c52c0fe50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-12T02:06:31.550Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-12T02:06:37.413Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/33b81e95-b154-449f-99bb-c6252437064f/model-vers/model-ver/6b893ccc-c914-4c2b-9a21-ebe8e8b8cb96?depth=0
2022-08-12T02:06:37.487Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-08-12T02:06:37.532Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/33b81e95-b154-449f-99bb-c6252437064f/model-vers/model-ver/6b893ccc-c914-4c2b-9a21-ebe8e8b8cb96?depth=0|INFO|500||Invoke
2022-08-12T02:06:37.532Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/33b81e95-b154-449f-99bb-c6252437064f/model-vers/model-ver/6b893ccc-c914-4c2b-9a21-ebe8e8b8cb96?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/33b81e95-b154-449f-99bb-c6252437064f/model-vers/model-ver/6b893ccc-c914-4c2b-9a21-ebe8e8b8cb96?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[95d0e0d3-4337-4629-b028-b30322f815e1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3f7e2025-4d7b-4c99-a3c8-3ad3669ae609], X-ECOMP-RequestID=[95d0e0d3-4337-4629-b028-b30322f815e1], X-TransactionId=[], X-ONAP-RequestID=[95d0e0d3-4337-4629-b028-b30322f815e1], Content-Type=[application/merge-patch+json]}
2022-08-12T02:06:37.539Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/33b81e95-b154-449f-99bb-c6252437064f/model-vers/model-ver/6b893ccc-c914-4c2b-9a21-ebe8e8b8cb96?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}
2022-08-12T02:06:37.567Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/33b81e95-b154-449f-99bb-c6252437064f/model-vers/model-ver/6b893ccc-c914-4c2b-9a21-ebe8e8b8cb96?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/33b81e95-b154-449f-99bb-c6252437064f/model-vers/model-ver/6b893ccc-c914-4c2b-9a21-ebe8e8b8cb96?depth=0 has http status code:503 and response headers:{date=[Fri, 12 Aug 2022 02:06:37 GMT], server=[envoy], content-length=[145], content-type=[text/plain]}
2022-08-12T02:06:37.568Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/33b81e95-b154-449f-99bb-c6252437064f/model-vers/model-ver/6b893ccc-c914-4c2b-9a21-ebe8e8b8cb96?depth=0|DEBUG|500||upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
2022-08-12T02:06:37.569Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/33b81e95-b154-449f-99bb-c6252437064f/model-vers/model-ver/6b893ccc-c914-4c2b-9a21-ebe8e8b8cb96?depth=0|INFO|503|Service Unavailable|InvokeReturn
2022-08-12T02:06:37.579Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=95d0e0d3-4337-4629-b028-b30322f815e1 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
2022-08-12T02:06:37.583Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||ERROR|500||Exception occurred
javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=95d0e0d3-4337-4629-b028-b30322f815e1 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:92)
at org.onap.so.client.RestRequest.get(RestRequest.java:77)
at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
at org.onap.so.client.RestClient.method(RestClient.java:322)
at org.onap.so.client.RestClient.patch(RestClient.java:265)
at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-08-12T02:06:37.583Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=95d0e0d3-4337-4629-b028-b30322f815e1 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
2022-08-12T02:06:37.584Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=95d0e0d3-4337-4629-b028-b30322f815e1 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
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-08-12T02:06:37.592Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||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-08-12T02:06:37.593Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 95d0e0d3-4337-4629-b028-b30322f815e1 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=95d0e0d3-4337-4629-b028-b30322f815e1 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
2022-08-12T02:06:37.594Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-08-12T02:06:37.594Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-12T02:06:37.596Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T02:06:37.596Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "95d0e0d3-4337-4629-b028-b30322f815e1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660269997593,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d95d0e0d3-4337-4629-b028-b30322f815e1 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111"
}
2022-08-12T02:06:37.696Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-12T02:06:37.697Z||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-08-12T02:06:37.698Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 94grQT5ZLMacqHQ7) ...
2022-08-12T02:06:37.720Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:06:37.721Z||pool-18-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-08-12T02:06:38.614Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:06:38.615Z|95d0e0d3-4337-4629-b028-b30322f815e1|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-08-12T02:06:38.615Z|95d0e0d3-4337-4629-b028-b30322f815e1|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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:06:48.169Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:07:31.337Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:07:31.338Z|95d0e0d3-4337-4629-b028-b30322f815e1|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-08-12T02:07:31.339Z|95d0e0d3-4337-4629-b028-b30322f815e1|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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:07:31.339Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:07:31.340Z||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-08-12T02:07:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:07:31.421Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:07:31.422Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T02:07:31.423Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95d0e0d3-4337-4629-b028-b30322f815e1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660269931336,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812020342/1.0/resourceInstances/vfw3340c52c0fe50/artifacts/vfw3340c52c0fe50_modules.json",
"status": "NOTIFIED"
}
2022-08-12T02:07:31.424Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-12T02:07:31.424Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T02:07:31.424Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95d0e0d3-4337-4629-b028-b30322f815e1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660269931336,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812020342/1.0/resourceInstances/vfw3340c52c0fe50/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-08-12T02:07:31.424Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-12T02:07:31.424Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T02:07:31.425Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95d0e0d3-4337-4629-b028-b30322f815e1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660269931336,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812020342/1.0/resourceInstances/vfw3340c52c0fe50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-12T02:07:31.425Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-12T02:07:31.425Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T02:07:31.425Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95d0e0d3-4337-4629-b028-b30322f815e1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660269931336,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812020342/1.0/resourceInstances/vfw3340c52c0fe50/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-08-12T02:07:31.425Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-12T02:07:31.426Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T02:07:31.426Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95d0e0d3-4337-4629-b028-b30322f815e1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660269931336,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812020342/1.0/artifacts/service-Vfw20220812020342-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-12T02:07:31.426Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-12T02:07:31.426Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T02:07:31.426Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95d0e0d3-4337-4629-b028-b30322f815e1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660269931336,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812020342/1.0/artifacts/service-Vfw20220812020342-csar.csar",
"status": "NOTIFIED"
}
2022-08-12T02:07:31.426Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-12T02:07:31.427Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T02:07:31.427Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95d0e0d3-4337-4629-b028-b30322f815e1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660269939452,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812020342/1.0/artifacts/service-Vfw20220812020342-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-12T02:07:31.427Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T02:07:31.427Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T02:07:31.427Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95d0e0d3-4337-4629-b028-b30322f815e1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660269944179,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812020342/1.0/resourceInstances/vfw3340c52c0fe50/artifacts/vfw3340c52c0fe50_modules.json",
"status": "DOWNLOAD_OK"
}
2022-08-12T02:07:31.427Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T02:07:31.428Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T02:07:31.428Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95d0e0d3-4337-4629-b028-b30322f815e1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660269945249,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812020342/1.0/resourceInstances/vfw3340c52c0fe50/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-08-12T02:07:31.428Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T02:07:31.428Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T02:07:31.428Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95d0e0d3-4337-4629-b028-b30322f815e1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660269946309,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812020342/1.0/resourceInstances/vfw3340c52c0fe50/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-08-12T02:07:31.428Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T02:07:31.429Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T02:07:31.429Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95d0e0d3-4337-4629-b028-b30322f815e1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660269947691,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812020342/1.0/resourceInstances/vfw3340c52c0fe50/artifacts/vfw3340c52c0fe50_modules.json",
"status": "DEPLOY_OK"
}
2022-08-12T02:07:31.429Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T02:07:31.429Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T02:07:31.429Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95d0e0d3-4337-4629-b028-b30322f815e1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660269948694,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812020342/1.0/resourceInstances/vfw3340c52c0fe50/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-08-12T02:07:31.430Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T02:07:31.430Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T02:07:31.430Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95d0e0d3-4337-4629-b028-b30322f815e1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660269949698,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812020342/1.0/resourceInstances/vfw3340c52c0fe50/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-08-12T02:07:31.430Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T02:07:31.430Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T02:07:31.430Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95d0e0d3-4337-4629-b028-b30322f815e1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660269950703,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812020342/1.0/artifacts/service-Vfw20220812020342-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-12T02:07:31.431Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T02:07:40.930Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:08:31.337Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:08:31.338Z|95d0e0d3-4337-4629-b028-b30322f815e1|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-08-12T02:08:31.338Z|95d0e0d3-4337-4629-b028-b30322f815e1|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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:08:31.339Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:08:31.340Z||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-08-12T02:08:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:08:31.978Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:08:31.978Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T02:08:31.979Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95d0e0d3-4337-4629-b028-b30322f815e1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660269997593,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d95d0e0d3-4337-4629-b028-b30322f815e1 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111"
}
2022-08-12T02:08:31.979Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T02:08:40.953Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:09:31.337Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:09:31.338Z|95d0e0d3-4337-4629-b028-b30322f815e1|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-08-12T02:09:31.338Z|95d0e0d3-4337-4629-b028-b30322f815e1|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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:09:31.339Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:09:31.340Z||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-08-12T02:09:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:09:40.929Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:09:40.929Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:10:31.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:10:31.338Z||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-08-12T02:10:31.338Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:10:31.339Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:10:31.340Z||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-08-12T02:10:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:10:40.916Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:10:40.936Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:11:31.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:11:31.339Z||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-08-12T02:11:31.339Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:11:31.339Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:11:31.340Z||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-08-12T02:11:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:11:40.919Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:11:40.926Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:12:31.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:12:31.339Z||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-08-12T02:12:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:12:31.339Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:12:31.340Z||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-08-12T02:12:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:12:40.929Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:12:40.978Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:13:31.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:13:31.338Z||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-08-12T02:13:31.338Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:13:31.339Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:13:31.340Z||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-08-12T02:13:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:13:32.012Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:13:32.014Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T02:13:32.014Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"8f4e2409-730e-4bc7-90c9-76f4dfbafe03","serviceName":"vFW 2022-08-12 02-11-50","serviceVersion":"1.0","serviceUUID":"2f716a88-7a6b-471a-8d0d-9720211fe97a","serviceDescription":"catalog service description","serviceInvariantUUID":"69e4a04a-ea57-4449-9b25-69936013b892","resources":[{"resourceInstanceName":"vFW 6596f99a-79af 0","resourceName":"vFW 6596f99a-79af","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"aaa80a3e-cbcd-409f-ae65-2df74b6083ee","resourceInvariantUUID":"6ebdb2ec-3631-4030-9285-84f74c9ae333","resourceCustomizationUUID":"64f6db60-f7d6-42dd-89ed-6e7515fda96a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220812021150/1.0/resourceInstances/vfw6596f99a79af0/artifacts/vf-license-model.xml","artifactChecksum":"OTg3NjM4ZTQ1YzM1ZjQzMDQzNTNjZDA2MzFlMDc2NTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d0d094d2-ef96-41a2-bf0c-9e0c4a68a1e0","artifactVersion":"1"},{"artifactName":"vfw6596f99a79af0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220812021150/1.0/resourceInstances/vfw6596f99a79af0/artifacts/vfw6596f99a79af0_modules.json","artifactChecksum":"ZGQyYTQ3OGUzMWFmNjljOThkOGIyNDQwODkzMTFlMmU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"939b2ed1-b537-4528-b2e8-ecccbd68793a","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220812021150/1.0/resourceInstances/vfw6596f99a79af0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"db6e4478-f9bf-446e-92e5-fa89d9a71e75","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220812021150/1.0/resourceInstances/vfw6596f99a79af0/artifacts/vendor-license-model.xml","artifactChecksum":"YWM0Y2VmMzYwMTA5OWU3MzkwZTFhZjU2NTQ2ZWY5YTU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"79c0f64f-f388-4897-a8ae-48e4a84a5a82","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220812021150/1.0/resourceInstances/vfw6596f99a79af0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2cae97c6-6492-442b-bcf1-4fd40903e0e9","artifactVersion":"2","generatedFromUUID":"db6e4478-f9bf-446e-92e5-fa89d9a71e75"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220812021150-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220812021150/1.0/artifacts/service-Vfw20220812021150-template.yml","artifactChecksum":"ODNjYjNmMmZlMmU1MzhmZTU5MTE1Yzg2NzI2OTE4ZDQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f4bb3688-1229-4b13-a5a2-21c4bccd101f","artifactVersion":"1"},{"artifactName":"service-Vfw20220812021150-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220812021150/1.0/artifacts/service-Vfw20220812021150-csar.csar","artifactChecksum":"ZWRjNmIyNzMzM2U2N2VkNDdjY2VjZGU0ZDg3YjM5MGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"14dbd8d7-72b0-44fa-b6cb-f75949b3510d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-12T02:13:32.019Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T02:13:32.020Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-12T02:13:32.026Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T02:13:32.026Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "8f4e2409-730e-4bc7-90c9-76f4dfbafe03",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660270411337,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812021150/1.0/resourceInstances/vfw6596f99a79af0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-12T02:13:32.126Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-12T02:13:32.127Z||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-08-12T02:13:32.127Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 94grQT5ZLMacqHQ7) ...
2022-08-12T02:13:32.150Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:13:32.151Z||pool-19-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-08-12T02:13:32.206Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:13:32.208Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T02:13:32.208Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8f4e2409-730e-4bc7-90c9-76f4dfbafe03",
"consumerID": "cds",
"timestamp": 1660270375950,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812021150/1.0/resourceInstances/vfw6596f99a79af0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-12T02:13:32.210Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-12T02:13:32.210Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T02:13:32.210Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8f4e2409-730e-4bc7-90c9-76f4dfbafe03",
"consumerID": "cds",
"timestamp": 1660270375950,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812021150/1.0/resourceInstances/vfw6596f99a79af0/artifacts/vfw6596f99a79af0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-12T02:13:32.211Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-12T02:13:32.211Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T02:13:32.211Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8f4e2409-730e-4bc7-90c9-76f4dfbafe03",
"consumerID": "cds",
"timestamp": 1660270375950,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812021150/1.0/resourceInstances/vfw6596f99a79af0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-12T02:13:32.211Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-12T02:13:32.212Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T02:13:32.212Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8f4e2409-730e-4bc7-90c9-76f4dfbafe03",
"consumerID": "cds",
"timestamp": 1660270375950,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812021150/1.0/resourceInstances/vfw6596f99a79af0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-12T02:13:32.212Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-12T02:13:32.212Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T02:13:32.212Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8f4e2409-730e-4bc7-90c9-76f4dfbafe03",
"consumerID": "cds",
"timestamp": 1660270375950,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812021150/1.0/resourceInstances/vfw6596f99a79af0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-12T02:13:32.213Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-12T02:13:32.213Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T02:13:32.213Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8f4e2409-730e-4bc7-90c9-76f4dfbafe03",
"consumerID": "cds",
"timestamp": 1660270375950,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812021150/1.0/artifacts/service-Vfw20220812021150-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-12T02:13:32.213Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-12T02:13:32.213Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T02:13:32.214Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8f4e2409-730e-4bc7-90c9-76f4dfbafe03",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660270381587,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812021150/1.0/resourceInstances/vfw6596f99a79af0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-12T02:13:32.214Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-12T02:13:32.214Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T02:13:32.214Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8f4e2409-730e-4bc7-90c9-76f4dfbafe03",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660270381469,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812021150/1.0/resourceInstances/vfw6596f99a79af0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-12T02:13:32.214Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-12T02:13:32.215Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T02:13:32.215Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8f4e2409-730e-4bc7-90c9-76f4dfbafe03",
"consumerID": "cds",
"timestamp": 1660270375950,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812021150/1.0/artifacts/service-Vfw20220812021150-csar.csar",
"status": "NOTIFIED"
}
2022-08-12T02:13:32.215Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-12T02:13:32.216Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T02:13:32.216Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8f4e2409-730e-4bc7-90c9-76f4dfbafe03",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660270381587,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812021150/1.0/resourceInstances/vfw6596f99a79af0/artifacts/vfw6596f99a79af0_modules.json",
"status": "NOTIFIED"
}
2022-08-12T02:13:32.216Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-12T02:13:32.216Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T02:13:32.217Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8f4e2409-730e-4bc7-90c9-76f4dfbafe03",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660270381469,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812021150/1.0/resourceInstances/vfw6596f99a79af0/artifacts/vfw6596f99a79af0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-12T02:13:32.217Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-12T02:13:32.217Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T02:13:32.217Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8f4e2409-730e-4bc7-90c9-76f4dfbafe03",
"consumerID": "cds",
"timestamp": 1660270383703,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812021150/1.0/artifacts/service-Vfw20220812021150-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-12T02:13:32.218Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T02:13:32.218Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T02:13:32.218Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8f4e2409-730e-4bc7-90c9-76f4dfbafe03",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660270381587,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812021150/1.0/resourceInstances/vfw6596f99a79af0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-08-12T02:13:32.218Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-12T02:13:32.218Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T02:13:32.219Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8f4e2409-730e-4bc7-90c9-76f4dfbafe03",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660270381469,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812021150/1.0/resourceInstances/vfw6596f99a79af0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-12T02:13:32.219Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-12T02:13:32.219Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T02:13:32.219Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8f4e2409-730e-4bc7-90c9-76f4dfbafe03",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660270381587,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812021150/1.0/resourceInstances/vfw6596f99a79af0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-12T02:13:32.220Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-12T02:13:32.220Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T02:13:32.220Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8f4e2409-730e-4bc7-90c9-76f4dfbafe03",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660270381469,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812021150/1.0/resourceInstances/vfw6596f99a79af0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-12T02:13:32.220Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-12T02:13:32.220Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T02:13:32.220Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8f4e2409-730e-4bc7-90c9-76f4dfbafe03",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660270381587,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812021150/1.0/resourceInstances/vfw6596f99a79af0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-08-12T02:13:32.221Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-12T02:13:32.221Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T02:13:32.221Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8f4e2409-730e-4bc7-90c9-76f4dfbafe03",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660270381469,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812021150/1.0/resourceInstances/vfw6596f99a79af0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-12T02:13:32.221Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-12T02:13:32.223Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T02:13:32.223Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8f4e2409-730e-4bc7-90c9-76f4dfbafe03",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660270381587,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812021150/1.0/artifacts/service-Vfw20220812021150-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-12T02:13:32.223Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-12T02:13:32.223Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T02:13:32.223Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8f4e2409-730e-4bc7-90c9-76f4dfbafe03",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660270381469,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812021150/1.0/artifacts/service-Vfw20220812021150-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-12T02:13:32.224Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-12T02:13:32.224Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T02:13:32.224Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8f4e2409-730e-4bc7-90c9-76f4dfbafe03",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660270381587,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812021150/1.0/artifacts/service-Vfw20220812021150-csar.csar",
"status": "NOTIFIED"
}
2022-08-12T02:13:32.224Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-12T02:13:32.224Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T02:13:32.224Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8f4e2409-730e-4bc7-90c9-76f4dfbafe03",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660270381469,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812021150/1.0/artifacts/service-Vfw20220812021150-csar.csar",
"status": "NOTIFIED"
}
2022-08-12T02:13:32.225Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-12T02:13:32.225Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T02:13:32.225Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8f4e2409-730e-4bc7-90c9-76f4dfbafe03",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660270389332,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812021150/1.0/resourceInstances/vfw6596f99a79af0/artifacts/vfw6596f99a79af0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-08-12T02:13:32.225Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T02:13:32.225Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T02:13:32.226Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8f4e2409-730e-4bc7-90c9-76f4dfbafe03",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660270389225,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812021150/1.0/artifacts/service-Vfw20220812021150-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-12T02:13:32.226Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T02:13:32.226Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T02:13:32.226Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8f4e2409-730e-4bc7-90c9-76f4dfbafe03",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660270390456,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812021150/1.0/resourceInstances/vfw6596f99a79af0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-08-12T02:13:32.226Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T02:13:32.227Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T02:13:32.227Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8f4e2409-730e-4bc7-90c9-76f4dfbafe03",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660270391550,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812021150/1.0/resourceInstances/vfw6596f99a79af0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-08-12T02:13:32.227Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T02:13:32.227Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T02:13:32.227Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8f4e2409-730e-4bc7-90c9-76f4dfbafe03",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660270392597,
"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-08-12T02:13:32.259Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8f4e2409-730e-4bc7-90c9-76f4dfbafe03
2022-08-12T02:13:32.260Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8f4e2409-730e-4bc7-90c9-76f4dfbafe03 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-08-12T02:13:32.270Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T02:13:32.270Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8f4e2409-730e-4bc7-90c9-76f4dfbafe03",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660270392520,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812021150/1.0/artifacts/service-Vfw20220812021150-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-12T02:13:32.270Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T02:13:32.271Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T02:13:32.271Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8f4e2409-730e-4bc7-90c9-76f4dfbafe03",
"consumerID": "aai-ml",
"timestamp": 1660270392802,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812021150/1.0/resourceInstances/vfw6596f99a79af0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-12T02:13:32.271Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-12T02:13:32.271Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T02:13:32.271Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8f4e2409-730e-4bc7-90c9-76f4dfbafe03",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660270393600,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812021150/1.0/resourceInstances/vfw6596f99a79af0/artifacts/vfw6596f99a79af0_modules.json",
"status": "DEPLOY_OK"
}
2022-08-12T02:13:32.272Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T02:13:32.272Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T02:13:32.272Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8f4e2409-730e-4bc7-90c9-76f4dfbafe03",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660270393524,
"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-08-12T02:13:32.279Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8f4e2409-730e-4bc7-90c9-76f4dfbafe03
2022-08-12T02:13:32.279Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8f4e2409-730e-4bc7-90c9-76f4dfbafe03 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-08-12T02:13:32.289Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T02:13:32.289Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8f4e2409-730e-4bc7-90c9-76f4dfbafe03",
"consumerID": "aai-ml",
"timestamp": 1660270392802,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812021150/1.0/resourceInstances/vfw6596f99a79af0/artifacts/vfw6596f99a79af0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-12T02:13:32.290Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-12T02:13:32.290Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T02:13:32.290Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8f4e2409-730e-4bc7-90c9-76f4dfbafe03",
"consumerID": "aai-ml",
"timestamp": 1660270392802,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812021150/1.0/resourceInstances/vfw6596f99a79af0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-12T02:13:32.290Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-12T02:13:32.290Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T02:13:32.291Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8f4e2409-730e-4bc7-90c9-76f4dfbafe03",
"consumerID": "aai-ml",
"timestamp": 1660270392802,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812021150/1.0/resourceInstances/vfw6596f99a79af0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-12T02:13:32.291Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-12T02:13:32.291Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T02:13:32.291Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8f4e2409-730e-4bc7-90c9-76f4dfbafe03",
"consumerID": "aai-ml",
"timestamp": 1660270392802,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812021150/1.0/resourceInstances/vfw6596f99a79af0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-12T02:13:32.291Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-12T02:13:32.291Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T02:13:32.292Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8f4e2409-730e-4bc7-90c9-76f4dfbafe03",
"consumerID": "aai-ml",
"timestamp": 1660270392802,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812021150/1.0/artifacts/service-Vfw20220812021150-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-12T02:13:32.292Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-12T02:13:32.292Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T02:13:32.292Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8f4e2409-730e-4bc7-90c9-76f4dfbafe03",
"consumerID": "aai-ml",
"timestamp": 1660270392802,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812021150/1.0/artifacts/service-Vfw20220812021150-csar.csar",
"status": "NOTIFIED"
}
2022-08-12T02:13:32.292Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-12T02:13:32.293Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T02:13:32.293Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8f4e2409-730e-4bc7-90c9-76f4dfbafe03",
"consumerID": "aai-ml",
"timestamp": 1660270400575,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812021150/1.0/artifacts/service-Vfw20220812021150-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-12T02:13:32.293Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T02:13:32.293Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T02:13:32.293Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8f4e2409-730e-4bc7-90c9-76f4dfbafe03",
"consumerID": "aai-ml",
"timestamp": 1660270401582,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812021150/1.0/artifacts/service-Vfw20220812021150-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-08-12T02:13:32.293Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T02:13:32.294Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T02:13:32.294Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8f4e2409-730e-4bc7-90c9-76f4dfbafe03",
"consumerID": "aai-ml",
"timestamp": 1660270402587,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812021150/1.0/artifacts/service-Vfw20220812021150-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-08-12T02:13:32.294Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T02:13:32.294Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T02:13:32.294Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8f4e2409-730e-4bc7-90c9-76f4dfbafe03",
"consumerID": "aai-ml",
"timestamp": 1660270403592,
"artifactURL": "",
"status": "COMPONENT_DONE_ERROR",
"errorReason": "deploy failure",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-12T02:13:32.302Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 8f4e2409-730e-4bc7-90c9-76f4dfbafe03
2022-08-12T02:13:32.302Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8f4e2409-730e-4bc7-90c9-76f4dfbafe03 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-08-12T02:13:33.027Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T02:13:33.028Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-12T02:13:33.031Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T02:13:33.031Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "8f4e2409-730e-4bc7-90c9-76f4dfbafe03",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660270411337,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812021150/1.0/resourceInstances/vfw6596f99a79af0/artifacts/vfw6596f99a79af0_modules.json",
"status": "NOTIFIED"
}
2022-08-12T02:13:33.131Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-12T02:13:33.132Z||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-08-12T02:13:33.133Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 94grQT5ZLMacqHQ7) ...
2022-08-12T02:13:33.151Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:13:33.152Z||pool-20-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-08-12T02:13:34.031Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T02:13:34.032Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-12T02:13:34.035Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T02:13:34.035Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "8f4e2409-730e-4bc7-90c9-76f4dfbafe03",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660270411337,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812021150/1.0/resourceInstances/vfw6596f99a79af0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-08-12T02:13:34.135Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-12T02:13:34.136Z||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-08-12T02:13:34.136Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 94grQT5ZLMacqHQ7) ...
2022-08-12T02:13:34.156Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:13:34.157Z||pool-21-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-08-12T02:13:35.035Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T02:13:35.036Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-12T02:13:35.039Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T02:13:35.039Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "8f4e2409-730e-4bc7-90c9-76f4dfbafe03",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660270411337,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812021150/1.0/resourceInstances/vfw6596f99a79af0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-12T02:13:35.139Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-12T02:13:35.148Z||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-08-12T02:13:35.148Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 94grQT5ZLMacqHQ7) ...
2022-08-12T02:13:35.180Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:13:35.181Z||pool-22-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-08-12T02:13:36.040Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T02:13:36.041Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-12T02:13:36.043Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T02:13:36.043Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "8f4e2409-730e-4bc7-90c9-76f4dfbafe03",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660270411337,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812021150/1.0/resourceInstances/vfw6596f99a79af0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-08-12T02:13:36.143Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-12T02:13:36.145Z||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-08-12T02:13:36.145Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 94grQT5ZLMacqHQ7) ...
2022-08-12T02:13:36.171Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:13:36.172Z||pool-23-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-08-12T02:13:37.044Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T02:13:37.044Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-12T02:13:37.046Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T02:13:37.047Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "8f4e2409-730e-4bc7-90c9-76f4dfbafe03",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660270411337,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812021150/1.0/artifacts/service-Vfw20220812021150-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-12T02:13:37.147Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-12T02:13:37.148Z||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-08-12T02:13:37.148Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 94grQT5ZLMacqHQ7) ...
2022-08-12T02:13:37.167Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:13:37.167Z||pool-24-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-12T02:13:38.047Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T02:13:38.048Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-12T02:13:38.050Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T02:13:38.050Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "8f4e2409-730e-4bc7-90c9-76f4dfbafe03",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660270411337,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812021150/1.0/artifacts/service-Vfw20220812021150-csar.csar",
"status": "NOTIFIED"
}
2022-08-12T02:13:38.151Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-12T02:13:38.152Z||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-08-12T02:13:38.152Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 94grQT5ZLMacqHQ7) ...
2022-08-12T02:13:38.171Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:13:38.172Z||pool-25-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-08-12T02:13:39.052Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "8f4e2409-730e-4bc7-90c9-76f4dfbafe03",
"serviceName": "vFW 2022-08-12 02-11-50",
"serviceVersion": "1.0",
"serviceUUID": "2f716a88-7a6b-471a-8d0d-9720211fe97a",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "69e4a04a-ea57-4449-9b25-69936013b892",
"resources": [
{
"resourceInstanceName": "vFW 6596f99a-79af 0",
"resourceCustomizationUUID": "64f6db60-f7d6-42dd-89ed-6e7515fda96a",
"resourceName": "vFW 6596f99a-79af",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "aaa80a3e-cbcd-409f-ae65-2df74b6083ee",
"resourceInvariantUUID": "6ebdb2ec-3631-4030-9285-84f74c9ae333",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw6596f99a79af0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812021150/1.0/resourceInstances/vfw6596f99a79af0/artifacts/vfw6596f99a79af0_modules.json",
"artifactChecksum": "ZGQyYTQ3OGUzMWFmNjljOThkOGIyNDQwODkzMTFlMmU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "939b2ed1-b537-4528-b2e8-ecccbd68793a",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812021150/1.0/resourceInstances/vfw6596f99a79af0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "db6e4478-f9bf-446e-92e5-fa89d9a71e75",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812021150/1.0/resourceInstances/vfw6596f99a79af0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "2cae97c6-6492-442b-bcf1-4fd40903e0e9",
"generatedFromUUID": "db6e4478-f9bf-446e-92e5-fa89d9a71e75"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812021150/1.0/resourceInstances/vfw6596f99a79af0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "2cae97c6-6492-442b-bcf1-4fd40903e0e9",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220812021150-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812021150/1.0/artifacts/service-Vfw20220812021150-csar.csar",
"artifactChecksum": "ZWRjNmIyNzMzM2U2N2VkNDdjY2VjZGU0ZDg3YjM5MGM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "14dbd8d7-72b0-44fa-b6cb-f75949b3510d"
}
],
"workloadContext": "Production"
}
2022-08-12T02:13:39.053Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-12T02:13:39.053Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2f716a88-7a6b-471a-8d0d-9720211fe97a ASDC
2022-08-12T02:13:39.054Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:8f4e2409-730e-4bc7-90c9-76f4dfbafe03
ServiceName:vFW 2022-08-12 02-11-50
ServiceVersion:1.0
ServiceUUID:2f716a88-7a6b-471a-8d0d-9720211fe97a
ServiceInvariantUUID:69e4a04a-ea57-4449-9b25-69936013b892
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220812021150-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220812021150/1.0/artifacts/service-Vfw20220812021150-csar.csar
ArtifactUUID:14dbd8d7-72b0-44fa-b6cb-f75949b3510d
ArtifactChecksum:ZWRjNmIyNzMzM2U2N2VkNDdjY2VjZGU0ZDg3YjM5MGM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 6596f99a-79af 0
ResourceCustomizationUUID:64f6db60-f7d6-42dd-89ed-6e7515fda96a
ResourceInvariantUUID:6ebdb2ec-3631-4030-9285-84f74c9ae333
ResourceName:vFW 6596f99a-79af
ResourceType:VF
ResourceUUID:aaa80a3e-cbcd-409f-ae65-2df74b6083ee
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw6596f99a79af0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220812021150/1.0/resourceInstances/vfw6596f99a79af0/artifacts/vfw6596f99a79af0_modules.json
ArtifactUUID:939b2ed1-b537-4528-b2e8-ecccbd68793a
ArtifactChecksum:ZGQyYTQ3OGUzMWFmNjljOThkOGIyNDQwODkzMTFlMmU=
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/Vfw20220812021150/1.0/resourceInstances/vfw6596f99a79af0/artifacts/base_vfw.yaml
ArtifactUUID:db6e4478-f9bf-446e-92e5-fa89d9a71e75
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/Vfw20220812021150/1.0/resourceInstances/vfw6596f99a79af0/artifacts/base_vfw.env
ArtifactUUID:2cae97c6-6492-442b-bcf1-4fd40903e0e9
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/Vfw20220812021150/1.0/resourceInstances/vfw6596f99a79af0/artifacts/base_vfw.env
ArtifactUUID:2cae97c6-6492-442b-bcf1-4fd40903e0e9
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-08-12T02:13:39.054Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2f716a88-7a6b-471a-8d0d-9720211fe97a 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-08-12T02:13:39.095Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-12T02:13:39.096Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-08-12T02:13:39.097Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-08-12T02:13:39.097Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 14dbd8d7-72b0-44fa-b6cb-f75949b3510d from URL: /sdc/v1/catalog/services/Vfw20220812021150/1.0/artifacts/service-Vfw20220812021150-csar.csar
2022-08-12T02:13:39.097Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-08-12T02:13:39.097Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220812021150/1.0/artifacts/service-Vfw20220812021150-csar.csar
2022-08-12T02:13:39.158Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-08-12T02:13:39.159Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220812021150/1.0/artifacts/service-Vfw20220812021150-csar.csar 14dbd8d7-72b0-44fa-b6cb-f75949b3510d 100641
2022-08-12T02:13:39.160Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220812021150/1.0/artifacts/service-Vfw20220812021150-csar.csar ASDC sendASDCNotification
2022-08-12T02:13:39.160Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220812021150/1.0/artifacts/service-Vfw20220812021150-csar.csar
2022-08-12T02:13:39.160Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-12T02:13:39.160Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-12T02:13:39.162Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T02:13:39.163Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "8f4e2409-730e-4bc7-90c9-76f4dfbafe03",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660270419159,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812021150/1.0/artifacts/service-Vfw20220812021150-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-12T02:13:39.263Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-12T02:13:39.264Z||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-08-12T02:13:39.264Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 94grQT5ZLMacqHQ7) ...
2022-08-12T02:13:39.284Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:13:39.284Z||pool-26-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-08-12T02:13:40.163Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-12T02:13:40.164Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-08-12T02:13:40.165Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 14dbd8d7-72b0-44fa-b6cb-f75949b3510d, URL: /sdc/v1/catalog/services/Vfw20220812021150/1.0/artifacts/service-Vfw20220812021150-csar.csar to file: /app/ASDC/1/service-Vfw20220812021150-csar.csar
2022-08-12T02:13:40.165Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220812021150-csar.csar
2022-08-12T02:13:40.166Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220812021150-csar.csar
2022-08-12T02:13:40.166Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220812021150-csar.csar
2022-08-12T02:13:40.494Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5325921493785421694/Definitions/service-Vfw20220812021150-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2022-08-12T02:13:42.655Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-12T02:13:42.656Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-08-12T02:13:42.656Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220812021150-csar.csar
2022-08-12T02:13:42.656Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-08-12T02:13:42.657Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|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-Vfw20220812021150-csar.csar
2022-08-12T02:13:42.657Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|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-Vfw20220812021150-csar.csar
2022-08-12T02:13:42.657Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|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-Vfw20220812021150-csar.csar
2022-08-12T02:13:42.657Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|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-Vfw20220812021150-csar.csar
2022-08-12T02:13:42.657Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|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-Vfw20220812021150-csar.csar
2022-08-12T02:13:42.657Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|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-Vfw20220812021150-csar.csar
2022-08-12T02:13:42.657Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|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-Vfw20220812021150-csar.csar
2022-08-12T02:13:42.657Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|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-Vfw20220812021150-csar.csar
2022-08-12T02:13:42.657Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|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-Vfw20220812021150-csar.csar
2022-08-12T02:13:42.657Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 6596f99a-79af 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-Vfw20220812021150-csar.csar
2022-08-12T02:13:42.658Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|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-Vfw20220812021150-csar.csar
2022-08-12T02:13:42.658Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-08-12T02:13:42.658Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T02:13:42.658Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-12 02-11-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T02:13:42.658Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Node template vFW 6596f99a-79af 0 is matching search criteria
2022-08-12T02:13:42.659Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-08-12T02:13:42.659Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6596f99a-79af 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-12T02:13:42.659Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T02:13:42.659Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-12 02-11-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T02:13:42.659Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Node template vFW 6596f99a-79af 0 is matching search criteria
2022-08-12T02:13:42.660Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-08-12T02:13:42.660Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6596f99a-79af 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-12T02:13:42.660Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T02:13:42.660Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-12 02-11-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T02:13:42.660Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T02:13:42.661Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Node template vFW 6596f99a-79af 0 is not matching search criteria
2022-08-12T02:13:42.661Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-12T02:13:42.661Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-12T02:13:42.661Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-12T02:13:42.661Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-12T02:13:42.661Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-12T02:13:42.661Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-12T02:13:42.662Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-12T02:13:42.662Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-12T02:13:42.662Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-12T02:13:42.662Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-12T02:13:42.662Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-12T02:13:42.662Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-12T02:13:42.663Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-12T02:13:42.663Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-12T02:13:42.663Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-12T02:13:42.663Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-12T02:13:42.663Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T02:13:42.663Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-12 02-11-50 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-12T02:13:42.663Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T02:13:42.664Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Node template vFW 6596f99a-79af 0 is matching search criteria
2022-08-12T02:13:42.664Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6596f99a-79af 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-12T02:13:42.664Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T02:13:42.664Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Node template vFW 6596f99a-79af 0 is matching search criteria
2022-08-12T02:13:42.664Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6596f99a-79af 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-12T02:13:42.664Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T02:13:42.665Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Node template vFW 6596f99a-79af 0 is matching search criteria
2022-08-12T02:13:42.665Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6596f99a-79af 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-12T02:13:42.665Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T02:13:42.665Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Node template vFW 6596f99a-79af 0 is not matching search criteria
2022-08-12T02:13:42.665Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-12T02:13:42.665Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-12T02:13:42.666Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-12T02:13:42.666Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-12T02:13:42.666Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-12T02:13:42.666Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-12T02:13:42.666Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-12T02:13:42.666Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-12T02:13:42.666Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-12T02:13:42.667Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-12T02:13:42.667Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-12T02:13:42.667Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=87422b98-2a69-4cfa-8227-9ebbd2cdff3c
2022-08-12T02:13:42.667Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T02:13:42.667Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Node template vFW 6596f99a-79af 0 is not matching search criteria
2022-08-12T02:13:42.667Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-12T02:13:42.667Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-12T02:13:42.668Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-12T02:13:42.668Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-12T02:13:42.668Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-12T02:13:42.668Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-12T02:13:42.668Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-12T02:13:42.668Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-12T02:13:42.668Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-12T02:13:42.669Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-12T02:13:42.669Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-12T02:13:42.669Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-12T02:13:42.669Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6d7b1a75-a2d0-4499-b08b-ee04740a6dae
2022-08-12T02:13:42.669Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T02:13:42.669Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Node template vFW 6596f99a-79af 0 is not matching search criteria
2022-08-12T02:13:42.669Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-12T02:13:42.670Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-12T02:13:42.670Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-12T02:13:42.670Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-12T02:13:42.670Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-12T02:13:42.670Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-12T02:13:42.670Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-12T02:13:42.670Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-12T02:13:42.671Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-12T02:13:42.671Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-12T02:13:42.671Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-12T02:13:42.671Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-12T02:13:42.671Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=70f6d275-ad34-4d83-a51d-123b01230ff8
2022-08-12T02:13:42.671Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T02:13:42.672Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-12 02-11-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T02:13:42.672Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T02:13:42.672Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-12 02-11-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T02:13:42.672Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T02:13:42.672Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-12 02-11-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T02:13:42.672Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T02:13:42.672Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-12 02-11-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T02:13:42.673Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-08-12 02-11-50
Description:catalog service description
Model UUID:2f716a88-7a6b-471a-8d0d-9720211fe97a
Model Version:NULL
Model InvariantUuid:69e4a04a-ea57-4449-9b25-69936013b892
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 6596f99a-79af
Model UUID:8905d88b-08e7-462c-94b9-53765ea83fcf
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6ebdb2ec-3631-4030-9285-84f74c9ae333
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:64f6db60-f7d6-42dd-89ed-6e7515fda96a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:17225be5-e809-4afa-b9a9-cfb6587594f3
ModelName:Vfw6596f99a79af..base_vfw..module-0
ModelUuid:8df6ee1d-0c56-4407-924d-9878af4f068a
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:87422b98-2a69-4cfa-8227-9ebbd2cdff3c
ModelInvariantUuid:d9f568f2-fcda-4172-8ce8-0cfdd79029eb
ModelName:vFW 6596f99a-79af-nodes.vfwCvfc
ModelUuid:f4efddf4-55b2-4038-b029-b501c6a4a4f5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:3cca38e8-e7d0-4d0e-b396-10f65227eb78
ModelInvariantUuid:7b75bc4d-0622-4816-a542-055adbf300a6
ModelName:Vfw6596f99a79af.compute.nodes.heat.vfw
ModelUuid:f76618c4-96b5-41a3-b884-e7a7a6259a0b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:6d7b1a75-a2d0-4499-b08b-ee04740a6dae
ModelInvariantUuid:d0495e5a-0507-4206-93dc-505b5a73d751
ModelName:vFW 6596f99a-79af-nodes.vsnCvfc
ModelUuid:d7eea1e2-6a28-40dd-acc6-599a9fc7a8ec
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:995d3f16-5cc1-47c4-b47e-1aaa56bca81b
ModelInvariantUuid:65a619c6-c842-4e25-8507-582b26e6d0ef
ModelName:Vfw6596f99a79af.compute.nodes.heat.vsn
ModelUuid:b80ac0a2-a6f6-4c78-8164-b7e2d1bb5130
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:70f6d275-ad34-4d83-a51d-123b01230ff8
ModelInvariantUuid:1476dfed-fb37-4c23-8414-9518d170f8ce
ModelName:vFW 6596f99a-79af-nodes.vpgCvfc
ModelUuid:5d7577df-9123-4916-9a4d-4f2abbabba5c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:9abf375a-ae4d-4a29-a43e-465e5976eb8b
ModelInvariantUuid:9aa2d549-2af6-4d0f-8942-b479f6495052
ModelName:Vfw6596f99a79af.compute.nodes.heat.vpg
ModelUuid:bf2e82fd-36b6-4b86-b97d-a19de1d0f32e
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-08-12T02:13:42.684Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: aaa80a3e-cbcd-409f-ae65-2df74b6083ee
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-08-12T02:13:42.690Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||vFW 6596f99a-79af 0
2022-08-12T02:13:42.690Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: aaa80a3e-cbcd-409f-ae65-2df74b6083ee
2022-08-12T02:13:42.690Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 939b2ed1-b537-4528-b2e8-ecccbd68793a from URL: /sdc/v1/catalog/services/Vfw20220812021150/1.0/resourceInstances/vfw6596f99a79af0/artifacts/vfw6596f99a79af0_modules.json
2022-08-12T02:13:42.691Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-08-12T02:13:42.691Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220812021150/1.0/resourceInstances/vfw6596f99a79af0/artifacts/vfw6596f99a79af0_modules.json
2022-08-12T02:13:42.747Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-08-12T02:13:42.747Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220812021150/1.0/resourceInstances/vfw6596f99a79af0/artifacts/vfw6596f99a79af0_modules.json 939b2ed1-b537-4528-b2e8-ecccbd68793a 785
2022-08-12T02:13:42.748Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220812021150/1.0/resourceInstances/vfw6596f99a79af0/artifacts/vfw6596f99a79af0_modules.json ASDC sendASDCNotification
2022-08-12T02:13:42.748Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220812021150/1.0/resourceInstances/vfw6596f99a79af0/artifacts/vfw6596f99a79af0_modules.json
2022-08-12T02:13:42.748Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-12T02:13:42.748Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-12T02:13:42.750Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T02:13:42.750Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "8f4e2409-730e-4bc7-90c9-76f4dfbafe03",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660270422748,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812021150/1.0/resourceInstances/vfw6596f99a79af0/artifacts/vfw6596f99a79af0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-08-12T02:13:42.850Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-12T02:13:42.852Z||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-08-12T02:13:42.852Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 94grQT5ZLMacqHQ7) ...
2022-08-12T02:13:42.871Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:13:42.871Z||pool-27-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-12T02:13:43.751Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw6596f99a79af..base_vfw..module-0",
"vfModuleModelInvariantUUID": "17225be5-e809-4afa-b9a9-cfb6587594f3",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "8df6ee1d-0c56-4407-924d-9878af4f068a",
"vfModuleModelCustomizationUUID": "e50d5d33-06ff-4985-943d-e94c5845ddc6",
"isBase": true,
"artifacts": [
"db6e4478-f9bf-446e-92e5-fa89d9a71e75",
"2cae97c6-6492-442b-bcf1-4fd40903e0e9"
],
"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-08-12T02:13:43.756Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6596f99a79af..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8df6ee1d-0c56-4407-924d-9878af4f068a
VfModuleModelInvariantUUID:17225be5-e809-4afa-b9a9-cfb6587594f3
VfModuleModelDescription:NULL
Artifacts UUID List:{
db6e4478-f9bf-446e-92e5-fa89d9a71e75
,
2cae97c6-6492-442b-bcf1-4fd40903e0e9
}
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-08-12T02:13:43.758Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw6596f99a79af..base_vfw..module-0",
"vfModuleModelInvariantUUID": "17225be5-e809-4afa-b9a9-cfb6587594f3",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "8df6ee1d-0c56-4407-924d-9878af4f068a",
"vfModuleModelCustomizationUUID": "e50d5d33-06ff-4985-943d-e94c5845ddc6",
"isBase": true,
"artifacts": [
"db6e4478-f9bf-446e-92e5-fa89d9a71e75",
"2cae97c6-6492-442b-bcf1-4fd40903e0e9"
],
"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-08-12T02:13:43.759Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6596f99a79af..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8df6ee1d-0c56-4407-924d-9878af4f068a
VfModuleModelInvariantUUID:17225be5-e809-4afa-b9a9-cfb6587594f3
VfModuleModelDescription:NULL
Artifacts UUID List:{
db6e4478-f9bf-446e-92e5-fa89d9a71e75
,
2cae97c6-6492-442b-bcf1-4fd40903e0e9
}
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-08-12T02:13:43.759Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: db6e4478-f9bf-446e-92e5-fa89d9a71e75 from URL: /sdc/v1/catalog/services/Vfw20220812021150/1.0/resourceInstances/vfw6596f99a79af0/artifacts/base_vfw.yaml
2022-08-12T02:13:43.759Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-08-12T02:13:43.759Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220812021150/1.0/resourceInstances/vfw6596f99a79af0/artifacts/base_vfw.yaml
2022-08-12T02:13:43.823Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-08-12T02:13:43.824Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220812021150/1.0/resourceInstances/vfw6596f99a79af0/artifacts/base_vfw.yaml db6e4478-f9bf-446e-92e5-fa89d9a71e75 20368
2022-08-12T02:13:43.824Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220812021150/1.0/resourceInstances/vfw6596f99a79af0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-12T02:13:43.824Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220812021150/1.0/resourceInstances/vfw6596f99a79af0/artifacts/base_vfw.yaml
2022-08-12T02:13:43.825Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-12T02:13:43.825Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-12T02:13:43.827Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T02:13:43.827Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "8f4e2409-730e-4bc7-90c9-76f4dfbafe03",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660270423824,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812021150/1.0/resourceInstances/vfw6596f99a79af0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-08-12T02:13:43.927Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-12T02:13:43.928Z||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-08-12T02:13:43.928Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 94grQT5ZLMacqHQ7) ...
2022-08-12T02:13:43.946Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:13:43.947Z||pool-28-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-12T02:13:44.827Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 2cae97c6-6492-442b-bcf1-4fd40903e0e9 from URL: /sdc/v1/catalog/services/Vfw20220812021150/1.0/resourceInstances/vfw6596f99a79af0/artifacts/base_vfw.env
2022-08-12T02:13:44.828Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-08-12T02:13:44.828Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220812021150/1.0/resourceInstances/vfw6596f99a79af0/artifacts/base_vfw.env
2022-08-12T02:13:44.884Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-08-12T02:13:44.885Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220812021150/1.0/resourceInstances/vfw6596f99a79af0/artifacts/base_vfw.env 2cae97c6-6492-442b-bcf1-4fd40903e0e9 2098
2022-08-12T02:13:44.886Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220812021150/1.0/resourceInstances/vfw6596f99a79af0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-12T02:13:44.886Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220812021150/1.0/resourceInstances/vfw6596f99a79af0/artifacts/base_vfw.env
2022-08-12T02:13:44.886Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-12T02:13:44.886Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-12T02:13:44.889Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T02:13:44.889Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "8f4e2409-730e-4bc7-90c9-76f4dfbafe03",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660270424885,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812021150/1.0/resourceInstances/vfw6596f99a79af0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-08-12T02:13:44.989Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-12T02:13:44.991Z||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-08-12T02:13:44.991Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 94grQT5ZLMacqHQ7) ...
2022-08-12T02:13:45.012Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:13:45.013Z||pool-29-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-08-12T02:13:45.889Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 2f716a88-7a6b-471a-8d0d-9720211fe97a
2022-08-12T02:13:45.890Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 6596f99a-79af 0 aaa80a3e-cbcd-409f-ae65-2df74b6083ee 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-08-12T02:13:45.914Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@18d88ca5, org.onap.sdc.toscaparser.api.parameters.Input@323fdd36, org.onap.sdc.toscaparser.api.parameters.Input@7b5c135f, org.onap.sdc.toscaparser.api.parameters.Input@131b1d2b, org.onap.sdc.toscaparser.api.parameters.Input@4f7a0649]
2022-08-12T02:13:45.916Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T02:13:45.916Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-12 02-11-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T02:13:45.917Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2022-08-12T02:13:45.917Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 64f6db60-f7d6-42dd-89ed-6e7515fda96a
2022-08-12T02:13:45.917Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 64f6db60-f7d6-42dd-89ed-6e7515fda96a matches Tosca VF Customization UUID: 64f6db60-f7d6-42dd-89ed-6e7515fda96a
2022-08-12T02:13:45.917Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 64f6db60-f7d6-42dd-89ed-6e7515fda96a 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-08-12T02:13:45.921Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T02:13:45.921Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-12 02-11-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T02:13:45.922Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 64f6db60-f7d6-42dd-89ed-6e7515fda96a: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-08-12T02:13:45.922Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@53843d5c
2022-08-12T02:13:45.922Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T02:13:45.922Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-12 02-11-50 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-12T02:13:45.923Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e50d5d33-06ff-4985-943d-e94c5845ddc6
2022-08-12T02:13:45.923Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e50d5d33-06ff-4985-943d-e94c5845ddc6
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-08-12T02:13:45.927Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T02:13:45.927Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Node template vFW 6596f99a-79af 0 is matching search criteria
2022-08-12T02:13:45.927Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6596f99a-79af 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-12T02:13:45.927Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T02:13:45.927Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Node template vFW 6596f99a-79af 0 is matching search criteria
2022-08-12T02:13:45.927Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6596f99a-79af 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-12T02:13:45.928Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T02:13:45.928Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Node template vFW 6596f99a-79af 0 is not matching search criteria
2022-08-12T02:13:45.928Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-12T02:13:45.928Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-12T02:13:45.928Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-12T02:13:45.928Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-12T02:13:45.928Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-12T02:13:45.929Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-12T02:13:45.929Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-12T02:13:45.929Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-12T02:13:45.929Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-12T02:13:45.929Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-12T02:13:45.929Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-12T02:13:45.930Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=87422b98-2a69-4cfa-8227-9ebbd2cdff3c
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-08-12T02:13:45.933Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T02:13:45.933Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Node template vFW 6596f99a-79af 0 is matching search criteria
2022-08-12T02:13:45.933Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6596f99a-79af 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-12T02:13:45.933Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T02:13:45.933Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Node template vFW 6596f99a-79af 0 is not matching search criteria
2022-08-12T02:13:45.933Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-12T02:13:45.934Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-12T02:13:45.934Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-12T02:13:45.934Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-12T02:13:45.934Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-12T02:13:45.934Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-12T02:13:45.934Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-12T02:13:45.935Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-12T02:13:45.935Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-12T02:13:45.935Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-12T02:13:45.935Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-12T02:13:45.935Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-12T02:13:45.935Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6d7b1a75-a2d0-4499-b08b-ee04740a6dae
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-08-12T02:13:45.938Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T02:13:45.938Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Node template vFW 6596f99a-79af 0 is matching search criteria
2022-08-12T02:13:45.938Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6596f99a-79af 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-12T02:13:45.938Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T02:13:45.938Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Node template vFW 6596f99a-79af 0 is not matching search criteria
2022-08-12T02:13:45.938Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-12T02:13:45.939Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-12T02:13:45.939Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-12T02:13:45.939Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-12T02:13:45.939Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-12T02:13:45.939Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-12T02:13:45.939Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-12T02:13:45.940Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-12T02:13:45.940Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-12T02:13:45.940Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-12T02:13:45.940Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-12T02:13:45.940Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-12T02:13:45.940Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=70f6d275-ad34-4d83-a51d-123b01230ff8
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-08-12T02:13:45.943Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T02:13:45.943Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Node template vFW 6596f99a-79af 0 is matching search criteria
2022-08-12T02:13:45.943Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6596f99a-79af 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-12T02:13:45.943Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T02:13:45.943Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Node template vFW 6596f99a-79af 0 is matching search criteria
2022-08-12T02:13:45.943Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6596f99a-79af 0] matching following query criteria: sdcType=VF, customizationUUID=64f6db60-f7d6-42dd-89ed-6e7515fda96a
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-08-12T02:13:45.945Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T02:13:45.946Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-12 02-11-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T02:13:45.946Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 2f716a88-7a6b-471a-8d0d-9720211fe97a: vFW 6596f99a-79af
2022-08-12T02:13:45.946Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T02:13:45.946Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-12 02-11-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T02:13:45.947Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T02:13:45.947Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-12 02-11-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T02:13:45.947Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T02:13:45.947Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-12 02-11-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T02:13:45.947Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T02:13:45.947Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-12 02-11-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T02:13:45.947Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T02:13:45.948Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-12 02-11-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T02:13:45.948Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2022-08-12 02-11-50
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-08-12T02:13:46.191Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 6596f99a-79af aaa80a3e-cbcd-409f-ae65-2df74b6083ee 1 ASDC deployResourceStructure
2022-08-12T02:13:46.192Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220812021150/1.0/resourceInstances/vfw6596f99a79af0/artifacts/vfw6596f99a79af0_modules.json ASDC sendASDCNotification
2022-08-12T02:13:46.192Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220812021150/1.0/resourceInstances/vfw6596f99a79af0/artifacts/vfw6596f99a79af0_modules.json
2022-08-12T02:13:46.192Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-12T02:13:46.192Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-12T02:13:46.194Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T02:13:46.194Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "8f4e2409-730e-4bc7-90c9-76f4dfbafe03",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660270426192,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812021150/1.0/resourceInstances/vfw6596f99a79af0/artifacts/vfw6596f99a79af0_modules.json",
"status": "DEPLOY_OK"
}
2022-08-12T02:13:46.294Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-12T02:13:46.295Z||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-08-12T02:13:46.295Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 94grQT5ZLMacqHQ7) ...
2022-08-12T02:13:46.313Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:13:46.313Z||pool-30-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-08-12T02:13:47.198Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220812021150/1.0/resourceInstances/vfw6596f99a79af0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-12T02:13:47.199Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220812021150/1.0/resourceInstances/vfw6596f99a79af0/artifacts/base_vfw.yaml
2022-08-12T02:13:47.199Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-12T02:13:47.199Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-12T02:13:47.202Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T02:13:47.202Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "8f4e2409-730e-4bc7-90c9-76f4dfbafe03",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660270427198,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812021150/1.0/resourceInstances/vfw6596f99a79af0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-08-12T02:13:47.302Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-12T02:13:47.303Z||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-08-12T02:13:47.304Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 94grQT5ZLMacqHQ7) ...
2022-08-12T02:13:47.321Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:13:47.321Z||pool-31-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-08-12T02:13:48.204Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220812021150/1.0/resourceInstances/vfw6596f99a79af0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-12T02:13:48.204Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220812021150/1.0/resourceInstances/vfw6596f99a79af0/artifacts/base_vfw.env
2022-08-12T02:13:48.204Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-12T02:13:48.205Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-12T02:13:48.207Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T02:13:48.208Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "8f4e2409-730e-4bc7-90c9-76f4dfbafe03",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660270428203,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812021150/1.0/resourceInstances/vfw6596f99a79af0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-08-12T02:13:48.307Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-12T02:13:48.309Z||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-08-12T02:13:48.309Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 94grQT5ZLMacqHQ7) ...
2022-08-12T02:13:48.326Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:13:48.326Z||pool-32-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-08-12T02:13:49.210Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220812021150/1.0/artifacts/service-Vfw20220812021150-csar.csar ASDC sendASDCNotification
2022-08-12T02:13:49.210Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220812021150/1.0/artifacts/service-Vfw20220812021150-csar.csar
2022-08-12T02:13:49.211Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-12T02:13:49.211Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-12T02:13:49.214Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T02:13:49.214Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "8f4e2409-730e-4bc7-90c9-76f4dfbafe03",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660270429210,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812021150/1.0/artifacts/service-Vfw20220812021150-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-12T02:13:49.314Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-12T02:13:49.315Z||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-08-12T02:13:49.315Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 94grQT5ZLMacqHQ7) ...
2022-08-12T02:13:49.335Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:13:49.336Z||pool-33-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-08-12T02:13:50.215Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8f4e2409-730e-4bc7-90c9-76f4dfbafe03
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-08-12T02:13:50.231Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8f4e2409-730e-4bc7-90c9-76f4dfbafe03
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-08-12T02:13:50.234Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-12T02:13:50.234Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-12T02:13:50.235Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-12T02:13:50.235Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-12T02:13:50.235Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName:
2022-08-12T02:13:50.235Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-12T02:13:50.241Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-12T02:14:20.242Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8f4e2409-730e-4bc7-90c9-76f4dfbafe03 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-08-12T02:14:20.253Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8f4e2409-730e-4bc7-90c9-76f4dfbafe03 and serviceModelVersionId: 2f716a88-7a6b-471a-8d0d-9720211fe97a
2022-08-12T02:14:20.253Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 69e4a04a-ea57-4449-9b25-69936013b892
2022-08-12T02:14:20.255Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/69e4a04a-ea57-4449-9b25-69936013b892/model-vers/model-ver/2f716a88-7a6b-471a-8d0d-9720211fe97a?depth=0
2022-08-12T02:14:20.261Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-08-12T02:14:20.311Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/69e4a04a-ea57-4449-9b25-69936013b892/model-vers/model-ver/2f716a88-7a6b-471a-8d0d-9720211fe97a?depth=0|INFO|500||Invoke
2022-08-12T02:14:20.312Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/69e4a04a-ea57-4449-9b25-69936013b892/model-vers/model-ver/2f716a88-7a6b-471a-8d0d-9720211fe97a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/69e4a04a-ea57-4449-9b25-69936013b892/model-vers/model-ver/2f716a88-7a6b-471a-8d0d-9720211fe97a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8f4e2409-730e-4bc7-90c9-76f4dfbafe03], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[bebb8b49-fa40-459b-a524-fe7be0693e72], X-ECOMP-RequestID=[8f4e2409-730e-4bc7-90c9-76f4dfbafe03], X-TransactionId=[], X-ONAP-RequestID=[8f4e2409-730e-4bc7-90c9-76f4dfbafe03], Content-Type=[application/merge-patch+json]}
2022-08-12T02:14:20.317Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/69e4a04a-ea57-4449-9b25-69936013b892/model-vers/model-ver/2f716a88-7a6b-471a-8d0d-9720211fe97a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}
2022-08-12T02:14:20.334Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/69e4a04a-ea57-4449-9b25-69936013b892/model-vers/model-ver/2f716a88-7a6b-471a-8d0d-9720211fe97a?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/69e4a04a-ea57-4449-9b25-69936013b892/model-vers/model-ver/2f716a88-7a6b-471a-8d0d-9720211fe97a?depth=0 has http status code:503 and response headers:{date=[Fri, 12 Aug 2022 02:14:20 GMT], server=[envoy], content-length=[145], content-type=[text/plain]}
2022-08-12T02:14:20.335Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/69e4a04a-ea57-4449-9b25-69936013b892/model-vers/model-ver/2f716a88-7a6b-471a-8d0d-9720211fe97a?depth=0|DEBUG|500||upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
2022-08-12T02:14:20.335Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/69e4a04a-ea57-4449-9b25-69936013b892/model-vers/model-ver/2f716a88-7a6b-471a-8d0d-9720211fe97a?depth=0|INFO|503|Service Unavailable|InvokeReturn
2022-08-12T02:14:20.337Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=8f4e2409-730e-4bc7-90c9-76f4dfbafe03 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
2022-08-12T02:14:20.337Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||ERROR|500||Exception occurred
javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=8f4e2409-730e-4bc7-90c9-76f4dfbafe03 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:92)
at org.onap.so.client.RestRequest.get(RestRequest.java:77)
at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
at org.onap.so.client.RestClient.method(RestClient.java:322)
at org.onap.so.client.RestClient.patch(RestClient.java:265)
at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-08-12T02:14:20.338Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=8f4e2409-730e-4bc7-90c9-76f4dfbafe03 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
2022-08-12T02:14:20.338Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=8f4e2409-730e-4bc7-90c9-76f4dfbafe03 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
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-08-12T02:14:20.347Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|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-08-12T02:14:20.347Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8f4e2409-730e-4bc7-90c9-76f4dfbafe03 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=8f4e2409-730e-4bc7-90c9-76f4dfbafe03 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
2022-08-12T02:14:20.348Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-08-12T02:14:20.348Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-12T02:14:20.351Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T02:14:20.351Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "8f4e2409-730e-4bc7-90c9-76f4dfbafe03",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660270460348,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d8f4e2409-730e-4bc7-90c9-76f4dfbafe03 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111"
}
2022-08-12T02:14:20.451Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-12T02:14:20.452Z||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-08-12T02:14:20.452Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 94grQT5ZLMacqHQ7) ...
2022-08-12T02:14:20.476Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:14:20.476Z||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-08-12T02:14:31.337Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:14:31.337Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|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-08-12T02:14:31.338Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:14:31.339Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:14:31.340Z||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-08-12T02:14:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:14:31.513Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:14:31.514Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T02:14:31.514Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8f4e2409-730e-4bc7-90c9-76f4dfbafe03",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660270411337,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812021150/1.0/resourceInstances/vfw6596f99a79af0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-12T02:14:31.515Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-12T02:14:40.908Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:15:31.337Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:15:31.338Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|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-08-12T02:15:31.338Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:15:31.339Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:15:31.340Z||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-08-12T02:15:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:15:31.977Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:15:31.978Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T02:15:31.978Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8f4e2409-730e-4bc7-90c9-76f4dfbafe03",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660270411337,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812021150/1.0/resourceInstances/vfw6596f99a79af0/artifacts/vfw6596f99a79af0_modules.json",
"status": "NOTIFIED"
}
2022-08-12T02:15:31.979Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-12T02:15:31.979Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T02:15:31.979Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8f4e2409-730e-4bc7-90c9-76f4dfbafe03",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660270411337,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812021150/1.0/resourceInstances/vfw6596f99a79af0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-08-12T02:15:31.980Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-12T02:15:31.980Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T02:15:31.980Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8f4e2409-730e-4bc7-90c9-76f4dfbafe03",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660270411337,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812021150/1.0/resourceInstances/vfw6596f99a79af0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-12T02:15:31.980Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-12T02:15:31.980Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T02:15:31.980Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8f4e2409-730e-4bc7-90c9-76f4dfbafe03",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660270411337,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812021150/1.0/resourceInstances/vfw6596f99a79af0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-08-12T02:15:31.980Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-12T02:15:31.980Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T02:15:31.980Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8f4e2409-730e-4bc7-90c9-76f4dfbafe03",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660270411337,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812021150/1.0/artifacts/service-Vfw20220812021150-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-12T02:15:31.980Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-12T02:15:31.981Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T02:15:31.981Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8f4e2409-730e-4bc7-90c9-76f4dfbafe03",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660270411337,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812021150/1.0/artifacts/service-Vfw20220812021150-csar.csar",
"status": "NOTIFIED"
}
2022-08-12T02:15:31.981Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-12T02:15:31.981Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T02:15:31.981Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8f4e2409-730e-4bc7-90c9-76f4dfbafe03",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660270419159,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812021150/1.0/artifacts/service-Vfw20220812021150-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-12T02:15:31.981Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T02:15:31.981Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T02:15:31.981Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8f4e2409-730e-4bc7-90c9-76f4dfbafe03",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660270422748,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812021150/1.0/resourceInstances/vfw6596f99a79af0/artifacts/vfw6596f99a79af0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-08-12T02:15:31.981Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T02:15:31.982Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T02:15:31.982Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8f4e2409-730e-4bc7-90c9-76f4dfbafe03",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660270423824,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812021150/1.0/resourceInstances/vfw6596f99a79af0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-08-12T02:15:31.982Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T02:15:31.982Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T02:15:31.982Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8f4e2409-730e-4bc7-90c9-76f4dfbafe03",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660270424885,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812021150/1.0/resourceInstances/vfw6596f99a79af0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-08-12T02:15:31.982Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T02:15:31.982Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T02:15:31.982Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8f4e2409-730e-4bc7-90c9-76f4dfbafe03",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660270426192,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812021150/1.0/resourceInstances/vfw6596f99a79af0/artifacts/vfw6596f99a79af0_modules.json",
"status": "DEPLOY_OK"
}
2022-08-12T02:15:31.982Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T02:15:31.982Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T02:15:31.983Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8f4e2409-730e-4bc7-90c9-76f4dfbafe03",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660270427198,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812021150/1.0/resourceInstances/vfw6596f99a79af0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-08-12T02:15:31.983Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T02:15:31.983Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T02:15:31.983Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8f4e2409-730e-4bc7-90c9-76f4dfbafe03",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660270428203,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812021150/1.0/resourceInstances/vfw6596f99a79af0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-08-12T02:15:31.983Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T02:15:31.983Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T02:15:31.983Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8f4e2409-730e-4bc7-90c9-76f4dfbafe03",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660270429210,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220812021150/1.0/artifacts/service-Vfw20220812021150-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-12T02:15:31.983Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T02:15:31.983Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T02:15:31.984Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8f4e2409-730e-4bc7-90c9-76f4dfbafe03",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660270460348,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d8f4e2409-730e-4bc7-90c9-76f4dfbafe03 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111"
}
2022-08-12T02:15:31.984Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T02:15:40.894Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:16:31.337Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:16:31.338Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|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-08-12T02:16:31.338Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:16:31.339Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:16:31.340Z||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-08-12T02:16:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:16:40.919Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:16:40.953Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:17:31.336Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:17:31.338Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|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-08-12T02:17:31.338Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:17:31.340Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:17:31.340Z||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-08-12T02:17:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:17:40.906Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:17:40.909Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:18:31.336Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:18:31.337Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|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-08-12T02:18:31.338Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:18:31.339Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:18:31.340Z||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-08-12T02:18:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:18:40.918Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:18:40.918Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:19:31.337Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:19:31.340Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:19:31.340Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|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-08-12T02:19:31.340Z||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-08-12T02:19:31.340Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:19:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:19:40.899Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:19:40.921Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:20:31.337Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:20:31.338Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|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-08-12T02:20:31.338Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:20:31.339Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:20:31.340Z||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-08-12T02:20:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:20:40.922Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:20:40.930Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:21:31.337Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:21:31.338Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|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-08-12T02:21:31.338Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:21:31.339Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:21:31.340Z||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-08-12T02:21:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:21:40.947Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:21:40.949Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:22:31.336Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:22:31.337Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|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-08-12T02:22:31.338Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:22:31.339Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:22:31.340Z|95d0e0d3-4337-4629-b028-b30322f815e1|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-08-12T02:22:31.340Z|95d0e0d3-4337-4629-b028-b30322f815e1|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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:22:40.913Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:22:40.929Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:23:31.337Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:23:31.338Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|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-08-12T02:23:31.339Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:23:31.339Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:23:31.340Z||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-08-12T02:23:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:23:40.930Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:23:40.931Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:24:31.337Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:24:31.338Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|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-08-12T02:24:31.338Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:24:31.339Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:24:31.340Z||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-08-12T02:24:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:24:40.934Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:24:40.934Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:25:31.336Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:25:31.338Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|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-08-12T02:25:31.338Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:25:31.339Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:25:31.340Z||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-08-12T02:25:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:25:40.909Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:25:40.912Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:26:31.337Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:26:31.338Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|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-08-12T02:26:31.338Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:26:31.339Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:26:31.340Z||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-08-12T02:26:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:26:40.898Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:26:40.905Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:27:31.337Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:27:31.339Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|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-08-12T02:27:31.339Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:27:31.340Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:27:31.340Z||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-08-12T02:27:31.341Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:27:40.935Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:27:40.936Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:28:31.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:28:31.338Z||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-08-12T02:28:31.339Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:28:31.341Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:28:31.341Z||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-08-12T02:28:31.341Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:28:40.916Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:28:40.950Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:29:31.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:29:31.337Z||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-08-12T02:29:31.337Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:29:31.339Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:29:31.340Z||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-08-12T02:29:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:29:40.911Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:29:40.923Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:30:31.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:30:31.338Z||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-08-12T02:30:31.338Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:30:31.339Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:30:31.340Z||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-08-12T02:30:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:30:40.911Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:30:40.945Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:31:31.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:31:31.339Z||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-08-12T02:31:31.339Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:31:31.339Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:31:31.340Z||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-08-12T02:31:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:31:40.920Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:31:40.937Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:32:31.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:32:31.338Z||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-08-12T02:32:31.338Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:32:31.339Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:32:31.340Z||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-08-12T02:32:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:32:40.894Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:32:40.894Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:33:31.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:33:31.337Z||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-08-12T02:33:31.338Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:33:31.339Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:33:31.340Z||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-08-12T02:33:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:33:40.914Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:33:40.927Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:34:31.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:34:31.337Z||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-08-12T02:34:31.338Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:34:31.339Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:34:31.340Z||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-08-12T02:34:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:34:40.913Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:34:40.925Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:35:31.338Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:35:31.340Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:35:31.341Z||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-08-12T02:35:31.341Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:35:31.341Z||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-08-12T02:35:31.342Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:35:40.922Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:35:40.922Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:36:31.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:36:31.339Z||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-08-12T02:36:31.339Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:36:31.339Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:36:31.340Z||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-08-12T02:36:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:36:40.915Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:36:40.944Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:37:31.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:37:31.337Z||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-08-12T02:37:31.338Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:37:31.339Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:37:31.340Z||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-08-12T02:37:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:37:40.927Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:37:40.971Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:38:31.337Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:38:31.338Z|95d0e0d3-4337-4629-b028-b30322f815e1|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-08-12T02:38:31.338Z|95d0e0d3-4337-4629-b028-b30322f815e1|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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:38:31.339Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:38:31.340Z||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-08-12T02:38:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:38:40.908Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:38:40.980Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:39:31.337Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:39:31.337Z|95d0e0d3-4337-4629-b028-b30322f815e1|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-08-12T02:39:31.338Z|95d0e0d3-4337-4629-b028-b30322f815e1|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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:39:31.339Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:39:31.340Z||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-08-12T02:39:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:39:40.909Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:39:40.909Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:40:31.337Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:40:31.339Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:40:31.340Z||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-08-12T02:40:31.339Z|95d0e0d3-4337-4629-b028-b30322f815e1|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-08-12T02:40:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:40:31.340Z|95d0e0d3-4337-4629-b028-b30322f815e1|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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:40:40.908Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:40:40.912Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:41:31.337Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:41:31.337Z|95d0e0d3-4337-4629-b028-b30322f815e1|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-08-12T02:41:31.338Z|95d0e0d3-4337-4629-b028-b30322f815e1|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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:41:31.339Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:41:31.340Z||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-08-12T02:41:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:41:40.914Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:41:40.915Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:42:31.337Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:42:31.338Z|95d0e0d3-4337-4629-b028-b30322f815e1|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-08-12T02:42:31.338Z|95d0e0d3-4337-4629-b028-b30322f815e1|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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:42:31.340Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:42:31.341Z||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-08-12T02:42:31.341Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:42:31.994Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:42:31.997Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-12T02:42:31.997Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"78ce21ae-356b-4ced-8215-41fcbb716942","serviceName":"Demo_pNF_CtNWciDNPEPr2QeCX7rF","serviceVersion":"1.0","serviceUUID":"54b98ec7-749b-43b0-bf53-afba202ddd5b","serviceDescription":"catalog service description","serviceInvariantUUID":"532b08ef-ae42-4d1f-b78e-a0a83b536ee0","resources":[{"resourceInstanceName":"pNF 849fc125-f34a 0","resourceName":"pNF 849fc125-f34a","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"2168d549-16ba-4058-8872-3b94e4c6825d","resourceInvariantUUID":"4ac9c20d-80d4-46fb-8a5d-56b29f4bb3de","resourceCustomizationUUID":"ec158b68-d24d-488c-bc57-7c34f271bbc0","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCtnwcidnpepr2qecx7rf/1.0/resourceInstances/pnf849fc125f34a0/artifacts/vf-license-model.xml","artifactChecksum":"M2RjNTJlYjQ5MmQ3ZWU5MmM3MjUxZWIzMWRiNjQ3YTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f67d7bd9-8ebf-4eb1-9e27-32dae639ca65","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCtnwcidnpepr2qecx7rf/1.0/resourceInstances/pnf849fc125f34a0/artifacts/pNF.csar","artifactChecksum":"ODhhMmJlMzkxN2U3ZDY4YzY3YzFmODVmNWFhZTRkN2Q\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ce0f70df-21bc-4535-a52f-9af70a7a5103","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCtnwcidnpepr2qecx7rf/1.0/resourceInstances/pnf849fc125f34a0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3b2a46e2-1d02-4467-a338-5c8f5d451248","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCtnwcidnpepr2qecx7rf/1.0/resourceInstances/pnf849fc125f34a0/artifacts/vendor-license-model.xml","artifactChecksum":"MDk4NzE3ODUxNzEzNWIzNzNkNmFjMTdiY2RkMmVjMzk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f37881d4-d6d1-4fa3-b83c-4ead9bc05790","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfCtnwcidnpepr2qecx7rf/1.0/resourceInstances/pnf849fc125f34a0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5e8d393c-0388-4d6a-b0c6-395fafbd62f1","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfCtnwcidnpepr2qecx7rf/1.0/resourceInstances/pnf849fc125f34a0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"708aae03-bd6d-43d9-bf93-c90f5cc5728a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfCtnwcidnpepr2qecx7rf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCtnwcidnpepr2qecx7rf/1.0/artifacts/service-DemoPnfCtnwcidnpepr2qecx7rf-template.yml","artifactChecksum":"NGM0ZDVkYzIzZjY5NzBjMmE0OGUyYjFiNTg5MDM4ODM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c7fd43dd-5ee2-4f65-a394-3c74d1636d77","artifactVersion":"1"},{"artifactName":"service-DemoPnfCtnwcidnpepr2qecx7rf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfCtnwcidnpepr2qecx7rf/1.0/artifacts/service-DemoPnfCtnwcidnpepr2qecx7rf-csar.csar","artifactChecksum":"MWEyNWYxYzI2ZjY5ZDBhOTg0YjZmOGVjN2FkMjk1NmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e7501b66-9678-4a49-9461-1840ee19c090","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-12T02:42:32.005Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T02:42:32.005Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-12T02:42:32.010Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T02:42:32.011Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "78ce21ae-356b-4ced-8215-41fcbb716942",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660272151336,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCtnwcidnpepr2qecx7rf/1.0/resourceInstances/pnf849fc125f34a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-12T02:42:32.047Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:42:32.048Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-12T02:42:32.048Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78ce21ae-356b-4ced-8215-41fcbb716942",
"consumerID": "cds",
"timestamp": 1660272130950,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCtnwcidnpepr2qecx7rf/1.0/resourceInstances/pnf849fc125f34a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-12T02:42:32.049Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-12T02:42:32.050Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-12T02:42:32.050Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78ce21ae-356b-4ced-8215-41fcbb716942",
"consumerID": "aai-ml",
"timestamp": 1660272132801,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCtnwcidnpepr2qecx7rf/1.0/resourceInstances/pnf849fc125f34a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-12T02:42:32.050Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-12T02:42:32.050Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-12T02:42:32.050Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78ce21ae-356b-4ced-8215-41fcbb716942",
"consumerID": "aai-ml",
"timestamp": 1660272132801,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCtnwcidnpepr2qecx7rf/1.0/resourceInstances/pnf849fc125f34a0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-08-12T02:42:32.051Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-12T02:42:32.051Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-12T02:42:32.051Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78ce21ae-356b-4ced-8215-41fcbb716942",
"consumerID": "cds",
"timestamp": 1660272130950,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCtnwcidnpepr2qecx7rf/1.0/resourceInstances/pnf849fc125f34a0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-08-12T02:42:32.051Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-12T02:42:32.051Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-12T02:42:32.051Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78ce21ae-356b-4ced-8215-41fcbb716942",
"consumerID": "aai-ml",
"timestamp": 1660272132801,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCtnwcidnpepr2qecx7rf/1.0/resourceInstances/pnf849fc125f34a0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-08-12T02:42:32.052Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-12T02:42:32.052Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-12T02:42:32.052Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78ce21ae-356b-4ced-8215-41fcbb716942",
"consumerID": "cds",
"timestamp": 1660272130950,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCtnwcidnpepr2qecx7rf/1.0/resourceInstances/pnf849fc125f34a0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-08-12T02:42:32.052Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-12T02:42:32.052Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-12T02:42:32.053Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78ce21ae-356b-4ced-8215-41fcbb716942",
"consumerID": "aai-ml",
"timestamp": 1660272132801,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCtnwcidnpepr2qecx7rf/1.0/resourceInstances/pnf849fc125f34a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-12T02:42:32.053Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-12T02:42:32.053Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-12T02:42:32.053Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78ce21ae-356b-4ced-8215-41fcbb716942",
"consumerID": "cds",
"timestamp": 1660272130950,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCtnwcidnpepr2qecx7rf/1.0/resourceInstances/pnf849fc125f34a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-12T02:42:32.053Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-12T02:42:32.054Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-12T02:42:32.054Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78ce21ae-356b-4ced-8215-41fcbb716942",
"consumerID": "aai-ml",
"timestamp": 1660272132801,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCtnwcidnpepr2qecx7rf/1.0/resourceInstances/pnf849fc125f34a0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-12T02:42:32.055Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-12T02:42:32.055Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-12T02:42:32.055Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78ce21ae-356b-4ced-8215-41fcbb716942",
"consumerID": "cds",
"timestamp": 1660272130950,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCtnwcidnpepr2qecx7rf/1.0/resourceInstances/pnf849fc125f34a0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-12T02:42:32.055Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-12T02:42:32.056Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-12T02:42:32.056Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78ce21ae-356b-4ced-8215-41fcbb716942",
"consumerID": "aai-ml",
"timestamp": 1660272132801,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCtnwcidnpepr2qecx7rf/1.0/resourceInstances/pnf849fc125f34a0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-12T02:42:32.056Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-12T02:42:32.056Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-12T02:42:32.056Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78ce21ae-356b-4ced-8215-41fcbb716942",
"consumerID": "cds",
"timestamp": 1660272130950,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCtnwcidnpepr2qecx7rf/1.0/resourceInstances/pnf849fc125f34a0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-12T02:42:32.057Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-12T02:42:32.057Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-12T02:42:32.057Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78ce21ae-356b-4ced-8215-41fcbb716942",
"consumerID": "aai-ml",
"timestamp": 1660272132801,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCtnwcidnpepr2qecx7rf/1.0/artifacts/service-DemoPnfCtnwcidnpepr2qecx7rf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-12T02:42:32.058Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-12T02:42:32.058Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-12T02:42:32.058Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78ce21ae-356b-4ced-8215-41fcbb716942",
"consumerID": "cds",
"timestamp": 1660272130950,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCtnwcidnpepr2qecx7rf/1.0/artifacts/service-DemoPnfCtnwcidnpepr2qecx7rf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-12T02:42:32.058Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-12T02:42:32.058Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-12T02:42:32.059Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78ce21ae-356b-4ced-8215-41fcbb716942",
"consumerID": "aai-ml",
"timestamp": 1660272132801,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCtnwcidnpepr2qecx7rf/1.0/artifacts/service-DemoPnfCtnwcidnpepr2qecx7rf-csar.csar",
"status": "NOTIFIED"
}
2022-08-12T02:42:32.061Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-12T02:42:32.061Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-12T02:42:32.061Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78ce21ae-356b-4ced-8215-41fcbb716942",
"consumerID": "cds",
"timestamp": 1660272130950,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCtnwcidnpepr2qecx7rf/1.0/artifacts/service-DemoPnfCtnwcidnpepr2qecx7rf-csar.csar",
"status": "NOTIFIED"
}
2022-08-12T02:42:32.064Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-12T02:42:32.065Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-12T02:42:32.065Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78ce21ae-356b-4ced-8215-41fcbb716942",
"consumerID": "cds",
"timestamp": 1660272142225,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCtnwcidnpepr2qecx7rf/1.0/artifacts/service-DemoPnfCtnwcidnpepr2qecx7rf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-12T02:42:32.065Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T02:42:32.065Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-12T02:42:32.065Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78ce21ae-356b-4ced-8215-41fcbb716942",
"consumerID": "aai-ml",
"timestamp": 1660272142233,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCtnwcidnpepr2qecx7rf/1.0/artifacts/service-DemoPnfCtnwcidnpepr2qecx7rf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-12T02:42:32.066Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T02:42:32.066Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-12T02:42:32.066Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78ce21ae-356b-4ced-8215-41fcbb716942",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660272141587,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCtnwcidnpepr2qecx7rf/1.0/resourceInstances/pnf849fc125f34a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-12T02:42:32.066Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-12T02:42:32.066Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-12T02:42:32.067Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78ce21ae-356b-4ced-8215-41fcbb716942",
"consumerID": "aai-ml",
"timestamp": 1660272143240,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCtnwcidnpepr2qecx7rf/1.0/artifacts/service-DemoPnfCtnwcidnpepr2qecx7rf-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-08-12T02:42:32.067Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T02:42:32.067Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-12T02:42:32.067Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78ce21ae-356b-4ced-8215-41fcbb716942",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660272141587,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCtnwcidnpepr2qecx7rf/1.0/resourceInstances/pnf849fc125f34a0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-08-12T02:42:32.067Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-12T02:42:32.067Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-12T02:42:32.068Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78ce21ae-356b-4ced-8215-41fcbb716942",
"consumerID": "aai-ml",
"timestamp": 1660272144245,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCtnwcidnpepr2qecx7rf/1.0/artifacts/service-DemoPnfCtnwcidnpepr2qecx7rf-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-08-12T02:42:32.068Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T02:42:32.068Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-12T02:42:32.068Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78ce21ae-356b-4ced-8215-41fcbb716942",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660272141587,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCtnwcidnpepr2qecx7rf/1.0/resourceInstances/pnf849fc125f34a0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-08-12T02:42:32.068Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-12T02:42:32.069Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-12T02:42:32.069Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78ce21ae-356b-4ced-8215-41fcbb716942",
"consumerID": "aai-ml",
"timestamp": 1660272145249,
"artifactURL": "",
"status": "COMPONENT_DONE_ERROR",
"errorReason": "deploy failure",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
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-08-12T02:42:32.102Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 78ce21ae-356b-4ced-8215-41fcbb716942
2022-08-12T02:42:32.102Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 78ce21ae-356b-4ced-8215-41fcbb716942 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-08-12T02:42:32.110Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-12T02:42:32.111Z||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-08-12T02:42:32.111Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 94grQT5ZLMacqHQ7) ...
2022-08-12T02:42:32.113Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-12T02:42:32.113Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78ce21ae-356b-4ced-8215-41fcbb716942",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660272141587,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCtnwcidnpepr2qecx7rf/1.0/resourceInstances/pnf849fc125f34a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-12T02:42:32.114Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-12T02:42:32.114Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-12T02:42:32.114Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78ce21ae-356b-4ced-8215-41fcbb716942",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660272141587,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCtnwcidnpepr2qecx7rf/1.0/resourceInstances/pnf849fc125f34a0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-12T02:42:32.114Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-12T02:42:32.115Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-12T02:42:32.115Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78ce21ae-356b-4ced-8215-41fcbb716942",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660272141587,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCtnwcidnpepr2qecx7rf/1.0/resourceInstances/pnf849fc125f34a0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-12T02:42:32.115Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-12T02:42:32.115Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-12T02:42:32.116Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78ce21ae-356b-4ced-8215-41fcbb716942",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660272141587,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCtnwcidnpepr2qecx7rf/1.0/artifacts/service-DemoPnfCtnwcidnpepr2qecx7rf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-12T02:42:32.116Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-12T02:42:32.116Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-12T02:42:32.116Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78ce21ae-356b-4ced-8215-41fcbb716942",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660272141587,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCtnwcidnpepr2qecx7rf/1.0/artifacts/service-DemoPnfCtnwcidnpepr2qecx7rf-csar.csar",
"status": "NOTIFIED"
}
2022-08-12T02:42:32.116Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-12T02:42:32.134Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:42:32.134Z||pool-35-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-08-12T02:42:33.011Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T02:42:33.012Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-12T02:42:33.015Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T02:42:33.015Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "78ce21ae-356b-4ced-8215-41fcbb716942",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660272151336,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCtnwcidnpepr2qecx7rf/1.0/resourceInstances/pnf849fc125f34a0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-08-12T02:42:33.115Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-12T02:42:33.116Z||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-08-12T02:42:33.116Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 94grQT5ZLMacqHQ7) ...
2022-08-12T02:42:33.134Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:42:33.134Z||pool-36-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-08-12T02:42:34.015Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T02:42:34.016Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-12T02:42:34.018Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T02:42:34.019Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "78ce21ae-356b-4ced-8215-41fcbb716942",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660272151336,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCtnwcidnpepr2qecx7rf/1.0/resourceInstances/pnf849fc125f34a0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-08-12T02:42:34.119Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-12T02:42:34.120Z||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-08-12T02:42:34.120Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 94grQT5ZLMacqHQ7) ...
2022-08-12T02:42:34.140Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:42:34.141Z||pool-37-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-08-12T02:42:35.019Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T02:42:35.019Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-12T02:42:35.022Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T02:42:35.022Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "78ce21ae-356b-4ced-8215-41fcbb716942",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660272151336,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCtnwcidnpepr2qecx7rf/1.0/resourceInstances/pnf849fc125f34a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-12T02:42:35.122Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-12T02:42:35.123Z||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-08-12T02:42:35.123Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 94grQT5ZLMacqHQ7) ...
2022-08-12T02:42:35.149Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:42:35.149Z||pool-38-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-08-12T02:42:36.023Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T02:42:36.024Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-12T02:42:36.026Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T02:42:36.026Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "78ce21ae-356b-4ced-8215-41fcbb716942",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660272151336,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCtnwcidnpepr2qecx7rf/1.0/resourceInstances/pnf849fc125f34a0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-12T02:42:36.127Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-12T02:42:36.127Z||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-08-12T02:42:36.128Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 94grQT5ZLMacqHQ7) ...
2022-08-12T02:42:36.151Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:42:36.151Z||pool-39-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-08-12T02:42:37.027Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T02:42:37.028Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-12T02:42:37.031Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T02:42:37.031Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "78ce21ae-356b-4ced-8215-41fcbb716942",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660272151336,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCtnwcidnpepr2qecx7rf/1.0/resourceInstances/pnf849fc125f34a0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-12T02:42:37.131Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-12T02:42:37.132Z||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-08-12T02:42:37.133Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 94grQT5ZLMacqHQ7) ...
2022-08-12T02:42:37.157Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:42:37.157Z||pool-40-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-08-12T02:42:38.032Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T02:42:38.033Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-12T02:42:38.035Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T02:42:38.035Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "78ce21ae-356b-4ced-8215-41fcbb716942",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660272151336,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCtnwcidnpepr2qecx7rf/1.0/artifacts/service-DemoPnfCtnwcidnpepr2qecx7rf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-12T02:42:38.135Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-12T02:42:38.136Z||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-08-12T02:42:38.136Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 94grQT5ZLMacqHQ7) ...
2022-08-12T02:42:38.161Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:42:38.161Z||pool-41-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-08-12T02:42:39.036Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T02:42:39.037Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-12T02:42:39.039Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T02:42:39.040Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "78ce21ae-356b-4ced-8215-41fcbb716942",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660272151336,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCtnwcidnpepr2qecx7rf/1.0/artifacts/service-DemoPnfCtnwcidnpepr2qecx7rf-csar.csar",
"status": "NOTIFIED"
}
2022-08-12T02:42:39.140Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-12T02:42:39.141Z||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-08-12T02:42:39.141Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 94grQT5ZLMacqHQ7) ...
2022-08-12T02:42:39.161Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:42:39.162Z||pool-42-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-08-12T02:42:40.044Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "78ce21ae-356b-4ced-8215-41fcbb716942",
"serviceName": "Demo_pNF_CtNWciDNPEPr2QeCX7rF",
"serviceVersion": "1.0",
"serviceUUID": "54b98ec7-749b-43b0-bf53-afba202ddd5b",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "532b08ef-ae42-4d1f-b78e-a0a83b536ee0",
"resources": [
{
"resourceInstanceName": "pNF 849fc125-f34a 0",
"resourceCustomizationUUID": "ec158b68-d24d-488c-bc57-7c34f271bbc0",
"resourceName": "pNF 849fc125-f34a",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "2168d549-16ba-4058-8872-3b94e4c6825d",
"resourceInvariantUUID": "4ac9c20d-80d4-46fb-8a5d-56b29f4bb3de",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfCtnwcidnpepr2qecx7rf-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCtnwcidnpepr2qecx7rf/1.0/artifacts/service-DemoPnfCtnwcidnpepr2qecx7rf-csar.csar",
"artifactChecksum": "MWEyNWYxYzI2ZjY5ZDBhOTg0YjZmOGVjN2FkMjk1NmY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e7501b66-9678-4a49-9461-1840ee19c090"
}
],
"workloadContext": "Production"
}
2022-08-12T02:42:40.044Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-12T02:42:40.045Z|95d0e0d3-4337-4629-b028-b30322f815e1|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 54b98ec7-749b-43b0-bf53-afba202ddd5b ASDC
2022-08-12T02:42:40.046Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:78ce21ae-356b-4ced-8215-41fcbb716942
ServiceName:Demo_pNF_CtNWciDNPEPr2QeCX7rF
ServiceVersion:1.0
ServiceUUID:54b98ec7-749b-43b0-bf53-afba202ddd5b
ServiceInvariantUUID:532b08ef-ae42-4d1f-b78e-a0a83b536ee0
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfCtnwcidnpepr2qecx7rf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfCtnwcidnpepr2qecx7rf/1.0/artifacts/service-DemoPnfCtnwcidnpepr2qecx7rf-csar.csar
ArtifactUUID:e7501b66-9678-4a49-9461-1840ee19c090
ArtifactChecksum:MWEyNWYxYzI2ZjY5ZDBhOTg0YjZmOGVjN2FkMjk1NmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 849fc125-f34a 0
ResourceCustomizationUUID:ec158b68-d24d-488c-bc57-7c34f271bbc0
ResourceInvariantUUID:4ac9c20d-80d4-46fb-8a5d-56b29f4bb3de
ResourceName:pNF 849fc125-f34a
ResourceType:PNF
ResourceUUID:2168d549-16ba-4058-8872-3b94e4c6825d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-08-12T02:42:40.046Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 54b98ec7-749b-43b0-bf53-afba202ddd5b 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-08-12T02:42:40.119Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-12T02:42:40.121Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-08-12T02:42:40.122Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-08-12T02:42:40.122Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e7501b66-9678-4a49-9461-1840ee19c090 from URL: /sdc/v1/catalog/services/DemoPnfCtnwcidnpepr2qecx7rf/1.0/artifacts/service-DemoPnfCtnwcidnpepr2qecx7rf-csar.csar
2022-08-12T02:42:40.122Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-08-12T02:42:40.122Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfCtnwcidnpepr2qecx7rf/1.0/artifacts/service-DemoPnfCtnwcidnpepr2qecx7rf-csar.csar
2022-08-12T02:42:40.197Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-08-12T02:42:40.198Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfCtnwcidnpepr2qecx7rf/1.0/artifacts/service-DemoPnfCtnwcidnpepr2qecx7rf-csar.csar e7501b66-9678-4a49-9461-1840ee19c090 87783
2022-08-12T02:42:40.198Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfCtnwcidnpepr2qecx7rf/1.0/artifacts/service-DemoPnfCtnwcidnpepr2qecx7rf-csar.csar ASDC sendASDCNotification
2022-08-12T02:42:40.199Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfCtnwcidnpepr2qecx7rf/1.0/artifacts/service-DemoPnfCtnwcidnpepr2qecx7rf-csar.csar
2022-08-12T02:42:40.199Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-12T02:42:40.199Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-12T02:42:40.206Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T02:42:40.206Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "78ce21ae-356b-4ced-8215-41fcbb716942",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660272160198,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCtnwcidnpepr2qecx7rf/1.0/artifacts/service-DemoPnfCtnwcidnpepr2qecx7rf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-12T02:42:40.301Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-08-12T02:42:40.302Z||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-08-12T02:42:40.309Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 94grQT5ZLMacqHQ7) ...
2022-08-12T02:42:40.330Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:42:40.331Z||pool-43-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-08-12T02:42:41.208Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-12T02:42:41.209Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-08-12T02:42:41.210Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: e7501b66-9678-4a49-9461-1840ee19c090, URL: /sdc/v1/catalog/services/DemoPnfCtnwcidnpepr2qecx7rf/1.0/artifacts/service-DemoPnfCtnwcidnpepr2qecx7rf-csar.csar to file: /app/ASDC/1/service-DemoPnfCtnwcidnpepr2qecx7rf-csar.csar
2022-08-12T02:42:41.210Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfCtnwcidnpepr2qecx7rf-csar.csar
2022-08-12T02:42:41.211Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfCtnwcidnpepr2qecx7rf-csar.csar
2022-08-12T02:42:41.211Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfCtnwcidnpepr2qecx7rf-csar.csar
2022-08-12T02:42:41.488Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP367956321391767022/Definitions/service-DemoPnfCtnwcidnpepr2qecx7rf-template.yml
2022-08-12T02:42:42.437Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-12T02:42:42.438Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-08-12T02:42:42.439Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfCtnwcidnpepr2qecx7rf-csar.csar
2022-08-12T02:42:42.439Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-08-12T02:42:42.440Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfCtnwcidnpepr2qecx7rf-csar.csar
2022-08-12T02:42:42.440Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 849fc125-f34a 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnfCtnwcidnpepr2qecx7rf-csar.csar
2022-08-12T02:42:42.440Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfCtnwcidnpepr2qecx7rf-csar.csar
2022-08-12T02:42:42.441Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfCtnwcidnpepr2qecx7rf-csar.csar
2022-08-12T02:42:42.441Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||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-DemoPnfCtnwcidnpepr2qecx7rf-csar.csar
2022-08-12T02:42:42.441Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||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-DemoPnfCtnwcidnpepr2qecx7rf-csar.csar
2022-08-12T02:42:42.442Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||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-DemoPnfCtnwcidnpepr2qecx7rf-csar.csar
2022-08-12T02:42:42.442Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-08-12T02:42:42.443Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T02:42:42.443Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_CtNWciDNPEPr2QeCX7rF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T02:42:42.444Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||DEBUG|500||Node template pNF 849fc125-f34a 0 is matching search criteria
2022-08-12T02:42:42.444Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-08-12T02:42:42.445Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 849fc125-f34a 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-12T02:42:42.445Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T02:42:42.445Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_CtNWciDNPEPr2QeCX7rF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T02:42:42.446Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||DEBUG|500||Node template pNF 849fc125-f34a 0 is matching search criteria
2022-08-12T02:42:42.446Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-08-12T02:42:42.447Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 849fc125-f34a 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-12T02:42:42.447Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T02:42:42.448Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_CtNWciDNPEPr2QeCX7rF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T02:42:42.448Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T02:42:42.449Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_CtNWciDNPEPr2QeCX7rF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T02:42:42.449Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T02:42:42.449Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_CtNWciDNPEPr2QeCX7rF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T02:42:42.450Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T02:42:42.450Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_CtNWciDNPEPr2QeCX7rF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T02:42:42.451Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T02:42:42.452Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_CtNWciDNPEPr2QeCX7rF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T02:42:42.452Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_CtNWciDNPEPr2QeCX7rF
Description:catalog service description
Model UUID:54b98ec7-749b-43b0-bf53-afba202ddd5b
Model Version:NULL
Model InvariantUuid:532b08ef-ae42-4d1f-b78e-a0a83b536ee0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-08-12T02:42:42.465Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 2168d549-16ba-4058-8872-3b94e4c6825d
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-08-12T02:42:42.472Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||INFO|500||pNF 849fc125-f34a 0
2022-08-12T02:42:42.473Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 2168d549-16ba-4058-8872-3b94e4c6825d
2022-08-12T02:42:42.474Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 54b98ec7-749b-43b0-bf53-afba202ddd5b
2022-08-12T02:42:42.474Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 54b98ec7-749b-43b0-bf53-afba202ddd5b
2022-08-12T02:42:42.475Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 849fc125-f34a 0 2168d549-16ba-4058-8872-3b94e4c6825d ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-12T02:42:42.485Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@143fac29, org.onap.sdc.toscaparser.api.parameters.Input@2442bf01, org.onap.sdc.toscaparser.api.parameters.Input@584e7a3f, org.onap.sdc.toscaparser.api.parameters.Input@2e876347, org.onap.sdc.toscaparser.api.parameters.Input@4730dc5a]
2022-08-12T02:42:42.486Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T02:42:42.486Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_CtNWciDNPEPr2QeCX7rF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T02:42:42.487Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 54b98ec7-749b-43b0-bf53-afba202ddd5b: pNF 849fc125-f34a
2022-08-12T02:42:42.488Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||INFO|500||Processing PNF resource: 2168d549-16ba-4058-8872-3b94e4c6825d
2022-08-12T02:42:42.489Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T02:42:42.489Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_CtNWciDNPEPr2QeCX7rF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T02:42:42.490Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||INFO|500||Resource customization UUID: ec158b68-d24d-488c-bc57-7c34f271bbc0 is the same as notified resource customizationUUID: ec158b68-d24d-488c-bc57-7c34f271bbc0
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-08-12T02:42:42.608Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 849fc125-f34a 2168d549-16ba-4058-8872-3b94e4c6825d 0 ASDC deployResourceStructure
2022-08-12T02:42:42.609Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfCtnwcidnpepr2qecx7rf/1.0/artifacts/service-DemoPnfCtnwcidnpepr2qecx7rf-csar.csar ASDC sendASDCNotification
2022-08-12T02:42:42.609Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfCtnwcidnpepr2qecx7rf/1.0/artifacts/service-DemoPnfCtnwcidnpepr2qecx7rf-csar.csar
2022-08-12T02:42:42.609Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-12T02:42:42.610Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-12T02:42:42.614Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T02:42:42.614Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "78ce21ae-356b-4ced-8215-41fcbb716942",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660272162608,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCtnwcidnpepr2qecx7rf/1.0/artifacts/service-DemoPnfCtnwcidnpepr2qecx7rf-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-12T02:42:42.714Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-12T02:42:42.715Z||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-08-12T02:42:42.715Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 94grQT5ZLMacqHQ7) ...
2022-08-12T02:42:42.738Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:42:42.738Z||pool-44-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-08-12T02:42:43.616Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 78ce21ae-356b-4ced-8215-41fcbb716942
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-08-12T02:42:43.631Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 78ce21ae-356b-4ced-8215-41fcbb716942
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-08-12T02:42:43.634Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-12T02:42:43.634Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-12T02:42:43.635Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-12T02:42:43.635Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-12T02:43:13.636Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 78ce21ae-356b-4ced-8215-41fcbb716942
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-08-12T02:43:13.657Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 78ce21ae-356b-4ced-8215-41fcbb716942
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-08-12T02:43:13.660Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-12T02:43:13.661Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-12T02:43:13.661Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-12T02:43:13.661Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-12T02:43:31.340Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:43:31.341Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|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-08-12T02:43:31.342Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:43:31.700Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:43:31.701Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T02:43:31.701Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78ce21ae-356b-4ced-8215-41fcbb716942",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660272151336,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCtnwcidnpepr2qecx7rf/1.0/resourceInstances/pnf849fc125f34a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-12T02:43:31.703Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-12T02:43:43.661Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 78ce21ae-356b-4ced-8215-41fcbb716942
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-08-12T02:43:43.683Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 78ce21ae-356b-4ced-8215-41fcbb716942
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-08-12T02:43:43.686Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-12T02:43:43.686Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-12T02:43:43.686Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-12T02:43:43.687Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-12T02:44:13.687Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 78ce21ae-356b-4ced-8215-41fcbb716942
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-08-12T02:44:13.704Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 78ce21ae-356b-4ced-8215-41fcbb716942
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-08-12T02:44:13.706Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-12T02:44:13.707Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-12T02:44:13.707Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-12T02:44:13.707Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-12T02:44:31.340Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:44:31.342Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|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-08-12T02:44:31.343Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:44:31.917Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:44:31.919Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T02:44:31.919Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78ce21ae-356b-4ced-8215-41fcbb716942",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660272151469,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCtnwcidnpepr2qecx7rf/1.0/resourceInstances/pnf849fc125f34a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-12T02:44:31.920Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-12T02:44:31.920Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T02:44:31.921Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78ce21ae-356b-4ced-8215-41fcbb716942",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660272151336,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCtnwcidnpepr2qecx7rf/1.0/resourceInstances/pnf849fc125f34a0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-08-12T02:44:31.921Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-12T02:44:31.922Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T02:44:31.922Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78ce21ae-356b-4ced-8215-41fcbb716942",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660272151469,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCtnwcidnpepr2qecx7rf/1.0/resourceInstances/pnf849fc125f34a0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-08-12T02:44:31.922Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-12T02:44:31.922Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T02:44:31.923Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78ce21ae-356b-4ced-8215-41fcbb716942",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660272151336,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCtnwcidnpepr2qecx7rf/1.0/resourceInstances/pnf849fc125f34a0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-08-12T02:44:31.923Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-12T02:44:31.923Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T02:44:31.924Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78ce21ae-356b-4ced-8215-41fcbb716942",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660272151469,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCtnwcidnpepr2qecx7rf/1.0/resourceInstances/pnf849fc125f34a0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-08-12T02:44:31.924Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-12T02:44:31.924Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T02:44:31.925Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78ce21ae-356b-4ced-8215-41fcbb716942",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660272151336,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCtnwcidnpepr2qecx7rf/1.0/resourceInstances/pnf849fc125f34a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-12T02:44:31.925Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-12T02:44:31.925Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T02:44:31.925Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78ce21ae-356b-4ced-8215-41fcbb716942",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660272151469,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCtnwcidnpepr2qecx7rf/1.0/resourceInstances/pnf849fc125f34a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-12T02:44:31.926Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-12T02:44:31.926Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T02:44:31.926Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78ce21ae-356b-4ced-8215-41fcbb716942",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660272151336,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCtnwcidnpepr2qecx7rf/1.0/resourceInstances/pnf849fc125f34a0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-12T02:44:31.927Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-12T02:44:31.927Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T02:44:31.927Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78ce21ae-356b-4ced-8215-41fcbb716942",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660272151469,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCtnwcidnpepr2qecx7rf/1.0/resourceInstances/pnf849fc125f34a0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-12T02:44:31.927Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-12T02:44:31.928Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T02:44:31.928Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78ce21ae-356b-4ced-8215-41fcbb716942",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660272151336,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCtnwcidnpepr2qecx7rf/1.0/resourceInstances/pnf849fc125f34a0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-12T02:44:31.928Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-12T02:44:31.928Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T02:44:31.929Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78ce21ae-356b-4ced-8215-41fcbb716942",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660272151469,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCtnwcidnpepr2qecx7rf/1.0/resourceInstances/pnf849fc125f34a0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-12T02:44:31.929Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-12T02:44:31.929Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T02:44:31.929Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78ce21ae-356b-4ced-8215-41fcbb716942",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660272151336,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCtnwcidnpepr2qecx7rf/1.0/artifacts/service-DemoPnfCtnwcidnpepr2qecx7rf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-12T02:44:31.930Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-12T02:44:31.930Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T02:44:31.930Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78ce21ae-356b-4ced-8215-41fcbb716942",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660272151469,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCtnwcidnpepr2qecx7rf/1.0/artifacts/service-DemoPnfCtnwcidnpepr2qecx7rf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-12T02:44:31.931Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-12T02:44:31.931Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T02:44:31.931Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78ce21ae-356b-4ced-8215-41fcbb716942",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660272151336,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCtnwcidnpepr2qecx7rf/1.0/artifacts/service-DemoPnfCtnwcidnpepr2qecx7rf-csar.csar",
"status": "NOTIFIED"
}
2022-08-12T02:44:31.932Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-12T02:44:31.932Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T02:44:31.932Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78ce21ae-356b-4ced-8215-41fcbb716942",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660272151469,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCtnwcidnpepr2qecx7rf/1.0/artifacts/service-DemoPnfCtnwcidnpepr2qecx7rf-csar.csar",
"status": "NOTIFIED"
}
2022-08-12T02:44:31.932Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-12T02:44:31.933Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T02:44:31.933Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78ce21ae-356b-4ced-8215-41fcbb716942",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660272160198,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCtnwcidnpepr2qecx7rf/1.0/artifacts/service-DemoPnfCtnwcidnpepr2qecx7rf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-12T02:44:31.933Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T02:44:31.933Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T02:44:31.934Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78ce21ae-356b-4ced-8215-41fcbb716942",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660272160253,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCtnwcidnpepr2qecx7rf/1.0/artifacts/service-DemoPnfCtnwcidnpepr2qecx7rf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-12T02:44:31.934Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T02:44:31.934Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T02:44:31.935Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78ce21ae-356b-4ced-8215-41fcbb716942",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660272162608,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCtnwcidnpepr2qecx7rf/1.0/artifacts/service-DemoPnfCtnwcidnpepr2qecx7rf-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-12T02:44:31.935Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T02:44:31.935Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T02:44:31.936Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78ce21ae-356b-4ced-8215-41fcbb716942",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660272162272,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCtnwcidnpepr2qecx7rf/1.0/artifacts/service-DemoPnfCtnwcidnpepr2qecx7rf-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-12T02:44:31.936Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T02:44:31.936Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T02:44:31.936Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78ce21ae-356b-4ced-8215-41fcbb716942",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660272163276,
"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-08-12T02:44:31.946Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 78ce21ae-356b-4ced-8215-41fcbb716942
2022-08-12T02:44:31.946Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 78ce21ae-356b-4ced-8215-41fcbb716942 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-08-12T02:44:43.707Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 78ce21ae-356b-4ced-8215-41fcbb716942
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-08-12T02:44:43.722Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 78ce21ae-356b-4ced-8215-41fcbb716942
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-08-12T02:44:43.725Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-12T02:44:43.725Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-12T02:44:43.725Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-12T02:44:43.725Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-12T02:44:43.725Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName:
2022-08-12T02:44:43.725Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-12T02:44:43.732Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-12T02:45:13.732Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 78ce21ae-356b-4ced-8215-41fcbb716942 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-08-12T02:45:13.744Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 78ce21ae-356b-4ced-8215-41fcbb716942 and serviceModelVersionId: 54b98ec7-749b-43b0-bf53-afba202ddd5b
2022-08-12T02:45:13.744Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 532b08ef-ae42-4d1f-b78e-a0a83b536ee0
2022-08-12T02:45:13.749Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/532b08ef-ae42-4d1f-b78e-a0a83b536ee0/model-vers/model-ver/54b98ec7-749b-43b0-bf53-afba202ddd5b?depth=0
2022-08-12T02:45:13.758Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-08-12T02:45:13.810Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/532b08ef-ae42-4d1f-b78e-a0a83b536ee0/model-vers/model-ver/54b98ec7-749b-43b0-bf53-afba202ddd5b?depth=0|INFO|500||Invoke
2022-08-12T02:45:13.811Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/532b08ef-ae42-4d1f-b78e-a0a83b536ee0/model-vers/model-ver/54b98ec7-749b-43b0-bf53-afba202ddd5b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/532b08ef-ae42-4d1f-b78e-a0a83b536ee0/model-vers/model-ver/54b98ec7-749b-43b0-bf53-afba202ddd5b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[78ce21ae-356b-4ced-8215-41fcbb716942], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[45f53b3a-3ded-40e9-b8b2-f8b339f35bb7], X-ECOMP-RequestID=[78ce21ae-356b-4ced-8215-41fcbb716942], X-TransactionId=[], X-ONAP-RequestID=[78ce21ae-356b-4ced-8215-41fcbb716942], Content-Type=[application/merge-patch+json]}
2022-08-12T02:45:13.816Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/532b08ef-ae42-4d1f-b78e-a0a83b536ee0/model-vers/model-ver/54b98ec7-749b-43b0-bf53-afba202ddd5b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}
2022-08-12T02:45:13.819Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/532b08ef-ae42-4d1f-b78e-a0a83b536ee0/model-vers/model-ver/54b98ec7-749b-43b0-bf53-afba202ddd5b?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/532b08ef-ae42-4d1f-b78e-a0a83b536ee0/model-vers/model-ver/54b98ec7-749b-43b0-bf53-afba202ddd5b?depth=0 has http status code:503 and response headers:{date=[Fri, 12 Aug 2022 02:45:13 GMT], server=[envoy], content-length=[145], content-type=[text/plain]}
2022-08-12T02:45:13.821Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/532b08ef-ae42-4d1f-b78e-a0a83b536ee0/model-vers/model-ver/54b98ec7-749b-43b0-bf53-afba202ddd5b?depth=0|DEBUG|500||upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
2022-08-12T02:45:13.821Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/532b08ef-ae42-4d1f-b78e-a0a83b536ee0/model-vers/model-ver/54b98ec7-749b-43b0-bf53-afba202ddd5b?depth=0|INFO|503|Service Unavailable|InvokeReturn
2022-08-12T02:45:13.824Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=78ce21ae-356b-4ced-8215-41fcbb716942 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
2022-08-12T02:45:13.824Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||ERROR|500||Exception occurred
javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=78ce21ae-356b-4ced-8215-41fcbb716942 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:92)
at org.onap.so.client.RestRequest.get(RestRequest.java:77)
at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
at org.onap.so.client.RestClient.method(RestClient.java:322)
at org.onap.so.client.RestClient.patch(RestClient.java:265)
at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-08-12T02:45:13.824Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=78ce21ae-356b-4ced-8215-41fcbb716942 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
2022-08-12T02:45:13.825Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=78ce21ae-356b-4ced-8215-41fcbb716942 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
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-08-12T02:45:13.832Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||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-08-12T02:45:13.832Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 78ce21ae-356b-4ced-8215-41fcbb716942 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=78ce21ae-356b-4ced-8215-41fcbb716942 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
2022-08-12T02:45:13.833Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-08-12T02:45:13.833Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-12T02:45:13.836Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T02:45:13.836Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "78ce21ae-356b-4ced-8215-41fcbb716942",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660272313833,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d78ce21ae-356b-4ced-8215-41fcbb716942 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111"
}
2022-08-12T02:45:13.937Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-12T02:45:13.938Z||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-08-12T02:45:13.938Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 94grQT5ZLMacqHQ7) ...
2022-08-12T02:45:13.963Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:45:13.964Z||pool-45-thread-1|||||INFO|500||cambria reply ok (27 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-08-12T02:45:14.866Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:45:14.868Z||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-08-12T02:45:14.868Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:45:25.241Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:45:25.242Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:45:25.242Z||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-08-12T02:45:25.243Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:45:31.339Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:45:31.340Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|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-08-12T02:45:31.341Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:45:32.033Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:45:32.034Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T02:45:32.034Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78ce21ae-356b-4ced-8215-41fcbb716942",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660272313833,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d78ce21ae-356b-4ced-8215-41fcbb716942 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111"
}
2022-08-12T02:45:32.035Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T02:45:34.857Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:45:34.858Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:45:34.859Z||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-08-12T02:45:34.859Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:45:44.413Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:46:31.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:46:31.337Z||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-08-12T02:46:31.338Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:46:31.339Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:46:31.340Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|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-08-12T02:46:31.340Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:46:40.892Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:46:40.949Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:47:31.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:47:31.338Z||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-08-12T02:47:31.338Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:47:31.339Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:47:31.340Z||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-08-12T02:47:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:47:40.905Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:47:40.918Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:48:31.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:48:31.338Z||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-08-12T02:48:31.338Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:48:31.339Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:48:31.340Z||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-08-12T02:48:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:48:40.922Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:48:40.943Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:49:31.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:49:31.337Z||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-08-12T02:49:31.337Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:49:31.339Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:49:31.340Z||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-08-12T02:49:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:49:40.917Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:49:40.929Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:50:31.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:50:31.337Z||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-08-12T02:50:31.337Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:50:31.339Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:50:31.340Z|78ce21ae-356b-4ced-8215-41fcbb716942|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-08-12T02:50:31.340Z|78ce21ae-356b-4ced-8215-41fcbb716942|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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:50:40.935Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:50:40.948Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:51:31.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:51:31.339Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:51:31.340Z||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-08-12T02:51:31.340Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|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-08-12T02:51:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:51:31.340Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:51:40.927Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:51:40.942Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:52:31.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:52:31.339Z||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-08-12T02:52:31.339Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:52:31.340Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:52:31.340Z||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-08-12T02:52:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:52:40.909Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:52:40.912Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:53:31.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:53:31.337Z||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-08-12T02:53:31.337Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:53:31.339Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:53:31.340Z||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-08-12T02:53:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:53:40.912Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:53:40.918Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:54:31.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:54:31.338Z||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-08-12T02:54:31.338Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:54:31.339Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:54:31.340Z||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-08-12T02:54:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:54:40.919Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:54:40.999Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:55:31.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:55:31.338Z||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-08-12T02:55:31.338Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:55:31.339Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:55:31.340Z||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-08-12T02:55:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:55:40.931Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:55:40.932Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:56:31.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:56:31.338Z||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-08-12T02:56:31.338Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:56:31.339Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:56:31.340Z||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-08-12T02:56:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:56:40.939Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:56:40.938Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:57:31.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:57:31.338Z||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-08-12T02:57:31.338Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:57:31.339Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:57:31.340Z||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-08-12T02:57:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:57:40.909Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:57:41.014Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:58:31.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:58:31.338Z||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-08-12T02:58:31.338Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:58:31.340Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:58:31.340Z||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-08-12T02:58:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:58:40.939Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:58:40.948Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:59:31.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:59:31.338Z||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-08-12T02:59:31.338Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:59:31.339Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T02:59:31.340Z||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-08-12T02:59:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T02:59:40.903Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T02:59:40.904Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T03:00:31.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T03:00:31.339Z||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-08-12T03:00:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T03:00:31.339Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T03:00:31.340Z||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-08-12T03:00:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T03:00:40.924Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T03:00:40.927Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T03:01:31.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T03:01:31.338Z||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-08-12T03:01:31.338Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T03:01:31.340Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T03:01:31.340Z||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-08-12T03:01:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T03:01:40.902Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T03:01:40.931Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T03:02:31.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T03:02:31.338Z||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-08-12T03:02:31.338Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T03:02:31.339Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T03:02:31.340Z||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-08-12T03:02:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T03:02:40.918Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T03:02:40.953Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T03:03:31.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T03:03:31.337Z||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-08-12T03:03:31.337Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T03:03:31.339Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T03:03:31.340Z||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-08-12T03:03:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T03:03:40.918Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T03:03:40.920Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T03:04:31.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T03:04:31.337Z||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-08-12T03:04:31.337Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T03:04:31.339Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T03:04:31.340Z||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-08-12T03:04:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T03:04:40.924Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T03:04:40.930Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T03:05:31.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T03:05:31.338Z||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-08-12T03:05:31.338Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T03:05:31.340Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T03:05:31.340Z||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-08-12T03:05:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T03:05:40.914Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T03:05:40.917Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T03:06:31.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T03:06:31.337Z||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-08-12T03:06:31.338Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T03:06:31.339Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T03:06:31.340Z||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-08-12T03:06:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T03:06:40.912Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T03:06:40.913Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T03:07:31.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T03:07:31.337Z||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-08-12T03:07:31.338Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T03:07:31.339Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T03:07:31.340Z||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-08-12T03:07:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T03:07:40.935Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T03:07:40.955Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T03:08:31.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T03:08:31.339Z||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-08-12T03:08:31.339Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T03:08:31.339Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T03:08:31.340Z||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-08-12T03:08:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T03:08:40.907Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T03:08:40.907Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T03:09:31.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T03:09:31.338Z||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-08-12T03:09:31.338Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T03:09:31.339Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T03:09:31.340Z||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-08-12T03:09:31.340Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T03:09:40.902Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T03:09:40.934Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T03:10:31.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T03:10:31.337Z||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-08-12T03:10:31.337Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T03:10:31.339Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T03:10:31.340Z|78ce21ae-356b-4ced-8215-41fcbb716942|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-08-12T03:10:31.340Z|78ce21ae-356b-4ced-8215-41fcbb716942|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 94grQT5ZLMacqHQ7) ...
2022-08-12T03:10:40.907Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T03:10:40.919Z|78ce21ae-356b-4ced-8215-41fcbb716942|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T03:11:31.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T03:11:31.338Z||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-08-12T03:11:31.338Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T03:11:31.339Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T03:11:31.340Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|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-08-12T03:11:31.340Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|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 94grQT5ZLMacqHQ7) ...
2022-08-12T03:11:40.905Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T03:11:40.907Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T03:12:31.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T03:12:31.338Z||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-08-12T03:12:31.338Z||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 94grQT5ZLMacqHQ7) ...
2022-08-12T03:12:31.339Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T03:12:31.340Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|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-08-12T03:12:31.340Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|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 94grQT5ZLMacqHQ7) ...
2022-08-12T03:12:32.012Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T03:12:32.013Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T03:12:32.014Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"cb62b8dc-16a5-4107-906f-0d3377591c44","serviceName":"Demo_pNF_Dir1FPIKFc1YYlkcVs8z","serviceVersion":"1.0","serviceUUID":"d81ee936-e990-44b7-bdde-f46f8f6b4eb8","serviceDescription":"catalog service description","serviceInvariantUUID":"a9633c2c-f17d-46de-a142-4009d009ef54","resources":[{"resourceInstanceName":"pNF 6329a5ef-201a 0","resourceName":"pNF 6329a5ef-201a","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"a2cdc349-99e0-48fd-8e69-343313d724da","resourceInvariantUUID":"f7714abe-f814-4ef0-b741-67adfd846a58","resourceCustomizationUUID":"02e60ed9-790c-4811-b06f-9ca7e9864081","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDir1fpikfc1yylkcvs8z/1.0/resourceInstances/pnf6329a5ef201a0/artifacts/vf-license-model.xml","artifactChecksum":"MWE2OGVhZjkxNDBlMWJkMTQzYmE3N2VkMTE2MjgxMjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e0a8c924-f709-4a9a-8c7b-177f47f8fc9b","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDir1fpikfc1yylkcvs8z/1.0/resourceInstances/pnf6329a5ef201a0/artifacts/pNF.csar","artifactChecksum":"ODhhMmJlMzkxN2U3ZDY4YzY3YzFmODVmNWFhZTRkN2Q\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"862b8a37-6724-48a1-8580-a462a6c04c13","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDir1fpikfc1yylkcvs8z/1.0/resourceInstances/pnf6329a5ef201a0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c2f4d34d-c01c-4813-93c1-da5edd76e244","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDir1fpikfc1yylkcvs8z/1.0/resourceInstances/pnf6329a5ef201a0/artifacts/vendor-license-model.xml","artifactChecksum":"N2ZkZDk5NDA3NDA5ZjQ3YjRiMjY4NGQ4ODFlOWUwMDY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9216831a-3675-4952-b8bc-525a57aa6387","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfDir1fpikfc1yylkcvs8z/1.0/resourceInstances/pnf6329a5ef201a0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"01991ccf-e359-421d-8202-f38445feec6f","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfDir1fpikfc1yylkcvs8z/1.0/resourceInstances/pnf6329a5ef201a0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2a32d14a-3c93-48ba-b86d-a8717d5326e4","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfDir1fpikfc1yylkcvs8z-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDir1fpikfc1yylkcvs8z/1.0/artifacts/service-DemoPnfDir1fpikfc1yylkcvs8z-template.yml","artifactChecksum":"M2FhYzk4YzVhOWMzZDRlNGRjYzEyNzQxNDk2M2Y2ZWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b32519e9-c44a-4127-98f4-09b055e73235","artifactVersion":"1"},{"artifactName":"service-DemoPnfDir1fpikfc1yylkcvs8z-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfDir1fpikfc1yylkcvs8z/1.0/artifacts/service-DemoPnfDir1fpikfc1yylkcvs8z-csar.csar","artifactChecksum":"MWM2NGFkMTI3YjBlYmNjMWIyMmRkZjc5YjNmNGIxMTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"595a3028-31a3-4ca7-adf7-350cad319013","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-12T03:12:32.019Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T03:12:32.019Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-12T03:12:32.025Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T03:12:32.026Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "cb62b8dc-16a5-4107-906f-0d3377591c44",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660273951336,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDir1fpikfc1yylkcvs8z/1.0/resourceInstances/pnf6329a5ef201a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-12T03:12:32.029Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T03:12:32.031Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T03:12:32.031Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb62b8dc-16a5-4107-906f-0d3377591c44",
"consumerID": "cds",
"timestamp": 1660273900950,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDir1fpikfc1yylkcvs8z/1.0/resourceInstances/pnf6329a5ef201a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-12T03:12:32.032Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-12T03:12:32.032Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T03:12:32.033Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb62b8dc-16a5-4107-906f-0d3377591c44",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660273901587,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDir1fpikfc1yylkcvs8z/1.0/resourceInstances/pnf6329a5ef201a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-12T03:12:32.033Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-12T03:12:32.033Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T03:12:32.033Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb62b8dc-16a5-4107-906f-0d3377591c44",
"consumerID": "aai-ml",
"timestamp": 1660273902802,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDir1fpikfc1yylkcvs8z/1.0/resourceInstances/pnf6329a5ef201a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-12T03:12:32.033Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-12T03:12:32.033Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T03:12:32.033Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb62b8dc-16a5-4107-906f-0d3377591c44",
"consumerID": "cds",
"timestamp": 1660273900950,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDir1fpikfc1yylkcvs8z/1.0/resourceInstances/pnf6329a5ef201a0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-08-12T03:12:32.034Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-12T03:12:32.034Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T03:12:32.034Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb62b8dc-16a5-4107-906f-0d3377591c44",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660273901587,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDir1fpikfc1yylkcvs8z/1.0/resourceInstances/pnf6329a5ef201a0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-08-12T03:12:32.034Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-12T03:12:32.034Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T03:12:32.034Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb62b8dc-16a5-4107-906f-0d3377591c44",
"consumerID": "aai-ml",
"timestamp": 1660273902802,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDir1fpikfc1yylkcvs8z/1.0/resourceInstances/pnf6329a5ef201a0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-08-12T03:12:32.034Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-12T03:12:32.034Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T03:12:32.035Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb62b8dc-16a5-4107-906f-0d3377591c44",
"consumerID": "cds",
"timestamp": 1660273900950,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDir1fpikfc1yylkcvs8z/1.0/resourceInstances/pnf6329a5ef201a0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-08-12T03:12:32.035Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-12T03:12:32.035Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T03:12:32.035Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb62b8dc-16a5-4107-906f-0d3377591c44",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660273901587,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDir1fpikfc1yylkcvs8z/1.0/resourceInstances/pnf6329a5ef201a0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-08-12T03:12:32.035Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-12T03:12:32.036Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T03:12:32.036Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb62b8dc-16a5-4107-906f-0d3377591c44",
"consumerID": "aai-ml",
"timestamp": 1660273902802,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDir1fpikfc1yylkcvs8z/1.0/resourceInstances/pnf6329a5ef201a0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-08-12T03:12:32.036Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-12T03:12:32.036Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T03:12:32.036Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb62b8dc-16a5-4107-906f-0d3377591c44",
"consumerID": "cds",
"timestamp": 1660273900950,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDir1fpikfc1yylkcvs8z/1.0/resourceInstances/pnf6329a5ef201a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-12T03:12:32.036Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-12T03:12:32.036Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T03:12:32.036Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb62b8dc-16a5-4107-906f-0d3377591c44",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660273901587,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDir1fpikfc1yylkcvs8z/1.0/resourceInstances/pnf6329a5ef201a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-12T03:12:32.036Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-12T03:12:32.037Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T03:12:32.037Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb62b8dc-16a5-4107-906f-0d3377591c44",
"consumerID": "aai-ml",
"timestamp": 1660273902802,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDir1fpikfc1yylkcvs8z/1.0/resourceInstances/pnf6329a5ef201a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-12T03:12:32.037Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-12T03:12:32.037Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T03:12:32.037Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb62b8dc-16a5-4107-906f-0d3377591c44",
"consumerID": "cds",
"timestamp": 1660273900950,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDir1fpikfc1yylkcvs8z/1.0/resourceInstances/pnf6329a5ef201a0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-12T03:12:32.037Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-12T03:12:32.037Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T03:12:32.037Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb62b8dc-16a5-4107-906f-0d3377591c44",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660273901587,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDir1fpikfc1yylkcvs8z/1.0/resourceInstances/pnf6329a5ef201a0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-12T03:12:32.038Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-12T03:12:32.038Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T03:12:32.038Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb62b8dc-16a5-4107-906f-0d3377591c44",
"consumerID": "aai-ml",
"timestamp": 1660273902802,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDir1fpikfc1yylkcvs8z/1.0/resourceInstances/pnf6329a5ef201a0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-12T03:12:32.038Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-12T03:12:32.038Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T03:12:32.039Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb62b8dc-16a5-4107-906f-0d3377591c44",
"consumerID": "cds",
"timestamp": 1660273900950,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDir1fpikfc1yylkcvs8z/1.0/resourceInstances/pnf6329a5ef201a0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-12T03:12:32.039Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-12T03:12:32.039Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T03:12:32.039Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb62b8dc-16a5-4107-906f-0d3377591c44",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660273901587,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDir1fpikfc1yylkcvs8z/1.0/resourceInstances/pnf6329a5ef201a0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-12T03:12:32.039Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-12T03:12:32.040Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T03:12:32.040Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb62b8dc-16a5-4107-906f-0d3377591c44",
"consumerID": "aai-ml",
"timestamp": 1660273902802,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDir1fpikfc1yylkcvs8z/1.0/resourceInstances/pnf6329a5ef201a0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-12T03:12:32.040Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-12T03:12:32.040Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T03:12:32.040Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb62b8dc-16a5-4107-906f-0d3377591c44",
"consumerID": "cds",
"timestamp": 1660273900950,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDir1fpikfc1yylkcvs8z/1.0/artifacts/service-DemoPnfDir1fpikfc1yylkcvs8z-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-12T03:12:32.041Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-12T03:12:32.041Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T03:12:32.041Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb62b8dc-16a5-4107-906f-0d3377591c44",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660273901587,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDir1fpikfc1yylkcvs8z/1.0/artifacts/service-DemoPnfDir1fpikfc1yylkcvs8z-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-12T03:12:32.041Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-12T03:12:32.041Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T03:12:32.042Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb62b8dc-16a5-4107-906f-0d3377591c44",
"consumerID": "aai-ml",
"timestamp": 1660273902802,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDir1fpikfc1yylkcvs8z/1.0/artifacts/service-DemoPnfDir1fpikfc1yylkcvs8z-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-12T03:12:32.042Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-12T03:12:32.042Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T03:12:32.042Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb62b8dc-16a5-4107-906f-0d3377591c44",
"consumerID": "cds",
"timestamp": 1660273900950,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDir1fpikfc1yylkcvs8z/1.0/artifacts/service-DemoPnfDir1fpikfc1yylkcvs8z-csar.csar",
"status": "NOTIFIED"
}
2022-08-12T03:12:32.043Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-12T03:12:32.043Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T03:12:32.043Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb62b8dc-16a5-4107-906f-0d3377591c44",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660273901587,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDir1fpikfc1yylkcvs8z/1.0/artifacts/service-DemoPnfDir1fpikfc1yylkcvs8z-csar.csar",
"status": "NOTIFIED"
}
2022-08-12T03:12:32.043Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-12T03:12:32.043Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T03:12:32.043Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb62b8dc-16a5-4107-906f-0d3377591c44",
"consumerID": "aai-ml",
"timestamp": 1660273902802,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDir1fpikfc1yylkcvs8z/1.0/artifacts/service-DemoPnfDir1fpikfc1yylkcvs8z-csar.csar",
"status": "NOTIFIED"
}
2022-08-12T03:12:32.044Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-12T03:12:32.044Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T03:12:32.044Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb62b8dc-16a5-4107-906f-0d3377591c44",
"consumerID": "cds",
"timestamp": 1660273912239,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDir1fpikfc1yylkcvs8z/1.0/artifacts/service-DemoPnfDir1fpikfc1yylkcvs8z-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-12T03:12:32.044Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T03:12:32.044Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T03:12:32.044Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb62b8dc-16a5-4107-906f-0d3377591c44",
"consumerID": "aai-ml",
"timestamp": 1660273912246,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDir1fpikfc1yylkcvs8z/1.0/artifacts/service-DemoPnfDir1fpikfc1yylkcvs8z-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-12T03:12:32.045Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T03:12:32.045Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T03:12:32.045Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb62b8dc-16a5-4107-906f-0d3377591c44",
"consumerID": "aai-ml",
"timestamp": 1660273913254,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDir1fpikfc1yylkcvs8z/1.0/artifacts/service-DemoPnfDir1fpikfc1yylkcvs8z-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-08-12T03:12:32.045Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T03:12:32.046Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T03:12:32.046Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb62b8dc-16a5-4107-906f-0d3377591c44",
"consumerID": "aai-ml",
"timestamp": 1660273914259,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDir1fpikfc1yylkcvs8z/1.0/artifacts/service-DemoPnfDir1fpikfc1yylkcvs8z-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-08-12T03:12:32.046Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T03:12:32.046Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T03:12:32.046Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb62b8dc-16a5-4107-906f-0d3377591c44",
"consumerID": "aai-ml",
"timestamp": 1660273915263,
"artifactURL": "",
"status": "COMPONENT_DONE_ERROR",
"errorReason": "deploy failure",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
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-08-12T03:12:32.086Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of cb62b8dc-16a5-4107-906f-0d3377591c44
2022-08-12T03:12:32.087Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb62b8dc-16a5-4107-906f-0d3377591c44 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-08-12T03:12:32.098Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T03:12:32.099Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb62b8dc-16a5-4107-906f-0d3377591c44",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660273921469,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDir1fpikfc1yylkcvs8z/1.0/resourceInstances/pnf6329a5ef201a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-12T03:12:32.099Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-12T03:12:32.099Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T03:12:32.099Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb62b8dc-16a5-4107-906f-0d3377591c44",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660273921469,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDir1fpikfc1yylkcvs8z/1.0/resourceInstances/pnf6329a5ef201a0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-08-12T03:12:32.099Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-12T03:12:32.099Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T03:12:32.099Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb62b8dc-16a5-4107-906f-0d3377591c44",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660273921469,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDir1fpikfc1yylkcvs8z/1.0/resourceInstances/pnf6329a5ef201a0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-08-12T03:12:32.100Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-12T03:12:32.100Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T03:12:32.100Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb62b8dc-16a5-4107-906f-0d3377591c44",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660273921469,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDir1fpikfc1yylkcvs8z/1.0/resourceInstances/pnf6329a5ef201a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-12T03:12:32.100Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-12T03:12:32.100Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T03:12:32.100Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb62b8dc-16a5-4107-906f-0d3377591c44",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660273921469,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDir1fpikfc1yylkcvs8z/1.0/resourceInstances/pnf6329a5ef201a0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-12T03:12:32.101Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-12T03:12:32.101Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T03:12:32.101Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb62b8dc-16a5-4107-906f-0d3377591c44",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660273921469,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDir1fpikfc1yylkcvs8z/1.0/resourceInstances/pnf6329a5ef201a0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-12T03:12:32.101Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-12T03:12:32.101Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T03:12:32.101Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb62b8dc-16a5-4107-906f-0d3377591c44",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660273921469,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDir1fpikfc1yylkcvs8z/1.0/artifacts/service-DemoPnfDir1fpikfc1yylkcvs8z-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-12T03:12:32.102Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-12T03:12:32.102Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T03:12:32.102Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb62b8dc-16a5-4107-906f-0d3377591c44",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660273921469,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDir1fpikfc1yylkcvs8z/1.0/artifacts/service-DemoPnfDir1fpikfc1yylkcvs8z-csar.csar",
"status": "NOTIFIED"
}
2022-08-12T03:12:32.102Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-12T03:12:32.102Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T03:12:32.102Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb62b8dc-16a5-4107-906f-0d3377591c44",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660273930287,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDir1fpikfc1yylkcvs8z/1.0/artifacts/service-DemoPnfDir1fpikfc1yylkcvs8z-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-12T03:12:32.103Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T03:12:32.103Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T03:12:32.103Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb62b8dc-16a5-4107-906f-0d3377591c44",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660273932322,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDir1fpikfc1yylkcvs8z/1.0/artifacts/service-DemoPnfDir1fpikfc1yylkcvs8z-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-12T03:12:32.103Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T03:12:32.103Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T03:12:32.103Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb62b8dc-16a5-4107-906f-0d3377591c44",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660273933326,
"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-08-12T03:12:32.110Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of cb62b8dc-16a5-4107-906f-0d3377591c44
2022-08-12T03:12:32.110Z|8f4e2409-730e-4bc7-90c9-76f4dfbafe03|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb62b8dc-16a5-4107-906f-0d3377591c44 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-08-12T03:12:32.125Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-12T03:12:32.126Z||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-08-12T03:12:32.126Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 94grQT5ZLMacqHQ7) ...
2022-08-12T03:12:32.154Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T03:12:32.154Z||pool-46-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-08-12T03:12:33.026Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T03:12:33.027Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-12T03:12:33.030Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T03:12:33.030Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "cb62b8dc-16a5-4107-906f-0d3377591c44",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660273951336,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDir1fpikfc1yylkcvs8z/1.0/resourceInstances/pnf6329a5ef201a0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-08-12T03:12:33.130Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-12T03:12:33.130Z||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-08-12T03:12:33.131Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 94grQT5ZLMacqHQ7) ...
2022-08-12T03:12:33.152Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T03:12:33.153Z||pool-47-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-08-12T03:12:34.030Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T03:12:34.031Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-12T03:12:34.034Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T03:12:34.034Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "cb62b8dc-16a5-4107-906f-0d3377591c44",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660273951336,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDir1fpikfc1yylkcvs8z/1.0/resourceInstances/pnf6329a5ef201a0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-08-12T03:12:34.133Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-12T03:12:34.134Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-12T03:12:34.134Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 94grQT5ZLMacqHQ7) ...
2022-08-12T03:12:34.156Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T03:12:34.156Z||pool-48-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-08-12T03:12:35.034Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T03:12:35.035Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-12T03:12:35.038Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T03:12:35.038Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "cb62b8dc-16a5-4107-906f-0d3377591c44",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660273951336,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDir1fpikfc1yylkcvs8z/1.0/resourceInstances/pnf6329a5ef201a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-12T03:12:35.138Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-12T03:12:35.139Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-12T03:12:35.139Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 94grQT5ZLMacqHQ7) ...
2022-08-12T03:12:35.162Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T03:12:35.163Z||pool-49-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-08-12T03:12:36.039Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T03:12:36.040Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-12T03:12:36.051Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T03:12:36.051Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "cb62b8dc-16a5-4107-906f-0d3377591c44",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660273951336,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDir1fpikfc1yylkcvs8z/1.0/resourceInstances/pnf6329a5ef201a0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-12T03:12:36.158Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-08-12T03:12:36.158Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-12T03:12:36.159Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 94grQT5ZLMacqHQ7) ...
2022-08-12T03:12:36.186Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T03:12:36.186Z||pool-50-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-08-12T03:12:37.052Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T03:12:37.053Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-12T03:12:37.055Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T03:12:37.056Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "cb62b8dc-16a5-4107-906f-0d3377591c44",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660273951336,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDir1fpikfc1yylkcvs8z/1.0/resourceInstances/pnf6329a5ef201a0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-12T03:12:37.156Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-12T03:12:37.156Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-12T03:12:37.156Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 94grQT5ZLMacqHQ7) ...
2022-08-12T03:12:37.176Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T03:12:37.176Z||pool-51-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-12T03:12:38.056Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T03:12:38.057Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-12T03:12:38.064Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T03:12:38.064Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "cb62b8dc-16a5-4107-906f-0d3377591c44",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660273951336,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDir1fpikfc1yylkcvs8z/1.0/artifacts/service-DemoPnfDir1fpikfc1yylkcvs8z-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-12T03:12:38.164Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-12T03:12:38.165Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-12T03:12:38.165Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 94grQT5ZLMacqHQ7) ...
2022-08-12T03:12:38.187Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T03:12:38.187Z||pool-52-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-08-12T03:12:39.065Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T03:12:39.066Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-12T03:12:39.069Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T03:12:39.069Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "cb62b8dc-16a5-4107-906f-0d3377591c44",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660273951336,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDir1fpikfc1yylkcvs8z/1.0/artifacts/service-DemoPnfDir1fpikfc1yylkcvs8z-csar.csar",
"status": "NOTIFIED"
}
2022-08-12T03:12:39.170Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-12T03:12:39.171Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-12T03:12:39.171Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 94grQT5ZLMacqHQ7) ...
2022-08-12T03:12:39.192Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T03:12:39.192Z||pool-53-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-08-12T03:12:40.071Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "cb62b8dc-16a5-4107-906f-0d3377591c44",
"serviceName": "Demo_pNF_Dir1FPIKFc1YYlkcVs8z",
"serviceVersion": "1.0",
"serviceUUID": "d81ee936-e990-44b7-bdde-f46f8f6b4eb8",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "a9633c2c-f17d-46de-a142-4009d009ef54",
"resources": [
{
"resourceInstanceName": "pNF 6329a5ef-201a 0",
"resourceCustomizationUUID": "02e60ed9-790c-4811-b06f-9ca7e9864081",
"resourceName": "pNF 6329a5ef-201a",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "a2cdc349-99e0-48fd-8e69-343313d724da",
"resourceInvariantUUID": "f7714abe-f814-4ef0-b741-67adfd846a58",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfDir1fpikfc1yylkcvs8z-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDir1fpikfc1yylkcvs8z/1.0/artifacts/service-DemoPnfDir1fpikfc1yylkcvs8z-csar.csar",
"artifactChecksum": "MWM2NGFkMTI3YjBlYmNjMWIyMmRkZjc5YjNmNGIxMTM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "595a3028-31a3-4ca7-adf7-350cad319013"
}
],
"workloadContext": "Production"
}
2022-08-12T03:12:40.072Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-12T03:12:40.072Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d81ee936-e990-44b7-bdde-f46f8f6b4eb8 ASDC
2022-08-12T03:12:40.073Z|cb62b8dc-16a5-4107-906f-0d3377591c44|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:cb62b8dc-16a5-4107-906f-0d3377591c44
ServiceName:Demo_pNF_Dir1FPIKFc1YYlkcVs8z
ServiceVersion:1.0
ServiceUUID:d81ee936-e990-44b7-bdde-f46f8f6b4eb8
ServiceInvariantUUID:a9633c2c-f17d-46de-a142-4009d009ef54
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfDir1fpikfc1yylkcvs8z-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfDir1fpikfc1yylkcvs8z/1.0/artifacts/service-DemoPnfDir1fpikfc1yylkcvs8z-csar.csar
ArtifactUUID:595a3028-31a3-4ca7-adf7-350cad319013
ArtifactChecksum:MWM2NGFkMTI3YjBlYmNjMWIyMmRkZjc5YjNmNGIxMTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 6329a5ef-201a 0
ResourceCustomizationUUID:02e60ed9-790c-4811-b06f-9ca7e9864081
ResourceInvariantUUID:f7714abe-f814-4ef0-b741-67adfd846a58
ResourceName:pNF 6329a5ef-201a
ResourceType:PNF
ResourceUUID:a2cdc349-99e0-48fd-8e69-343313d724da
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-08-12T03:12:40.073Z|cb62b8dc-16a5-4107-906f-0d3377591c44|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d81ee936-e990-44b7-bdde-f46f8f6b4eb8 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-08-12T03:12:40.115Z|cb62b8dc-16a5-4107-906f-0d3377591c44|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-12T03:12:40.116Z|cb62b8dc-16a5-4107-906f-0d3377591c44|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-08-12T03:12:40.116Z|cb62b8dc-16a5-4107-906f-0d3377591c44|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-08-12T03:12:40.117Z|cb62b8dc-16a5-4107-906f-0d3377591c44|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 595a3028-31a3-4ca7-adf7-350cad319013 from URL: /sdc/v1/catalog/services/DemoPnfDir1fpikfc1yylkcvs8z/1.0/artifacts/service-DemoPnfDir1fpikfc1yylkcvs8z-csar.csar
2022-08-12T03:12:40.117Z|cb62b8dc-16a5-4107-906f-0d3377591c44|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-08-12T03:12:40.117Z|cb62b8dc-16a5-4107-906f-0d3377591c44|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfDir1fpikfc1yylkcvs8z/1.0/artifacts/service-DemoPnfDir1fpikfc1yylkcvs8z-csar.csar
2022-08-12T03:12:40.176Z|cb62b8dc-16a5-4107-906f-0d3377591c44|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-08-12T03:12:40.177Z|cb62b8dc-16a5-4107-906f-0d3377591c44|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfDir1fpikfc1yylkcvs8z/1.0/artifacts/service-DemoPnfDir1fpikfc1yylkcvs8z-csar.csar 595a3028-31a3-4ca7-adf7-350cad319013 87776
2022-08-12T03:12:40.177Z|cb62b8dc-16a5-4107-906f-0d3377591c44|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfDir1fpikfc1yylkcvs8z/1.0/artifacts/service-DemoPnfDir1fpikfc1yylkcvs8z-csar.csar ASDC sendASDCNotification
2022-08-12T03:12:40.178Z|cb62b8dc-16a5-4107-906f-0d3377591c44|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfDir1fpikfc1yylkcvs8z/1.0/artifacts/service-DemoPnfDir1fpikfc1yylkcvs8z-csar.csar
2022-08-12T03:12:40.178Z|cb62b8dc-16a5-4107-906f-0d3377591c44|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-12T03:12:40.178Z|cb62b8dc-16a5-4107-906f-0d3377591c44|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-12T03:12:40.180Z|cb62b8dc-16a5-4107-906f-0d3377591c44|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T03:12:40.180Z|cb62b8dc-16a5-4107-906f-0d3377591c44|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "cb62b8dc-16a5-4107-906f-0d3377591c44",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660273960177,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDir1fpikfc1yylkcvs8z/1.0/artifacts/service-DemoPnfDir1fpikfc1yylkcvs8z-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-12T03:12:40.280Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-12T03:12:40.281Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-12T03:12:40.281Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 94grQT5ZLMacqHQ7) ...
2022-08-12T03:12:40.304Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-12T03:12:40.304Z||pool-54-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-08-12T03:12:41.181Z|cb62b8dc-16a5-4107-906f-0d3377591c44|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-12T03:12:41.182Z|cb62b8dc-16a5-4107-906f-0d3377591c44|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-08-12T03:12:41.182Z|cb62b8dc-16a5-4107-906f-0d3377591c44|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 595a3028-31a3-4ca7-adf7-350cad319013, URL: /sdc/v1/catalog/services/DemoPnfDir1fpikfc1yylkcvs8z/1.0/artifacts/service-DemoPnfDir1fpikfc1yylkcvs8z-csar.csar to file: /app/ASDC/1/service-DemoPnfDir1fpikfc1yylkcvs8z-csar.csar
2022-08-12T03:12:41.183Z|cb62b8dc-16a5-4107-906f-0d3377591c44|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfDir1fpikfc1yylkcvs8z-csar.csar
2022-08-12T03:12:41.183Z|cb62b8dc-16a5-4107-906f-0d3377591c44|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfDir1fpikfc1yylkcvs8z-csar.csar
2022-08-12T03:12:41.184Z|cb62b8dc-16a5-4107-906f-0d3377591c44|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfDir1fpikfc1yylkcvs8z-csar.csar
2022-08-12T03:12:41.439Z|cb62b8dc-16a5-4107-906f-0d3377591c44|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4784908420373731294/Definitions/service-DemoPnfDir1fpikfc1yylkcvs8z-template.yml
2022-08-12T03:12:42.354Z|cb62b8dc-16a5-4107-906f-0d3377591c44|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-12T03:12:42.355Z|cb62b8dc-16a5-4107-906f-0d3377591c44|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-08-12T03:12:42.355Z|cb62b8dc-16a5-4107-906f-0d3377591c44|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfDir1fpikfc1yylkcvs8z-csar.csar
2022-08-12T03:12:42.355Z|cb62b8dc-16a5-4107-906f-0d3377591c44|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-08-12T03:12:42.355Z|cb62b8dc-16a5-4107-906f-0d3377591c44|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfDir1fpikfc1yylkcvs8z-csar.csar
2022-08-12T03:12:42.355Z|cb62b8dc-16a5-4107-906f-0d3377591c44|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 6329a5ef-201a 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnfDir1fpikfc1yylkcvs8z-csar.csar
2022-08-12T03:12:42.356Z|cb62b8dc-16a5-4107-906f-0d3377591c44|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfDir1fpikfc1yylkcvs8z-csar.csar
2022-08-12T03:12:42.356Z|cb62b8dc-16a5-4107-906f-0d3377591c44|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfDir1fpikfc1yylkcvs8z-csar.csar
2022-08-12T03:12:42.356Z|cb62b8dc-16a5-4107-906f-0d3377591c44|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfDir1fpikfc1yylkcvs8z-csar.csar
2022-08-12T03:12:42.356Z|cb62b8dc-16a5-4107-906f-0d3377591c44|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfDir1fpikfc1yylkcvs8z-csar.csar
2022-08-12T03:12:42.356Z|cb62b8dc-16a5-4107-906f-0d3377591c44|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfDir1fpikfc1yylkcvs8z-csar.csar
2022-08-12T03:12:42.356Z|cb62b8dc-16a5-4107-906f-0d3377591c44|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-08-12T03:12:42.356Z|cb62b8dc-16a5-4107-906f-0d3377591c44|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T03:12:42.357Z|cb62b8dc-16a5-4107-906f-0d3377591c44|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_Dir1FPIKFc1YYlkcVs8z is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T03:12:42.357Z|cb62b8dc-16a5-4107-906f-0d3377591c44|pool-2-thread-1|||||DEBUG|500||Node template pNF 6329a5ef-201a 0 is matching search criteria
2022-08-12T03:12:42.357Z|cb62b8dc-16a5-4107-906f-0d3377591c44|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-08-12T03:12:42.358Z|cb62b8dc-16a5-4107-906f-0d3377591c44|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 6329a5ef-201a 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-12T03:12:42.358Z|cb62b8dc-16a5-4107-906f-0d3377591c44|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T03:12:42.358Z|cb62b8dc-16a5-4107-906f-0d3377591c44|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_Dir1FPIKFc1YYlkcVs8z is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T03:12:42.358Z|cb62b8dc-16a5-4107-906f-0d3377591c44|pool-2-thread-1|||||DEBUG|500||Node template pNF 6329a5ef-201a 0 is matching search criteria
2022-08-12T03:12:42.358Z|cb62b8dc-16a5-4107-906f-0d3377591c44|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-08-12T03:12:42.359Z|cb62b8dc-16a5-4107-906f-0d3377591c44|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 6329a5ef-201a 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-12T03:12:42.359Z|cb62b8dc-16a5-4107-906f-0d3377591c44|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T03:12:42.359Z|cb62b8dc-16a5-4107-906f-0d3377591c44|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_Dir1FPIKFc1YYlkcVs8z is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T03:12:42.359Z|cb62b8dc-16a5-4107-906f-0d3377591c44|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T03:12:42.359Z|cb62b8dc-16a5-4107-906f-0d3377591c44|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_Dir1FPIKFc1YYlkcVs8z is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T03:12:42.359Z|cb62b8dc-16a5-4107-906f-0d3377591c44|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T03:12:42.359Z|cb62b8dc-16a5-4107-906f-0d3377591c44|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_Dir1FPIKFc1YYlkcVs8z is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T03:12:42.360Z|cb62b8dc-16a5-4107-906f-0d3377591c44|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T03:12:42.360Z|cb62b8dc-16a5-4107-906f-0d3377591c44|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_Dir1FPIKFc1YYlkcVs8z is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T03:12:42.360Z|cb62b8dc-16a5-4107-906f-0d3377591c44|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T03:12:42.360Z|cb62b8dc-16a5-4107-906f-0d3377591c44|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_Dir1FPIKFc1YYlkcVs8z is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T03:12:42.360Z|cb62b8dc-16a5-4107-906f-0d3377591c44|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_Dir1FPIKFc1YYlkcVs8z
Description:catalog service description
Model UUID:d81ee936-e990-44b7-bdde-f46f8f6b4eb8
Model Version:NULL
Model InvariantUuid:a9633c2c-f17d-46de-a142-4009d009ef54
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-08-12T03:12:42.370Z|cb62b8dc-16a5-4107-906f-0d3377591c44|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: a2cdc349-99e0-48fd-8e69-343313d724da
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-08-12T03:12:42.381Z|cb62b8dc-16a5-4107-906f-0d3377591c44|pool-2-thread-1|||||INFO|500||pNF 6329a5ef-201a 0
2022-08-12T03:12:42.381Z|cb62b8dc-16a5-4107-906f-0d3377591c44|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: a2cdc349-99e0-48fd-8e69-343313d724da
2022-08-12T03:12:42.381Z|cb62b8dc-16a5-4107-906f-0d3377591c44|pool-2-thread-1|||||DEBUG|500||No resources found for Service: d81ee936-e990-44b7-bdde-f46f8f6b4eb8
2022-08-12T03:12:42.381Z|cb62b8dc-16a5-4107-906f-0d3377591c44|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: d81ee936-e990-44b7-bdde-f46f8f6b4eb8
2022-08-12T03:12:42.381Z|cb62b8dc-16a5-4107-906f-0d3377591c44|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 6329a5ef-201a 0 a2cdc349-99e0-48fd-8e69-343313d724da ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-12T03:12:42.394Z|cb62b8dc-16a5-4107-906f-0d3377591c44|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6f948396, org.onap.sdc.toscaparser.api.parameters.Input@59dbc9e0, org.onap.sdc.toscaparser.api.parameters.Input@2012c0dc, org.onap.sdc.toscaparser.api.parameters.Input@71bb17d8, org.onap.sdc.toscaparser.api.parameters.Input@3a78b24a]
2022-08-12T03:12:42.394Z|cb62b8dc-16a5-4107-906f-0d3377591c44|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-12T03:12:42.394Z|cb62b8dc-16a5-4107-906f-0d3377591c44|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_Dir1FPIKFc1YYlkcVs8z is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T03:12:42.395Z|cb62b8dc-16a5-4107-906f-0d3377591c44|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid d81ee936-e990-44b7-bdde-f46f8f6b4eb8: pNF 6329a5ef-201a
2022-08-12T03:12:42.395Z|cb62b8dc-16a5-4107-906f-0d3377591c44|pool-2-thread-1|||||INFO|500||Processing PNF resource: a2cdc349-99e0-48fd-8e69-343313d724da
2022-08-12T03:12:42.395Z|cb62b8dc-16a5-4107-906f-0d3377591c44|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery