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-12T23:13:11.409Z||main|||||INFO|500||The following profiles are active: basic 2022-11-12T23:13:38.213Z||main|||||INFO|500||Starting service [Tomcat] 2022-11-12T23:13:38.214Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-11-12T23:13:38.475Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-11-12T23:13:48.225Z||main|||||INFO|500||catdb-pool - Starting... 2022-11-12T23:13:48.772Z||main|||||INFO|500||catdb-pool - Start completed. 2022-11-12T23:13:49.651Z||main|||||INFO|500||reqdb-pool - Starting... 2022-11-12T23:13:49.699Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-11-12T23:13:49.893Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-11-12T23:13:50.257Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-11-12T23:13:50.988Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-11-12T23:13:54.839Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-11-12T23:13:57.931Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-11-12T23:13:58.035Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-11-12T23:13:58.828Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-11-12T23:13:59.186Z||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-12T23:14:01.055Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-11-12T23:14:02.655Z||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-12T23:14:03.458Z||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-12T23:14:04.482Z||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-12T23:14:04.496Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke 2022-11-12T23:14:04.534Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-12T23:14:06.818Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn 2022-11-12T23:14:06.819Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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=[Sat, 12 Nov 2022 23:14:03 GMT], server=[envoy], x-envoy-upstream-service-time=[2268], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]} 2022-11-12T23:14:06.821Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||DEBUG|500||{"id":"7f70c5b267274252ad24d33d46aed330","versionId":"d9171848493b44a3879deb255e09bbb3"} 2022-11-12T23:14:06.861Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||INFO|500||Successfully created activitySpec VNFSetInMaintFlagActivity 2022-11-12T23:14:06.966Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/7f70c5b267274252ad24d33d46aed330/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]} 2022-11-12T23:14:06.969Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/7f70c5b267274252ad24d33d46aed330/versions/latest/actions|INFO|500||Invoke 2022-11-12T23:14:06.972Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/7f70c5b267274252ad24d33d46aed330/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"} 2022-11-12T23:14:07.455Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/7f70c5b267274252ad24d33d46aed330/versions/latest/actions|INFO|500||InvokeReturn 2022-11-12T23:14:07.456Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/7f70c5b267274252ad24d33d46aed330/versions/latest/actions has http status code:200 and response headers:{date=[Sat, 12 Nov 2022 23:14:06 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[426]} 2022-11-12T23:14:07.457Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||DEBUG|500||Response was returned with an empty entity. 2022-11-12T23:14:07.458Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||INFO|500||Successfully certified activitySpec VNFSetInMaintFlagActivity 2022-11-12T23:14:07.458Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-12T23:14:07.532Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-12T23:14:07.534Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke 2022-11-12T23:14:07.536Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-12T23:14:08.035Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn 2022-11-12T23:14:08.036Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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=[Sat, 12 Nov 2022 23:14:06 GMT], server=[envoy], x-envoy-upstream-service-time=[496], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]} 2022-11-12T23:14:08.038Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||DEBUG|500||{"id":"5397576145464288a260f42995ee964d","versionId":"f99ed5d6d5d646c4a71694f4534b6f86"} 2022-11-12T23:14:08.041Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||INFO|500||Successfully created activitySpec VNFCheckPserversLockedFlagActivity 2022-11-12T23:14:08.141Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/5397576145464288a260f42995ee964d/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]} 2022-11-12T23:14:08.144Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/5397576145464288a260f42995ee964d/versions/latest/actions|INFO|500||Invoke 2022-11-12T23:14:08.146Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/5397576145464288a260f42995ee964d/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"} 2022-11-12T23:14:08.658Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/5397576145464288a260f42995ee964d/versions/latest/actions|INFO|500||InvokeReturn 2022-11-12T23:14:08.660Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/5397576145464288a260f42995ee964d/versions/latest/actions has http status code:200 and response headers:{date=[Sat, 12 Nov 2022 23:14:07 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[507]} 2022-11-12T23:14:08.662Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||DEBUG|500||Response was returned with an empty entity. 2022-11-12T23:14:08.663Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||INFO|500||Successfully certified activitySpec VNFCheckPserversLockedFlagActivity 2022-11-12T23:14:08.663Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-12T23:14:08.753Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-12T23:14:08.757Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke 2022-11-12T23:14:08.759Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-12T23:14:09.246Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn 2022-11-12T23:14:09.246Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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=[Sat, 12 Nov 2022 23:14:07 GMT], server=[envoy], x-envoy-upstream-service-time=[481], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]} 2022-11-12T23:14:09.247Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||DEBUG|500||{"id":"6ff1698fd82e42f79ff4e50058276992","versionId":"e8e83a626c6a4b6bb8a72018e953f873"} 2022-11-12T23:14:09.252Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||INFO|500||Successfully created activitySpec VNFCheckInMaintFlagActivity 2022-11-12T23:14:09.322Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6ff1698fd82e42f79ff4e50058276992/versions/latest/actions|INFO|500||Invoke 2022-11-12T23:14:09.323Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6ff1698fd82e42f79ff4e50058276992/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/6ff1698fd82e42f79ff4e50058276992/versions/latest/actions with request headers:{X-RequestID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[1690ce3c-1ce4-4339-bd3d-c10aad562498], X-ECOMP-RequestID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], X-TransactionID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], X-ONAP-RequestID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], Content-Type=[application/json]} 2022-11-12T23:14:09.325Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6ff1698fd82e42f79ff4e50058276992/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"} 2022-11-12T23:14:10.062Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6ff1698fd82e42f79ff4e50058276992/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/6ff1698fd82e42f79ff4e50058276992/versions/latest/actions has http status code:200 and response headers:{date=[Sat, 12 Nov 2022 23:14:08 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[733]} 2022-11-12T23:14:10.063Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6ff1698fd82e42f79ff4e50058276992/versions/latest/actions|DEBUG|500||Response was returned with an empty entity. 2022-11-12T23:14:10.065Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6ff1698fd82e42f79ff4e50058276992/versions/latest/actions|INFO|500||InvokeReturn 2022-11-12T23:14:10.071Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||INFO|500||Successfully certified activitySpec VNFCheckInMaintFlagActivity 2022-11-12T23:14:10.073Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-12T23:14:10.167Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-12T23:14:10.169Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke 2022-11-12T23:14:10.171Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-12T23:14:10.357Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn 2022-11-12T23:14:10.358Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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=[Sat, 12 Nov 2022 23:14:09 GMT], server=[envoy], x-envoy-upstream-service-time=[181], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]} 2022-11-12T23:14:10.359Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||DEBUG|500||{"id":"87d35c927d64481893a2eee8812e374c","versionId":"f8ab82e280b2418ba94cc15060c4c6ce"} 2022-11-12T23:14:10.362Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||INFO|500||Successfully created activitySpec VNFCheckClosedLoopDisabledFlagActivity 2022-11-12T23:14:10.409Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/87d35c927d64481893a2eee8812e374c/versions/latest/actions|INFO|500||Invoke 2022-11-12T23:14:10.410Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/87d35c927d64481893a2eee8812e374c/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/87d35c927d64481893a2eee8812e374c/versions/latest/actions with request headers:{X-RequestID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[b4f3b19d-d3a4-490a-ab93-7ab9d206f361], X-ECOMP-RequestID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], X-TransactionID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], X-ONAP-RequestID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], Content-Type=[application/json]} 2022-11-12T23:14:10.412Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/87d35c927d64481893a2eee8812e374c/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"} 2022-11-12T23:14:10.727Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/87d35c927d64481893a2eee8812e374c/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/87d35c927d64481893a2eee8812e374c/versions/latest/actions has http status code:200 and response headers:{date=[Sat, 12 Nov 2022 23:14:09 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[311]} 2022-11-12T23:14:10.728Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/87d35c927d64481893a2eee8812e374c/versions/latest/actions|DEBUG|500||Response was returned with an empty entity. 2022-11-12T23:14:10.729Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/87d35c927d64481893a2eee8812e374c/versions/latest/actions|INFO|500||InvokeReturn 2022-11-12T23:14:10.742Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||INFO|500||Successfully certified activitySpec VNFCheckClosedLoopDisabledFlagActivity 2022-11-12T23:14:10.743Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-12T23:14:10.819Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-12T23:14:10.821Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke 2022-11-12T23:14:10.822Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-12T23:14:10.986Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn 2022-11-12T23:14:10.988Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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=[Sat, 12 Nov 2022 23:14:09 GMT], server=[envoy], x-envoy-upstream-service-time=[160], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]} 2022-11-12T23:14:10.989Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||DEBUG|500||{"id":"d089c6d0f21b4a94a645b54e2a1e3536","versionId":"e4d0227a792f4a63b1388b2ac5e047b6"} 2022-11-12T23:14:10.992Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||INFO|500||Successfully created activitySpec VNFSetClosedLoopDisabledFlagActivity 2022-11-12T23:14:11.033Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/d089c6d0f21b4a94a645b54e2a1e3536/versions/latest/actions|INFO|500||Invoke 2022-11-12T23:14:11.033Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/d089c6d0f21b4a94a645b54e2a1e3536/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/d089c6d0f21b4a94a645b54e2a1e3536/versions/latest/actions with request headers:{X-RequestID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[fa057020-059c-45b8-9f24-ae4fea4771a0], X-ECOMP-RequestID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], X-TransactionID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], X-ONAP-RequestID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], Content-Type=[application/json]} 2022-11-12T23:14:11.035Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/d089c6d0f21b4a94a645b54e2a1e3536/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"} 2022-11-12T23:14:11.310Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/d089c6d0f21b4a94a645b54e2a1e3536/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/d089c6d0f21b4a94a645b54e2a1e3536/versions/latest/actions has http status code:200 and response headers:{date=[Sat, 12 Nov 2022 23:14:10 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[269]} 2022-11-12T23:14:11.311Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/d089c6d0f21b4a94a645b54e2a1e3536/versions/latest/actions|DEBUG|500||Response was returned with an empty entity. 2022-11-12T23:14:11.312Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/d089c6d0f21b4a94a645b54e2a1e3536/versions/latest/actions|INFO|500||InvokeReturn 2022-11-12T23:14:11.313Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||INFO|500||Successfully certified activitySpec VNFSetClosedLoopDisabledFlagActivity 2022-11-12T23:14:11.313Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-12T23:14:11.367Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-12T23:14:11.369Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke 2022-11-12T23:14:11.370Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-12T23:14:11.548Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn 2022-11-12T23:14:11.553Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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=[Sat, 12 Nov 2022 23:14:10 GMT], server=[envoy], x-envoy-upstream-service-time=[171], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]} 2022-11-12T23:14:11.554Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||DEBUG|500||{"id":"db0ffd1e114840469a85ca7ae4e48a49","versionId":"897bf029751f41cfba906dbde73bd5df"} 2022-11-12T23:14:11.560Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||INFO|500||Successfully created activitySpec VNFUnsetClosedLoopDisabledFlagActivity 2022-11-12T23:14:11.599Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/db0ffd1e114840469a85ca7ae4e48a49/versions/latest/actions|INFO|500||Invoke 2022-11-12T23:14:11.600Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/db0ffd1e114840469a85ca7ae4e48a49/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/db0ffd1e114840469a85ca7ae4e48a49/versions/latest/actions with request headers:{X-RequestID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[c368f9eb-2c93-4458-8e9b-b7bdd4afd981], X-ECOMP-RequestID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], X-TransactionID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], X-ONAP-RequestID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], Content-Type=[application/json]} 2022-11-12T23:14:11.601Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/db0ffd1e114840469a85ca7ae4e48a49/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"} 2022-11-12T23:14:11.858Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/db0ffd1e114840469a85ca7ae4e48a49/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/db0ffd1e114840469a85ca7ae4e48a49/versions/latest/actions has http status code:200 and response headers:{date=[Sat, 12 Nov 2022 23:14:10 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[253]} 2022-11-12T23:14:11.859Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/db0ffd1e114840469a85ca7ae4e48a49/versions/latest/actions|DEBUG|500||Response was returned with an empty entity. 2022-11-12T23:14:11.860Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/db0ffd1e114840469a85ca7ae4e48a49/versions/latest/actions|INFO|500||InvokeReturn 2022-11-12T23:14:11.861Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||INFO|500||Successfully certified activitySpec VNFUnsetClosedLoopDisabledFlagActivity 2022-11-12T23:14:11.861Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-12T23:14:11.925Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-12T23:14:11.927Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke 2022-11-12T23:14:11.928Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-12T23:14:12.086Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn 2022-11-12T23:14:12.087Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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=[Sat, 12 Nov 2022 23:14:11 GMT], server=[envoy], x-envoy-upstream-service-time=[153], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]} 2022-11-12T23:14:12.087Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||DEBUG|500||{"id":"fd55fc23d31a4bfaa365bc9e567f2590","versionId":"6e70205d91fe45c8b347882695f8f480"} 2022-11-12T23:14:12.090Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||INFO|500||Successfully created activitySpec VNFLockActivity 2022-11-12T23:14:12.121Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/fd55fc23d31a4bfaa365bc9e567f2590/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]} 2022-11-12T23:14:12.122Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/fd55fc23d31a4bfaa365bc9e567f2590/versions/latest/actions|INFO|500||Invoke 2022-11-12T23:14:12.123Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/fd55fc23d31a4bfaa365bc9e567f2590/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"} 2022-11-12T23:14:12.377Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/fd55fc23d31a4bfaa365bc9e567f2590/versions/latest/actions|INFO|500||InvokeReturn 2022-11-12T23:14:12.378Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/fd55fc23d31a4bfaa365bc9e567f2590/versions/latest/actions has http status code:200 and response headers:{date=[Sat, 12 Nov 2022 23:14:11 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[250]} 2022-11-12T23:14:12.378Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||DEBUG|500||Response was returned with an empty entity. 2022-11-12T23:14:12.378Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||INFO|500||Successfully certified activitySpec VNFLockActivity 2022-11-12T23:14:12.378Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-12T23:14:12.643Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-12T23:14:12.646Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke 2022-11-12T23:14:12.648Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-12T23:14:12.810Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn 2022-11-12T23:14:12.812Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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=[Sat, 12 Nov 2022 23:14:11 GMT], server=[envoy], x-envoy-upstream-service-time=[158], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]} 2022-11-12T23:14:12.813Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||DEBUG|500||{"id":"2580b381020a4d5c9c783368c39b4ab1","versionId":"5bc4b24b22844a35be4e0a1ab92dda06"} 2022-11-12T23:14:12.816Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||INFO|500||Successfully created activitySpec VNFUnlockActivity 2022-11-12T23:14:12.906Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/2580b381020a4d5c9c783368c39b4ab1/versions/latest/actions|INFO|500||Invoke 2022-11-12T23:14:12.907Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/2580b381020a4d5c9c783368c39b4ab1/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/2580b381020a4d5c9c783368c39b4ab1/versions/latest/actions with request headers:{X-RequestID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[00bdc81d-7ba1-4118-ad35-9d0ee5402361], X-ECOMP-RequestID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], X-TransactionID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], X-ONAP-RequestID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], Content-Type=[application/json]} 2022-11-12T23:14:12.909Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/2580b381020a4d5c9c783368c39b4ab1/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"} 2022-11-12T23:14:13.182Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/2580b381020a4d5c9c783368c39b4ab1/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/2580b381020a4d5c9c783368c39b4ab1/versions/latest/actions has http status code:200 and response headers:{date=[Sat, 12 Nov 2022 23:14:12 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[270]} 2022-11-12T23:14:13.183Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/2580b381020a4d5c9c783368c39b4ab1/versions/latest/actions|DEBUG|500||Response was returned with an empty entity. 2022-11-12T23:14:13.184Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/2580b381020a4d5c9c783368c39b4ab1/versions/latest/actions|INFO|500||InvokeReturn 2022-11-12T23:14:13.185Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||INFO|500||Successfully certified activitySpec VNFUnlockActivity 2022-11-12T23:14:13.186Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-12T23:14:13.242Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke 2022-11-12T23:14:13.243Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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=[c7588247-b901-4e80-bb4e-3b0e911b7c88], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[55c82041-01d0-42d3-8cd4-253439e5f7e3], X-ECOMP-RequestID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], X-TransactionID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], X-ONAP-RequestID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], Content-Type=[application/json]} 2022-11-12T23:14:13.244Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-12T23:14:13.433Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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=[Sat, 12 Nov 2022 23:14:12 GMT], server=[envoy], x-envoy-upstream-service-time=[185], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]} 2022-11-12T23:14:13.434Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"55c06c30f9bb402490c91b6f451104de","versionId":"fcb1f7bf280946b09aa9b90a04b40962"} 2022-11-12T23:14:13.435Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn 2022-11-12T23:14:13.437Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||INFO|500||Successfully created activitySpec VNFStopActivity 2022-11-12T23:14:13.491Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/55c06c30f9bb402490c91b6f451104de/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]} 2022-11-12T23:14:13.492Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/55c06c30f9bb402490c91b6f451104de/versions/latest/actions|INFO|500||Invoke 2022-11-12T23:14:13.494Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/55c06c30f9bb402490c91b6f451104de/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"} 2022-11-12T23:14:13.793Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/55c06c30f9bb402490c91b6f451104de/versions/latest/actions|INFO|500||InvokeReturn 2022-11-12T23:14:13.794Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/55c06c30f9bb402490c91b6f451104de/versions/latest/actions has http status code:200 and response headers:{date=[Sat, 12 Nov 2022 23:14:12 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[296]} 2022-11-12T23:14:13.795Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||DEBUG|500||Response was returned with an empty entity. 2022-11-12T23:14:13.796Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||INFO|500||Successfully certified activitySpec VNFStopActivity 2022-11-12T23:14:13.796Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-12T23:14:13.872Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-12T23:14:13.873Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke 2022-11-12T23:14:13.875Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-12T23:14:14.056Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn 2022-11-12T23:14:14.057Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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=[Sat, 12 Nov 2022 23:14:12 GMT], server=[envoy], x-envoy-upstream-service-time=[176], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]} 2022-11-12T23:14:14.058Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||DEBUG|500||{"id":"49b49d8a59b64339bb8e10f2e73d8d62","versionId":"35e28ff07c294c329a1438a23f2b954a"} 2022-11-12T23:14:14.060Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||INFO|500||Successfully created activitySpec VNFStartActivity 2022-11-12T23:14:14.092Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/49b49d8a59b64339bb8e10f2e73d8d62/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]} 2022-11-12T23:14:14.094Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/49b49d8a59b64339bb8e10f2e73d8d62/versions/latest/actions|INFO|500||Invoke 2022-11-12T23:14:14.096Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/49b49d8a59b64339bb8e10f2e73d8d62/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"} 2022-11-12T23:14:14.362Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/49b49d8a59b64339bb8e10f2e73d8d62/versions/latest/actions|INFO|500||InvokeReturn 2022-11-12T23:14:14.363Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/49b49d8a59b64339bb8e10f2e73d8d62/versions/latest/actions has http status code:200 and response headers:{date=[Sat, 12 Nov 2022 23:14:13 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[263]} 2022-11-12T23:14:14.364Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||DEBUG|500||Response was returned with an empty entity. 2022-11-12T23:14:14.364Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||INFO|500||Successfully certified activitySpec VNFStartActivity 2022-11-12T23:14:14.364Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-12T23:14:14.407Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-12T23:14:14.409Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke 2022-11-12T23:14:14.410Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-12T23:14:14.580Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn 2022-11-12T23:14:14.581Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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=[Sat, 12 Nov 2022 23:14:13 GMT], server=[envoy], x-envoy-upstream-service-time=[164], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]} 2022-11-12T23:14:14.581Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||DEBUG|500||{"id":"0f4c051cca804fb58b02a98bcdcfe7e7","versionId":"75aac3164cfc475db21e8fa4a5909728"} 2022-11-12T23:14:14.583Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||INFO|500||Successfully created activitySpec VNFSnapShotActivity 2022-11-12T23:14:14.639Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0f4c051cca804fb58b02a98bcdcfe7e7/versions/latest/actions|INFO|500||Invoke 2022-11-12T23:14:14.640Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0f4c051cca804fb58b02a98bcdcfe7e7/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/0f4c051cca804fb58b02a98bcdcfe7e7/versions/latest/actions with request headers:{X-RequestID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[3233000d-2e4a-43a5-8ef6-0d187ed8e524], X-ECOMP-RequestID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], X-TransactionID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], X-ONAP-RequestID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], Content-Type=[application/json]} 2022-11-12T23:14:14.641Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0f4c051cca804fb58b02a98bcdcfe7e7/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"} 2022-11-12T23:14:14.898Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0f4c051cca804fb58b02a98bcdcfe7e7/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/0f4c051cca804fb58b02a98bcdcfe7e7/versions/latest/actions has http status code:200 and response headers:{date=[Sat, 12 Nov 2022 23:14:13 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[254]} 2022-11-12T23:14:14.901Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0f4c051cca804fb58b02a98bcdcfe7e7/versions/latest/actions|DEBUG|500||Response was returned with an empty entity. 2022-11-12T23:14:14.902Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0f4c051cca804fb58b02a98bcdcfe7e7/versions/latest/actions|INFO|500||InvokeReturn 2022-11-12T23:14:14.902Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||INFO|500||Successfully certified activitySpec VNFSnapShotActivity 2022-11-12T23:14:14.903Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-12T23:14:14.947Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-12T23:14:14.948Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke 2022-11-12T23:14:14.949Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-12T23:14:15.134Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn 2022-11-12T23:14:15.135Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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=[Sat, 12 Nov 2022 23:14:14 GMT], server=[envoy], x-envoy-upstream-service-time=[181], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]} 2022-11-12T23:14:15.136Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||DEBUG|500||{"id":"3be65146e470417997fc0ef79199633b","versionId":"0965c50d74d44863a418525e758fde67"} 2022-11-12T23:14:15.139Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||INFO|500||Successfully created activitySpec FlowCompleteActivity 2022-11-12T23:14:15.183Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/3be65146e470417997fc0ef79199633b/versions/latest/actions|INFO|500||Invoke 2022-11-12T23:14:15.184Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/3be65146e470417997fc0ef79199633b/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/3be65146e470417997fc0ef79199633b/versions/latest/actions with request headers:{X-RequestID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[ca0b7b61-3eeb-4a3a-bb11-f1a60c578d33], X-ECOMP-RequestID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], X-TransactionID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], X-ONAP-RequestID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], Content-Type=[application/json]} 2022-11-12T23:14:15.186Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/3be65146e470417997fc0ef79199633b/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"} 2022-11-12T23:14:15.448Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/3be65146e470417997fc0ef79199633b/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/3be65146e470417997fc0ef79199633b/versions/latest/actions has http status code:200 and response headers:{date=[Sat, 12 Nov 2022 23:14:14 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[257]} 2022-11-12T23:14:15.449Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/3be65146e470417997fc0ef79199633b/versions/latest/actions|DEBUG|500||Response was returned with an empty entity. 2022-11-12T23:14:15.450Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/3be65146e470417997fc0ef79199633b/versions/latest/actions|INFO|500||InvokeReturn 2022-11-12T23:14:15.451Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||INFO|500||Successfully certified activitySpec FlowCompleteActivity 2022-11-12T23:14:15.452Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-12T23:14:15.508Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-12T23:14:15.509Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke 2022-11-12T23:14:15.511Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-12T23:14:15.672Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn 2022-11-12T23:14:15.674Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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=[Sat, 12 Nov 2022 23:14:14 GMT], server=[envoy], x-envoy-upstream-service-time=[157], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]} 2022-11-12T23:14:15.674Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||DEBUG|500||{"id":"26f6d0255a5740f6b7ad648ddb5121b8","versionId":"ce013ff39e2342488413c76822673d10"} 2022-11-12T23:14:15.677Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||INFO|500||Successfully created activitySpec PauseForManualTaskActivity 2022-11-12T23:14:15.722Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/26f6d0255a5740f6b7ad648ddb5121b8/versions/latest/actions|INFO|500||Invoke 2022-11-12T23:14:15.723Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/26f6d0255a5740f6b7ad648ddb5121b8/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/26f6d0255a5740f6b7ad648ddb5121b8/versions/latest/actions with request headers:{X-RequestID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[e0e60cf1-6495-4237-afc5-94434494d31b], X-ECOMP-RequestID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], X-TransactionID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], X-ONAP-RequestID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], Content-Type=[application/json]} 2022-11-12T23:14:15.724Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/26f6d0255a5740f6b7ad648ddb5121b8/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"} 2022-11-12T23:14:15.982Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/26f6d0255a5740f6b7ad648ddb5121b8/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/26f6d0255a5740f6b7ad648ddb5121b8/versions/latest/actions has http status code:200 and response headers:{date=[Sat, 12 Nov 2022 23:14:14 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[255]} 2022-11-12T23:14:15.983Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/26f6d0255a5740f6b7ad648ddb5121b8/versions/latest/actions|DEBUG|500||Response was returned with an empty entity. 2022-11-12T23:14:15.984Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/26f6d0255a5740f6b7ad648ddb5121b8/versions/latest/actions|INFO|500||InvokeReturn 2022-11-12T23:14:15.985Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||INFO|500||Successfully certified activitySpec PauseForManualTaskActivity 2022-11-12T23:14:15.985Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-12T23:14:16.049Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-12T23:14:16.050Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke 2022-11-12T23:14:16.052Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-12T23:14:16.219Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn 2022-11-12T23:14:16.220Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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=[Sat, 12 Nov 2022 23:14:15 GMT], server=[envoy], x-envoy-upstream-service-time=[164], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]} 2022-11-12T23:14:16.220Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||DEBUG|500||{"id":"a3e3133254fb483595fdcbf59e25bab6","versionId":"8f6ecfbe86fa40dd97b5390197deab25"} 2022-11-12T23:14:16.223Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||INFO|500||Successfully created activitySpec DistributeTrafficActivity 2022-11-12T23:14:16.260Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/a3e3133254fb483595fdcbf59e25bab6/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]} 2022-11-12T23:14:16.262Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/a3e3133254fb483595fdcbf59e25bab6/versions/latest/actions|INFO|500||Invoke 2022-11-12T23:14:16.266Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/a3e3133254fb483595fdcbf59e25bab6/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"} 2022-11-12T23:14:16.514Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/a3e3133254fb483595fdcbf59e25bab6/versions/latest/actions|INFO|500||InvokeReturn 2022-11-12T23:14:16.515Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/a3e3133254fb483595fdcbf59e25bab6/versions/latest/actions has http status code:200 and response headers:{date=[Sat, 12 Nov 2022 23:14:15 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[244]} 2022-11-12T23:14:16.515Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||DEBUG|500||Response was returned with an empty entity. 2022-11-12T23:14:16.516Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||INFO|500||Successfully certified activitySpec DistributeTrafficActivity 2022-11-12T23:14:16.516Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-12T23:14:16.590Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke 2022-11-12T23:14:16.591Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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=[c7588247-b901-4e80-bb4e-3b0e911b7c88], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[ead74be8-7569-4991-83f3-ec143f41889f], X-ECOMP-RequestID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], X-TransactionID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], X-ONAP-RequestID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], Content-Type=[application/json]} 2022-11-12T23:14:16.592Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-12T23:14:16.756Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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=[Sat, 12 Nov 2022 23:14:15 GMT], server=[envoy], x-envoy-upstream-service-time=[161], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]} 2022-11-12T23:14:16.757Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"80bedf03dfe94356a86f7df5e899374a","versionId":"463a7a07c9b54f7daee62cc1e85fe998"} 2022-11-12T23:14:16.758Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn 2022-11-12T23:14:16.761Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||INFO|500||Successfully created activitySpec DistributeTrafficCheckActivity 2022-11-12T23:14:16.795Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/80bedf03dfe94356a86f7df5e899374a/versions/latest/actions|INFO|500||Invoke 2022-11-12T23:14:16.796Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/80bedf03dfe94356a86f7df5e899374a/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/80bedf03dfe94356a86f7df5e899374a/versions/latest/actions with request headers:{X-RequestID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[d7c12217-ccf6-430f-a886-d351c195cdf5], X-ECOMP-RequestID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], X-TransactionID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], X-ONAP-RequestID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], Content-Type=[application/json]} 2022-11-12T23:14:16.797Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/80bedf03dfe94356a86f7df5e899374a/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"} 2022-11-12T23:14:17.053Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/80bedf03dfe94356a86f7df5e899374a/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/80bedf03dfe94356a86f7df5e899374a/versions/latest/actions has http status code:200 and response headers:{date=[Sat, 12 Nov 2022 23:14:15 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[254]} 2022-11-12T23:14:17.054Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/80bedf03dfe94356a86f7df5e899374a/versions/latest/actions|DEBUG|500||Response was returned with an empty entity. 2022-11-12T23:14:17.054Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/80bedf03dfe94356a86f7df5e899374a/versions/latest/actions|INFO|500||InvokeReturn 2022-11-12T23:14:17.055Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||INFO|500||Successfully certified activitySpec DistributeTrafficCheckActivity 2022-11-12T23:14:17.055Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-12T23:14:17.092Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-12T23:14:17.094Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke 2022-11-12T23:14:17.095Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-12T23:14:17.259Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn 2022-11-12T23:14:17.260Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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=[Sat, 12 Nov 2022 23:14:16 GMT], server=[envoy], x-envoy-upstream-service-time=[161], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]} 2022-11-12T23:14:17.260Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||DEBUG|500||{"id":"53fefe1c41e94bc4b1660c95766c2402","versionId":"6e6875589e9c417aad8075648536f440"} 2022-11-12T23:14:17.264Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||INFO|500||Successfully created activitySpec VNFHealthCheckActivity 2022-11-12T23:14:17.293Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/53fefe1c41e94bc4b1660c95766c2402/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]} 2022-11-12T23:14:17.294Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/53fefe1c41e94bc4b1660c95766c2402/versions/latest/actions|INFO|500||Invoke 2022-11-12T23:14:17.294Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/53fefe1c41e94bc4b1660c95766c2402/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"} 2022-11-12T23:14:17.571Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/53fefe1c41e94bc4b1660c95766c2402/versions/latest/actions|INFO|500||InvokeReturn 2022-11-12T23:14:17.572Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/53fefe1c41e94bc4b1660c95766c2402/versions/latest/actions has http status code:200 and response headers:{date=[Sat, 12 Nov 2022 23:14:16 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[273]} 2022-11-12T23:14:17.572Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||DEBUG|500||Response was returned with an empty entity. 2022-11-12T23:14:17.572Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||INFO|500||Successfully certified activitySpec VNFHealthCheckActivity 2022-11-12T23:14:17.572Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-12T23:14:17.610Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-12T23:14:17.611Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke 2022-11-12T23:14:17.612Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-12T23:14:17.785Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn 2022-11-12T23:14:17.786Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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=[Sat, 12 Nov 2022 23:14:16 GMT], server=[envoy], x-envoy-upstream-service-time=[170], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]} 2022-11-12T23:14:17.787Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||DEBUG|500||{"id":"75ed9482758f4decad66965c706458a2","versionId":"bec04e0ae98141b79ca9d4bb50434b1c"} 2022-11-12T23:14:17.791Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||INFO|500||Successfully created activitySpec VNFQuiesceTrafficActivity 2022-11-12T23:14:17.854Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/75ed9482758f4decad66965c706458a2/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]} 2022-11-12T23:14:17.856Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/75ed9482758f4decad66965c706458a2/versions/latest/actions|INFO|500||Invoke 2022-11-12T23:14:17.857Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/75ed9482758f4decad66965c706458a2/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"} 2022-11-12T23:14:18.124Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/75ed9482758f4decad66965c706458a2/versions/latest/actions|INFO|500||InvokeReturn 2022-11-12T23:14:18.125Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/75ed9482758f4decad66965c706458a2/versions/latest/actions has http status code:200 and response headers:{date=[Sat, 12 Nov 2022 23:14:16 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[261]} 2022-11-12T23:14:18.126Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||DEBUG|500||Response was returned with an empty entity. 2022-11-12T23:14:18.126Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||INFO|500||Successfully certified activitySpec VNFQuiesceTrafficActivity 2022-11-12T23:14:18.126Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-12T23:14:18.198Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke 2022-11-12T23:14:18.199Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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=[c7588247-b901-4e80-bb4e-3b0e911b7c88], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[5e98c9ad-0567-49aa-bf23-074a83cc6df4], X-ECOMP-RequestID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], X-TransactionID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], X-ONAP-RequestID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], Content-Type=[application/json]} 2022-11-12T23:14:18.200Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-12T23:14:18.412Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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=[Sat, 12 Nov 2022 23:14:17 GMT], server=[envoy], x-envoy-upstream-service-time=[209], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]} 2022-11-12T23:14:18.413Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"dcf93a1f1c6c4fec9cd93e86a8eb9d6a","versionId":"31e0221cf7ec4d80b832f48be18716bb"} 2022-11-12T23:14:18.414Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn 2022-11-12T23:14:18.417Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||INFO|500||Successfully created activitySpec VNFResumeTrafficActivity 2022-11-12T23:14:18.444Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/dcf93a1f1c6c4fec9cd93e86a8eb9d6a/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]} 2022-11-12T23:14:18.445Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/dcf93a1f1c6c4fec9cd93e86a8eb9d6a/versions/latest/actions|INFO|500||Invoke 2022-11-12T23:14:18.446Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/dcf93a1f1c6c4fec9cd93e86a8eb9d6a/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"} 2022-11-12T23:14:18.981Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/dcf93a1f1c6c4fec9cd93e86a8eb9d6a/versions/latest/actions|INFO|500||InvokeReturn 2022-11-12T23:14:18.982Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/dcf93a1f1c6c4fec9cd93e86a8eb9d6a/versions/latest/actions has http status code:200 and response headers:{date=[Sat, 12 Nov 2022 23:14:17 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[531]} 2022-11-12T23:14:18.982Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||DEBUG|500||Response was returned with an empty entity. 2022-11-12T23:14:18.984Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||INFO|500||Successfully certified activitySpec VNFResumeTrafficActivity 2022-11-12T23:14:18.984Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-12T23:14:19.038Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-12T23:14:19.039Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke 2022-11-12T23:14:19.040Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-12T23:14:19.285Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn 2022-11-12T23:14:19.285Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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=[Sat, 12 Nov 2022 23:14:18 GMT], server=[envoy], x-envoy-upstream-service-time=[242], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]} 2022-11-12T23:14:19.286Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||DEBUG|500||{"id":"eefca150599f4b2da768d19338a6118c","versionId":"2846a4596ce649ac9a9f2a28557218f2"} 2022-11-12T23:14:19.289Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||INFO|500||Successfully created activitySpec VNFUnsetInMaintFlagActivity 2022-11-12T23:14:19.320Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/eefca150599f4b2da768d19338a6118c/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]} 2022-11-12T23:14:19.321Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/eefca150599f4b2da768d19338a6118c/versions/latest/actions|INFO|500||Invoke 2022-11-12T23:14:19.322Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/eefca150599f4b2da768d19338a6118c/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"} 2022-11-12T23:14:19.859Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/eefca150599f4b2da768d19338a6118c/versions/latest/actions|INFO|500||InvokeReturn 2022-11-12T23:14:19.860Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/eefca150599f4b2da768d19338a6118c/versions/latest/actions has http status code:200 and response headers:{date=[Sat, 12 Nov 2022 23:14:18 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[534]} 2022-11-12T23:14:19.860Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||DEBUG|500||Response was returned with an empty entity. 2022-11-12T23:14:19.861Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||INFO|500||Successfully certified activitySpec VNFUnsetInMaintFlagActivity 2022-11-12T23:14:19.861Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-12T23:14:19.917Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke 2022-11-12T23:14:19.917Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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=[c7588247-b901-4e80-bb4e-3b0e911b7c88], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[ec94360a-c087-48e9-8536-2935c65ce26d], X-ECOMP-RequestID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], X-TransactionID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], X-ONAP-RequestID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], Content-Type=[application/json]} 2022-11-12T23:14:19.919Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-12T23:14:20.158Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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=[Sat, 12 Nov 2022 23:14:19 GMT], server=[envoy], x-envoy-upstream-service-time=[236], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]} 2022-11-12T23:14:20.159Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"234ebb3cd16b48a8981e33656e685365","versionId":"35ba8ed7903e431dacc4ce39347c6cc3"} 2022-11-12T23:14:20.159Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn 2022-11-12T23:14:20.162Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||INFO|500||Successfully created activitySpec VNFUpgradeBackupActivity 2022-11-12T23:14:20.367Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/234ebb3cd16b48a8981e33656e685365/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]} 2022-11-12T23:14:20.369Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/234ebb3cd16b48a8981e33656e685365/versions/latest/actions|INFO|500||Invoke 2022-11-12T23:14:20.370Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/234ebb3cd16b48a8981e33656e685365/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"} 2022-11-12T23:14:20.744Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/234ebb3cd16b48a8981e33656e685365/versions/latest/actions|INFO|500||InvokeReturn 2022-11-12T23:14:20.745Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/234ebb3cd16b48a8981e33656e685365/versions/latest/actions has http status code:200 and response headers:{date=[Sat, 12 Nov 2022 23:14:19 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[371]} 2022-11-12T23:14:20.745Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||DEBUG|500||Response was returned with an empty entity. 2022-11-12T23:14:20.746Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||INFO|500||Successfully certified activitySpec VNFUpgradeBackupActivity 2022-11-12T23:14:20.746Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-12T23:14:20.797Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-12T23:14:20.798Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke 2022-11-12T23:14:20.800Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-12T23:14:21.056Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn 2022-11-12T23:14:21.056Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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=[Sat, 12 Nov 2022 23:14:19 GMT], server=[envoy], x-envoy-upstream-service-time=[252], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]} 2022-11-12T23:14:21.057Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||DEBUG|500||{"id":"b97d6a7fb7024cce907343163f58b290","versionId":"ca25ac900fcf4f3bb6494fdcdb87cf6e"} 2022-11-12T23:14:21.064Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||INFO|500||Successfully created activitySpec VNFUpgradePostCheckActivity 2022-11-12T23:14:21.103Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b97d6a7fb7024cce907343163f58b290/versions/latest/actions|INFO|500||Invoke 2022-11-12T23:14:21.104Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b97d6a7fb7024cce907343163f58b290/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/b97d6a7fb7024cce907343163f58b290/versions/latest/actions with request headers:{X-RequestID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[f2b6cbbf-8b47-4715-affc-596e9ba3222f], X-ECOMP-RequestID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], X-TransactionID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], X-ONAP-RequestID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], Content-Type=[application/json]} 2022-11-12T23:14:21.105Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b97d6a7fb7024cce907343163f58b290/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"} 2022-11-12T23:14:21.742Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b97d6a7fb7024cce907343163f58b290/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/b97d6a7fb7024cce907343163f58b290/versions/latest/actions has http status code:200 and response headers:{date=[Sat, 12 Nov 2022 23:14:20 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[627]} 2022-11-12T23:14:21.744Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b97d6a7fb7024cce907343163f58b290/versions/latest/actions|DEBUG|500||Response was returned with an empty entity. 2022-11-12T23:14:21.746Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b97d6a7fb7024cce907343163f58b290/versions/latest/actions|INFO|500||InvokeReturn 2022-11-12T23:14:21.746Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||INFO|500||Successfully certified activitySpec VNFUpgradePostCheckActivity 2022-11-12T23:14:21.746Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-12T23:14:21.799Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke 2022-11-12T23:14:21.800Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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=[c7588247-b901-4e80-bb4e-3b0e911b7c88], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[cbd6c36b-dfb4-49b3-9a43-c290d44a8b5e], X-ECOMP-RequestID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], X-TransactionID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], X-ONAP-RequestID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], Content-Type=[application/json]} 2022-11-12T23:14:21.801Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-12T23:14:22.422Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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=[Sat, 12 Nov 2022 23:14:20 GMT], server=[envoy], x-envoy-upstream-service-time=[614], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]} 2022-11-12T23:14:22.423Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"e456815ce67240fda324f3c308432c31","versionId":"9e09e043334c4975bf6f3d65ae83bb17"} 2022-11-12T23:14:22.424Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn 2022-11-12T23:14:22.663Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||INFO|500||Successfully created activitySpec VNFUpgradePreCheckActivity 2022-11-12T23:14:22.903Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/e456815ce67240fda324f3c308432c31/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]} 2022-11-12T23:14:22.905Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e456815ce67240fda324f3c308432c31/versions/latest/actions|INFO|500||Invoke 2022-11-12T23:14:22.907Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e456815ce67240fda324f3c308432c31/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"} 2022-11-12T23:14:23.498Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e456815ce67240fda324f3c308432c31/versions/latest/actions|INFO|500||InvokeReturn 2022-11-12T23:14:23.509Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/e456815ce67240fda324f3c308432c31/versions/latest/actions has http status code:200 and response headers:{date=[Sat, 12 Nov 2022 23:14:22 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[585]} 2022-11-12T23:14:23.518Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||DEBUG|500||Response was returned with an empty entity. 2022-11-12T23:14:23.519Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||INFO|500||Successfully certified activitySpec VNFUpgradePreCheckActivity 2022-11-12T23:14:23.519Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-12T23:14:23.757Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke 2022-11-12T23:14:23.807Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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=[c7588247-b901-4e80-bb4e-3b0e911b7c88], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[4a4f87e0-7cc5-4bda-bd9a-3c20815e0758], X-ECOMP-RequestID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], X-TransactionID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], X-ONAP-RequestID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], Content-Type=[application/json]} 2022-11-12T23:14:23.808Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-12T23:14:24.048Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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=[Sat, 12 Nov 2022 23:14:22 GMT], server=[envoy], x-envoy-upstream-service-time=[235], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]} 2022-11-12T23:14:24.049Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"6b555121e73340609330a97af03da52e","versionId":"f66f6df120cb4d3dad9012882b289ee7"} 2022-11-12T23:14:24.050Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn 2022-11-12T23:14:24.054Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||INFO|500||Successfully created activitySpec VNFUpgradeSoftwareActivity 2022-11-12T23:14:24.104Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6b555121e73340609330a97af03da52e/versions/latest/actions|INFO|500||Invoke 2022-11-12T23:14:24.105Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6b555121e73340609330a97af03da52e/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/6b555121e73340609330a97af03da52e/versions/latest/actions with request headers:{X-RequestID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[53313c0a-3977-4049-9719-af479646834e], X-ECOMP-RequestID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], X-TransactionID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], X-ONAP-RequestID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], Content-Type=[application/json]} 2022-11-12T23:14:24.106Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6b555121e73340609330a97af03da52e/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"} 2022-11-12T23:14:24.772Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6b555121e73340609330a97af03da52e/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/6b555121e73340609330a97af03da52e/versions/latest/actions has http status code:200 and response headers:{date=[Sat, 12 Nov 2022 23:14:23 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[661]} 2022-11-12T23:14:24.772Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6b555121e73340609330a97af03da52e/versions/latest/actions|DEBUG|500||Response was returned with an empty entity. 2022-11-12T23:14:24.773Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6b555121e73340609330a97af03da52e/versions/latest/actions|INFO|500||InvokeReturn 2022-11-12T23:14:24.773Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||INFO|500||Successfully certified activitySpec VNFUpgradeSoftwareActivity 2022-11-12T23:14:24.773Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-12T23:14:24.814Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke 2022-11-12T23:14:24.814Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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=[c7588247-b901-4e80-bb4e-3b0e911b7c88], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[746792fd-1c3a-4965-ae01-5e1779742861], X-ECOMP-RequestID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], X-TransactionID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], X-ONAP-RequestID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], Content-Type=[application/json]} 2022-11-12T23:14:24.815Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-12T23:14:24.984Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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=[Sat, 12 Nov 2022 23:14:23 GMT], server=[envoy], x-envoy-upstream-service-time=[166], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]} 2022-11-12T23:14:24.989Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"c84c3e40d26840bcbc23ae0747df7181","versionId":"fb4b273ec216479790ac51fa16bca6c4"} 2022-11-12T23:14:24.990Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn 2022-11-12T23:14:24.992Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||INFO|500||Successfully created activitySpec VnfInPlaceSoftwareUpdate 2022-11-12T23:14:25.021Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/c84c3e40d26840bcbc23ae0747df7181/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]} 2022-11-12T23:14:25.022Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/c84c3e40d26840bcbc23ae0747df7181/versions/latest/actions|INFO|500||Invoke 2022-11-12T23:14:25.023Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/c84c3e40d26840bcbc23ae0747df7181/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"} 2022-11-12T23:14:25.303Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/c84c3e40d26840bcbc23ae0747df7181/versions/latest/actions|INFO|500||InvokeReturn 2022-11-12T23:14:25.304Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/c84c3e40d26840bcbc23ae0747df7181/versions/latest/actions has http status code:200 and response headers:{date=[Sat, 12 Nov 2022 23:14:24 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[277]} 2022-11-12T23:14:25.304Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||DEBUG|500||Response was returned with an empty entity. 2022-11-12T23:14:25.304Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||INFO|500||Successfully certified activitySpec VnfInPlaceSoftwareUpdate 2022-11-12T23:14:30.404Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-12T23:14:33.690Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||WARN|500||--- 2022-11-12T23:14:33.690Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-11-12T23:14:33.690Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||WARN|500||--- 2022-11-12T23:14:34.403Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-11-12T23:14:40.538Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||INFO|500||Started Application in 95.628 seconds (JVM running for 100.035) 2022-11-12T23:14:40.552Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-11-12T23:14:40.554Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-11-12T23:14:40.570Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-11-12T23:14:40.623Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-11-12T23:14:40.690Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1878295d-a69d-4291-aef5-2ed917d92a66 url= /sdc/v1/artifactTypes 2022-11-12T23:14:40.690Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes 2022-11-12T23:14:40.862Z||scheduling-1|||||DEBUG|500||GET Response Status 503 2022-11-12T23:14:40.865Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5237d377 2022-11-12T23:14:40.865Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC] 2022-11-12T23:14:40.883Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream 2022-11-12T23:14:40.886Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC 2022-11-12T23:14:40.894Z||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$$d8d97459.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-12T23:15:30.527Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-11-12T23:15:30.529Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-11-12T23:15:30.530Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-11-12T23:15:30.545Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-11-12T23:15:30.558Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ca64dc17-a590-4baf-9b93-437a528b078d url= /sdc/v1/artifactTypes 2022-11-12T23:15:30.559Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes 2022-11-12T23:15:30.844Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-11-12T23:15:30.869Z||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-12T23:15:30.913Z||scheduling-1|||||DEBUG|500||create keys 2022-11-12T23:15:30.926Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-11-12T23:15:31.082Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-12T23:15:31.115Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= d5d996bc-b48c-4422-8c3b-630c339dccbc url= /sdc/v1/registerForDistribution 2022-11-12T23:15:31.346Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= d5d996bc-b48c-4422-8c3b-630c339dccbc url= /sdc/v1/registerForDistribution 2022-11-12T23:15:31.347Z||scheduling-1|||||INFO|500||start DistributionClient 2022-11-12T23:15:31.364Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-12T23:15:31.365Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-12T23:15:31.372Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-11-12T23:15:31.372Z||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-12T23:15:31.373Z||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-12T23:15:31.373Z||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 F0ybBT4KR8sluR4Y) ... 2022-11-12T23:15:31.373Z||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 F0ybBT4KR8sluR4Y) ... 2022-11-12T23:15:41.863Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-12T23:15:42.247Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-12T23:16:31.359Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-12T23:16:31.363Z||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-12T23:16:31.363Z||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 F0ybBT4KR8sluR4Y) ... 2022-11-12T23:16:31.364Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-12T23:16:31.365Z||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-12T23:16:31.366Z||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 F0ybBT4KR8sluR4Y) ... 2022-11-12T23:16:40.947Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-12T23:16:40.947Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-12T23:17:31.359Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-12T23:17:31.361Z||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-12T23:17:31.361Z||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 F0ybBT4KR8sluR4Y) ... 2022-11-12T23:17:31.364Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-12T23:17:31.365Z||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-12T23:17:31.365Z||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 F0ybBT4KR8sluR4Y) ... 2022-11-12T23:17:40.924Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-12T23:17:40.939Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-12T23:18:31.359Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-12T23:18:31.361Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-12T23:18:31.361Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as F0ybBT4KR8sluR4Y) ... 2022-11-12T23:18:31.364Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-12T23:18:31.365Z||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-12T23:18:31.365Z||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 F0ybBT4KR8sluR4Y) ... 2022-11-12T23:18:40.933Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-12T23:18:40.934Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-12T23:19:31.361Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-12T23:19:31.362Z||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-12T23:19:31.363Z||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 F0ybBT4KR8sluR4Y) ... 2022-11-12T23:19:31.364Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-12T23:19:31.365Z||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-12T23:19:31.365Z||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 F0ybBT4KR8sluR4Y) ... 2022-11-12T23:19:40.919Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-12T23:19:40.923Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-12T23:20:31.359Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-12T23:20:31.361Z||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-12T23:20:31.361Z||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 F0ybBT4KR8sluR4Y) ... 2022-11-12T23:20:31.364Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-12T23:20:31.365Z||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-12T23:20:31.365Z||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 F0ybBT4KR8sluR4Y) ... 2022-11-12T23:20:40.927Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-12T23:20:40.927Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-12T23:21:31.360Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-12T23:21:31.362Z||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-12T23:21:31.362Z||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 F0ybBT4KR8sluR4Y) ... 2022-11-12T23:21:31.364Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-12T23:21:31.365Z||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-12T23:21:31.365Z||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 F0ybBT4KR8sluR4Y) ... 2022-11-12T23:21:40.934Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-12T23:21:40.934Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-12T23:22:31.360Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-12T23:22:31.363Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-12T23:22:31.363Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as F0ybBT4KR8sluR4Y) ... 2022-11-12T23:22:31.365Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-12T23:22:31.366Z||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-12T23:22:31.366Z||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 F0ybBT4KR8sluR4Y) ... 2022-11-12T23:22:40.945Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-12T23:22:40.946Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-12T23:23:15.938Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-11-12T23:23:31.359Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-12T23:23:31.361Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-12T23:23:31.361Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as F0ybBT4KR8sluR4Y) ... 2022-11-12T23:23:31.365Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-12T23:23:31.366Z||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-12T23:23:31.366Z||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 F0ybBT4KR8sluR4Y) ... 2022-11-12T23:23:40.922Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-12T23:23:40.928Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-12T23:24:31.359Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-12T23:24:31.360Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-12T23:24:31.361Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as F0ybBT4KR8sluR4Y) ... 2022-11-12T23:24:31.364Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-12T23:24:31.365Z||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-12T23:24:31.366Z||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 F0ybBT4KR8sluR4Y) ... 2022-11-12T23:24:40.926Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-12T23:24:40.932Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-12T23:25:31.359Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-12T23:25:31.360Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-12T23:25:31.361Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as F0ybBT4KR8sluR4Y) ... 2022-11-12T23:25:31.364Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-12T23:25:31.364Z||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-12T23:25:31.365Z||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 F0ybBT4KR8sluR4Y) ... 2022-11-12T23:25:40.932Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-12T23:25:40.931Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-12T23:26:31.359Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-12T23:26:31.360Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-12T23:26:31.361Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as F0ybBT4KR8sluR4Y) ... 2022-11-12T23:26:31.364Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-12T23:26:31.365Z||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-12T23:26:31.366Z||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 F0ybBT4KR8sluR4Y) ... 2022-11-12T23:26:40.943Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-12T23:26:40.942Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-12T23:27:31.361Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-12T23:27:31.362Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-12T23:27:31.362Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as F0ybBT4KR8sluR4Y) ... 2022-11-12T23:27:31.364Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-12T23:27:31.365Z||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-12T23:27:31.365Z||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 F0ybBT4KR8sluR4Y) ... 2022-11-12T23:27:40.948Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-12T23:27:40.954Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-12T23:28:31.359Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-12T23:28:31.360Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-12T23:28:31.361Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as F0ybBT4KR8sluR4Y) ... 2022-11-12T23:28:31.364Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-12T23:28:31.365Z||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-12T23:28:31.365Z||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 F0ybBT4KR8sluR4Y) ... 2022-11-12T23:28:40.918Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-12T23:28:40.929Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-12T23:29:31.360Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-12T23:29:31.364Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-12T23:29:31.364Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as F0ybBT4KR8sluR4Y) ... 2022-11-12T23:29:31.364Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-12T23:29:31.365Z||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-12T23:29:31.365Z||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 F0ybBT4KR8sluR4Y) ... 2022-11-12T23:29:40.925Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-12T23:29:40.926Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-12T23:30:31.359Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-12T23:30:31.362Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-12T23:30:31.362Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as F0ybBT4KR8sluR4Y) ... 2022-11-12T23:30:31.364Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-12T23:30:31.365Z||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-12T23:30:31.365Z||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 F0ybBT4KR8sluR4Y) ... 2022-11-12T23:30:40.930Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-12T23:30:40.930Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-12T23:31:31.359Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-12T23:31:31.361Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-12T23:31:31.361Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as F0ybBT4KR8sluR4Y) ... 2022-11-12T23:31:31.364Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-12T23:31:31.365Z||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-12T23:31:31.365Z||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 F0ybBT4KR8sluR4Y) ... 2022-11-12T23:31:40.944Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-12T23:31:40.944Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-12T23:32:31.360Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-12T23:32:31.361Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-12T23:32:31.362Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as F0ybBT4KR8sluR4Y) ... 2022-11-12T23:32:31.364Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-12T23:32:31.365Z||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-12T23:32:31.365Z||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 F0ybBT4KR8sluR4Y) ... 2022-11-12T23:32:40.916Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-12T23:32:40.931Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-12T23:33:31.359Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-12T23:33:31.360Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-12T23:33:31.361Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as F0ybBT4KR8sluR4Y) ... 2022-11-12T23:33:31.364Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-12T23:33:31.365Z||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-12T23:33:31.365Z||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 F0ybBT4KR8sluR4Y) ... 2022-11-12T23:33:40.930Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-12T23:33:40.930Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-12T23:34:31.359Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-12T23:34:31.360Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-12T23:34:31.361Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as F0ybBT4KR8sluR4Y) ... 2022-11-12T23:34:31.364Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-12T23:34:31.365Z||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-12T23:34:31.365Z||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 F0ybBT4KR8sluR4Y) ... 2022-11-12T23:34:40.923Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-12T23:34:40.928Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-12T23:35:31.359Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-12T23:35:31.360Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-12T23:35:31.361Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as F0ybBT4KR8sluR4Y) ... 2022-11-12T23:35:31.364Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-12T23:35:31.365Z||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-12T23:35:31.365Z||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 F0ybBT4KR8sluR4Y) ... 2022-11-12T23:35:40.920Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-12T23:35:40.923Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-12T23:36:31.359Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-12T23:36:31.361Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-12T23:36:31.361Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as F0ybBT4KR8sluR4Y) ... 2022-11-12T23:36:31.364Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-12T23:36:31.365Z||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-12T23:36:31.365Z||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 F0ybBT4KR8sluR4Y) ... 2022-11-12T23:36:40.930Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-12T23:36:40.934Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-12T23:37:31.359Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-12T23:37:31.362Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-12T23:37:31.362Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as F0ybBT4KR8sluR4Y) ... 2022-11-12T23:37:31.364Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-12T23:37:31.365Z||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-12T23:37:31.365Z||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 F0ybBT4KR8sluR4Y) ... 2022-11-12T23:37:40.928Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-12T23:37:40.928Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-12T23:38:31.359Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-12T23:38:31.361Z||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-12T23:38:31.361Z||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 F0ybBT4KR8sluR4Y) ... 2022-11-12T23:38:31.364Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-12T23:38:31.365Z||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-12T23:38:31.365Z||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 F0ybBT4KR8sluR4Y) ... 2022-11-12T23:38:40.927Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-12T23:38:40.927Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-12T23:39:31.359Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-12T23:39:31.360Z||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-12T23:39:31.361Z||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 F0ybBT4KR8sluR4Y) ... 2022-11-12T23:39:31.364Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-12T23:39:31.365Z||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-12T23:39:31.365Z||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 F0ybBT4KR8sluR4Y) ... 2022-11-12T23:39:40.916Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-12T23:39:40.916Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-12T23:40:31.359Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-12T23:40:31.360Z||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-12T23:40:31.360Z||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 F0ybBT4KR8sluR4Y) ... 2022-11-12T23:40:31.364Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-12T23:40:31.365Z||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-12T23:40:31.365Z||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 F0ybBT4KR8sluR4Y) ... 2022-11-12T23:40:40.925Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-12T23:40:40.928Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-12T23:41:31.359Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-12T23:41:31.361Z||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-12T23:41:31.361Z||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 F0ybBT4KR8sluR4Y) ... 2022-11-12T23:41:31.364Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-12T23:41:31.365Z||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-12T23:41:31.365Z||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 F0ybBT4KR8sluR4Y) ... 2022-11-12T23:41:40.935Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-12T23:41:40.935Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-12T23:42:31.360Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-12T23:42:31.362Z||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-12T23:42:31.362Z||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 F0ybBT4KR8sluR4Y) ... 2022-11-12T23:42:31.364Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-12T23:42:31.366Z||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-12T23:42:31.366Z||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 F0ybBT4KR8sluR4Y) ... 2022-11-12T23:42:40.923Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-12T23:42:40.924Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-12T23:43:31.360Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-12T23:43:31.362Z||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-12T23:43:31.362Z||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 F0ybBT4KR8sluR4Y) ... 2022-11-12T23:43:31.364Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-12T23:43:31.364Z||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-12T23:43:31.365Z||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 F0ybBT4KR8sluR4Y) ... 2022-11-12T23:43:40.928Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-12T23:43:40.934Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-12T23:44:31.359Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-12T23:44:31.360Z||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-12T23:44:31.361Z||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 F0ybBT4KR8sluR4Y) ... 2022-11-12T23:44:31.364Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-12T23:44:31.365Z||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-12T23:44:31.365Z||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 F0ybBT4KR8sluR4Y) ... 2022-11-12T23:44:40.942Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-12T23:44:40.942Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-12T23:45:31.359Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-12T23:45:31.361Z||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-12T23:45:31.361Z||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 F0ybBT4KR8sluR4Y) ... 2022-11-12T23:45:31.365Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-12T23:45:31.367Z||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-12T23:45:31.367Z||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 F0ybBT4KR8sluR4Y) ... 2022-11-12T23:45:40.925Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-12T23:45:40.931Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-12T23:46:31.360Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-12T23:46:31.363Z||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-12T23:46:31.363Z||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 F0ybBT4KR8sluR4Y) ... 2022-11-12T23:46:31.364Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-12T23:46:31.364Z||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-12T23:46:31.365Z||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 F0ybBT4KR8sluR4Y) ... 2022-11-12T23:46:40.920Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-12T23:46:40.922Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-12T23:47:31.359Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-12T23:47:31.360Z||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-12T23:47:31.361Z||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 F0ybBT4KR8sluR4Y) ... 2022-11-12T23:47:31.364Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-12T23:47:31.365Z||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-12T23:47:31.365Z||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 F0ybBT4KR8sluR4Y) ... 2022-11-12T23:47:40.926Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-12T23:47:40.928Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK