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-11-11T23:12:49.958Z||main|||||INFO|500||The following profiles are active: basic
2022-11-11T23:13:07.580Z||main|||||INFO|500||Starting service [Tomcat]
2022-11-11T23:13:07.581Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-11-11T23:13:07.880Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-11-11T23:13:16.537Z||main|||||INFO|500||catdb-pool - Starting...
2022-11-11T23:13:17.178Z||main|||||INFO|500||catdb-pool - Start completed.
2022-11-11T23:13:18.925Z||main|||||INFO|500||reqdb-pool - Starting...
2022-11-11T23:13:18.996Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-11-11T23:13:19.350Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-11-11T23:13:19.788Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-11-11T23:13:21.927Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-11-11T23:13:24.632Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-11T23:13:27.811Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-11T23:13:27.900Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-11-11T23:13:28.635Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-11T23:13:29.055Z||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-11-11T23:13:30.781Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-11T23:13:32.376Z||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-11-11T23:13:33.261Z||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-11-11T23:13:34.279Z||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-11-11T23:13:34.294Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-11-11T23:13:34.318Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|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-11-11T23:13:37.521Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-11-11T23:13:37.523Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|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, 11 Nov 2022 23:13:34 GMT], server=[envoy], x-envoy-upstream-service-time=[3182], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-11-11T23:13:37.525Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||DEBUG|500||{"id":"a068e91615644f98aa811a46fcac13e7","versionId":"bfbbb686fcc34adca4221eb54bd47a50"}
2022-11-11T23:13:37.561Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||INFO|500||Successfully created activitySpec VNFSetInMaintFlagActivity
2022-11-11T23:13:37.717Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/a068e91615644f98aa811a46fcac13e7/versions/latest/actions|INFO|500||Invoke
2022-11-11T23:13:37.718Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/a068e91615644f98aa811a46fcac13e7/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/a068e91615644f98aa811a46fcac13e7/versions/latest/actions with request headers:{X-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[8f9e0f34-f4f0-45a8-88ad-30f1948ce34a], X-ECOMP-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-TransactionID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-ONAP-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], Content-Type=[application/json]}
2022-11-11T23:13:37.720Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/a068e91615644f98aa811a46fcac13e7/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-11-11T23:13:38.323Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/a068e91615644f98aa811a46fcac13e7/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/a068e91615644f98aa811a46fcac13e7/versions/latest/actions has http status code:200 and response headers:{date=[Fri, 11 Nov 2022 23:13:37 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[561]}
2022-11-11T23:13:38.324Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/a068e91615644f98aa811a46fcac13e7/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-11-11T23:13:38.325Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/a068e91615644f98aa811a46fcac13e7/versions/latest/actions|INFO|500||InvokeReturn
2022-11-11T23:13:38.329Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||INFO|500||Successfully certified activitySpec VNFSetInMaintFlagActivity
2022-11-11T23:13:38.329Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|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-11-11T23:13:38.459Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|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-11-11T23:13:38.466Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-11-11T23:13:38.469Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|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-11-11T23:13:38.795Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-11-11T23:13:38.796Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|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, 11 Nov 2022 23:13:38 GMT], server=[envoy], x-envoy-upstream-service-time=[310], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-11-11T23:13:38.797Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||DEBUG|500||{"id":"da562fc5e39a4801a2f533edd7af4902","versionId":"41f4dfbb607346398a2afc84d0d11668"}
2022-11-11T23:13:38.803Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||INFO|500||Successfully created activitySpec VNFCheckPserversLockedFlagActivity
2022-11-11T23:13:38.972Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/da562fc5e39a4801a2f533edd7af4902/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-11-11T23:13:38.995Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/da562fc5e39a4801a2f533edd7af4902/versions/latest/actions|INFO|500||Invoke
2022-11-11T23:13:39.011Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/da562fc5e39a4801a2f533edd7af4902/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-11-11T23:13:39.762Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/da562fc5e39a4801a2f533edd7af4902/versions/latest/actions|INFO|500||InvokeReturn
2022-11-11T23:13:39.763Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/da562fc5e39a4801a2f533edd7af4902/versions/latest/actions has http status code:200 and response headers:{date=[Fri, 11 Nov 2022 23:13:38 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[726]}
2022-11-11T23:13:39.764Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||DEBUG|500||Response was returned with an empty entity.
2022-11-11T23:13:39.770Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||INFO|500||Successfully certified activitySpec VNFCheckPserversLockedFlagActivity
2022-11-11T23:13:39.771Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|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-11-11T23:13:39.948Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-11-11T23:13:39.949Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|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=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[43ccab64-0c14-4108-a618-fc8c050ba9f4], X-ECOMP-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-TransactionID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-ONAP-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], Content-Type=[application/json]}
2022-11-11T23:13:40.002Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|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-11-11T23:13:40.315Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|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, 11 Nov 2022 23:13:39 GMT], server=[envoy], x-envoy-upstream-service-time=[307], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-11-11T23:13:40.316Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"82776da8c4b944f39acfa1472150f3d4","versionId":"faeb70d243f74cff8ec9663e75ccbd2a"}
2022-11-11T23:13:40.324Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-11-11T23:13:40.333Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||INFO|500||Successfully created activitySpec VNFCheckInMaintFlagActivity
2022-11-11T23:13:40.403Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/82776da8c4b944f39acfa1472150f3d4/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-11-11T23:13:40.404Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/82776da8c4b944f39acfa1472150f3d4/versions/latest/actions|INFO|500||Invoke
2022-11-11T23:13:40.412Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/82776da8c4b944f39acfa1472150f3d4/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-11-11T23:13:41.047Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/82776da8c4b944f39acfa1472150f3d4/versions/latest/actions|INFO|500||InvokeReturn
2022-11-11T23:13:41.048Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/82776da8c4b944f39acfa1472150f3d4/versions/latest/actions has http status code:200 and response headers:{date=[Fri, 11 Nov 2022 23:13:40 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[619]}
2022-11-11T23:13:41.048Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||DEBUG|500||Response was returned with an empty entity.
2022-11-11T23:13:41.048Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||INFO|500||Successfully certified activitySpec VNFCheckInMaintFlagActivity
2022-11-11T23:13:41.048Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|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-11-11T23:13:41.141Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|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-11-11T23:13:41.145Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-11-11T23:13:41.148Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|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-11-11T23:13:41.349Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-11-11T23:13:41.349Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|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, 11 Nov 2022 23:13:40 GMT], server=[envoy], x-envoy-upstream-service-time=[191], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-11-11T23:13:41.351Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||DEBUG|500||{"id":"5a91047a28564159bce384953ff073cb","versionId":"4a03d4f0e92847679b7c2307f67ee4d4"}
2022-11-11T23:13:41.353Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||INFO|500||Successfully created activitySpec VNFCheckClosedLoopDisabledFlagActivity
2022-11-11T23:13:41.481Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/5a91047a28564159bce384953ff073cb/versions/latest/actions|INFO|500||Invoke
2022-11-11T23:13:41.482Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/5a91047a28564159bce384953ff073cb/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/5a91047a28564159bce384953ff073cb/versions/latest/actions with request headers:{X-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[9ff917ab-f321-4923-9efd-96faa6c9cdbd], X-ECOMP-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-TransactionID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-ONAP-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], Content-Type=[application/json]}
2022-11-11T23:13:41.483Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/5a91047a28564159bce384953ff073cb/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-11-11T23:13:41.795Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/5a91047a28564159bce384953ff073cb/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/5a91047a28564159bce384953ff073cb/versions/latest/actions has http status code:200 and response headers:{date=[Fri, 11 Nov 2022 23:13:41 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[304]}
2022-11-11T23:13:41.796Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/5a91047a28564159bce384953ff073cb/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-11-11T23:13:41.797Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/5a91047a28564159bce384953ff073cb/versions/latest/actions|INFO|500||InvokeReturn
2022-11-11T23:13:41.797Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||INFO|500||Successfully certified activitySpec VNFCheckClosedLoopDisabledFlagActivity
2022-11-11T23:13:41.797Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|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-11-11T23:13:41.957Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|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-11-11T23:13:41.961Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-11-11T23:13:41.964Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|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-11-11T23:13:42.291Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-11-11T23:13:42.294Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|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, 11 Nov 2022 23:13:41 GMT], server=[envoy], x-envoy-upstream-service-time=[304], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-11-11T23:13:42.302Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||DEBUG|500||{"id":"dd4561f56d4d4328ad52495821cd0da8","versionId":"78c815dabe0c4756a70d6d10b3478005"}
2022-11-11T23:13:42.320Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||INFO|500||Successfully created activitySpec VNFSetClosedLoopDisabledFlagActivity
2022-11-11T23:13:42.503Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/dd4561f56d4d4328ad52495821cd0da8/versions/latest/actions|INFO|500||Invoke
2022-11-11T23:13:42.509Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/dd4561f56d4d4328ad52495821cd0da8/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/dd4561f56d4d4328ad52495821cd0da8/versions/latest/actions with request headers:{X-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[4247641d-a090-4c5d-a063-f33c93d4f758], X-ECOMP-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-TransactionID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-ONAP-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], Content-Type=[application/json]}
2022-11-11T23:13:42.511Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/dd4561f56d4d4328ad52495821cd0da8/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-11-11T23:13:43.026Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/dd4561f56d4d4328ad52495821cd0da8/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/dd4561f56d4d4328ad52495821cd0da8/versions/latest/actions has http status code:200 and response headers:{date=[Fri, 11 Nov 2022 23:13:42 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[511]}
2022-11-11T23:13:43.027Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/dd4561f56d4d4328ad52495821cd0da8/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-11-11T23:13:43.028Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/dd4561f56d4d4328ad52495821cd0da8/versions/latest/actions|INFO|500||InvokeReturn
2022-11-11T23:13:43.031Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||INFO|500||Successfully certified activitySpec VNFSetClosedLoopDisabledFlagActivity
2022-11-11T23:13:43.032Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|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-11-11T23:13:43.120Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|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-11-11T23:13:43.121Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-11-11T23:13:43.123Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|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-11-11T23:13:43.323Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-11-11T23:13:43.324Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|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, 11 Nov 2022 23:13:42 GMT], server=[envoy], x-envoy-upstream-service-time=[191], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-11-11T23:13:43.325Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||DEBUG|500||{"id":"ac87996948794db08b8481e0d62897ca","versionId":"ff3abed6b9de4ab6951b2cb9d1e0e2e7"}
2022-11-11T23:13:43.335Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||INFO|500||Successfully created activitySpec VNFUnsetClosedLoopDisabledFlagActivity
2022-11-11T23:13:43.426Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/ac87996948794db08b8481e0d62897ca/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-11-11T23:13:43.428Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/ac87996948794db08b8481e0d62897ca/versions/latest/actions|INFO|500||Invoke
2022-11-11T23:13:43.430Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/ac87996948794db08b8481e0d62897ca/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-11-11T23:13:43.923Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/ac87996948794db08b8481e0d62897ca/versions/latest/actions|INFO|500||InvokeReturn
2022-11-11T23:13:43.925Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/ac87996948794db08b8481e0d62897ca/versions/latest/actions has http status code:200 and response headers:{date=[Fri, 11 Nov 2022 23:13:43 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[486]}
2022-11-11T23:13:43.925Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||DEBUG|500||Response was returned with an empty entity.
2022-11-11T23:13:43.926Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||INFO|500||Successfully certified activitySpec VNFUnsetClosedLoopDisabledFlagActivity
2022-11-11T23:13:43.928Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|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-11-11T23:13:43.996Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-11-11T23:13:43.997Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|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=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[231e406a-e2c3-452a-aac6-cd1d6d8d163e], X-ECOMP-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-TransactionID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-ONAP-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], Content-Type=[application/json]}
2022-11-11T23:13:43.999Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|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-11-11T23:13:44.238Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|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, 11 Nov 2022 23:13:43 GMT], server=[envoy], x-envoy-upstream-service-time=[235], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-11-11T23:13:44.239Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"d9533e3221434577b01ef33760e6815a","versionId":"64a77c0cbbee4f5998fb3a735c48048b"}
2022-11-11T23:13:44.240Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-11-11T23:13:44.250Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||INFO|500||Successfully created activitySpec VNFLockActivity
2022-11-11T23:13:44.393Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/d9533e3221434577b01ef33760e6815a/versions/latest/actions|INFO|500||Invoke
2022-11-11T23:13:44.403Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/d9533e3221434577b01ef33760e6815a/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/d9533e3221434577b01ef33760e6815a/versions/latest/actions with request headers:{X-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[2d02a85e-6828-4333-8026-d63857e254b4], X-ECOMP-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-TransactionID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-ONAP-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], Content-Type=[application/json]}
2022-11-11T23:13:44.404Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/d9533e3221434577b01ef33760e6815a/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-11-11T23:13:44.777Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/d9533e3221434577b01ef33760e6815a/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/d9533e3221434577b01ef33760e6815a/versions/latest/actions has http status code:200 and response headers:{date=[Fri, 11 Nov 2022 23:13:44 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[354]}
2022-11-11T23:13:44.778Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/d9533e3221434577b01ef33760e6815a/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-11-11T23:13:44.779Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/d9533e3221434577b01ef33760e6815a/versions/latest/actions|INFO|500||InvokeReturn
2022-11-11T23:13:44.780Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||INFO|500||Successfully certified activitySpec VNFLockActivity
2022-11-11T23:13:44.780Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|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-11-11T23:13:44.857Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|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-11-11T23:13:44.860Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-11-11T23:13:44.861Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|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-11-11T23:13:45.052Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-11-11T23:13:45.052Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|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, 11 Nov 2022 23:13:44 GMT], server=[envoy], x-envoy-upstream-service-time=[187], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-11-11T23:13:45.053Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||DEBUG|500||{"id":"84d99dc5cdcb43728d14ebbd4aad2867","versionId":"6e2219fac9da4a14aae9d30f1880b628"}
2022-11-11T23:13:45.057Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||INFO|500||Successfully created activitySpec VNFUnlockActivity
2022-11-11T23:13:45.131Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/84d99dc5cdcb43728d14ebbd4aad2867/versions/latest/actions|INFO|500||Invoke
2022-11-11T23:13:45.132Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/84d99dc5cdcb43728d14ebbd4aad2867/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/84d99dc5cdcb43728d14ebbd4aad2867/versions/latest/actions with request headers:{X-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[877fd1e1-04a9-41af-8126-36cb066e687a], X-ECOMP-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-TransactionID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-ONAP-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], Content-Type=[application/json]}
2022-11-11T23:13:45.134Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/84d99dc5cdcb43728d14ebbd4aad2867/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-11-11T23:13:45.395Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/84d99dc5cdcb43728d14ebbd4aad2867/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/84d99dc5cdcb43728d14ebbd4aad2867/versions/latest/actions has http status code:200 and response headers:{date=[Fri, 11 Nov 2022 23:13:44 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[253]}
2022-11-11T23:13:45.396Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/84d99dc5cdcb43728d14ebbd4aad2867/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-11-11T23:13:45.397Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/84d99dc5cdcb43728d14ebbd4aad2867/versions/latest/actions|INFO|500||InvokeReturn
2022-11-11T23:13:45.398Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||INFO|500||Successfully certified activitySpec VNFUnlockActivity
2022-11-11T23:13:45.398Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|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-11-11T23:13:45.466Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|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-11-11T23:13:45.467Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-11-11T23:13:45.469Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|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-11-11T23:13:45.637Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-11-11T23:13:45.638Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|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, 11 Nov 2022 23:13:45 GMT], server=[envoy], x-envoy-upstream-service-time=[160], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-11-11T23:13:45.639Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||DEBUG|500||{"id":"3a395c86b14a4b7083cdec8c75e4b4ec","versionId":"69612d6a63c54ba28389516f1d828ead"}
2022-11-11T23:13:45.642Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||INFO|500||Successfully created activitySpec VNFStopActivity
2022-11-11T23:13:45.680Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/3a395c86b14a4b7083cdec8c75e4b4ec/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-11-11T23:13:45.682Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/3a395c86b14a4b7083cdec8c75e4b4ec/versions/latest/actions|INFO|500||Invoke
2022-11-11T23:13:45.683Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/3a395c86b14a4b7083cdec8c75e4b4ec/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-11-11T23:13:45.939Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/3a395c86b14a4b7083cdec8c75e4b4ec/versions/latest/actions|INFO|500||InvokeReturn
2022-11-11T23:13:45.940Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/3a395c86b14a4b7083cdec8c75e4b4ec/versions/latest/actions has http status code:200 and response headers:{date=[Fri, 11 Nov 2022 23:13:45 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[250]}
2022-11-11T23:13:45.941Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||DEBUG|500||Response was returned with an empty entity.
2022-11-11T23:13:45.941Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||INFO|500||Successfully certified activitySpec VNFStopActivity
2022-11-11T23:13:45.943Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|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-11-11T23:13:46.028Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-11-11T23:13:46.028Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|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=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[2147f72c-bce2-4dc2-91cb-59420a66b1ee], X-ECOMP-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-TransactionID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-ONAP-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], Content-Type=[application/json]}
2022-11-11T23:13:46.030Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|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-11-11T23:13:46.319Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|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, 11 Nov 2022 23:13:45 GMT], server=[envoy], x-envoy-upstream-service-time=[281], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-11-11T23:13:46.320Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"d1494d22e3894118b2a99631ddafcafe","versionId":"d02a8f7727a44766b46ecc03c49b709a"}
2022-11-11T23:13:46.320Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-11-11T23:13:46.329Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||INFO|500||Successfully created activitySpec VNFStartActivity
2022-11-11T23:13:46.376Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/d1494d22e3894118b2a99631ddafcafe/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-11-11T23:13:46.378Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/d1494d22e3894118b2a99631ddafcafe/versions/latest/actions|INFO|500||Invoke
2022-11-11T23:13:46.381Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/d1494d22e3894118b2a99631ddafcafe/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-11-11T23:13:46.720Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/d1494d22e3894118b2a99631ddafcafe/versions/latest/actions|INFO|500||InvokeReturn
2022-11-11T23:13:46.722Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/d1494d22e3894118b2a99631ddafcafe/versions/latest/actions has http status code:200 and response headers:{date=[Fri, 11 Nov 2022 23:13:46 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[333]}
2022-11-11T23:13:46.722Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||DEBUG|500||Response was returned with an empty entity.
2022-11-11T23:13:46.722Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||INFO|500||Successfully certified activitySpec VNFStartActivity
2022-11-11T23:13:46.723Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|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-11-11T23:13:46.799Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|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-11-11T23:13:46.801Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-11-11T23:13:46.802Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|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-11-11T23:13:47.003Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-11-11T23:13:47.004Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|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, 11 Nov 2022 23:13:46 GMT], server=[envoy], x-envoy-upstream-service-time=[192], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-11-11T23:13:47.005Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||DEBUG|500||{"id":"eba07aa57bbc414a8e55ac3c5bc706f9","versionId":"b427f81a38b34e55ae992fc786022470"}
2022-11-11T23:13:47.007Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||INFO|500||Successfully created activitySpec VNFSnapShotActivity
2022-11-11T23:13:47.045Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/eba07aa57bbc414a8e55ac3c5bc706f9/versions/latest/actions|INFO|500||Invoke
2022-11-11T23:13:47.046Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/eba07aa57bbc414a8e55ac3c5bc706f9/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/eba07aa57bbc414a8e55ac3c5bc706f9/versions/latest/actions with request headers:{X-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[c7a7a96a-902d-4cd4-8f69-129aaac93c6c], X-ECOMP-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-TransactionID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-ONAP-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], Content-Type=[application/json]}
2022-11-11T23:13:47.048Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/eba07aa57bbc414a8e55ac3c5bc706f9/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-11-11T23:13:47.391Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/eba07aa57bbc414a8e55ac3c5bc706f9/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/eba07aa57bbc414a8e55ac3c5bc706f9/versions/latest/actions has http status code:200 and response headers:{date=[Fri, 11 Nov 2022 23:13:46 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[340]}
2022-11-11T23:13:47.392Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/eba07aa57bbc414a8e55ac3c5bc706f9/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-11-11T23:13:47.393Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/eba07aa57bbc414a8e55ac3c5bc706f9/versions/latest/actions|INFO|500||InvokeReturn
2022-11-11T23:13:47.393Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||INFO|500||Successfully certified activitySpec VNFSnapShotActivity
2022-11-11T23:13:47.393Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|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-11-11T23:13:47.457Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|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-11-11T23:13:47.458Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-11-11T23:13:47.460Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|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-11-11T23:13:47.643Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-11-11T23:13:47.644Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|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, 11 Nov 2022 23:13:47 GMT], server=[envoy], x-envoy-upstream-service-time=[180], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-11-11T23:13:47.645Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||DEBUG|500||{"id":"fc85fa5abc9c4e979391561d32abfc4a","versionId":"3b3525cc229540d59ce0742f8147cd4f"}
2022-11-11T23:13:47.649Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||INFO|500||Successfully created activitySpec FlowCompleteActivity
2022-11-11T23:13:47.692Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/fc85fa5abc9c4e979391561d32abfc4a/versions/latest/actions|INFO|500||Invoke
2022-11-11T23:13:47.692Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/fc85fa5abc9c4e979391561d32abfc4a/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/fc85fa5abc9c4e979391561d32abfc4a/versions/latest/actions with request headers:{X-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[28581fe1-570b-400c-884a-c0efa0ec3e46], X-ECOMP-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-TransactionID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-ONAP-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], Content-Type=[application/json]}
2022-11-11T23:13:47.693Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/fc85fa5abc9c4e979391561d32abfc4a/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-11-11T23:13:48.047Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/fc85fa5abc9c4e979391561d32abfc4a/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/fc85fa5abc9c4e979391561d32abfc4a/versions/latest/actions has http status code:200 and response headers:{date=[Fri, 11 Nov 2022 23:13:47 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[350]}
2022-11-11T23:13:48.047Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/fc85fa5abc9c4e979391561d32abfc4a/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-11-11T23:13:48.048Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/fc85fa5abc9c4e979391561d32abfc4a/versions/latest/actions|INFO|500||InvokeReturn
2022-11-11T23:13:48.048Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||INFO|500||Successfully certified activitySpec FlowCompleteActivity
2022-11-11T23:13:48.049Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|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-11-11T23:13:48.092Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-11-11T23:13:48.092Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|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=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[3aa4dd6e-7d9f-4107-8912-2a1fb4e606cb], X-ECOMP-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-TransactionID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-ONAP-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], Content-Type=[application/json]}
2022-11-11T23:13:48.094Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|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-11-11T23:13:48.249Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|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, 11 Nov 2022 23:13:47 GMT], server=[envoy], x-envoy-upstream-service-time=[152], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-11-11T23:13:48.250Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"30a292811566453181d6cad7e2836f88","versionId":"24d12837a25545d2a40431f43ca63efc"}
2022-11-11T23:13:48.251Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-11-11T23:13:48.255Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||INFO|500||Successfully created activitySpec PauseForManualTaskActivity
2022-11-11T23:13:48.300Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/30a292811566453181d6cad7e2836f88/versions/latest/actions|INFO|500||Invoke
2022-11-11T23:13:48.302Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/30a292811566453181d6cad7e2836f88/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/30a292811566453181d6cad7e2836f88/versions/latest/actions with request headers:{X-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[bd687418-3965-42cf-a31d-d98f19864a91], X-ECOMP-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-TransactionID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-ONAP-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], Content-Type=[application/json]}
2022-11-11T23:13:48.304Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/30a292811566453181d6cad7e2836f88/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-11-11T23:13:48.578Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/30a292811566453181d6cad7e2836f88/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/30a292811566453181d6cad7e2836f88/versions/latest/actions has http status code:200 and response headers:{date=[Fri, 11 Nov 2022 23:13:47 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[270]}
2022-11-11T23:13:48.579Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/30a292811566453181d6cad7e2836f88/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-11-11T23:13:48.580Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/30a292811566453181d6cad7e2836f88/versions/latest/actions|INFO|500||InvokeReturn
2022-11-11T23:13:48.581Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||INFO|500||Successfully certified activitySpec PauseForManualTaskActivity
2022-11-11T23:13:48.582Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|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-11-11T23:13:48.636Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|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-11-11T23:13:48.637Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-11-11T23:13:48.639Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|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-11-11T23:13:48.813Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-11-11T23:13:48.813Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|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, 11 Nov 2022 23:13:48 GMT], server=[envoy], x-envoy-upstream-service-time=[169], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-11-11T23:13:48.814Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||DEBUG|500||{"id":"d53c320c11c34e628a652306d7e63767","versionId":"fb260566e4674a4cbea9200c6dff4adf"}
2022-11-11T23:13:48.816Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||INFO|500||Successfully created activitySpec DistributeTrafficActivity
2022-11-11T23:13:48.860Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/d53c320c11c34e628a652306d7e63767/versions/latest/actions|INFO|500||Invoke
2022-11-11T23:13:48.861Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/d53c320c11c34e628a652306d7e63767/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/d53c320c11c34e628a652306d7e63767/versions/latest/actions with request headers:{X-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[82304b64-03fb-4e42-97f2-b2e980a54bc7], X-ECOMP-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-TransactionID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-ONAP-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], Content-Type=[application/json]}
2022-11-11T23:13:48.862Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/d53c320c11c34e628a652306d7e63767/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-11-11T23:13:49.134Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/d53c320c11c34e628a652306d7e63767/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/d53c320c11c34e628a652306d7e63767/versions/latest/actions has http status code:200 and response headers:{date=[Fri, 11 Nov 2022 23:13:48 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[269]}
2022-11-11T23:13:49.135Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/d53c320c11c34e628a652306d7e63767/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-11-11T23:13:49.136Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/d53c320c11c34e628a652306d7e63767/versions/latest/actions|INFO|500||InvokeReturn
2022-11-11T23:13:49.136Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||INFO|500||Successfully certified activitySpec DistributeTrafficActivity
2022-11-11T23:13:49.137Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|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-11-11T23:13:49.193Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-11-11T23:13:49.194Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|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=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[23d6cb6e-e8a4-43ec-8049-0ce7a90487cc], X-ECOMP-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-TransactionID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-ONAP-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], Content-Type=[application/json]}
2022-11-11T23:13:49.196Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|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-11-11T23:13:49.363Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|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, 11 Nov 2022 23:13:48 GMT], server=[envoy], x-envoy-upstream-service-time=[164], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-11-11T23:13:49.366Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"b9647cadc519461f9b8791af5e738d3d","versionId":"39ca4310f0e24576bb3363c00f87e096"}
2022-11-11T23:13:49.366Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-11-11T23:13:49.370Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||INFO|500||Successfully created activitySpec DistributeTrafficCheckActivity
2022-11-11T23:13:49.421Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/b9647cadc519461f9b8791af5e738d3d/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-11-11T23:13:49.423Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b9647cadc519461f9b8791af5e738d3d/versions/latest/actions|INFO|500||Invoke
2022-11-11T23:13:49.425Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b9647cadc519461f9b8791af5e738d3d/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-11-11T23:13:49.692Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b9647cadc519461f9b8791af5e738d3d/versions/latest/actions|INFO|500||InvokeReturn
2022-11-11T23:13:49.693Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/b9647cadc519461f9b8791af5e738d3d/versions/latest/actions has http status code:200 and response headers:{date=[Fri, 11 Nov 2022 23:13:49 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[263]}
2022-11-11T23:13:49.694Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||DEBUG|500||Response was returned with an empty entity.
2022-11-11T23:13:49.694Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||INFO|500||Successfully certified activitySpec DistributeTrafficCheckActivity
2022-11-11T23:13:49.694Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|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-11-11T23:13:49.762Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-11-11T23:13:49.763Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|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=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[ce72d91f-ad85-4e66-b44c-b3231899b314], X-ECOMP-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-TransactionID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-ONAP-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], Content-Type=[application/json]}
2022-11-11T23:13:49.764Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|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-11-11T23:13:49.925Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|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, 11 Nov 2022 23:13:49 GMT], server=[envoy], x-envoy-upstream-service-time=[157], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-11-11T23:13:49.927Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"750fd18fa3ff4637898801f78f28b6e2","versionId":"cf4d3ebd5f4e4318bb08c7d1a3a4e928"}
2022-11-11T23:13:49.928Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-11-11T23:13:49.933Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||INFO|500||Successfully created activitySpec VNFHealthCheckActivity
2022-11-11T23:13:49.981Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/750fd18fa3ff4637898801f78f28b6e2/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-11-11T23:13:49.983Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/750fd18fa3ff4637898801f78f28b6e2/versions/latest/actions|INFO|500||Invoke
2022-11-11T23:13:49.984Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/750fd18fa3ff4637898801f78f28b6e2/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-11-11T23:13:50.301Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/750fd18fa3ff4637898801f78f28b6e2/versions/latest/actions|INFO|500||InvokeReturn
2022-11-11T23:13:50.302Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/750fd18fa3ff4637898801f78f28b6e2/versions/latest/actions has http status code:200 and response headers:{date=[Fri, 11 Nov 2022 23:13:49 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[313]}
2022-11-11T23:13:50.302Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||DEBUG|500||Response was returned with an empty entity.
2022-11-11T23:13:50.303Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||INFO|500||Successfully certified activitySpec VNFHealthCheckActivity
2022-11-11T23:13:50.303Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|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-11-11T23:13:50.344Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|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-11-11T23:13:50.346Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-11-11T23:13:50.347Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|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-11-11T23:13:50.519Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-11-11T23:13:50.519Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|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, 11 Nov 2022 23:13:50 GMT], server=[envoy], x-envoy-upstream-service-time=[168], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-11-11T23:13:50.520Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||DEBUG|500||{"id":"f32deca271e044ad981ef9ebd7be9b5e","versionId":"adb0c4714a1245648922bd6104469503"}
2022-11-11T23:13:50.524Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||INFO|500||Successfully created activitySpec VNFQuiesceTrafficActivity
2022-11-11T23:13:50.553Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/f32deca271e044ad981ef9ebd7be9b5e/versions/latest/actions|INFO|500||Invoke
2022-11-11T23:13:50.553Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/f32deca271e044ad981ef9ebd7be9b5e/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/f32deca271e044ad981ef9ebd7be9b5e/versions/latest/actions with request headers:{X-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[78229b31-6a00-43c8-9d6f-313f77a79fb0], X-ECOMP-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-TransactionID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-ONAP-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], Content-Type=[application/json]}
2022-11-11T23:13:50.554Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/f32deca271e044ad981ef9ebd7be9b5e/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-11-11T23:13:50.802Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/f32deca271e044ad981ef9ebd7be9b5e/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/f32deca271e044ad981ef9ebd7be9b5e/versions/latest/actions has http status code:200 and response headers:{date=[Fri, 11 Nov 2022 23:13:50 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[244]}
2022-11-11T23:13:50.803Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/f32deca271e044ad981ef9ebd7be9b5e/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-11-11T23:13:50.804Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/f32deca271e044ad981ef9ebd7be9b5e/versions/latest/actions|INFO|500||InvokeReturn
2022-11-11T23:13:50.804Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||INFO|500||Successfully certified activitySpec VNFQuiesceTrafficActivity
2022-11-11T23:13:50.805Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|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-11-11T23:13:50.874Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|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-11-11T23:13:50.875Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-11-11T23:13:50.876Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|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-11-11T23:13:51.050Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-11-11T23:13:51.051Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|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, 11 Nov 2022 23:13:50 GMT], server=[envoy], x-envoy-upstream-service-time=[171], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-11-11T23:13:51.052Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||DEBUG|500||{"id":"b6fcaa0c118a4b42aaec6d2b52001e08","versionId":"28ef6735fed246a3b8a75c44c7ef86b0"}
2022-11-11T23:13:51.054Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||INFO|500||Successfully created activitySpec VNFResumeTrafficActivity
2022-11-11T23:13:51.089Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b6fcaa0c118a4b42aaec6d2b52001e08/versions/latest/actions|INFO|500||Invoke
2022-11-11T23:13:51.090Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b6fcaa0c118a4b42aaec6d2b52001e08/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/b6fcaa0c118a4b42aaec6d2b52001e08/versions/latest/actions with request headers:{X-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[0da6452e-6033-4b24-be30-25219bb62cdc], X-ECOMP-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-TransactionID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-ONAP-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], Content-Type=[application/json]}
2022-11-11T23:13:51.091Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b6fcaa0c118a4b42aaec6d2b52001e08/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-11-11T23:13:51.439Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b6fcaa0c118a4b42aaec6d2b52001e08/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/b6fcaa0c118a4b42aaec6d2b52001e08/versions/latest/actions has http status code:200 and response headers:{date=[Fri, 11 Nov 2022 23:13:50 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[344]}
2022-11-11T23:13:51.440Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b6fcaa0c118a4b42aaec6d2b52001e08/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-11-11T23:13:51.442Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b6fcaa0c118a4b42aaec6d2b52001e08/versions/latest/actions|INFO|500||InvokeReturn
2022-11-11T23:13:51.442Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||INFO|500||Successfully certified activitySpec VNFResumeTrafficActivity
2022-11-11T23:13:51.443Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|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-11-11T23:13:51.518Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-11-11T23:13:51.519Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|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=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[b46f892e-87df-4f77-80a0-ed9c8faacdf1], X-ECOMP-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-TransactionID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-ONAP-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], Content-Type=[application/json]}
2022-11-11T23:13:51.522Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|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-11-11T23:13:51.938Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|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, 11 Nov 2022 23:13:51 GMT], server=[envoy], x-envoy-upstream-service-time=[413], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-11-11T23:13:51.939Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"35c8d5809dcd4d99af10a1d417e2b2f7","versionId":"8b932fa0cb4b4ff8974c65895c20ae4d"}
2022-11-11T23:13:51.940Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-11-11T23:13:51.943Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||INFO|500||Successfully created activitySpec VNFUnsetInMaintFlagActivity
2022-11-11T23:13:51.975Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/35c8d5809dcd4d99af10a1d417e2b2f7/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-11-11T23:13:51.977Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/35c8d5809dcd4d99af10a1d417e2b2f7/versions/latest/actions|INFO|500||Invoke
2022-11-11T23:13:51.978Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/35c8d5809dcd4d99af10a1d417e2b2f7/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-11-11T23:13:52.563Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/35c8d5809dcd4d99af10a1d417e2b2f7/versions/latest/actions|INFO|500||InvokeReturn
2022-11-11T23:13:52.563Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/35c8d5809dcd4d99af10a1d417e2b2f7/versions/latest/actions has http status code:200 and response headers:{date=[Fri, 11 Nov 2022 23:13:51 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[582]}
2022-11-11T23:13:52.564Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||DEBUG|500||Response was returned with an empty entity.
2022-11-11T23:13:52.564Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||INFO|500||Successfully certified activitySpec VNFUnsetInMaintFlagActivity
2022-11-11T23:13:52.564Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|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-11-11T23:13:52.861Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|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-11-11T23:13:52.863Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-11-11T23:13:52.866Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|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-11-11T23:13:53.179Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-11-11T23:13:53.180Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|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, 11 Nov 2022 23:13:52 GMT], server=[envoy], x-envoy-upstream-service-time=[303], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-11-11T23:13:53.180Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||DEBUG|500||{"id":"e792f37d9449425390b86d735431dedd","versionId":"d17ca01b9b544de889d04fab0974aa64"}
2022-11-11T23:13:53.183Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||INFO|500||Successfully created activitySpec VNFUpgradeBackupActivity
2022-11-11T23:13:53.227Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e792f37d9449425390b86d735431dedd/versions/latest/actions|INFO|500||Invoke
2022-11-11T23:13:53.228Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e792f37d9449425390b86d735431dedd/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/e792f37d9449425390b86d735431dedd/versions/latest/actions with request headers:{X-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[17acbd51-c790-4cde-bb34-b590d12beed7], X-ECOMP-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-TransactionID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-ONAP-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], Content-Type=[application/json]}
2022-11-11T23:13:53.229Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e792f37d9449425390b86d735431dedd/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-11-11T23:13:53.856Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e792f37d9449425390b86d735431dedd/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/e792f37d9449425390b86d735431dedd/versions/latest/actions has http status code:200 and response headers:{date=[Fri, 11 Nov 2022 23:13:52 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[623]}
2022-11-11T23:13:53.856Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e792f37d9449425390b86d735431dedd/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-11-11T23:13:53.857Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e792f37d9449425390b86d735431dedd/versions/latest/actions|INFO|500||InvokeReturn
2022-11-11T23:13:53.857Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||INFO|500||Successfully certified activitySpec VNFUpgradeBackupActivity
2022-11-11T23:13:53.858Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|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-11-11T23:13:53.927Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-11-11T23:13:53.928Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|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=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[26b8f871-dd08-41d6-a628-845530d62bfd], X-ECOMP-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-TransactionID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-ONAP-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], Content-Type=[application/json]}
2022-11-11T23:13:53.930Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|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-11-11T23:13:54.246Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|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, 11 Nov 2022 23:13:53 GMT], server=[envoy], x-envoy-upstream-service-time=[313], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-11-11T23:13:54.247Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"dcc70d4b5720420a863d76b4699f5aaa","versionId":"f2f7e0c6a3d34ffc92bd74d9dd200337"}
2022-11-11T23:13:54.248Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-11-11T23:13:54.250Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||INFO|500||Successfully created activitySpec VNFUpgradePostCheckActivity
2022-11-11T23:13:54.279Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/dcc70d4b5720420a863d76b4699f5aaa/versions/latest/actions|INFO|500||Invoke
2022-11-11T23:13:54.280Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/dcc70d4b5720420a863d76b4699f5aaa/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/dcc70d4b5720420a863d76b4699f5aaa/versions/latest/actions with request headers:{X-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[c2061608-233a-42be-86f8-a45e84018e71], X-ECOMP-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-TransactionID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-ONAP-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], Content-Type=[application/json]}
2022-11-11T23:13:54.281Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/dcc70d4b5720420a863d76b4699f5aaa/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-11-11T23:13:55.142Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/dcc70d4b5720420a863d76b4699f5aaa/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/dcc70d4b5720420a863d76b4699f5aaa/versions/latest/actions has http status code:200 and response headers:{date=[Fri, 11 Nov 2022 23:13:53 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[851]}
2022-11-11T23:13:55.143Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/dcc70d4b5720420a863d76b4699f5aaa/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-11-11T23:13:55.144Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/dcc70d4b5720420a863d76b4699f5aaa/versions/latest/actions|INFO|500||InvokeReturn
2022-11-11T23:13:55.145Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||INFO|500||Successfully certified activitySpec VNFUpgradePostCheckActivity
2022-11-11T23:13:55.145Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|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-11-11T23:13:55.201Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|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-11-11T23:13:55.202Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-11-11T23:13:55.203Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|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-11-11T23:13:55.707Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-11-11T23:13:55.708Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|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, 11 Nov 2022 23:13:54 GMT], server=[envoy], x-envoy-upstream-service-time=[498], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-11-11T23:13:55.709Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||DEBUG|500||{"id":"6662bbe476314394abc28cc64b0dfaed","versionId":"6670662356244f3faaf4e07653d6fc06"}
2022-11-11T23:13:55.712Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||INFO|500||Successfully created activitySpec VNFUpgradePreCheckActivity
2022-11-11T23:13:55.746Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/6662bbe476314394abc28cc64b0dfaed/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-11-11T23:13:55.748Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6662bbe476314394abc28cc64b0dfaed/versions/latest/actions|INFO|500||Invoke
2022-11-11T23:13:55.749Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6662bbe476314394abc28cc64b0dfaed/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-11-11T23:13:56.252Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6662bbe476314394abc28cc64b0dfaed/versions/latest/actions|INFO|500||InvokeReturn
2022-11-11T23:13:56.253Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/6662bbe476314394abc28cc64b0dfaed/versions/latest/actions has http status code:200 and response headers:{date=[Fri, 11 Nov 2022 23:13:55 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[500]}
2022-11-11T23:13:56.254Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||DEBUG|500||Response was returned with an empty entity.
2022-11-11T23:13:56.255Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||INFO|500||Successfully certified activitySpec VNFUpgradePreCheckActivity
2022-11-11T23:13:56.255Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|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-11-11T23:13:56.293Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-11-11T23:13:56.294Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|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=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[cbc4e6c7-8991-4bc2-96c6-14a4d8422b16], X-ECOMP-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-TransactionID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-ONAP-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], Content-Type=[application/json]}
2022-11-11T23:13:56.295Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|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-11-11T23:13:56.712Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|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, 11 Nov 2022 23:13:55 GMT], server=[envoy], x-envoy-upstream-service-time=[413], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-11-11T23:13:56.713Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"f47e871ccfdd43f498e50d3c457a73be","versionId":"33ece5c91ae548d0a6f54bad6b639650"}
2022-11-11T23:13:56.714Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-11-11T23:13:56.717Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||INFO|500||Successfully created activitySpec VNFUpgradeSoftwareActivity
2022-11-11T23:13:56.760Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/f47e871ccfdd43f498e50d3c457a73be/versions/latest/actions|INFO|500||Invoke
2022-11-11T23:13:56.760Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/f47e871ccfdd43f498e50d3c457a73be/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/f47e871ccfdd43f498e50d3c457a73be/versions/latest/actions with request headers:{X-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[b8f4b668-98e9-4713-b24d-1d9f9329b2bf], X-ECOMP-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-TransactionID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], X-ONAP-RequestID=[d84b20aa-cb0e-4b16-91ff-e9fefe534efd], Content-Type=[application/json]}
2022-11-11T23:13:56.762Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/f47e871ccfdd43f498e50d3c457a73be/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-11-11T23:13:57.727Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/f47e871ccfdd43f498e50d3c457a73be/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/f47e871ccfdd43f498e50d3c457a73be/versions/latest/actions has http status code:200 and response headers:{date=[Fri, 11 Nov 2022 23:13:56 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[959]}
2022-11-11T23:13:57.728Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/f47e871ccfdd43f498e50d3c457a73be/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-11-11T23:13:57.729Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/f47e871ccfdd43f498e50d3c457a73be/versions/latest/actions|INFO|500||InvokeReturn
2022-11-11T23:13:57.840Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||INFO|500||Successfully certified activitySpec VNFUpgradeSoftwareActivity
2022-11-11T23:13:57.840Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|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-11-11T23:13:58.088Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|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-11-11T23:13:58.089Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-11-11T23:13:58.103Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|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-11-11T23:13:58.442Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-11-11T23:13:58.443Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|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, 11 Nov 2022 23:13:57 GMT], server=[envoy], x-envoy-upstream-service-time=[329], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-11-11T23:13:58.449Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||DEBUG|500||{"id":"a22ed06b8a54405b83ceddb7bc15fd70","versionId":"e3fda97ee32948d1850f1f051af018e4"}
2022-11-11T23:13:58.453Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||INFO|500||Successfully created activitySpec VnfInPlaceSoftwareUpdate
2022-11-11T23:13:58.508Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/a22ed06b8a54405b83ceddb7bc15fd70/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-11-11T23:13:58.509Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/a22ed06b8a54405b83ceddb7bc15fd70/versions/latest/actions|INFO|500||Invoke
2022-11-11T23:13:58.511Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/a22ed06b8a54405b83ceddb7bc15fd70/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-11-11T23:13:58.945Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/a22ed06b8a54405b83ceddb7bc15fd70/versions/latest/actions|INFO|500||InvokeReturn
2022-11-11T23:13:58.945Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/a22ed06b8a54405b83ceddb7bc15fd70/versions/latest/actions has http status code:200 and response headers:{date=[Fri, 11 Nov 2022 23:13:58 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[425]}
2022-11-11T23:13:58.946Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||DEBUG|500||Response was returned with an empty entity.
2022-11-11T23:13:58.946Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||INFO|500||Successfully certified activitySpec VnfInPlaceSoftwareUpdate
2022-11-11T23:14:04.733Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|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-11-11T23:14:08.381Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||WARN|500||---
2022-11-11T23:14:08.382Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-11-11T23:14:08.383Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||WARN|500||---
2022-11-11T23:14:09.242Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-11-11T23:14:16.871Z|d84b20aa-cb0e-4b16-91ff-e9fefe534efd|main|||||INFO|500||Started Application in 93.643 seconds (JVM running for 97.211)
2022-11-11T23:14:16.918Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-11T23:14:16.923Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-11T23:14:16.984Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-11T23:14:17.127Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-11T23:14:17.202Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b2b11270-03b6-4c12-ab15-f290195f6f86 url= /sdc/v1/artifactTypes
2022-11-11T23:14:17.202Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-11-11T23:14:17.427Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-11-11T23:14:17.430Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@46d1985d
2022-11-11T23:14:17.430Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-11-11T23:14:17.465Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-11-11T23:14:17.468Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-11-11T23:14:17.476Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$4187bf4d.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
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)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 33 common frames omitted
2022-11-11T23:15:06.852Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-11T23:15:06.853Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-11T23:15:06.853Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-11T23:15:06.860Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-11T23:15:06.872Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d4b5ba60-d136-4be1-a5f8-944cad603d4b url= /sdc/v1/artifactTypes
2022-11-11T23:15:06.873Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-11-11T23:15:06.895Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-11-11T23:15:06.896Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4c298e7c
2022-11-11T23:15:06.896Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-11-11T23:15:06.897Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-11-11T23:15:06.897Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-11-11T23:15:06.898Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$4187bf4d.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
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)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 33 common frames omitted
2022-11-11T23:15:56.852Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-11T23:15:56.853Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-11T23:15:56.854Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-11T23:15:56.858Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-11T23:15:56.864Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8534e91a-d7f1-419b-b533-0f12cdd05ccc url= /sdc/v1/artifactTypes
2022-11-11T23:15:56.865Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-11-11T23:15:56.876Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-11-11T23:15:56.876Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@23b3a25f
2022-11-11T23:15:56.877Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-11-11T23:15:56.877Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-11-11T23:15:56.877Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-11-11T23:15:56.878Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$4187bf4d.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
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)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 33 common frames omitted
2022-11-11T23:16:46.856Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-11T23:16:46.858Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-11T23:16:46.859Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-11T23:16:46.865Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-11T23:16:46.888Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 640f20ec-34ef-4fef-ae2c-01344cdc6057 url= /sdc/v1/artifactTypes
2022-11-11T23:16:46.890Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-11-11T23:16:47.067Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-11-11T23:16:47.125Z||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-11-11T23:16:47.203Z||scheduling-1|||||DEBUG|500||create keys
2022-11-11T23:16:47.219Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-11-11T23:16:47.391Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T23:16:47.424Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= ab4405ac-8103-40fe-9aab-cd0525af8761 url= /sdc/v1/registerForDistribution
2022-11-11T23:16:47.614Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= ab4405ac-8103-40fe-9aab-cd0525af8761 url= /sdc/v1/registerForDistribution
2022-11-11T23:16:47.614Z||scheduling-1|||||INFO|500||start DistributionClient
2022-11-11T23:16:47.626Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:16:47.627Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:16:47.630Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-11-11T23:16:47.637Z||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-11-11T23:16:47.637Z||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-11-11T23:16:47.637Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:16:47.637Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:16:58.041Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T23:16:58.342Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T23:17:47.623Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:17:47.625Z||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-11-11T23:17:47.625Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:17:47.626Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:17:47.626Z||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-11-11T23:17:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:17:57.201Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T23:17:57.234Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T23:18:47.624Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:18:47.625Z||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-11-11T23:18:47.625Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:18:47.626Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:18:47.626Z||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-11-11T23:18:47.627Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:18:57.200Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T23:18:57.206Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T23:19:47.623Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:19:47.625Z||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-11-11T23:19:47.625Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:19:47.626Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:19:47.626Z||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-11-11T23:19:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:19:57.212Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T23:19:57.213Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T23:20:47.624Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:20:47.627Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:20:47.629Z||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-11-11T23:20:47.629Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:20:47.629Z||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-11-11T23:20:47.629Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:20:57.203Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T23:20:57.210Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T23:21:47.623Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:21:47.625Z||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-11-11T23:21:47.625Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:21:47.626Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:21:47.626Z||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-11-11T23:21:47.627Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:21:57.182Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T23:21:57.190Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T23:22:47.623Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:22:47.624Z||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-11-11T23:22:47.625Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:22:47.626Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:22:47.626Z||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-11-11T23:22:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:22:57.206Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T23:22:57.211Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T23:23:18.083Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-11-11T23:23:47.623Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:23:47.624Z||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-11-11T23:23:47.625Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:23:47.625Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:23:47.627Z||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-11-11T23:23:47.627Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:23:57.191Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T23:23:57.196Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T23:24:47.624Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:24:47.626Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:24:47.628Z||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-11-11T23:24:47.628Z||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-11-11T23:24:47.628Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:24:47.628Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:24:57.284Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T23:24:57.284Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T23:25:47.623Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:25:47.624Z||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-11-11T23:25:47.624Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:25:47.626Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:25:47.626Z||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-11-11T23:25:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:25:57.216Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T23:25:57.219Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T23:26:47.623Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:26:47.625Z||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-11-11T23:26:47.625Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:26:47.626Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:26:47.626Z||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-11-11T23:26:47.627Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:26:57.197Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T23:26:57.219Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T23:27:47.623Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:27:47.624Z||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-11-11T23:27:47.624Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:27:47.626Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:27:47.626Z||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-11-11T23:27:47.627Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:27:57.223Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T23:27:57.224Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T23:28:47.623Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:28:47.625Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T23:28:47.625Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s9w5ioVAlKfWvACK) ...
2022-11-11T23:28:47.626Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:28:47.627Z||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-11-11T23:28:47.627Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:28:57.174Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T23:28:57.198Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T23:29:47.624Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:29:47.625Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T23:29:47.625Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:29:47.625Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s9w5ioVAlKfWvACK) ...
2022-11-11T23:29:47.626Z||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-11-11T23:29:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:29:57.197Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T23:29:57.197Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T23:30:47.624Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:30:47.626Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:30:47.628Z||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-11-11T23:30:47.629Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:30:47.628Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-11T23:30:47.630Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s9w5ioVAlKfWvACK) ...
2022-11-11T23:30:57.206Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T23:30:57.206Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T23:31:47.623Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:31:47.624Z||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-11-11T23:31:47.624Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:31:47.626Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:31:47.626Z||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-11-11T23:31:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:31:57.195Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T23:31:57.199Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T23:32:47.623Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:32:47.624Z||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-11-11T23:32:47.624Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:32:47.626Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:32:47.626Z||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-11-11T23:32:47.627Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:32:57.185Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T23:32:57.206Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T23:33:47.623Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:33:47.624Z||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-11-11T23:33:47.624Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:33:47.625Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:33:47.626Z||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-11-11T23:33:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:33:57.222Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T23:33:57.225Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T23:34:47.623Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:34:47.624Z||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-11-11T23:34:47.624Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:34:47.627Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:34:47.628Z||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-11-11T23:34:47.628Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:34:57.184Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T23:34:57.200Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T23:35:47.624Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:35:47.626Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:35:47.628Z||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-11-11T23:35:47.628Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:35:47.628Z||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-11-11T23:35:47.631Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:35:57.226Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T23:35:57.239Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T23:36:47.623Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:36:47.625Z||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-11-11T23:36:47.625Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:36:47.625Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:36:47.626Z||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-11-11T23:36:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:36:57.178Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T23:36:57.179Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T23:37:47.623Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:37:47.625Z||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-11-11T23:37:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:37:47.626Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:37:47.626Z||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-11-11T23:37:47.627Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:37:57.192Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T23:37:57.194Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T23:38:47.623Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:38:47.624Z||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-11-11T23:38:47.625Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:38:47.625Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:38:47.626Z||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-11-11T23:38:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:38:57.179Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T23:38:57.181Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T23:39:47.623Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:39:47.625Z||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-11-11T23:39:47.625Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:39:47.626Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:39:47.626Z||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-11-11T23:39:47.627Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:39:57.203Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T23:39:57.216Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T23:40:47.624Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:40:47.625Z||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-11-11T23:40:47.625Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:40:47.625Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:40:47.627Z||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-11-11T23:40:47.627Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:40:57.188Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T23:40:57.196Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T23:41:47.624Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:41:47.626Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:41:47.627Z||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-11-11T23:41:47.627Z||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-11-11T23:41:47.628Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:41:47.628Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:41:57.201Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T23:41:57.204Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T23:42:47.623Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:42:47.625Z||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-11-11T23:42:47.625Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:42:47.626Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:42:47.626Z||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-11-11T23:42:47.627Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:42:57.172Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T23:42:57.172Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T23:43:47.623Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:43:47.624Z||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-11-11T23:43:47.625Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:43:47.626Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:43:47.626Z||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-11-11T23:43:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:43:57.180Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T23:43:57.187Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T23:44:47.623Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:44:47.625Z||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-11-11T23:44:47.625Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:44:47.625Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:44:47.626Z||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-11-11T23:44:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:44:57.166Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T23:44:57.166Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T23:45:47.623Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:45:47.624Z||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-11-11T23:45:47.624Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:45:47.625Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:45:47.626Z||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-11-11T23:45:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:45:57.170Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T23:45:57.170Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T23:46:47.625Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:46:47.626Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:46:47.627Z||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-11-11T23:46:47.627Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:46:47.627Z||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-11-11T23:46:47.628Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:46:57.191Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T23:46:57.202Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T23:47:47.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:47:47.626Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:47:47.626Z||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-11-11T23:47:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:47:47.627Z||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-11-11T23:47:47.627Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:47:57.175Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T23:47:57.179Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T23:48:47.623Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:48:47.624Z||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-11-11T23:48:47.624Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:48:47.626Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:48:47.627Z||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-11-11T23:48:47.628Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:48:57.191Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T23:48:57.199Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T23:49:47.623Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:49:47.625Z||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-11-11T23:49:47.625Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:49:47.625Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:49:47.626Z||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-11-11T23:49:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:49:57.176Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T23:49:57.179Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T23:50:47.623Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:50:47.624Z||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-11-11T23:50:47.625Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:50:47.625Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:50:47.626Z||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-11-11T23:50:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:50:57.180Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T23:50:57.186Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T23:51:47.623Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:51:47.624Z||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-11-11T23:51:47.625Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:51:47.626Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:51:47.626Z||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-11-11T23:51:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:51:57.171Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T23:51:57.176Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T23:52:47.623Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:52:47.624Z||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-11-11T23:52:47.625Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:52:47.626Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:52:47.627Z||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-11-11T23:52:47.627Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:52:57.172Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T23:52:57.176Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T23:53:47.623Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:53:47.625Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:53:47.626Z||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-11-11T23:53:47.626Z||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-11-11T23:53:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:53:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:53:57.194Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T23:53:57.197Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T23:54:47.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:54:47.626Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:54:47.626Z||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-11-11T23:54:47.627Z||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-11-11T23:54:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:54:47.627Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:54:57.191Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T23:54:57.211Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T23:55:47.623Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:55:47.624Z||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-11-11T23:55:47.624Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:55:47.626Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:55:47.626Z||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-11-11T23:55:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:55:57.177Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T23:55:57.178Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T23:56:47.623Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:56:47.625Z||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-11-11T23:56:47.625Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:56:47.626Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:56:47.627Z||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-11-11T23:56:47.627Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:56:57.176Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T23:56:57.176Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T23:57:47.623Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:57:47.625Z||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-11-11T23:57:47.625Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:57:47.626Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:57:47.626Z||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-11-11T23:57:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:57:57.201Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T23:57:57.202Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T23:58:47.623Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:58:47.625Z||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-11-11T23:58:47.625Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:58:47.626Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:58:47.626Z||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-11-11T23:58:47.627Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:58:57.181Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T23:58:57.184Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T23:59:47.625Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:59:47.626Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-11T23:59:47.628Z||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-11-11T23:59:47.628Z||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-11-11T23:59:47.628Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:59:47.628Z||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 s9w5ioVAlKfWvACK) ...
2022-11-11T23:59:57.181Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-11T23:59:57.183Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T00:00:47.623Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:00:47.626Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:00:47.626Z||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-11-12T00:00:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:00:47.626Z||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-11-12T00:00:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:00:57.180Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T00:00:57.181Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T00:01:47.623Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:01:47.624Z||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-11-12T00:01:47.624Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:01:47.625Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:01:47.626Z||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-11-12T00:01:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:01:57.207Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T00:01:57.213Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T00:02:47.623Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:02:47.624Z||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-11-12T00:02:47.625Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:02:47.626Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:02:47.627Z||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-11-12T00:02:47.627Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:02:57.198Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T00:02:57.205Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T00:03:47.623Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:03:47.625Z||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-11-12T00:03:47.625Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:03:47.625Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:03:47.626Z||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-11-12T00:03:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:03:57.188Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T00:03:57.193Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T00:04:47.623Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:04:47.625Z||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-11-12T00:04:47.625Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:04:47.626Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:04:47.627Z||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-11-12T00:04:47.627Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:04:57.183Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T00:04:57.185Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T00:05:47.624Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:05:47.626Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:05:47.627Z||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-11-12T00:05:47.627Z||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-11-12T00:05:47.627Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:05:47.628Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:05:57.181Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T00:05:57.196Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T00:06:47.623Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:06:47.625Z||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-11-12T00:06:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:06:47.626Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:06:47.626Z||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-11-12T00:06:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:06:57.197Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T00:06:57.219Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T00:07:47.623Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:07:47.624Z||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-11-12T00:07:47.625Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:07:47.626Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:07:47.626Z||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-11-12T00:07:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:07:57.194Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T00:07:57.197Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T00:08:47.623Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:08:47.624Z||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-11-12T00:08:47.625Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:08:47.626Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:08:47.626Z||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-11-12T00:08:47.627Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:08:57.188Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T00:08:57.188Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T00:09:47.623Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:09:47.624Z||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-11-12T00:09:47.624Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:09:47.625Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:09:47.626Z||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-11-12T00:09:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:09:57.183Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T00:09:57.183Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T00:10:47.623Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:10:47.625Z||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-11-12T00:10:47.625Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:10:47.625Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:10:47.626Z||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-11-12T00:10:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:10:57.194Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T00:10:57.197Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T00:11:47.623Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:11:47.626Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:11:47.626Z||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-11-12T00:11:47.627Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:11:47.625Z||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-11-12T00:11:47.628Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:11:57.183Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T00:11:57.184Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T00:12:47.623Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:12:47.625Z||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-11-12T00:12:47.625Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:12:47.626Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:12:47.627Z||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-11-12T00:12:47.627Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:12:57.195Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T00:12:57.211Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T00:13:47.623Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:13:47.624Z||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-11-12T00:13:47.624Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:13:47.626Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:13:47.626Z||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-11-12T00:13:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:13:57.204Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T00:13:57.206Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T00:14:47.623Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:14:47.624Z||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-11-12T00:14:47.625Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:14:47.627Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:14:47.627Z||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-11-12T00:14:47.627Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:14:57.192Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T00:14:57.200Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T00:15:47.623Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:15:47.624Z||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-11-12T00:15:47.624Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:15:47.625Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:15:47.626Z||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-11-12T00:15:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:15:47.761Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T00:15:47.769Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:47.769Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668212097247,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-12T00:15:47.800Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-12T00:15:47.800Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:47.800Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
"consumerID": "policy-id",
"timestamp": 1668212094547,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-12T00:15:47.800Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-12T00:15:47.801Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:47.801Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668212097247,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/vfwa6fd553b25380_modules.json",
"status": "NOTIFIED"
}
2022-11-12T00:15:47.801Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-12T00:15:47.801Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:47.802Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
"consumerID": "policy-id",
"timestamp": 1668212094547,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/vfwa6fd553b25380_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-12T00:15:47.802Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-12T00:15:47.802Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:47.802Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668212097247,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-12T00:15:47.803Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-12T00:15:47.803Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:47.803Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
"consumerID": "policy-id",
"timestamp": 1668212094547,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-12T00:15:47.803Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-12T00:15:47.803Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:47.804Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
"consumerID": "policy-id",
"timestamp": 1668212094547,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-12T00:15:47.804Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-12T00:15:47.804Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:47.804Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668212097247,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-12T00:15:47.805Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-12T00:15:47.805Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:47.805Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
"consumerID": "policy-id",
"timestamp": 1668212094547,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-12T00:15:47.806Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-12T00:15:47.806Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:47.806Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668212097247,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-12T00:15:47.806Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-12T00:15:47.806Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:47.807Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
"consumerID": "cds",
"timestamp": 1668212106230,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-12T00:15:47.807Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-12T00:15:47.807Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:47.807Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668212097247,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/artifacts/service-Vfw20221112001348-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-12T00:15:47.808Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-12T00:15:47.808Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:47.808Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
"consumerID": "policy-id",
"timestamp": 1668212094547,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/artifacts/service-Vfw20221112001348-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-12T00:15:47.808Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-12T00:15:47.808Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:47.808Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
"consumerID": "cds",
"timestamp": 1668212106230,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/vfwa6fd553b25380_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-12T00:15:47.809Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-12T00:15:47.809Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:47.809Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668212097247,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/artifacts/service-Vfw20221112001348-csar.csar",
"status": "NOTIFIED"
}
2022-11-12T00:15:47.809Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-12T00:15:47.810Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:47.810Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
"consumerID": "policy-id",
"timestamp": 1668212094547,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/artifacts/service-Vfw20221112001348-csar.csar",
"status": "NOTIFIED"
}
2022-11-12T00:15:47.811Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-12T00:15:47.811Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:47.811Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
"consumerID": "cds",
"timestamp": 1668212106230,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-12T00:15:47.812Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-12T00:15:47.812Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:47.812Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668212109809,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/vfwa6fd553b25380_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-12T00:15:47.812Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:15:47.812Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:47.813Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
"consumerID": "policy-id",
"timestamp": 1668212111181,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/artifacts/service-Vfw20221112001348-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-12T00:15:47.813Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:15:47.813Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:47.813Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
"consumerID": "cds",
"timestamp": 1668212106230,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-12T00:15:47.814Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-12T00:15:47.814Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:47.814Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
"consumerID": "policy-id",
"timestamp": 1668212112209,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/artifacts/service-Vfw20221112001348-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-12T00:15:47.814Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:15:47.814Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:47.815Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668212110896,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-12T00:15:47.815Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:15:47.815Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:47.815Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
"consumerID": "cds",
"timestamp": 1668212106230,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-12T00:15:47.815Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-12T00:15:47.816Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:47.816Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
"consumerID": "policy-id",
"timestamp": 1668212113215,
"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-11-12T00:15:47.968Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bda3c7d0-89df-4079-978b-64b9b30ecb98
2022-11-12T00:15:47.998Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId bda3c7d0-89df-4079-978b-64b9b30ecb98 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-11-12T00:15:48.027Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.028Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668212112019,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-12T00:15:48.028Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:15:48.028Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.028Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
"consumerID": "cds",
"timestamp": 1668212106230,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/artifacts/service-Vfw20221112001348-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-12T00:15:48.028Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-12T00:15:48.029Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.029Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668212113115,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-12T00:15:48.037Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bda3c7d0-89df-4079-978b-64b9b30ecb98
2022-11-12T00:15:48.037Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId bda3c7d0-89df-4079-978b-64b9b30ecb98 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-11-12T00:15:48.053Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.054Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
"consumerID": "cds",
"timestamp": 1668212106230,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/artifacts/service-Vfw20221112001348-csar.csar",
"status": "NOTIFIED"
}
2022-11-12T00:15:48.054Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-12T00:15:48.054Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.055Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
"consumerID": "policy-id",
"timestamp": 1668212114544,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-12T00:15:48.055Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-12T00:15:48.055Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.055Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668212114120,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/vfwa6fd553b25380_modules.json",
"status": "DEPLOY_OK"
}
2022-11-12T00:15:48.056Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:15:48.056Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.056Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
"consumerID": "cds",
"timestamp": 1668212113970,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/artifacts/service-Vfw20221112001348-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-12T00:15:48.056Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:15:48.056Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.056Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
"consumerID": "policy-id",
"timestamp": 1668212114544,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/basic_onboard_dxohpo0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-12T00:15:48.057Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-12T00:15:48.057Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.057Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668212114622,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-12T00:15:48.057Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-12T00:15:48.057Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.057Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
"consumerID": "policy-id",
"timestamp": 1668212114544,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-12T00:15:48.058Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-12T00:15:48.058Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.058Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
"consumerID": "aai-ml",
"timestamp": 1668212115556,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-12T00:15:48.058Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-12T00:15:48.058Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.058Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668212114622,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/vfwa6fd553b25380_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-12T00:15:48.059Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-12T00:15:48.059Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.059Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
"consumerID": "policy-id",
"timestamp": 1668212114544,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-12T00:15:48.059Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-12T00:15:48.059Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.059Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
"consumerID": "aai-ml",
"timestamp": 1668212115556,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/vfwa6fd553b25380_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-12T00:15:48.059Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-12T00:15:48.060Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.060Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668212114622,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-12T00:15:48.060Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-12T00:15:48.060Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.060Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
"consumerID": "policy-id",
"timestamp": 1668212114544,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-12T00:15:48.060Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-12T00:15:48.061Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.061Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668212117247,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-12T00:15:48.061Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-12T00:15:48.061Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.061Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
"consumerID": "aai-ml",
"timestamp": 1668212115556,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-12T00:15:48.061Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-12T00:15:48.062Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.062Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668212114622,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-12T00:15:48.062Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-12T00:15:48.062Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.062Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
"consumerID": "policy-id",
"timestamp": 1668212114544,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/artifacts/service-BasicOnboardDxohpo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-12T00:15:48.062Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-12T00:15:48.063Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.063Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668212117247,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/basic_onboard_dxohpo0_modules.json",
"status": "NOTIFIED"
}
2022-11-12T00:15:48.063Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-12T00:15:48.063Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.063Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
"consumerID": "aai-ml",
"timestamp": 1668212115556,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-12T00:15:48.063Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-12T00:15:48.064Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.064Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668212114622,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-12T00:15:48.064Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-12T00:15:48.064Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.064Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
"consumerID": "policy-id",
"timestamp": 1668212114544,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/artifacts/service-BasicOnboardDxohpo-csar.csar",
"status": "NOTIFIED"
}
2022-11-12T00:15:48.064Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-12T00:15:48.065Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.065Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668212117247,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-12T00:15:48.065Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-12T00:15:48.065Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.065Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
"consumerID": "aai-ml",
"timestamp": 1668212115556,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-12T00:15:48.066Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-12T00:15:48.066Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.066Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668212114622,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/artifacts/service-Vfw20221112001348-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-12T00:15:48.066Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-12T00:15:48.066Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.067Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668212117247,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-12T00:15:48.067Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-12T00:15:48.067Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.067Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
"consumerID": "aai-ml",
"timestamp": 1668212115556,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/artifacts/service-Vfw20221112001348-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-12T00:15:48.067Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-12T00:15:48.068Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.068Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
"consumerID": "policy-id",
"timestamp": 1668212122619,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/artifacts/service-BasicOnboardDxohpo-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-12T00:15:48.068Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:15:48.068Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.068Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668212114622,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/artifacts/service-Vfw20221112001348-csar.csar",
"status": "NOTIFIED"
}
2022-11-12T00:15:48.069Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-12T00:15:48.069Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.069Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668212117247,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-12T00:15:48.069Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-12T00:15:48.069Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.069Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
"consumerID": "aai-ml",
"timestamp": 1668212115556,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/artifacts/service-Vfw20221112001348-csar.csar",
"status": "NOTIFIED"
}
2022-11-12T00:15:48.070Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-12T00:15:48.070Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.070Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
"consumerID": "policy-id",
"timestamp": 1668212123625,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/artifacts/service-BasicOnboardDxohpo-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-12T00:15:48.070Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:15:48.070Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.071Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
"consumerID": "cds",
"timestamp": 1668212121231,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-12T00:15:48.071Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-12T00:15:48.071Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.071Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668212122408,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/artifacts/service-Vfw20221112001348-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-12T00:15:48.071Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:15:48.072Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.072Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668212117247,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/artifacts/service-BasicOnboardDxohpo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-12T00:15:48.072Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-12T00:15:48.072Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.072Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
"consumerID": "aai-ml",
"timestamp": 1668212123448,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/artifacts/service-Vfw20221112001348-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-12T00:15:48.072Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:15:48.073Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.073Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
"consumerID": "policy-id",
"timestamp": 1668212124629,
"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-11-12T00:15:48.097Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d7f06b8e-30f8-477b-8782-a2e9a09601df
2022-11-12T00:15:48.097Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d7f06b8e-30f8-477b-8782-a2e9a09601df 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-11-12T00:15:48.116Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.116Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
"consumerID": "cds",
"timestamp": 1668212121231,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/basic_onboard_dxohpo0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-12T00:15:48.118Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-12T00:15:48.118Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.118Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668212117247,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/artifacts/service-BasicOnboardDxohpo-csar.csar",
"status": "NOTIFIED"
}
2022-11-12T00:15:48.119Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-12T00:15:48.119Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.119Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
"consumerID": "cds",
"timestamp": 1668212121231,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-12T00:15:48.119Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-12T00:15:48.119Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.119Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668212124999,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/basic_onboard_dxohpo0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-12T00:15:48.119Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:15:48.120Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.120Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
"consumerID": "cds",
"timestamp": 1668212121231,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-12T00:15:48.120Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-12T00:15:48.120Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.120Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668212126087,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-12T00:15:48.121Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:15:48.121Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.121Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
"consumerID": "cds",
"timestamp": 1668212121231,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-12T00:15:48.121Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-12T00:15:48.121Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.121Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668212127221,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-12T00:15:48.122Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:15:48.122Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.122Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
"consumerID": "cds",
"timestamp": 1668212121231,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/artifacts/service-BasicOnboardDxohpo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-12T00:15:48.122Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-12T00:15:48.123Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.123Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668212128256,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-12T00:15:48.136Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d7f06b8e-30f8-477b-8782-a2e9a09601df
2022-11-12T00:15:48.137Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d7f06b8e-30f8-477b-8782-a2e9a09601df and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-11-12T00:15:48.148Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.148Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
"consumerID": "cds",
"timestamp": 1668212121231,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/artifacts/service-BasicOnboardDxohpo-csar.csar",
"status": "NOTIFIED"
}
2022-11-12T00:15:48.149Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-12T00:15:48.149Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.149Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668212127971,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/artifacts/service-Vfw20221112001348-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-12T00:15:48.149Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:15:48.149Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.150Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668212129259,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/basic_onboard_dxohpo0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-12T00:15:48.150Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:15:48.150Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.150Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668212128975,
"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-11-12T00:15:48.158Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bda3c7d0-89df-4079-978b-64b9b30ecb98
2022-11-12T00:15:48.158Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId bda3c7d0-89df-4079-978b-64b9b30ecb98 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-11-12T00:15:48.172Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.172Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
"consumerID": "cds",
"timestamp": 1668212128972,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/artifacts/service-BasicOnboardDxohpo-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-12T00:15:48.173Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:15:48.173Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.173Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668212114622,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-12T00:15:48.174Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-12T00:15:48.174Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.174Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668212114622,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/basic_onboard_dxohpo0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-12T00:15:48.174Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-12T00:15:48.174Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.175Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668212114622,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-12T00:15:48.175Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-12T00:15:48.175Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.175Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668212114622,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-12T00:15:48.175Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-12T00:15:48.176Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.176Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668212114622,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-12T00:15:48.176Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-12T00:15:48.176Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.176Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668212114622,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/artifacts/service-BasicOnboardDxohpo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-12T00:15:48.177Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-12T00:15:48.177Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.177Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668212114622,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/artifacts/service-BasicOnboardDxohpo-csar.csar",
"status": "NOTIFIED"
}
2022-11-12T00:15:48.177Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-12T00:15:48.177Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.177Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668212137110,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/artifacts/service-BasicOnboardDxohpo-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-12T00:15:48.178Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:15:48.178Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.178Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
"consumerID": "aai-ml",
"timestamp": 1668212139382,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/artifacts/service-Vfw20221112001348-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-12T00:15:48.178Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:15:48.178Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.179Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668212139425,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/artifacts/service-BasicOnboardDxohpo-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-12T00:15:48.179Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:15:48.179Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.179Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
"consumerID": "aai-ml",
"timestamp": 1668212140389,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-12T00:15:48.190Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bda3c7d0-89df-4079-978b-64b9b30ecb98
2022-11-12T00:15:48.190Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId bda3c7d0-89df-4079-978b-64b9b30ecb98 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-11-12T00:15:48.204Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.204Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668212140430,
"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-11-12T00:15:48.213Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d7f06b8e-30f8-477b-8782-a2e9a09601df
2022-11-12T00:15:48.214Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d7f06b8e-30f8-477b-8782-a2e9a09601df 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-11-12T00:15:48.224Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.224Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
"consumerID": "aai-ml",
"timestamp": 1668212115556,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-12T00:15:48.225Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-12T00:15:48.225Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.225Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
"consumerID": "aai-ml",
"timestamp": 1668212115556,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/basic_onboard_dxohpo0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-12T00:15:48.225Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-12T00:15:48.225Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.225Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
"consumerID": "aai-ml",
"timestamp": 1668212115556,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-12T00:15:48.226Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-12T00:15:48.226Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.226Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
"consumerID": "aai-ml",
"timestamp": 1668212115556,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-12T00:15:48.226Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-12T00:15:48.226Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.226Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
"consumerID": "aai-ml",
"timestamp": 1668212115556,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-12T00:15:48.227Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-12T00:15:48.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.227Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
"consumerID": "aai-ml",
"timestamp": 1668212115556,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/artifacts/service-BasicOnboardDxohpo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-12T00:15:48.227Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-12T00:15:48.255Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T00:15:48.257Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-12T00:15:48.257Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"bda3c7d0-89df-4079-978b-64b9b30ecb98","serviceName":"vFW 2022-11-12 00-13-48","serviceVersion":"1.0","serviceUUID":"9963f8eb-a1ee-41cd-a2bb-9026884dea15","serviceDescription":"catalog service description","serviceInvariantUUID":"d023456d-04cb-462b-b6d1-582656f7f1e1","resources":[{"resourceInstanceName":"vFW a6fd553b-2538 0","resourceName":"vFW a6fd553b-2538","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"562223af-bc19-4693-b37f-74f29efe0ac2","resourceInvariantUUID":"e56fca10-eb05-4420-9601-8dde200fd420","resourceCustomizationUUID":"0df67d35-b526-4da5-ae7f-f0a142723c9a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/vf-license-model.xml","artifactChecksum":"OWIxY2MxMTk5NjNmYWVlOTJjMWM4NDVjNjE2OTQyNGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1cfbe339-3b5c-4a4f-be6d-ca7fa3d763a7","artifactVersion":"1"},{"artifactName":"vfwa6fd553b25380_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/vfwa6fd553b25380_modules.json","artifactChecksum":"MTFmZTI3NmI0OGVmZTkwY2FhNzYxZmMyODRhMDdiNDI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c7768ace-51f8-4bd4-9986-035728f88071","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4e11381e-4d67-4826-8ce1-4abccb065013","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/vendor-license-model.xml","artifactChecksum":"ZDRjMTQ5YjZhNmVhNjAyNTQ1ODMwNTRlZWZlZGZhNjU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"68c8e249-e295-4281-9dc0-b2e13843c7eb","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"dc240777-94df-412d-ac8f-ddc3be9d41bd","artifactVersion":"2","generatedFromUUID":"4e11381e-4d67-4826-8ce1-4abccb065013"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221112001348-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221112001348/1.0/artifacts/service-Vfw20221112001348-template.yml","artifactChecksum":"ZDdhNzkzNWU5ZGI2NjA3MGFkMTk0YzM1NjQzNTNkZDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"712cbefa-e274-4bf5-be74-7f721c33f467","artifactVersion":"1"},{"artifactName":"service-Vfw20221112001348-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221112001348/1.0/artifacts/service-Vfw20221112001348-csar.csar","artifactChecksum":"ODY4OWIzNmFjMWNhYTRjZTNkMDAwZWQ4ODZlM2QxNDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4e8d03e0-c622-4049-a8b3-90ac33d458be","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-12T00:15:48.265Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T00:15:48.271Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:15:48.284Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:15:48.284Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668212147623,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-12T00:15:48.386Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-11-12T00:15:48.393Z||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-11-12T00:15:48.393Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:15:48.412Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T00:15:48.414Z||pool-3-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:15:49.295Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T00:15:49.296Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:15:49.300Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:15:49.300Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668212147623,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/vfwa6fd553b25380_modules.json",
"status": "NOTIFIED"
}
2022-11-12T00:15:49.401Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-12T00:15:49.403Z||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-11-12T00:15:49.404Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:15:49.431Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T00:15:49.432Z||pool-4-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:15:50.301Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T00:15:50.302Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:15:50.304Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:15:50.305Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668212147623,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-12T00:15:50.405Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-12T00:15:50.406Z||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-11-12T00:15:50.406Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:15:50.421Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T00:15:50.422Z||pool-5-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:15:51.306Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T00:15:51.307Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:15:51.309Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:15:51.310Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668212147623,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-12T00:15:51.410Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-12T00:15:51.412Z||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-11-12T00:15:51.412Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:15:51.466Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T00:15:51.467Z||pool-6-thread-1|||||INFO|500||cambria reply ok (56 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:15:52.311Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T00:15:52.312Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:15:52.315Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:15:52.315Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668212147623,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-12T00:15:52.415Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-12T00:15:52.416Z||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-11-12T00:15:52.417Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:15:52.445Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T00:15:52.446Z||pool-7-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-11-12T00:15:53.316Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T00:15:53.318Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:15:53.321Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:15:53.321Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668212147623,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/artifacts/service-Vfw20221112001348-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-12T00:15:53.421Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-12T00:15:53.423Z||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-11-12T00:15:53.423Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:15:53.441Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T00:15:53.442Z||pool-8-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:15:54.322Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T00:15:54.323Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:15:54.326Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:15:54.326Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668212147623,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/artifacts/service-Vfw20221112001348-csar.csar",
"status": "NOTIFIED"
}
2022-11-12T00:15:54.427Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T00:15:54.428Z||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-11-12T00:15:54.428Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:15:54.454Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T00:15:54.455Z||pool-9-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-11-12T00:15:55.329Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
"serviceName": "vFW 2022-11-12 00-13-48",
"serviceVersion": "1.0",
"serviceUUID": "9963f8eb-a1ee-41cd-a2bb-9026884dea15",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "d023456d-04cb-462b-b6d1-582656f7f1e1",
"resources": [
{
"resourceInstanceName": "vFW a6fd553b-2538 0",
"resourceCustomizationUUID": "0df67d35-b526-4da5-ae7f-f0a142723c9a",
"resourceName": "vFW a6fd553b-2538",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "562223af-bc19-4693-b37f-74f29efe0ac2",
"resourceInvariantUUID": "e56fca10-eb05-4420-9601-8dde200fd420",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwa6fd553b25380_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/vfwa6fd553b25380_modules.json",
"artifactChecksum": "MTFmZTI3NmI0OGVmZTkwY2FhNzYxZmMyODRhMDdiNDI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c7768ace-51f8-4bd4-9986-035728f88071",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "4e11381e-4d67-4826-8ce1-4abccb065013",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "dc240777-94df-412d-ac8f-ddc3be9d41bd",
"generatedFromUUID": "4e11381e-4d67-4826-8ce1-4abccb065013"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "dc240777-94df-412d-ac8f-ddc3be9d41bd",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20221112001348-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/artifacts/service-Vfw20221112001348-csar.csar",
"artifactChecksum": "ODY4OWIzNmFjMWNhYTRjZTNkMDAwZWQ4ODZlM2QxNDA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4e8d03e0-c622-4049-a8b3-90ac33d458be"
}
],
"workloadContext": "Production"
}
2022-11-12T00:15:55.331Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-12T00:15:55.331Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9963f8eb-a1ee-41cd-a2bb-9026884dea15 ASDC
2022-11-12T00:15:55.483Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:bda3c7d0-89df-4079-978b-64b9b30ecb98
ServiceName:vFW 2022-11-12 00-13-48
ServiceVersion:1.0
ServiceUUID:9963f8eb-a1ee-41cd-a2bb-9026884dea15
ServiceInvariantUUID:d023456d-04cb-462b-b6d1-582656f7f1e1
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221112001348-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221112001348/1.0/artifacts/service-Vfw20221112001348-csar.csar
ArtifactUUID:4e8d03e0-c622-4049-a8b3-90ac33d458be
ArtifactChecksum:ODY4OWIzNmFjMWNhYTRjZTNkMDAwZWQ4ODZlM2QxNDA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW a6fd553b-2538 0
ResourceCustomizationUUID:0df67d35-b526-4da5-ae7f-f0a142723c9a
ResourceInvariantUUID:e56fca10-eb05-4420-9601-8dde200fd420
ResourceName:vFW a6fd553b-2538
ResourceType:VF
ResourceUUID:562223af-bc19-4693-b37f-74f29efe0ac2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwa6fd553b25380_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/vfwa6fd553b25380_modules.json
ArtifactUUID:c7768ace-51f8-4bd4-9986-035728f88071
ArtifactChecksum:MTFmZTI3NmI0OGVmZTkwY2FhNzYxZmMyODRhMDdiNDI=
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/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/base_vfw.yaml
ArtifactUUID:4e11381e-4d67-4826-8ce1-4abccb065013
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/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/base_vfw.env
ArtifactUUID:dc240777-94df-412d-ac8f-ddc3be9d41bd
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/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/base_vfw.env
ArtifactUUID:dc240777-94df-412d-ac8f-ddc3be9d41bd
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-11-12T00:15:55.483Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9963f8eb-a1ee-41cd-a2bb-9026884dea15 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-11-12T00:15:55.545Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-12T00:15:55.547Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-11-12T00:15:55.549Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-11-12T00:15:55.549Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 4e8d03e0-c622-4049-a8b3-90ac33d458be from URL: /sdc/v1/catalog/services/Vfw20221112001348/1.0/artifacts/service-Vfw20221112001348-csar.csar
2022-11-12T00:15:55.549Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-11-12T00:15:55.551Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221112001348/1.0/artifacts/service-Vfw20221112001348-csar.csar
2022-11-12T00:15:55.689Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-11-12T00:15:55.697Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221112001348/1.0/artifacts/service-Vfw20221112001348-csar.csar 4e8d03e0-c622-4049-a8b3-90ac33d458be 100689
2022-11-12T00:15:55.698Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221112001348/1.0/artifacts/service-Vfw20221112001348-csar.csar ASDC sendASDCNotification
2022-11-12T00:15:55.699Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221112001348/1.0/artifacts/service-Vfw20221112001348-csar.csar
2022-11-12T00:15:55.700Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-12T00:15:55.705Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:15:55.708Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:15:55.708Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668212155698,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/artifacts/service-Vfw20221112001348-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-12T00:15:55.808Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-12T00:15:55.810Z||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-11-12T00:15:55.810Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:15:55.823Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T00:15:55.824Z||pool-10-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:15:56.709Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-12T00:15:56.711Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-11-12T00:15:56.711Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 4e8d03e0-c622-4049-a8b3-90ac33d458be, URL: /sdc/v1/catalog/services/Vfw20221112001348/1.0/artifacts/service-Vfw20221112001348-csar.csar to file: /app/ASDC/1/service-Vfw20221112001348-csar.csar
2022-11-12T00:15:56.713Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221112001348-csar.csar
2022-11-12T00:15:56.912Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221112001348-csar.csar
2022-11-12T00:15:56.913Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221112001348-csar.csar
2022-11-12T00:15:57.637Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7038514123551130295/Definitions/service-Vfw20221112001348-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_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
2022-11-12T00:16:01.584Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-12T00:16:01.591Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-11-12T00:16:01.591Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221112001348-csar.csar
2022-11-12T00:16:01.591Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-11-12T00:16:01.592Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221112001348-csar.csar
2022-11-12T00:16:01.592Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||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-Vfw20221112001348-csar.csar
2022-11-12T00:16:01.592Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||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-Vfw20221112001348-csar.csar
2022-11-12T00:16:01.592Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||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-Vfw20221112001348-csar.csar
2022-11-12T00:16:01.592Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221112001348-csar.csar
2022-11-12T00:16:01.593Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221112001348-csar.csar
2022-11-12T00:16:01.593Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||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-Vfw20221112001348-csar.csar
2022-11-12T00:16:01.593Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221112001348-csar.csar
2022-11-12T00:16:01.593Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221112001348-csar.csar
2022-11-12T00:16:01.593Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221112001348-csar.csar
2022-11-12T00:16:01.594Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW a6fd553b-2538 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-Vfw20221112001348-csar.csar
2022-11-12T00:16:01.594Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-11-12T00:16:01.602Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-12T00:16:01.604Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-11-12 00-13-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:16:01.609Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vFW a6fd553b-2538 0 is matching search criteria
2022-11-12T00:16:01.609Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-11-12T00:16:01.611Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW a6fd553b-2538 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-12T00:16:01.613Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-12T00:16:01.613Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-11-12 00-13-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:16:01.613Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vFW a6fd553b-2538 0 is matching search criteria
2022-11-12T00:16:01.614Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-11-12T00:16:01.614Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW a6fd553b-2538 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-12T00:16:01.615Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-12T00:16:01.615Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-11-12 00-13-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:16:01.619Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-12T00:16:01.619Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vFW a6fd553b-2538 0 is not matching search criteria
2022-11-12T00:16:01.620Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-12T00:16:01.620Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-12T00:16:01.620Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-12T00:16:01.620Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-12T00:16:01.620Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-12T00:16:01.621Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-12T00:16:01.621Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-12T00:16:01.621Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-12T00:16:01.621Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-12T00:16:01.622Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-12T00:16:01.622Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-12T00:16:01.622Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-12T00:16:01.622Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-12T00:16:01.623Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-12T00:16:01.623Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-12T00:16:01.623Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-12T00:16:01.623Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-12T00:16:01.623Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-11-12 00-13-48 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-12T00:16:01.625Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-12T00:16:01.625Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vFW a6fd553b-2538 0 is matching search criteria
2022-11-12T00:16:01.626Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW a6fd553b-2538 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-12T00:16:01.626Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-12T00:16:01.627Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vFW a6fd553b-2538 0 is matching search criteria
2022-11-12T00:16:01.627Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW a6fd553b-2538 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-12T00:16:01.627Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-12T00:16:01.628Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vFW a6fd553b-2538 0 is matching search criteria
2022-11-12T00:16:01.628Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW a6fd553b-2538 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-12T00:16:01.628Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-12T00:16:01.629Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vFW a6fd553b-2538 0 is not matching search criteria
2022-11-12T00:16:01.629Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-12T00:16:01.629Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-12T00:16:01.630Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-12T00:16:01.630Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-12T00:16:01.630Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-12T00:16:01.630Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-12T00:16:01.631Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-12T00:16:01.631Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-12T00:16:01.631Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-12T00:16:01.631Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-12T00:16:01.631Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-12T00:16:01.632Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b3084302-79b2-43da-8256-4552dc4e7598
2022-11-12T00:16:01.632Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-12T00:16:01.632Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vFW a6fd553b-2538 0 is not matching search criteria
2022-11-12T00:16:01.632Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-12T00:16:01.633Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-12T00:16:01.633Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-12T00:16:01.633Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-12T00:16:01.634Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-12T00:16:01.634Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-12T00:16:01.634Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-12T00:16:01.634Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-12T00:16:01.634Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-12T00:16:01.635Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-12T00:16:01.635Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-12T00:16:01.635Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-12T00:16:01.635Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=36bb2e87-116c-4f56-99c3-cc14138ebbf1
2022-11-12T00:16:01.636Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-12T00:16:01.636Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vFW a6fd553b-2538 0 is not matching search criteria
2022-11-12T00:16:01.636Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-12T00:16:01.636Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-12T00:16:01.636Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-12T00:16:01.637Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-12T00:16:01.637Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-12T00:16:01.637Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-12T00:16:01.638Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-12T00:16:01.638Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-12T00:16:01.638Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-12T00:16:01.638Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-12T00:16:01.638Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-12T00:16:01.639Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-12T00:16:01.639Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d1b13ae2-9cc7-4f51-a3ea-51580bc1a439
2022-11-12T00:16:01.639Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-12T00:16:01.640Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-11-12 00-13-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:16:01.640Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-12T00:16:01.640Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-11-12 00-13-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:16:01.640Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-12T00:16:01.641Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-11-12 00-13-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:16:01.641Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-12T00:16:01.641Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-11-12 00-13-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:16:01.641Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-11-12 00-13-48
Description:catalog service description
Model UUID:9963f8eb-a1ee-41cd-a2bb-9026884dea15
Model Version:NULL
Model InvariantUuid:d023456d-04cb-462b-b6d1-582656f7f1e1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW a6fd553b-2538
Model UUID:de5f1584-0b11-4c7d-afe7-a6c22320cf79
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e56fca10-eb05-4420-9601-8dde200fd420
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:0df67d35-b526-4da5-ae7f-f0a142723c9a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:90ed2bc9-7681-4935-a438-3e36b006831e
ModelName:VfwA6fd553b2538..base_vfw..module-0
ModelUuid:8959f082-fb59-420a-8cff-5d6c0ece20c9
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:b3084302-79b2-43da-8256-4552dc4e7598
ModelInvariantUuid:572add58-c92e-497e-8487-661e855e43aa
ModelName:vFW a6fd553b-2538-nodes.vfwCvfc
ModelUuid:d6bf83be-9fc5-446f-90e9-5bb22ea9851b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:62c7464e-789b-4453-8134-25188baf2eda
ModelInvariantUuid:ab734c03-d6ab-457c-8e6d-b7bfba2f4b9e
ModelName:VfwA6fd553b2538.compute.nodes.heat.vfw
ModelUuid:d1b5dcdd-cf67-461b-8f6b-7250a3481560
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:36bb2e87-116c-4f56-99c3-cc14138ebbf1
ModelInvariantUuid:39f34e94-9eaf-4eac-8086-b938b89e3343
ModelName:vFW a6fd553b-2538-nodes.vsnCvfc
ModelUuid:4f7b8169-2acb-49b4-b1e4-07b456c959d9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:85ae0703-6404-4b8e-953b-3bde25fdb7ed
ModelInvariantUuid:0483fec2-af79-4efc-af5c-e1d13557a305
ModelName:VfwA6fd553b2538.compute.nodes.heat.vsn
ModelUuid:7d706b36-8af5-49ef-b5fd-991461c36c7e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:d1b13ae2-9cc7-4f51-a3ea-51580bc1a439
ModelInvariantUuid:7e6a069c-02d6-464a-aaec-eb69e59ffc1f
ModelName:vFW a6fd553b-2538-nodes.vpgCvfc
ModelUuid:ca6b8b10-666f-4faf-80ae-9148cfde7b8a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:be46dd19-bbd5-407b-b2cf-275141b5b785
ModelInvariantUuid:f6be0577-68bd-409e-aed4-da73af347530
ModelName:VfwA6fd553b2538.compute.nodes.heat.vpg
ModelUuid:cb9ee88f-bcc9-4c19-91e1-6b0ca73f85b2
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-11-12T00:16:01.655Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 562223af-bc19-4693-b37f-74f29efe0ac2
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-11-12T00:16:01.728Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||vFW a6fd553b-2538 0
2022-11-12T00:16:01.741Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 562223af-bc19-4693-b37f-74f29efe0ac2
2022-11-12T00:16:01.742Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c7768ace-51f8-4bd4-9986-035728f88071 from URL: /sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/vfwa6fd553b25380_modules.json
2022-11-12T00:16:01.742Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-11-12T00:16:01.742Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/vfwa6fd553b25380_modules.json
2022-11-12T00:16:01.830Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-11-12T00:16:01.831Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/vfwa6fd553b25380_modules.json c7768ace-51f8-4bd4-9986-035728f88071 785
2022-11-12T00:16:01.831Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/vfwa6fd553b25380_modules.json ASDC sendASDCNotification
2022-11-12T00:16:01.831Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/vfwa6fd553b25380_modules.json
2022-11-12T00:16:01.832Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-12T00:16:01.832Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:16:01.834Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:16:01.835Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668212161831,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/vfwa6fd553b25380_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-12T00:16:01.935Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-12T00:16:01.936Z||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-11-12T00:16:01.936Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:16:01.955Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T00:16:01.955Z||pool-11-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-11-12T00:16:02.837Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwA6fd553b2538..base_vfw..module-0",
"vfModuleModelInvariantUUID": "90ed2bc9-7681-4935-a438-3e36b006831e",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "8959f082-fb59-420a-8cff-5d6c0ece20c9",
"vfModuleModelCustomizationUUID": "dd9823f1-1d1e-4b99-9622-ba13c865cd36",
"isBase": true,
"artifacts": [
"4e11381e-4d67-4826-8ce1-4abccb065013",
"dc240777-94df-412d-ac8f-ddc3be9d41bd"
],
"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-11-12T00:16:02.845Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA6fd553b2538..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8959f082-fb59-420a-8cff-5d6c0ece20c9
VfModuleModelInvariantUUID:90ed2bc9-7681-4935-a438-3e36b006831e
VfModuleModelDescription:NULL
Artifacts UUID List:{
4e11381e-4d67-4826-8ce1-4abccb065013
,
dc240777-94df-412d-ac8f-ddc3be9d41bd
}
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-11-12T00:16:02.849Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwA6fd553b2538..base_vfw..module-0",
"vfModuleModelInvariantUUID": "90ed2bc9-7681-4935-a438-3e36b006831e",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "8959f082-fb59-420a-8cff-5d6c0ece20c9",
"vfModuleModelCustomizationUUID": "dd9823f1-1d1e-4b99-9622-ba13c865cd36",
"isBase": true,
"artifacts": [
"4e11381e-4d67-4826-8ce1-4abccb065013",
"dc240777-94df-412d-ac8f-ddc3be9d41bd"
],
"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-11-12T00:16:02.850Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA6fd553b2538..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8959f082-fb59-420a-8cff-5d6c0ece20c9
VfModuleModelInvariantUUID:90ed2bc9-7681-4935-a438-3e36b006831e
VfModuleModelDescription:NULL
Artifacts UUID List:{
4e11381e-4d67-4826-8ce1-4abccb065013
,
dc240777-94df-412d-ac8f-ddc3be9d41bd
}
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-11-12T00:16:02.850Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 4e11381e-4d67-4826-8ce1-4abccb065013 from URL: /sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/base_vfw.yaml
2022-11-12T00:16:02.850Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-11-12T00:16:02.851Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/base_vfw.yaml
2022-11-12T00:16:02.912Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-11-12T00:16:02.913Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/base_vfw.yaml 4e11381e-4d67-4826-8ce1-4abccb065013 20368
2022-11-12T00:16:02.914Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-12T00:16:02.914Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/base_vfw.yaml
2022-11-12T00:16:02.914Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-12T00:16:02.915Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:16:02.917Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:16:02.917Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668212162914,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-12T00:16:03.017Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-12T00:16:03.018Z||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-11-12T00:16:03.019Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:16:03.038Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T00:16:03.039Z||pool-12-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:16:03.919Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: dc240777-94df-412d-ac8f-ddc3be9d41bd from URL: /sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/base_vfw.env
2022-11-12T00:16:03.919Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-11-12T00:16:03.920Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/base_vfw.env
2022-11-12T00:16:03.985Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-11-12T00:16:03.986Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/base_vfw.env dc240777-94df-412d-ac8f-ddc3be9d41bd 2098
2022-11-12T00:16:03.987Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-12T00:16:03.987Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/base_vfw.env
2022-11-12T00:16:03.987Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-12T00:16:03.988Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:16:03.990Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:16:03.990Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668212163987,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-12T00:16:04.090Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-12T00:16:04.092Z||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-11-12T00:16:04.092Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:16:04.116Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T00:16:04.117Z||pool-13-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:16:04.991Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 9963f8eb-a1ee-41cd-a2bb-9026884dea15
2022-11-12T00:16:04.993Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW a6fd553b-2538 0 562223af-bc19-4693-b37f-74f29efe0ac2 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-11-12T00:16:05.041Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2bd4088a, org.onap.sdc.toscaparser.api.parameters.Input@5f89e9dd, org.onap.sdc.toscaparser.api.parameters.Input@be86d37, org.onap.sdc.toscaparser.api.parameters.Input@75874e1a, org.onap.sdc.toscaparser.api.parameters.Input@7e9c9878]
2022-11-12T00:16:05.046Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-12T00:16:05.046Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-11-12 00-13-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:16:05.046Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2022-11-12T00:16:05.047Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 0df67d35-b526-4da5-ae7f-f0a142723c9a
2022-11-12T00:16:05.047Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0df67d35-b526-4da5-ae7f-f0a142723c9a matches Tosca VF Customization UUID: 0df67d35-b526-4da5-ae7f-f0a142723c9a
2022-11-12T00:16:05.047Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 0df67d35-b526-4da5-ae7f-f0a142723c9a 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-11-12T00:16:05.057Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-12T00:16:05.057Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-11-12 00-13-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:16:05.059Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 0df67d35-b526-4da5-ae7f-f0a142723c9a: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-12T00:16:05.059Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@341972e0
2022-11-12T00:16:05.060Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-12T00:16:05.060Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-11-12 00-13-48 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-12T00:16:05.061Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : dd9823f1-1d1e-4b99-9622-ba13c865cd36
2022-11-12T00:16:05.062Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID dd9823f1-1d1e-4b99-9622-ba13c865cd36
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-11-12T00:16:05.070Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-12T00:16:05.071Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vFW a6fd553b-2538 0 is matching search criteria
2022-11-12T00:16:05.071Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW a6fd553b-2538 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-12T00:16:05.072Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-12T00:16:05.072Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vFW a6fd553b-2538 0 is matching search criteria
2022-11-12T00:16:05.072Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW a6fd553b-2538 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-12T00:16:05.072Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-12T00:16:05.073Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vFW a6fd553b-2538 0 is not matching search criteria
2022-11-12T00:16:05.073Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-12T00:16:05.073Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-12T00:16:05.073Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-12T00:16:05.074Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-12T00:16:05.074Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-12T00:16:05.075Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-12T00:16:05.076Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-12T00:16:05.076Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-12T00:16:05.076Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-12T00:16:05.076Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-12T00:16:05.077Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-12T00:16:05.077Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b3084302-79b2-43da-8256-4552dc4e7598
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-11-12T00:16:05.090Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-12T00:16:05.091Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vFW a6fd553b-2538 0 is matching search criteria
2022-11-12T00:16:05.091Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW a6fd553b-2538 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-12T00:16:05.091Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-12T00:16:05.091Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vFW a6fd553b-2538 0 is not matching search criteria
2022-11-12T00:16:05.092Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-12T00:16:05.092Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-12T00:16:05.092Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-12T00:16:05.092Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-12T00:16:05.092Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-12T00:16:05.092Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-12T00:16:05.093Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-12T00:16:05.093Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-12T00:16:05.093Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-12T00:16:05.093Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-12T00:16:05.093Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-12T00:16:05.093Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-12T00:16:05.093Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=36bb2e87-116c-4f56-99c3-cc14138ebbf1
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-11-12T00:16:05.096Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-12T00:16:05.096Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vFW a6fd553b-2538 0 is matching search criteria
2022-11-12T00:16:05.096Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW a6fd553b-2538 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-12T00:16:05.099Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-12T00:16:05.100Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vFW a6fd553b-2538 0 is not matching search criteria
2022-11-12T00:16:05.100Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-12T00:16:05.100Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-12T00:16:05.100Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-12T00:16:05.100Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-12T00:16:05.100Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-12T00:16:05.101Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-12T00:16:05.101Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-12T00:16:05.101Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-12T00:16:05.101Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-12T00:16:05.101Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-12T00:16:05.101Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-12T00:16:05.102Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-12T00:16:05.102Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d1b13ae2-9cc7-4f51-a3ea-51580bc1a439
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-11-12T00:16:05.105Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-12T00:16:05.105Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vFW a6fd553b-2538 0 is matching search criteria
2022-11-12T00:16:05.105Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW a6fd553b-2538 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-12T00:16:05.105Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-12T00:16:05.106Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Node template vFW a6fd553b-2538 0 is matching search criteria
2022-11-12T00:16:05.106Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW a6fd553b-2538 0] matching following query criteria: sdcType=VF, customizationUUID=0df67d35-b526-4da5-ae7f-f0a142723c9a
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-11-12T00:16:05.108Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-12T00:16:05.109Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-11-12 00-13-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:16:05.109Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 9963f8eb-a1ee-41cd-a2bb-9026884dea15: vFW a6fd553b-2538
2022-11-12T00:16:05.109Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-12T00:16:05.109Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-11-12 00-13-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:16:05.110Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-12T00:16:05.110Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-11-12 00-13-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:16:05.110Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-12T00:16:05.110Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-11-12 00-13-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:16:05.110Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-12T00:16:05.110Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-11-12 00-13-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:16:05.111Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-12T00:16:05.111Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-11-12 00-13-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:16:05.111Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2022-11-12 00-13-48
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-11-12T00:16:05.419Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW a6fd553b-2538 562223af-bc19-4693-b37f-74f29efe0ac2 1 ASDC deployResourceStructure
2022-11-12T00:16:05.420Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/vfwa6fd553b25380_modules.json ASDC sendASDCNotification
2022-11-12T00:16:05.420Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/vfwa6fd553b25380_modules.json
2022-11-12T00:16:05.420Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-12T00:16:05.421Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:16:05.425Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:16:05.425Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668212165420,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/vfwa6fd553b25380_modules.json",
"status": "DEPLOY_OK"
}
2022-11-12T00:16:05.526Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-12T00:16:05.527Z||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-11-12T00:16:05.527Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:16:05.543Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T00:16:05.544Z||pool-14-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:16:06.426Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-12T00:16:06.426Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/base_vfw.yaml
2022-11-12T00:16:06.426Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-12T00:16:06.427Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:16:06.431Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:16:06.431Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668212166426,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-11-12T00:16:06.530Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-12T00:16:06.531Z||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-11-12T00:16:06.531Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:16:06.547Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T00:16:06.548Z||pool-15-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:16:07.432Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-12T00:16:07.432Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/base_vfw.env
2022-11-12T00:16:07.433Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-12T00:16:07.433Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:16:07.436Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:16:07.436Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668212167432,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-11-12T00:16:07.536Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T00:16:07.537Z||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-11-12T00:16:07.537Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:16:07.553Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T00:16:07.556Z||pool-16-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:16:08.437Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221112001348/1.0/artifacts/service-Vfw20221112001348-csar.csar ASDC sendASDCNotification
2022-11-12T00:16:08.437Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221112001348/1.0/artifacts/service-Vfw20221112001348-csar.csar
2022-11-12T00:16:08.438Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-12T00:16:08.438Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:16:08.441Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:16:08.441Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668212168436,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/artifacts/service-Vfw20221112001348-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-12T00:16:08.541Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T00:16:08.543Z||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-11-12T00:16:08.543Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:16:08.558Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T00:16:08.559Z||pool-17-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:16:09.442Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bda3c7d0-89df-4079-978b-64b9b30ecb98
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-11-12T00:16:09.472Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bda3c7d0-89df-4079-978b-64b9b30ecb98
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-11-12T00:16:09.477Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-12T00:16:09.477Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-12T00:16:09.478Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-12T00:16:09.478Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-12T00:16:09.478Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-12T00:16:09.478Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-12T00:16:09.478Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-12T00:16:09.478Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-12T00:16:09.478Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-12T00:16:09.487Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-12T00:16:39.489Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bda3c7d0-89df-4079-978b-64b9b30ecb98 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-11-12T00:16:39.510Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bda3c7d0-89df-4079-978b-64b9b30ecb98 and serviceModelVersionId: 9963f8eb-a1ee-41cd-a2bb-9026884dea15
2022-11-12T00:16:39.510Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d023456d-04cb-462b-b6d1-582656f7f1e1
2022-11-12T00:16:47.626Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:16:47.627Z||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-11-12T00:16:47.627Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:16:47.655Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T00:16:47.656Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-12T00:16:47.656Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
"consumerID": "aai-ml",
"timestamp": 1668212115556,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/artifacts/service-BasicOnboardDxohpo-csar.csar",
"status": "NOTIFIED"
}
2022-11-12T00:16:47.657Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-12T00:16:57.736Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d023456d-04cb-462b-b6d1-582656f7f1e1/model-vers/model-ver/9963f8eb-a1ee-41cd-a2bb-9026884dea15?depth=0
2022-11-12T00:16:57.862Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-11-12T00:16:57.909Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d023456d-04cb-462b-b6d1-582656f7f1e1/model-vers/model-ver/9963f8eb-a1ee-41cd-a2bb-9026884dea15?depth=0|INFO|500||Invoke
2022-11-12T00:16:57.910Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d023456d-04cb-462b-b6d1-582656f7f1e1/model-vers/model-ver/9963f8eb-a1ee-41cd-a2bb-9026884dea15?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d023456d-04cb-462b-b6d1-582656f7f1e1/model-vers/model-ver/9963f8eb-a1ee-41cd-a2bb-9026884dea15?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[bda3c7d0-89df-4079-978b-64b9b30ecb98], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[71127ce8-7a07-4854-b590-0c9c425d5e62], X-ECOMP-RequestID=[bda3c7d0-89df-4079-978b-64b9b30ecb98], X-TransactionId=[], X-ONAP-RequestID=[bda3c7d0-89df-4079-978b-64b9b30ecb98], Content-Type=[application/merge-patch+json]}
2022-11-12T00:16:57.917Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d023456d-04cb-462b-b6d1-582656f7f1e1/model-vers/model-ver/9963f8eb-a1ee-41cd-a2bb-9026884dea15?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-12T00:16:58.256Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d023456d-04cb-462b-b6d1-582656f7f1e1/model-vers/model-ver/9963f8eb-a1ee-41cd-a2bb-9026884dea15?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d023456d-04cb-462b-b6d1-582656f7f1e1/model-vers/model-ver/9963f8eb-a1ee-41cd-a2bb-9026884dea15?depth=0 has http status code:200 and response headers:{date=[Sat, 12 Nov 2022 00:16:57 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[310], vertex-id=[213136], x-aai-txid=[2-aai-resources-221112-00:16:57:583-54038], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-11-12T00:16:58.257Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d023456d-04cb-462b-b6d1-582656f7f1e1/model-vers/model-ver/9963f8eb-a1ee-41cd-a2bb-9026884dea15?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-12T00:16:58.257Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d023456d-04cb-462b-b6d1-582656f7f1e1/model-vers/model-ver/9963f8eb-a1ee-41cd-a2bb-9026884dea15?depth=0|INFO|500||InvokeReturn
2022-11-12T00:16:58.269Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-12T00:16:58.269Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-12T00:16:58.295Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||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-11-12T00:16:58.296Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bda3c7d0-89df-4079-978b-64b9b30ecb98 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-12T00:16:58.297Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-12T00:16:58.297Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:16:58.299Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:16:58.299Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668212218296,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-12T00:16:58.403Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-11-12T00:16:58.415Z||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-11-12T00:16:58.415Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:16:58.443Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T00:16:58.444Z||pool-18-thread-1|||||INFO|500||cambria reply ok (30 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-11-12T00:16:59.334Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-12T00:16:59.334Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"d7f06b8e-30f8-477b-8782-a2e9a09601df","serviceName":"basic_onboard_DXOHpo","serviceVersion":"1.0","serviceUUID":"77e6bb82-8210-465c-bca4-4ee7e980e209","serviceDescription":"service","serviceInvariantUUID":"545eb1a3-73e0-40ad-8d96-8a7bed44257e","resources":[{"resourceInstanceName":"basic_onboard_DXOHpo 0","resourceName":"basic_onboard_DXOHpo","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"42eb39de-eb4e-44d6-8922-6fc548762b17","resourceInvariantUUID":"234fcf3e-59f3-4a8f-bd6c-a336db7aebdc","resourceCustomizationUUID":"3ebfa1ab-cf57-47d4-86e3-044782d190e0","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/vf-license-model.xml","artifactChecksum":"NjJmOGZiMmY1ZGRhNzBmMzMzYzhkZDlkOWZjOWFiMWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"30478594-1a00-4666-820e-1881cc4ea4e2","artifactVersion":"1"},{"artifactName":"basic_onboard_dxohpo0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/basic_onboard_dxohpo0_modules.json","artifactChecksum":"MzI1ZWY5ODczMjEzNzBiZTA4YjdiYTc0MWJlYzI4YTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"828eab9b-4311-4911-b838-49fc0073d9e3","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"cdb4137f-83f3-450b-ac2f-83c00a4bd22e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cf766719-c6e9-4005-b15c-c7b7157bff9b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d6560e3c-3420-40ac-9713-cbb49b420d60","artifactVersion":"2","generatedFromUUID":"cdb4137f-83f3-450b-ac2f-83c00a4bd22e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardDxohpo-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/artifacts/service-BasicOnboardDxohpo-template.yml","artifactChecksum":"MGFhNGViYTZkNjk5YWZkODJlNGY5ODNkNTdhYTYzYjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b084b55f-a810-421b-bb7c-51d8ce8b953d","artifactVersion":"1"},{"artifactName":"service-BasicOnboardDxohpo-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/artifacts/service-BasicOnboardDxohpo-csar.csar","artifactChecksum":"YzgzODQ5OTI0YTUzNTMzYzM3NTM5NWQwMDUzYWY4MGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2ced4d66-4212-416a-b138-74464f1f3f96","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-12T00:16:59.335Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T00:16:59.336Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:16:59.339Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:16:59.339Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668212147623,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-12T00:16:59.439Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-12T00:16:59.440Z||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-11-12T00:16:59.441Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:16:59.458Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T00:16:59.459Z||pool-19-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-11-12T00:17:00.340Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T00:17:00.342Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:17:00.344Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:17:00.344Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668212147623,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/basic_onboard_dxohpo0_modules.json",
"status": "NOTIFIED"
}
2022-11-12T00:17:00.444Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T00:17:00.445Z||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-11-12T00:17:00.445Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:17:00.462Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T00:17:00.462Z||pool-20-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:17:01.345Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T00:17:01.350Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:17:01.358Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:17:01.358Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668212147623,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-12T00:17:01.453Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-11-12T00:17:01.454Z||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-11-12T00:17:01.454Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:17:01.472Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T00:17:01.473Z||pool-21-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:17:02.362Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T00:17:02.364Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:17:02.367Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:17:02.367Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668212147623,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-12T00:17:02.470Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-12T00:17:02.471Z||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-11-12T00:17:02.471Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:17:02.486Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T00:17:02.487Z||pool-22-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:17:03.369Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T00:17:03.371Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:17:03.373Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:17:03.373Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668212147623,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-12T00:17:03.474Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T00:17:03.475Z||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-11-12T00:17:03.475Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:17:03.506Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T00:17:03.506Z||pool-23-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:17:04.374Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T00:17:04.374Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:17:04.377Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:17:04.382Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668212147623,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/artifacts/service-BasicOnboardDxohpo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-12T00:17:04.477Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-11-12T00:17:04.478Z||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-11-12T00:17:04.479Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:17:04.523Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T00:17:04.524Z||pool-24-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:17:05.383Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T00:17:05.384Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:17:05.387Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:17:05.387Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668212147623,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/artifacts/service-BasicOnboardDxohpo-csar.csar",
"status": "NOTIFIED"
}
2022-11-12T00:17:05.487Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T00:17:05.488Z||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-11-12T00:17:05.488Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:17:05.516Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T00:17:05.516Z||pool-25-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:17:06.388Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
"serviceName": "basic_onboard_DXOHpo",
"serviceVersion": "1.0",
"serviceUUID": "77e6bb82-8210-465c-bca4-4ee7e980e209",
"serviceDescription": "service",
"serviceInvariantUUID": "545eb1a3-73e0-40ad-8d96-8a7bed44257e",
"resources": [
{
"resourceInstanceName": "basic_onboard_DXOHpo 0",
"resourceCustomizationUUID": "3ebfa1ab-cf57-47d4-86e3-044782d190e0",
"resourceName": "basic_onboard_DXOHpo",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "42eb39de-eb4e-44d6-8922-6fc548762b17",
"resourceInvariantUUID": "234fcf3e-59f3-4a8f-bd6c-a336db7aebdc",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_dxohpo0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/basic_onboard_dxohpo0_modules.json",
"artifactChecksum": "MzI1ZWY5ODczMjEzNzBiZTA4YjdiYTc0MWJlYzI4YTQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "828eab9b-4311-4911-b838-49fc0073d9e3",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "cdb4137f-83f3-450b-ac2f-83c00a4bd22e",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d6560e3c-3420-40ac-9713-cbb49b420d60",
"generatedFromUUID": "cdb4137f-83f3-450b-ac2f-83c00a4bd22e"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d6560e3c-3420-40ac-9713-cbb49b420d60",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardDxohpo-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/artifacts/service-BasicOnboardDxohpo-csar.csar",
"artifactChecksum": "YzgzODQ5OTI0YTUzNTMzYzM3NTM5NWQwMDUzYWY4MGU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "2ced4d66-4212-416a-b138-74464f1f3f96"
}
],
"workloadContext": "Production"
}
2022-11-12T00:17:06.389Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-12T00:17:06.389Z|bda3c7d0-89df-4079-978b-64b9b30ecb98|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 77e6bb82-8210-465c-bca4-4ee7e980e209 ASDC
2022-11-12T00:17:06.389Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:d7f06b8e-30f8-477b-8782-a2e9a09601df
ServiceName:basic_onboard_DXOHpo
ServiceVersion:1.0
ServiceUUID:77e6bb82-8210-465c-bca4-4ee7e980e209
ServiceInvariantUUID:545eb1a3-73e0-40ad-8d96-8a7bed44257e
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardDxohpo-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/artifacts/service-BasicOnboardDxohpo-csar.csar
ArtifactUUID:2ced4d66-4212-416a-b138-74464f1f3f96
ArtifactChecksum:YzgzODQ5OTI0YTUzNTMzYzM3NTM5NWQwMDUzYWY4MGU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_DXOHpo 0
ResourceCustomizationUUID:3ebfa1ab-cf57-47d4-86e3-044782d190e0
ResourceInvariantUUID:234fcf3e-59f3-4a8f-bd6c-a336db7aebdc
ResourceName:basic_onboard_DXOHpo
ResourceType:VF
ResourceUUID:42eb39de-eb4e-44d6-8922-6fc548762b17
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_dxohpo0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/basic_onboard_dxohpo0_modules.json
ArtifactUUID:828eab9b-4311-4911-b838-49fc0073d9e3
ArtifactChecksum:MzI1ZWY5ODczMjEzNzBiZTA4YjdiYTc0MWJlYzI4YTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu18.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/base_ubuntu18.yaml
ArtifactUUID:cdb4137f-83f3-450b-ac2f-83c00a4bd22e
ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/base_ubuntu18.env
ArtifactUUID:d6560e3c-3420-40ac-9713-cbb49b420d60
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/base_ubuntu18.env
ArtifactUUID:d6560e3c-3420-40ac-9713-cbb49b420d60
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-11-12T00:17:06.390Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 77e6bb82-8210-465c-bca4-4ee7e980e209 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-11-12T00:17:06.429Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-12T00:17:06.430Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-11-12T00:17:06.430Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-11-12T00:17:06.430Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 2ced4d66-4212-416a-b138-74464f1f3f96 from URL: /sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/artifacts/service-BasicOnboardDxohpo-csar.csar
2022-11-12T00:17:06.431Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-11-12T00:17:06.431Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/artifacts/service-BasicOnboardDxohpo-csar.csar
2022-11-12T00:17:06.531Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-11-12T00:17:06.533Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/artifacts/service-BasicOnboardDxohpo-csar.csar 2ced4d66-4212-416a-b138-74464f1f3f96 75307
2022-11-12T00:17:06.534Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/artifacts/service-BasicOnboardDxohpo-csar.csar ASDC sendASDCNotification
2022-11-12T00:17:06.534Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/artifacts/service-BasicOnboardDxohpo-csar.csar
2022-11-12T00:17:06.534Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-12T00:17:06.535Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:17:06.538Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:17:06.538Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668212226533,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/artifacts/service-BasicOnboardDxohpo-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-12T00:17:06.639Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T00:17:06.641Z||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-11-12T00:17:06.641Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:17:06.660Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T00:17:06.660Z||pool-26-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:17:07.540Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-12T00:17:07.541Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-11-12T00:17:07.542Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 2ced4d66-4212-416a-b138-74464f1f3f96, URL: /sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/artifacts/service-BasicOnboardDxohpo-csar.csar to file: /app/ASDC/1/service-BasicOnboardDxohpo-csar.csar
2022-11-12T00:17:07.542Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardDxohpo-csar.csar
2022-11-12T00:17:07.543Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardDxohpo-csar.csar
2022-11-12T00:17:07.543Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardDxohpo-csar.csar
2022-11-12T00:17:07.734Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17854912677554108041/Definitions/service-BasicOnboardDxohpo-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2022-11-12T00:17:09.262Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-12T00:17:09.263Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-11-12T00:17:09.263Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardDxohpo-csar.csar
2022-11-12T00:17:09.263Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-12T00:17:09.264Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardDxohpo-csar.csar
2022-11-12T00:17:09.264Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||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-BasicOnboardDxohpo-csar.csar
2022-11-12T00:17:09.264Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_DXOHpo 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-BasicOnboardDxohpo-csar.csar
2022-11-12T00:17:09.264Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||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-BasicOnboardDxohpo-csar.csar
2022-11-12T00:17:09.264Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||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-BasicOnboardDxohpo-csar.csar
2022-11-12T00:17:09.264Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardDxohpo-csar.csar
2022-11-12T00:17:09.264Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||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-BasicOnboardDxohpo-csar.csar
2022-11-12T00:17:09.264Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-11-12T00:17:09.264Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-12T00:17:09.265Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_DXOHpo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:17:09.265Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_DXOHpo 0 is matching search criteria
2022-11-12T00:17:09.265Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-11-12T00:17:09.265Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_DXOHpo 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-12T00:17:09.265Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-12T00:17:09.266Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_DXOHpo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:17:09.266Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_DXOHpo 0 is matching search criteria
2022-11-12T00:17:09.266Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-11-12T00:17:09.266Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_DXOHpo 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-12T00:17:09.266Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-12T00:17:09.266Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_DXOHpo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:17:09.267Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-12T00:17:09.267Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_DXOHpo 0 is not matching search criteria
2022-11-12T00:17:09.267Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-11-12T00:17:09.267Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-11-12T00:17:09.267Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-11-12T00:17:09.267Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-12T00:17:09.268Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-12T00:17:09.268Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-12T00:17:09.268Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_DXOHpo is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-12T00:17:09.268Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-12T00:17:09.268Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_DXOHpo 0 is matching search criteria
2022-11-12T00:17:09.268Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_DXOHpo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-12T00:17:09.269Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-12T00:17:09.269Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_DXOHpo 0 is matching search criteria
2022-11-12T00:17:09.269Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_DXOHpo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-12T00:17:09.269Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-12T00:17:09.269Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_DXOHpo 0 is matching search criteria
2022-11-12T00:17:09.269Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_DXOHpo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-12T00:17:09.269Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-12T00:17:09.270Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_DXOHpo 0 is not matching search criteria
2022-11-12T00:17:09.270Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-12T00:17:09.270Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-12T00:17:09.270Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e11a344b-0fa8-4e1e-a404-83e1b991898f
2022-11-12T00:17:09.270Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-12T00:17:09.270Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_DXOHpo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:17:09.270Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-12T00:17:09.271Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_DXOHpo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:17:09.271Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-12T00:17:09.271Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_DXOHpo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:17:09.271Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-12T00:17:09.271Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_DXOHpo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:17:09.271Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_DXOHpo
Description:service
Model UUID:77e6bb82-8210-465c-bca4-4ee7e980e209
Model Version:NULL
Model InvariantUuid:545eb1a3-73e0-40ad-8d96-8a7bed44257e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_DXOHpo
Model UUID:7092eba8-5414-49de-9e61-58d6cf734876
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:234fcf3e-59f3-4a8f-bd6c-a336db7aebdc
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:3ebfa1ab-cf57-47d4-86e3-044782d190e0
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:f0c189b6-ff81-4cf6-843b-81d6d5522365
ModelName:BasicOnboardDxohpo..base_ubuntu18..module-0
ModelUuid:8660bf7d-9d38-4981-be80-7f88073ee066
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:e11a344b-0fa8-4e1e-a404-83e1b991898f
ModelInvariantUuid:af0d9f82-859c-4b9e-9ba8-3eea2a4cf56e
ModelName:basic_onboard_DXOHpo-nodes.ubuntu18Cvfc
ModelUuid:63f530c5-76f9-4f25-bd4c-043552470d51
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:2c1ae9cf-5b07-46a2-95e3-ca22eec614df
ModelInvariantUuid:99a6ff41-c425-4547-bce3-3ec63402441e
ModelName:BasicOnboardDxohpo.compute.nodes.heat.ubuntu18
ModelUuid:41498db4-baa7-48bf-86b8-967387049b5d
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-11-12T00:17:09.283Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 42eb39de-eb4e-44d6-8922-6fc548762b17
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-11-12T00:17:09.289Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||basic_onboard_DXOHpo 0
2022-11-12T00:17:09.289Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 42eb39de-eb4e-44d6-8922-6fc548762b17
2022-11-12T00:17:09.289Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 828eab9b-4311-4911-b838-49fc0073d9e3 from URL: /sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/basic_onboard_dxohpo0_modules.json
2022-11-12T00:17:09.289Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-11-12T00:17:09.289Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/basic_onboard_dxohpo0_modules.json
2022-11-12T00:17:09.360Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-11-12T00:17:09.361Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/basic_onboard_dxohpo0_modules.json 828eab9b-4311-4911-b838-49fc0073d9e3 798
2022-11-12T00:17:09.361Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/basic_onboard_dxohpo0_modules.json ASDC sendASDCNotification
2022-11-12T00:17:09.362Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/basic_onboard_dxohpo0_modules.json
2022-11-12T00:17:09.362Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-12T00:17:09.362Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:17:09.365Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:17:09.365Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668212229361,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/basic_onboard_dxohpo0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-12T00:17:09.470Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-11-12T00:17:09.472Z||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-11-12T00:17:09.472Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:17:09.495Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T00:17:09.496Z||pool-27-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:17:10.366Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardDxohpo..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "f0c189b6-ff81-4cf6-843b-81d6d5522365",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "8660bf7d-9d38-4981-be80-7f88073ee066",
"vfModuleModelCustomizationUUID": "da85ba09-15f6-43e4-973b-3523e806a214",
"isBase": true,
"artifacts": [
"cdb4137f-83f3-450b-ac2f-83c00a4bd22e",
"d6560e3c-3420-40ac-9713-cbb49b420d60"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-11-12T00:17:10.371Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardDxohpo..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8660bf7d-9d38-4981-be80-7f88073ee066
VfModuleModelInvariantUUID:f0c189b6-ff81-4cf6-843b-81d6d5522365
VfModuleModelDescription:NULL
Artifacts UUID List:{
cdb4137f-83f3-450b-ac2f-83c00a4bd22e
,
d6560e3c-3420-40ac-9713-cbb49b420d60
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-11-12T00:17:10.373Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardDxohpo..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "f0c189b6-ff81-4cf6-843b-81d6d5522365",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "8660bf7d-9d38-4981-be80-7f88073ee066",
"vfModuleModelCustomizationUUID": "da85ba09-15f6-43e4-973b-3523e806a214",
"isBase": true,
"artifacts": [
"cdb4137f-83f3-450b-ac2f-83c00a4bd22e",
"d6560e3c-3420-40ac-9713-cbb49b420d60"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-11-12T00:17:10.374Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardDxohpo..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8660bf7d-9d38-4981-be80-7f88073ee066
VfModuleModelInvariantUUID:f0c189b6-ff81-4cf6-843b-81d6d5522365
VfModuleModelDescription:NULL
Artifacts UUID List:{
cdb4137f-83f3-450b-ac2f-83c00a4bd22e
,
d6560e3c-3420-40ac-9713-cbb49b420d60
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-11-12T00:17:10.374Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: cdb4137f-83f3-450b-ac2f-83c00a4bd22e from URL: /sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/base_ubuntu18.yaml
2022-11-12T00:17:10.374Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-11-12T00:17:10.374Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/base_ubuntu18.yaml
2022-11-12T00:17:10.443Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-11-12T00:17:10.444Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/base_ubuntu18.yaml cdb4137f-83f3-450b-ac2f-83c00a4bd22e 5033
2022-11-12T00:17:10.445Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-12T00:17:10.445Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/base_ubuntu18.yaml
2022-11-12T00:17:10.445Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-12T00:17:10.445Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:17:10.447Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:17:10.448Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668212230445,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-12T00:17:10.548Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-12T00:17:10.549Z||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-11-12T00:17:10.549Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:17:10.568Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T00:17:10.569Z||pool-28-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:17:11.449Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: d6560e3c-3420-40ac-9713-cbb49b420d60 from URL: /sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/base_ubuntu18.env
2022-11-12T00:17:11.449Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-11-12T00:17:11.450Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/base_ubuntu18.env
2022-11-12T00:17:11.557Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-11-12T00:17:11.558Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/base_ubuntu18.env d6560e3c-3420-40ac-9713-cbb49b420d60 909
2022-11-12T00:17:11.558Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-12T00:17:11.558Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/base_ubuntu18.env
2022-11-12T00:17:11.559Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-12T00:17:11.559Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:17:11.562Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:17:11.562Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668212231558,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-12T00:17:11.661Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-12T00:17:11.662Z||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-11-12T00:17:11.663Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:17:11.692Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T00:17:11.693Z||pool-29-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:17:12.562Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 77e6bb82-8210-465c-bca4-4ee7e980e209
2022-11-12T00:17:12.563Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_DXOHpo 0 42eb39de-eb4e-44d6-8922-6fc548762b17 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-11-12T00:17:12.586Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@27fdca41, org.onap.sdc.toscaparser.api.parameters.Input@a769ea4, org.onap.sdc.toscaparser.api.parameters.Input@4479c52d, org.onap.sdc.toscaparser.api.parameters.Input@edceff9, org.onap.sdc.toscaparser.api.parameters.Input@473a83a1]
2022-11-12T00:17:12.587Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-12T00:17:12.588Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_DXOHpo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:17:12.588Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2022-11-12T00:17:12.588Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 3ebfa1ab-cf57-47d4-86e3-044782d190e0
2022-11-12T00:17:12.588Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3ebfa1ab-cf57-47d4-86e3-044782d190e0 matches Tosca VF Customization UUID: 3ebfa1ab-cf57-47d4-86e3-044782d190e0
2022-11-12T00:17:12.588Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 3ebfa1ab-cf57-47d4-86e3-044782d190e0 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-11-12T00:17:12.592Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-12T00:17:12.592Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_DXOHpo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:17:12.593Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 3ebfa1ab-cf57-47d4-86e3-044782d190e0: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-12T00:17:12.593Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1a17de59
2022-11-12T00:17:12.593Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-12T00:17:12.593Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_DXOHpo is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-12T00:17:12.593Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : da85ba09-15f6-43e4-973b-3523e806a214
2022-11-12T00:17:12.594Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID da85ba09-15f6-43e4-973b-3523e806a214
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-11-12T00:17:12.597Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-12T00:17:12.598Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_DXOHpo 0 is matching search criteria
2022-11-12T00:17:12.598Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_DXOHpo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-12T00:17:12.598Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-12T00:17:12.599Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_DXOHpo 0 is matching search criteria
2022-11-12T00:17:12.599Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_DXOHpo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-12T00:17:12.599Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-12T00:17:12.599Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_DXOHpo 0 is not matching search criteria
2022-11-12T00:17:12.600Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-12T00:17:12.600Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-12T00:17:12.600Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e11a344b-0fa8-4e1e-a404-83e1b991898f
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-11-12T00:17:12.605Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-12T00:17:12.605Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_DXOHpo 0 is matching search criteria
2022-11-12T00:17:12.606Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_DXOHpo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-12T00:17:12.606Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-12T00:17:12.607Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_DXOHpo 0 is matching search criteria
2022-11-12T00:17:12.607Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_DXOHpo 0] matching following query criteria: sdcType=VF, customizationUUID=3ebfa1ab-cf57-47d4-86e3-044782d190e0
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-11-12T00:17:12.611Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-12T00:17:12.611Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_DXOHpo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:17:12.612Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 77e6bb82-8210-465c-bca4-4ee7e980e209: basic_onboard_DXOHpo
2022-11-12T00:17:12.612Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-12T00:17:12.612Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_DXOHpo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:17:12.612Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-12T00:17:12.612Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_DXOHpo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:17:12.613Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-12T00:17:12.613Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_DXOHpo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:17:12.613Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-12T00:17:12.613Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_DXOHpo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:17:12.614Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-12T00:17:12.614Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_DXOHpo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:17:12.614Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_DXOHpo
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-12T00:17:12.754Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_DXOHpo 42eb39de-eb4e-44d6-8922-6fc548762b17 1 ASDC deployResourceStructure
2022-11-12T00:17:12.755Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/basic_onboard_dxohpo0_modules.json ASDC sendASDCNotification
2022-11-12T00:17:12.755Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/basic_onboard_dxohpo0_modules.json
2022-11-12T00:17:12.755Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-12T00:17:12.755Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:17:12.759Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:17:12.759Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668212232754,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/basic_onboard_dxohpo0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-12T00:17:12.859Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T00:17:12.860Z||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-11-12T00:17:12.860Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:17:12.876Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T00:17:12.876Z||pool-30-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-11-12T00:17:13.761Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-12T00:17:13.761Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/base_ubuntu18.yaml
2022-11-12T00:17:13.761Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-12T00:17:13.762Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:17:13.765Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:17:13.765Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668212233760,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-11-12T00:17:13.865Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T00:17:13.866Z||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-11-12T00:17:13.867Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:17:13.882Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T00:17:13.882Z||pool-31-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:17:14.770Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-12T00:17:14.771Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/base_ubuntu18.env
2022-11-12T00:17:14.771Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-12T00:17:14.771Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:17:14.794Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:17:14.795Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668212234770,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-11-12T00:17:14.878Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 83 ms
2022-11-12T00:17:14.879Z||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-11-12T00:17:14.880Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:17:14.899Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T00:17:14.900Z||pool-32-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:17:15.796Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/artifacts/service-BasicOnboardDxohpo-csar.csar ASDC sendASDCNotification
2022-11-12T00:17:15.797Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/artifacts/service-BasicOnboardDxohpo-csar.csar
2022-11-12T00:17:15.797Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-12T00:17:15.798Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:17:15.800Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:17:15.800Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668212235796,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/artifacts/service-BasicOnboardDxohpo-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-12T00:17:15.901Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T00:17:15.902Z||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-11-12T00:17:15.902Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:17:15.931Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T00:17:15.932Z||pool-33-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:17:16.801Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d7f06b8e-30f8-477b-8782-a2e9a09601df
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-11-12T00:17:16.824Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d7f06b8e-30f8-477b-8782-a2e9a09601df
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-11-12T00:17:16.830Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-12T00:17:16.830Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-12T00:17:16.830Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-12T00:17:46.830Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d7f06b8e-30f8-477b-8782-a2e9a09601df
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-11-12T00:17:46.856Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d7f06b8e-30f8-477b-8782-a2e9a09601df
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-11-12T00:17:46.862Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-12T00:17:46.863Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-12T00:17:46.863Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-12T00:17:47.627Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:17:47.630Z||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-11-12T00:17:47.630Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:17:47.664Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T00:17:47.666Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-12T00:17:47.666Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668212147623,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-12T00:17:47.669Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-12T00:17:47.669Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-12T00:17:47.669Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
"consumerID": "aai-ml",
"timestamp": 1668212148499,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/artifacts/service-BasicOnboardDxohpo-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-12T00:17:47.669Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:17:47.669Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-12T00:17:47.669Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668212147623,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/vfwa6fd553b25380_modules.json",
"status": "NOTIFIED"
}
2022-11-12T00:17:47.669Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-12T00:17:47.669Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-12T00:17:47.669Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668212147623,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-12T00:17:47.669Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-12T00:17:47.670Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-12T00:17:47.670Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668212147623,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-12T00:17:47.670Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-12T00:17:47.670Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-12T00:17:47.670Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668212147623,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-12T00:17:47.670Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-12T00:17:47.670Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-12T00:17:47.670Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668212147623,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/artifacts/service-Vfw20221112001348-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-12T00:17:47.670Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-12T00:17:47.670Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-12T00:17:47.671Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668212147623,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/artifacts/service-Vfw20221112001348-csar.csar",
"status": "NOTIFIED"
}
2022-11-12T00:17:47.671Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-12T00:17:47.671Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-12T00:17:47.671Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668212155698,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/artifacts/service-Vfw20221112001348-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-12T00:17:47.671Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:17:47.671Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-12T00:17:47.671Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
"consumerID": "aai-ml",
"timestamp": 1668212155902,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/artifacts/service-BasicOnboardDxohpo-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-12T00:17:47.672Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:17:47.672Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-12T00:17:47.672Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
"consumerID": "aai-ml",
"timestamp": 1668212156909,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-12T00:17:47.685Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d7f06b8e-30f8-477b-8782-a2e9a09601df
2022-11-12T00:17:47.686Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d7f06b8e-30f8-477b-8782-a2e9a09601df 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-11-12T00:17:47.704Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-12T00:17:47.705Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668212161831,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/vfwa6fd553b25380_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-12T00:17:47.705Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:17:47.705Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-12T00:17:47.705Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668212162914,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-12T00:17:47.705Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:17:47.706Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-12T00:17:47.706Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668212163987,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-12T00:17:47.706Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:17:47.706Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-12T00:17:47.706Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668212165420,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/vfwa6fd553b25380_modules.json",
"status": "DEPLOY_OK"
}
2022-11-12T00:17:47.706Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:17:47.706Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-12T00:17:47.706Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668212166426,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-11-12T00:17:47.706Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:17:47.706Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-12T00:17:47.706Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668212167432,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/resourceInstances/vfwa6fd553b25380/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-11-12T00:17:47.707Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:17:47.707Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-12T00:17:47.707Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668212168436,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221112001348/1.0/artifacts/service-Vfw20221112001348-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-12T00:17:47.707Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:18:16.864Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d7f06b8e-30f8-477b-8782-a2e9a09601df
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-11-12T00:18:16.882Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d7f06b8e-30f8-477b-8782-a2e9a09601df
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-11-12T00:18:16.886Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-12T00:18:16.886Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-12T00:18:16.887Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-12T00:18:16.887Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-12T00:18:16.888Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-12T00:18:16.888Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-12T00:18:16.889Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-12T00:18:16.889Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-12T00:18:16.889Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-12T00:18:16.896Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-12T00:18:46.897Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d7f06b8e-30f8-477b-8782-a2e9a09601df 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-11-12T00:18:46.908Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d7f06b8e-30f8-477b-8782-a2e9a09601df and serviceModelVersionId: 77e6bb82-8210-465c-bca4-4ee7e980e209
2022-11-12T00:18:46.908Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 545eb1a3-73e0-40ad-8d96-8a7bed44257e
2022-11-12T00:18:46.911Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/545eb1a3-73e0-40ad-8d96-8a7bed44257e/model-vers/model-ver/77e6bb82-8210-465c-bca4-4ee7e980e209?depth=0
2022-11-12T00:18:46.922Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-11-12T00:18:46.968Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/545eb1a3-73e0-40ad-8d96-8a7bed44257e/model-vers/model-ver/77e6bb82-8210-465c-bca4-4ee7e980e209?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-11-12T00:18:46.970Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/545eb1a3-73e0-40ad-8d96-8a7bed44257e/model-vers/model-ver/77e6bb82-8210-465c-bca4-4ee7e980e209?depth=0|INFO|500||Invoke
2022-11-12T00:18:46.978Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/545eb1a3-73e0-40ad-8d96-8a7bed44257e/model-vers/model-ver/77e6bb82-8210-465c-bca4-4ee7e980e209?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-12T00:18:47.098Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/545eb1a3-73e0-40ad-8d96-8a7bed44257e/model-vers/model-ver/77e6bb82-8210-465c-bca4-4ee7e980e209?depth=0|INFO|500||InvokeReturn
2022-11-12T00:18:47.099Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/545eb1a3-73e0-40ad-8d96-8a7bed44257e/model-vers/model-ver/77e6bb82-8210-465c-bca4-4ee7e980e209?depth=0 has http status code:200 and response headers:{date=[Sat, 12 Nov 2022 00:18:46 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[115], vertex-id=[372896], x-aai-txid=[1-aai-resources-221112-00:18:46:642-77472], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-11-12T00:18:47.099Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2022-11-12T00:18:47.100Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-12T00:18:47.100Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-12T00:18:47.123Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||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-11-12T00:18:47.125Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d7f06b8e-30f8-477b-8782-a2e9a09601df and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-12T00:18:47.126Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-12T00:18:47.127Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:18:47.146Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:18:47.147Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668212327126,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-12T00:18:47.243Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-11-12T00:18:47.244Z||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-11-12T00:18:47.244Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:18:47.268Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T00:18:47.268Z||pool-34-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:18:47.626Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:18:47.627Z||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-11-12T00:18:47.627Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:18:47.658Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T00:18:47.660Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-12T00:18:47.660Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bda3c7d0-89df-4079-978b-64b9b30ecb98",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668212218296,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-12T00:18:47.661Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:18:47.661Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-12T00:18:47.661Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668212147623,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-12T00:18:47.661Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-12T00:18:47.661Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-12T00:18:47.661Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668212147623,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/basic_onboard_dxohpo0_modules.json",
"status": "NOTIFIED"
}
2022-11-12T00:18:47.662Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-12T00:18:47.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-12T00:18:47.662Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668212147623,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-12T00:18:47.662Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-12T00:18:47.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-12T00:18:47.662Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668212147623,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-12T00:18:47.663Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-12T00:18:47.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-12T00:18:47.663Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668212147623,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-12T00:18:47.663Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-12T00:18:47.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-12T00:18:47.663Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668212147623,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/artifacts/service-BasicOnboardDxohpo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-12T00:18:47.663Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-12T00:18:47.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-12T00:18:47.664Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668212147623,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/artifacts/service-BasicOnboardDxohpo-csar.csar",
"status": "NOTIFIED"
}
2022-11-12T00:18:47.664Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-12T00:18:47.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-12T00:18:47.664Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668212226533,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/artifacts/service-BasicOnboardDxohpo-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-12T00:18:47.664Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:18:47.665Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-12T00:18:47.665Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668212229361,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/basic_onboard_dxohpo0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-12T00:18:47.665Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:18:47.665Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-12T00:18:47.665Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668212230445,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-12T00:18:47.665Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:18:47.666Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-12T00:18:47.666Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668212231558,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-12T00:18:47.666Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:18:47.666Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-12T00:18:47.666Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668212232754,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/basic_onboard_dxohpo0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-12T00:18:47.666Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:18:47.666Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-12T00:18:47.666Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668212233760,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-11-12T00:18:47.667Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:18:47.667Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-12T00:18:47.667Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668212234770,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/resourceInstances/basic_onboard_dxohpo0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-11-12T00:18:47.667Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:18:47.667Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-12T00:18:47.667Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668212235796,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDxohpo/1.0/artifacts/service-BasicOnboardDxohpo-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-12T00:18:47.667Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-12T00:18:48.166Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:18:48.167Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|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-11-12T00:18:48.167Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:18:58.567Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T00:18:58.568Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:18:58.569Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|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-11-12T00:18:58.569Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:19:08.117Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T00:19:08.117Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:19:08.118Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|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-11-12T00:19:08.118Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:19:17.697Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T00:19:47.623Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:19:47.624Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|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-11-12T00:19:47.624Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:19:47.625Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:19:47.626Z||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-11-12T00:19:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:19:48.154Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T00:19:48.155Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:19:48.156Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d7f06b8e-30f8-477b-8782-a2e9a09601df",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668212327126,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-12T00:19:48.157Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:19:57.179Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T00:20:47.623Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:20:47.624Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|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-11-12T00:20:47.625Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:20:47.625Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:20:47.626Z||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-11-12T00:20:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:20:57.187Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T00:20:57.187Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T00:21:47.623Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:21:47.626Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|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-11-12T00:21:47.626Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:21:47.627Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:21:47.627Z||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-11-12T00:21:47.628Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:21:57.178Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T00:21:57.183Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T00:22:47.623Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:22:47.624Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|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-11-12T00:22:47.625Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:22:47.626Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:22:47.626Z||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-11-12T00:22:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:22:57.202Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T00:22:57.205Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T00:23:47.625Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:23:47.626Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:23:47.626Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|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-11-12T00:23:47.626Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:23:47.626Z||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-11-12T00:23:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:23:57.199Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T00:23:57.211Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T00:24:47.624Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:24:47.626Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:24:47.627Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|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-11-12T00:24:47.627Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:24:47.627Z||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-11-12T00:24:47.628Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:24:57.196Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T00:24:57.196Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T00:25:47.623Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:25:47.624Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|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-11-12T00:25:47.625Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:25:47.625Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:25:47.627Z||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-11-12T00:25:47.627Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:25:57.209Z|d7f06b8e-30f8-477b-8782-a2e9a09601df|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T00:25:57.215Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T00:26:47.623Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:26:47.624Z||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-11-12T00:26:47.624Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:26:47.626Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:26:47.626Z||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-11-12T00:26:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:26:57.196Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T00:26:57.196Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T00:27:47.623Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:27:47.624Z||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-11-12T00:27:47.625Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:27:47.626Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:27:47.626Z||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-11-12T00:27:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:27:57.183Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T00:27:57.213Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T00:28:47.623Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:28:47.625Z||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-11-12T00:28:47.625Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:28:47.625Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:28:47.626Z||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-11-12T00:28:47.626Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:28:57.278Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T00:28:57.303Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T00:29:47.623Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:29:47.624Z||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-11-12T00:29:47.624Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:29:47.626Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:29:47.626Z||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-11-12T00:29:47.627Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:29:48.256Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T00:29:48.257Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-12T00:29:48.257Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"8c46cee2-aceb-4503-a6f5-c60e98db8d0b","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"28bfad87-7f58-4d38-acd1-e20f74dde635","serviceDescription":"service","serviceInvariantUUID":"825138ca-5996-41b8-8d82-191548bc71b8","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"948b4851-d5f9-4067-86c9-4c36dfaa2856","resourceInvariantUUID":"12ddc126-adb6-4684-a687-6e5577c5ba9d","resourceCustomizationUUID":"24a7ec96-0b73-451b-b6c4-c97bbba69270","category":"Generic","subcategory":"Network Elements","artifacts":[]}],"serviceArtifacts":[{"artifactName":"service-BasicNetwork-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","artifactChecksum":"OGJhMGJhNTNjYTM0NGE3ZDJiZGJjMGFhNTFkMDEzY2Q\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0eeffa60-3e18-48ac-911f-3896ce9c3587","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MmY4NzUzM2EwYmMwMjE4NGQ1NGNkNmEyYmMyYmMwNzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e4f98574-b688-4064-a692-5bc56c1efc33","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-12T00:29:48.259Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T00:29:48.260Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-12T00:29:48.260Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c46cee2-aceb-4503-a6f5-c60e98db8d0b",
"consumerID": "policy-id",
"timestamp": 1668212934544,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-12T00:29:48.261Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-12T00:29:48.262Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-12T00:29:48.262Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c46cee2-aceb-4503-a6f5-c60e98db8d0b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668212937247,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-12T00:29:48.262Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-12T00:29:48.262Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-12T00:29:48.262Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c46cee2-aceb-4503-a6f5-c60e98db8d0b",
"consumerID": "cds",
"timestamp": 1668212931231,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-12T00:29:48.263Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-12T00:29:48.263Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-12T00:29:48.263Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c46cee2-aceb-4503-a6f5-c60e98db8d0b",
"consumerID": "policy-id",
"timestamp": 1668212934544,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-12T00:29:48.263Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-12T00:29:48.264Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-12T00:29:48.264Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c46cee2-aceb-4503-a6f5-c60e98db8d0b",
"consumerID": "cds",
"timestamp": 1668212931231,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-12T00:29:48.264Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-12T00:29:48.265Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-12T00:29:48.265Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c46cee2-aceb-4503-a6f5-c60e98db8d0b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668212937247,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-12T00:29:48.265Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-12T00:29:48.265Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-12T00:29:48.266Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c46cee2-aceb-4503-a6f5-c60e98db8d0b",
"consumerID": "policy-id",
"timestamp": 1668212942471,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-12T00:29:48.266Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:29:48.268Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T00:29:48.267Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-12T00:29:48.268Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c46cee2-aceb-4503-a6f5-c60e98db8d0b",
"consumerID": "cds",
"timestamp": 1668212940504,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-12T00:29:48.268Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:29:48.269Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-12T00:29:48.269Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:29:48.269Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c46cee2-aceb-4503-a6f5-c60e98db8d0b",
"consumerID": "policy-id",
"timestamp": 1668212943476,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-12T00:29:48.269Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:29:48.270Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-12T00:29:48.270Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c46cee2-aceb-4503-a6f5-c60e98db8d0b",
"consumerID": "policy-id",
"timestamp": 1668212944485,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
2022-11-12T00:29:48.274Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:29:48.274Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "8c46cee2-aceb-4503-a6f5-c60e98db8d0b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668212987623,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
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-11-12T00:29:48.301Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8c46cee2-aceb-4503-a6f5-c60e98db8d0b
2022-11-12T00:29:48.301Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8c46cee2-aceb-4503-a6f5-c60e98db8d0b 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-11-12T00:29:48.315Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-12T00:29:48.315Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c46cee2-aceb-4503-a6f5-c60e98db8d0b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668212954622,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-12T00:29:48.316Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-12T00:29:48.316Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-12T00:29:48.316Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c46cee2-aceb-4503-a6f5-c60e98db8d0b",
"consumerID": "aai-ml",
"timestamp": 1668212955556,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-12T00:29:48.316Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-12T00:29:48.317Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-12T00:29:48.317Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c46cee2-aceb-4503-a6f5-c60e98db8d0b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668212954622,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-12T00:29:48.317Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-12T00:29:48.317Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-12T00:29:48.317Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c46cee2-aceb-4503-a6f5-c60e98db8d0b",
"consumerID": "aai-ml",
"timestamp": 1668212955556,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-12T00:29:48.317Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-12T00:29:48.318Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-12T00:29:48.318Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c46cee2-aceb-4503-a6f5-c60e98db8d0b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668212957528,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-12T00:29:48.318Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:29:48.318Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-12T00:29:48.319Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c46cee2-aceb-4503-a6f5-c60e98db8d0b",
"consumerID": "aai-ml",
"timestamp": 1668212958798,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-12T00:29:48.319Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:29:48.319Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-12T00:29:48.319Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c46cee2-aceb-4503-a6f5-c60e98db8d0b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668212959185,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-12T00:29:48.319Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:29:48.319Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-12T00:29:48.319Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c46cee2-aceb-4503-a6f5-c60e98db8d0b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668212960189,
"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-11-12T00:29:48.328Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8c46cee2-aceb-4503-a6f5-c60e98db8d0b
2022-11-12T00:29:48.328Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8c46cee2-aceb-4503-a6f5-c60e98db8d0b 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-11-12T00:29:48.341Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-12T00:29:48.342Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c46cee2-aceb-4503-a6f5-c60e98db8d0b",
"consumerID": "aai-ml",
"timestamp": 1668212962807,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-12T00:29:48.342Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T00:29:48.342Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-12T00:29:48.342Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c46cee2-aceb-4503-a6f5-c60e98db8d0b",
"consumerID": "aai-ml",
"timestamp": 1668212963812,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-12T00:29:48.349Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8c46cee2-aceb-4503-a6f5-c60e98db8d0b
2022-11-12T00:29:48.350Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8c46cee2-aceb-4503-a6f5-c60e98db8d0b 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-11-12T00:29:48.374Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T00:29:48.375Z||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-11-12T00:29:48.375Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:29:48.396Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T00:29:48.397Z||pool-35-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:29:49.274Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T00:29:49.275Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:29:49.278Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:29:49.278Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "8c46cee2-aceb-4503-a6f5-c60e98db8d0b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668212987623,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-12T00:29:49.379Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T00:29:49.380Z||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-11-12T00:29:49.381Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:29:49.396Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T00:29:49.396Z||pool-36-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-11-12T00:29:50.282Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "8c46cee2-aceb-4503-a6f5-c60e98db8d0b",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "28bfad87-7f58-4d38-acd1-e20f74dde635",
"serviceDescription": "service",
"serviceInvariantUUID": "825138ca-5996-41b8-8d82-191548bc71b8",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "24a7ec96-0b73-451b-b6c4-c97bbba69270",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "948b4851-d5f9-4067-86c9-4c36dfaa2856",
"resourceInvariantUUID": "12ddc126-adb6-4684-a687-6e5577c5ba9d",
"category": "Generic",
"subcategory": "Network Elements",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicNetwork-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"artifactChecksum": "MmY4NzUzM2EwYmMwMjE4NGQ1NGNkNmEyYmMyYmMwNzQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e4f98574-b688-4064-a692-5bc56c1efc33"
}
],
"workloadContext": "Production"
}
2022-11-12T00:29:50.282Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-12T00:29:50.283Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 28bfad87-7f58-4d38-acd1-e20f74dde635 ASDC
2022-11-12T00:29:50.284Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:8c46cee2-aceb-4503-a6f5-c60e98db8d0b
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:28bfad87-7f58-4d38-acd1-e20f74dde635
ServiceInvariantUUID:825138ca-5996-41b8-8d82-191548bc71b8
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicNetwork-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
ArtifactUUID:e4f98574-b688-4064-a692-5bc56c1efc33
ArtifactChecksum:MmY4NzUzM2EwYmMwMjE4NGQ1NGNkNmEyYmMyYmMwNzQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:24a7ec96-0b73-451b-b6c4-c97bbba69270
ResourceInvariantUUID:12ddc126-adb6-4684-a687-6e5577c5ba9d
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:948b4851-d5f9-4067-86c9-4c36dfaa2856
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-11-12T00:29:50.328Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 28bfad87-7f58-4d38-acd1-e20f74dde635 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-11-12T00:29:50.386Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-12T00:29:50.388Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-12T00:29:50.388Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-12T00:29:50.388Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: e4f98574-b688-4064-a692-5bc56c1efc33 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-12T00:29:50.389Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-12T00:29:50.389Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-12T00:29:50.530Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-12T00:29:50.531Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar e4f98574-b688-4064-a692-5bc56c1efc33 57661
2022-11-12T00:29:50.531Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-11-12T00:29:50.531Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-12T00:29:50.532Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-12T00:29:50.532Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:29:50.542Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:29:50.542Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "8c46cee2-aceb-4503-a6f5-c60e98db8d0b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668212990531,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-12T00:29:50.634Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-11-12T00:29:50.635Z||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-11-12T00:29:50.636Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:29:50.664Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T00:29:50.665Z||pool-37-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:29:51.546Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-12T00:29:51.547Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-12T00:29:51.547Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: e4f98574-b688-4064-a692-5bc56c1efc33, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-12T00:29:51.548Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-11-12T00:29:51.548Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-12T00:29:51.548Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-12T00:29:51.927Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3389382078599546215/Definitions/service-BasicNetwork-template.yml
2022-11-12T00:29:52.704Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-12T00:29:52.704Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-11-12T00:29:52.704Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-12T00:29:52.704Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-11-12T00:29:52.705Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-12T00:29:52.705Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-12T00:29:52.705Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-12T00:29:52.705Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-12T00:29:52.705Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-12T00:29:52.706Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-12T00:29:52.706Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-12T00:29:52.706Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-12T00:29:52.706Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-11-12T00:29:52.706Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-12T00:29:52.706Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:29:52.707Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-12T00:29:52.707Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-11-12T00:29:52.707Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-12T00:29:52.707Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-12T00:29:52.707Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:29:52.708Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-12T00:29:52.708Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-11-12T00:29:52.708Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-12T00:29:52.708Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-12T00:29:52.708Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:29:52.708Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-12T00:29:52.708Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:29:52.709Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-12T00:29:52.709Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:29:52.709Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-12T00:29:52.709Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:29:52.709Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-12T00:29:52.710Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:29:52.710Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:28bfad87-7f58-4d38-acd1-e20f74dde635
Model Version:NULL
Model InvariantUuid:825138ca-5996-41b8-8d82-191548bc71b8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:12ddc126-adb6-4684-a687-6e5577c5ba9d
Model UUID:8c0cb30c-ddc5-4c7d-9d07-4295ae699947
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:24a7ec96-0b73-451b-b6c4-c97bbba69270
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-12T00:29:52.722Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||INFO|500||Processing Resource Type: VL, Model UUID: 948b4851-d5f9-4067-86c9-4c36dfaa2856
2022-11-12T00:29:52.722Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||INFO|500||No resources found for Service: 28bfad87-7f58-4d38-acd1-e20f74dde635
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-11-12T00:29:52.729Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||INFO|500||
2022-11-12T00:29:52.729Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-11-12T00:29:52.730Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 28bfad87-7f58-4d38-acd1-e20f74dde635
2022-11-12T00:29:52.730Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 28bfad87-7f58-4d38-acd1-e20f74dde635
2022-11-12T00:29:52.731Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-11-12T00:29:52.731Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-12T00:29:52.740Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7fd8c744, org.onap.sdc.toscaparser.api.parameters.Input@5cef3733, org.onap.sdc.toscaparser.api.parameters.Input@331216ee, org.onap.sdc.toscaparser.api.parameters.Input@7d964089, org.onap.sdc.toscaparser.api.parameters.Input@444d5a98]
2022-11-12T00:29:52.742Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-12T00:29:52.742Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:29:52.743Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-12T00:29:52.743Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:29:52.743Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 28bfad87-7f58-4d38-acd1-e20f74dde635: Generic NeutronNet
2022-11-12T00:29:52.743Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-12T00:29:52.744Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:29:52.744Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-12T00:29:52.744Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-11-12T00:29:52.781Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-12T00:29:52.782Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:29:52.782Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-12T00:29:52.782Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:29:52.783Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-12T00:29:52.783Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:29:52.783Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-11-12T00:29:52.851Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-11-12T00:29:52.851Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-11-12T00:29:52.851Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-12T00:29:52.851Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-12T00:29:52.852Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:29:52.854Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:29:52.855Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "8c46cee2-aceb-4503-a6f5-c60e98db8d0b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668212992851,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-12T00:29:52.955Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T00:29:52.956Z||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-11-12T00:29:52.956Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:29:52.978Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T00:29:52.979Z||pool-38-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:29:53.856Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8c46cee2-aceb-4503-a6f5-c60e98db8d0b
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-11-12T00:29:53.871Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8c46cee2-aceb-4503-a6f5-c60e98db8d0b
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-11-12T00:29:53.876Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-12T00:29:53.877Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-12T00:29:53.877Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-12T00:29:53.877Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-12T00:29:53.877Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-12T00:29:53.878Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-12T00:29:53.878Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-12T00:29:53.879Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-12T00:29:53.879Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-12T00:29:53.889Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-12T00:30:23.890Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8c46cee2-aceb-4503-a6f5-c60e98db8d0b 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-11-12T00:30:23.908Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8c46cee2-aceb-4503-a6f5-c60e98db8d0b and serviceModelVersionId: 28bfad87-7f58-4d38-acd1-e20f74dde635
2022-11-12T00:30:23.908Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 825138ca-5996-41b8-8d82-191548bc71b8
2022-11-12T00:30:23.911Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/825138ca-5996-41b8-8d82-191548bc71b8/model-vers/model-ver/28bfad87-7f58-4d38-acd1-e20f74dde635?depth=0
2022-11-12T00:30:23.920Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-11-12T00:30:23.981Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/825138ca-5996-41b8-8d82-191548bc71b8/model-vers/model-ver/28bfad87-7f58-4d38-acd1-e20f74dde635?depth=0|INFO|500||Invoke
2022-11-12T00:30:23.981Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/825138ca-5996-41b8-8d82-191548bc71b8/model-vers/model-ver/28bfad87-7f58-4d38-acd1-e20f74dde635?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/825138ca-5996-41b8-8d82-191548bc71b8/model-vers/model-ver/28bfad87-7f58-4d38-acd1-e20f74dde635?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8c46cee2-aceb-4503-a6f5-c60e98db8d0b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8e1f669f-126a-4655-ab5f-e92a174ab345], X-ECOMP-RequestID=[8c46cee2-aceb-4503-a6f5-c60e98db8d0b], X-TransactionId=[], X-ONAP-RequestID=[8c46cee2-aceb-4503-a6f5-c60e98db8d0b], Content-Type=[application/merge-patch+json]}
2022-11-12T00:30:23.988Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/825138ca-5996-41b8-8d82-191548bc71b8/model-vers/model-ver/28bfad87-7f58-4d38-acd1-e20f74dde635?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-12T00:30:24.117Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/825138ca-5996-41b8-8d82-191548bc71b8/model-vers/model-ver/28bfad87-7f58-4d38-acd1-e20f74dde635?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/825138ca-5996-41b8-8d82-191548bc71b8/model-vers/model-ver/28bfad87-7f58-4d38-acd1-e20f74dde635?depth=0 has http status code:200 and response headers:{date=[Sat, 12 Nov 2022 00:30:23 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[124], vertex-id=[208984], x-aai-txid=[2-aai-resources-221112-00:30:23:649-6731], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-11-12T00:30:24.117Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/825138ca-5996-41b8-8d82-191548bc71b8/model-vers/model-ver/28bfad87-7f58-4d38-acd1-e20f74dde635?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-12T00:30:24.118Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/825138ca-5996-41b8-8d82-191548bc71b8/model-vers/model-ver/28bfad87-7f58-4d38-acd1-e20f74dde635?depth=0|INFO|500||InvokeReturn
2022-11-12T00:30:24.118Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-12T00:30:24.118Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-12T00:30:24.124Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java: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-11-12T00:30:24.125Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8c46cee2-aceb-4503-a6f5-c60e98db8d0b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-12T00:30:24.125Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-12T00:30:24.126Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:30:24.129Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:30:24.129Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "8c46cee2-aceb-4503-a6f5-c60e98db8d0b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668213024125,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-12T00:30:24.229Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T00:30:24.230Z||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-11-12T00:30:24.230Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:30:24.248Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T00:30:24.249Z||pool-39-thread-1|||||INFO|500||cambria reply ok (20 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-11-12T00:30:47.624Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:30:47.625Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T00:30:47.627Z||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-11-12T00:30:47.627Z||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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:30:47.629Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|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-11-12T00:30:47.629Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|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 s9w5ioVAlKfWvACK) ...
2022-11-12T00:30:47.763Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T00:30:47.764Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T00:30:47.764Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c46cee2-aceb-4503-a6f5-c60e98db8d0b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668212987623,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-12T00:30:47.767Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-12T00:30:48.293Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T00:30:48.299Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-12T00:30:48.299Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"9aadc636-d144-4e08-86e8-dfe7df9103e5","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"fd1922d2-3d5a-4de0-b300-323e227d1e9f","serviceDescription":"service","serviceInvariantUUID":"13497fc8-eea0-4f87-b20e-caa405606098","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"67a5e88f-1514-4d5b-af9b-408115be2154","resourceInvariantUUID":"f51b6104-c251-48ec-bfb2-8d97b4f471ea","resourceCustomizationUUID":"fa58ca0e-cd52-49a2-8121-c961d9b3b94b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"N2FlNTgxMWQ3NmVjMzg0MDcyNDAxMTk4ZGI3NzMwNjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9a96f972-d32b-4a1f-9634-4004dfe34163","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"NWQ1NjQzODUzNWQ0YzE5ODFmYTM0ZmExNjYyZTdlODU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b59846b3-4ce4-4e8a-9acb-8ee287a8bd20","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ed2196ba-3bc1-4a00-8797-548ed65914b7","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"fb413c7f-69cd-4125-941c-f5b553625fc8","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c7407735-6ed5-4140-9703-ea1e7fb99a4c","artifactVersion":"2","generatedFromUUID":"ed2196ba-3bc1-4a00-8797-548ed65914b7"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MDg5ZDgzYTJhMDFkZGIxYTQ4NGJmYjYwNmEzNzIzNTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f5b7fd7e-f070-4bcb-a865-3310b5dbcc28","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZTIwM2Q2OWRjZjRjNTVmMGM4YTg2MmE3OTBhY2Y2MjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b408e0b3-a79b-4b06-8672-34674b3281d2","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-12T00:30:48.304Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T00:30:48.305Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:30:48.310Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:30:48.310Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "9aadc636-d144-4e08-86e8-dfe7df9103e5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668213047624,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-12T00:30:48.410Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T00:30:48.412Z||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-11-12T00:30:48.412Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:30:48.434Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T00:30:48.436Z||pool-40-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:30:49.313Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T00:30:49.315Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:30:49.321Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:30:49.321Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "9aadc636-d144-4e08-86e8-dfe7df9103e5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668213047624,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-11-12T00:30:49.427Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-12T00:30:49.428Z||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-11-12T00:30:49.428Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:30:49.466Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T00:30:49.467Z||pool-41-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:30:50.327Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T00:30:50.328Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:30:50.332Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:30:50.332Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "9aadc636-d144-4e08-86e8-dfe7df9103e5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668213047624,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-11-12T00:30:50.432Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-12T00:30:50.434Z||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-11-12T00:30:50.435Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:30:50.455Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T00:30:50.456Z||pool-42-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:30:51.333Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T00:30:51.334Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:30:51.337Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:30:51.338Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "9aadc636-d144-4e08-86e8-dfe7df9103e5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668213047624,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-12T00:30:51.438Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T00:30:51.439Z||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-11-12T00:30:51.439Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:30:51.467Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T00:30:51.468Z||pool-43-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:30:52.339Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T00:30:52.340Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:30:52.342Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:30:52.343Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "9aadc636-d144-4e08-86e8-dfe7df9103e5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668213047624,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-11-12T00:30:52.443Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T00:30:52.444Z||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-11-12T00:30:52.444Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:30:52.472Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T00:30:52.473Z||pool-44-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:30:53.344Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T00:30:53.345Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:30:53.348Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:30:53.349Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "9aadc636-d144-4e08-86e8-dfe7df9103e5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668213047624,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-12T00:30:53.449Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T00:30:53.450Z||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-11-12T00:30:53.450Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:30:53.480Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T00:30:53.481Z||pool-45-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:30:54.350Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T00:30:54.351Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:30:54.354Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:30:54.355Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "9aadc636-d144-4e08-86e8-dfe7df9103e5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668213047624,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-11-12T00:30:54.458Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-11-12T00:30:54.459Z||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-11-12T00:30:54.459Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:30:54.489Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T00:30:54.490Z||pool-46-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:30:55.357Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "9aadc636-d144-4e08-86e8-dfe7df9103e5",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "fd1922d2-3d5a-4de0-b300-323e227d1e9f",
"serviceDescription": "service",
"serviceInvariantUUID": "13497fc8-eea0-4f87-b20e-caa405606098",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "fa58ca0e-cd52-49a2-8121-c961d9b3b94b",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "67a5e88f-1514-4d5b-af9b-408115be2154",
"resourceInvariantUUID": "f51b6104-c251-48ec-bfb2-8d97b4f471ea",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_vm0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"artifactChecksum": "NWQ1NjQzODUzNWQ0YzE5ODFmYTM0ZmExNjYyZTdlODU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b59846b3-4ce4-4e8a-9acb-8ee287a8bd20",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "ed2196ba-3bc1-4a00-8797-548ed65914b7",
"generatedArtifact": {
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "c7407735-6ed5-4140-9703-ea1e7fb99a4c",
"generatedFromUUID": "ed2196ba-3bc1-4a00-8797-548ed65914b7"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "c7407735-6ed5-4140-9703-ea1e7fb99a4c",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "ZTIwM2Q2OWRjZjRjNTVmMGM4YTg2MmE3OTBhY2Y2MjA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b408e0b3-a79b-4b06-8672-34674b3281d2"
}
],
"workloadContext": "Production"
}
2022-11-12T00:30:55.357Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-12T00:30:55.357Z|8c46cee2-aceb-4503-a6f5-c60e98db8d0b|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 fd1922d2-3d5a-4de0-b300-323e227d1e9f ASDC
2022-11-12T00:30:55.358Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:9aadc636-d144-4e08-86e8-dfe7df9103e5
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:fd1922d2-3d5a-4de0-b300-323e227d1e9f
ServiceInvariantUUID:13497fc8-eea0-4f87-b20e-caa405606098
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:b408e0b3-a79b-4b06-8672-34674b3281d2
ArtifactChecksum:ZTIwM2Q2OWRjZjRjNTVmMGM4YTg2MmE3OTBhY2Y2MjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:fa58ca0e-cd52-49a2-8121-c961d9b3b94b
ResourceInvariantUUID:f51b6104-c251-48ec-bfb2-8d97b4f471ea
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:67a5e88f-1514-4d5b-af9b-408115be2154
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:b59846b3-4ce4-4e8a-9acb-8ee287a8bd20
ArtifactChecksum:NWQ1NjQzODUzNWQ0YzE5ODFmYTM0ZmExNjYyZTdlODU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:ed2196ba-3bc1-4a00-8797-548ed65914b7
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:c7407735-6ed5-4140-9703-ea1e7fb99a4c
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:c7407735-6ed5-4140-9703-ea1e7fb99a4c
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-11-12T00:30:55.358Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fd1922d2-3d5a-4de0-b300-323e227d1e9f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-12T00:30:55.406Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-12T00:30:55.407Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-12T00:30:55.408Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-12T00:30:55.408Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: b408e0b3-a79b-4b06-8672-34674b3281d2 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-11-12T00:30:55.408Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-12T00:30:55.408Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-11-12T00:30:55.510Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-12T00:30:55.514Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar b408e0b3-a79b-4b06-8672-34674b3281d2 74820
2022-11-12T00:30:55.514Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-11-12T00:30:55.515Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-11-12T00:30:55.515Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-12T00:30:55.515Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T00:30:55.525Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T00:30:55.525Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "9aadc636-d144-4e08-86e8-dfe7df9103e5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668213055514,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-12T00:30:55.618Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-11-12T00:30:55.619Z||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-11-12T00:30:55.619Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s9w5ioVAlKfWvACK) ...
2022-11-12T00:30:55.635Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T00:30:55.636Z||pool-47-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-12T00:30:56.526Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-12T00:30:56.527Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-12T00:30:56.527Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: b408e0b3-a79b-4b06-8672-34674b3281d2, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-11-12T00:30:56.527Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-11-12T00:30:56.528Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-11-12T00:30:56.528Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-11-12T00:30:56.690Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5796922306665158667/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-11-12T00:30:58.634Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-12T00:30:58.634Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-11-12T00:30:58.635Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-12T00:30:58.635Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-12T00:30:58.635Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-12T00:30:58.635Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-12T00:30:58.635Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-12T00:30:58.636Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-12T00:30:58.636Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-12T00:30:58.637Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-12T00:30:58.637Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-12T00:30:58.637Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-11-12T00:30:58.638Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-12T00:30:58.638Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:30:58.639Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-12T00:30:58.639Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-11-12T00:30:58.640Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-12T00:30:58.640Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-12T00:30:58.640Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:30:58.641Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-12T00:30:58.641Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-11-12T00:30:58.641Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-12T00:30:58.641Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-12T00:30:58.641Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T00:30:58.642Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-12T00:30:58.642Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-11-12T00:30:58.642Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-11-12T00:30:58.642Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-11-12T00:30:58.643Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-11-12T00:30:58.643Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-12T00:30:58.643Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-12T00:30:58.643Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-12T00:30:58.643Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-12T00:30:58.644Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-12T00:30:58.644Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-12T00:30:58.644Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-12T00:30:58.644Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-12T00:30:58.644Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-12T00:30:58.645Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-12T00:30:58.646Z|9aadc636-d144-4e08-86e8-dfe7df9103e5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery