Results

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)

2023-03-28T13:28:43.530Z||main|||||INFO|500||The following profiles are active: basic
2023-03-28T13:28:53.579Z||main|||||INFO|500||Starting service [Tomcat]
2023-03-28T13:28:53.583Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-03-28T13:28:53.724Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-03-28T13:28:57.943Z||main|||||INFO|500||catdb-pool - Starting...
2023-03-28T13:28:58.499Z||main|||||INFO|500||catdb-pool - Start completed.
2023-03-28T13:28:58.950Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-03-28T13:28:59.309Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-03-28T13:29:00.064Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-03-28T13:29:02.944Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-03-28T13:29:03.528Z||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.
2023-03-28T13:29:05.450Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-03-28T13:29:05.547Z||main|||||INFO|500||reqdb-pool - Starting...
2023-03-28T13:29:05.568Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-03-28T13:29:05.585Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-03-28T13:29:06.129Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-03-28T13:29:06.405Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-03-28T13:29:07.233Z||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_
2023-03-28T13:29:07.896Z||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=?
2023-03-28T13:29:08.453Z||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]}
2023-03-28T13:29:08.461Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-28T13:29:08.484Z|21f94244-751c-4c13-b829-41fe0b931427|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"}]}

2023-03-28T13:29:09.882Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-28T13:29:09.883Z|21f94244-751c-4c13-b829-41fe0b931427|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=[Tue, 28 Mar 2023 13:29:09 GMT], server=[envoy], x-envoy-upstream-service-time=[1368], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-03-28T13:29:09.887Z|21f94244-751c-4c13-b829-41fe0b931427|main|||||DEBUG|500||{"id":"358f85f2b5c54cd4b6f5ad61d0fd0e3d","versionId":"1d11fc6b24434814b6edb5ae23920818"}

2023-03-28T13:29:09.914Z|21f94244-751c-4c13-b829-41fe0b931427|main|||||INFO|500||Successfully created activitySpec VNFSetInMaintFlagActivity
2023-03-28T13:29:09.949Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/358f85f2b5c54cd4b6f5ad61d0fd0e3d/versions/latest/actions|INFO|500||Invoke
2023-03-28T13:29:09.949Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/358f85f2b5c54cd4b6f5ad61d0fd0e3d/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/358f85f2b5c54cd4b6f5ad61d0fd0e3d/versions/latest/actions with request headers:{X-RequestID=[21f94244-751c-4c13-b829-41fe0b931427], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[0e6b305c-84a3-45a3-aeef-008acb42c17e], X-ECOMP-RequestID=[21f94244-751c-4c13-b829-41fe0b931427], X-TransactionID=[21f94244-751c-4c13-b829-41fe0b931427], X-ONAP-RequestID=[21f94244-751c-4c13-b829-41fe0b931427], Content-Type=[application/json]}
2023-03-28T13:29:09.951Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/358f85f2b5c54cd4b6f5ad61d0fd0e3d/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2023-03-28T13:29:10.405Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/358f85f2b5c54cd4b6f5ad61d0fd0e3d/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/358f85f2b5c54cd4b6f5ad61d0fd0e3d/versions/latest/actions has http status code:200 and response headers:{date=[Tue, 28 Mar 2023 13:29:10 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[423]}
2023-03-28T13:29:10.406Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/358f85f2b5c54cd4b6f5ad61d0fd0e3d/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-03-28T13:29:10.407Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/358f85f2b5c54cd4b6f5ad61d0fd0e3d/versions/latest/actions|INFO|500||InvokeReturn
2023-03-28T13:29:10.409Z|21f94244-751c-4c13-b829-41fe0b931427|main|||||INFO|500||Successfully certified activitySpec VNFSetInMaintFlagActivity
2023-03-28T13:29:10.409Z|21f94244-751c-4c13-b829-41fe0b931427|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=?
2023-03-28T13:29:10.463Z|21f94244-751c-4c13-b829-41fe0b931427|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]}
2023-03-28T13:29:10.464Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-28T13:29:10.465Z|21f94244-751c-4c13-b829-41fe0b931427|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"}]}

2023-03-28T13:29:10.713Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-28T13:29:10.714Z|21f94244-751c-4c13-b829-41fe0b931427|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=[Tue, 28 Mar 2023 13:29:11 GMT], server=[envoy], x-envoy-upstream-service-time=[243], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-03-28T13:29:10.716Z|21f94244-751c-4c13-b829-41fe0b931427|main|||||DEBUG|500||{"id":"f044bd13435a4158b884d57a587701b2","versionId":"f8fb95569cc340c09138cfce6ae45524"}

2023-03-28T13:29:10.720Z|21f94244-751c-4c13-b829-41fe0b931427|main|||||INFO|500||Successfully created activitySpec VNFCheckPserversLockedFlagActivity
2023-03-28T13:29:10.765Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/f044bd13435a4158b884d57a587701b2/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-28T13:29:10.767Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/f044bd13435a4158b884d57a587701b2/versions/latest/actions|INFO|500||Invoke
2023-03-28T13:29:10.769Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/f044bd13435a4158b884d57a587701b2/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2023-03-28T13:29:11.303Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/f044bd13435a4158b884d57a587701b2/versions/latest/actions|INFO|500||InvokeReturn
2023-03-28T13:29:11.304Z|21f94244-751c-4c13-b829-41fe0b931427|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/f044bd13435a4158b884d57a587701b2/versions/latest/actions has http status code:200 and response headers:{date=[Tue, 28 Mar 2023 13:29:11 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[531]}
2023-03-28T13:29:11.305Z|21f94244-751c-4c13-b829-41fe0b931427|main|||||DEBUG|500||Response was returned with an empty entity.
2023-03-28T13:29:11.305Z|21f94244-751c-4c13-b829-41fe0b931427|main|||||INFO|500||Successfully certified activitySpec VNFCheckPserversLockedFlagActivity
2023-03-28T13:29:11.305Z|21f94244-751c-4c13-b829-41fe0b931427|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=?
2023-03-28T13:29:11.361Z|21f94244-751c-4c13-b829-41fe0b931427|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]}
2023-03-28T13:29:11.362Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-28T13:29:11.364Z|21f94244-751c-4c13-b829-41fe0b931427|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"}]}

2023-03-28T13:29:11.672Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-28T13:29:11.672Z|21f94244-751c-4c13-b829-41fe0b931427|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=[Tue, 28 Mar 2023 13:29:12 GMT], server=[envoy], x-envoy-upstream-service-time=[303], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-03-28T13:29:11.675Z|21f94244-751c-4c13-b829-41fe0b931427|main|||||DEBUG|500||{"id":"12c1c44f5c6d41af8e7eb665e3219e4c","versionId":"49c61e75d013401f9c74e54f0f04cb2a"}

2023-03-28T13:29:11.677Z|21f94244-751c-4c13-b829-41fe0b931427|main|||||INFO|500||Successfully created activitySpec VNFCheckInMaintFlagActivity
2023-03-28T13:29:11.707Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/12c1c44f5c6d41af8e7eb665e3219e4c/versions/latest/actions|INFO|500||Invoke
2023-03-28T13:29:11.707Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/12c1c44f5c6d41af8e7eb665e3219e4c/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/12c1c44f5c6d41af8e7eb665e3219e4c/versions/latest/actions with request headers:{X-RequestID=[21f94244-751c-4c13-b829-41fe0b931427], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[0d991693-eb7f-4666-8e45-0dbd904a793e], X-ECOMP-RequestID=[21f94244-751c-4c13-b829-41fe0b931427], X-TransactionID=[21f94244-751c-4c13-b829-41fe0b931427], X-ONAP-RequestID=[21f94244-751c-4c13-b829-41fe0b931427], Content-Type=[application/json]}
2023-03-28T13:29:11.709Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/12c1c44f5c6d41af8e7eb665e3219e4c/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2023-03-28T13:29:12.079Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/12c1c44f5c6d41af8e7eb665e3219e4c/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/12c1c44f5c6d41af8e7eb665e3219e4c/versions/latest/actions has http status code:200 and response headers:{date=[Tue, 28 Mar 2023 13:29:12 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[367]}
2023-03-28T13:29:12.080Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/12c1c44f5c6d41af8e7eb665e3219e4c/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-03-28T13:29:12.080Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/12c1c44f5c6d41af8e7eb665e3219e4c/versions/latest/actions|INFO|500||InvokeReturn
2023-03-28T13:29:12.081Z|21f94244-751c-4c13-b829-41fe0b931427|main|||||INFO|500||Successfully certified activitySpec VNFCheckInMaintFlagActivity
2023-03-28T13:29:12.081Z|21f94244-751c-4c13-b829-41fe0b931427|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=?
2023-03-28T13:29:12.121Z|21f94244-751c-4c13-b829-41fe0b931427|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]}
2023-03-28T13:29:12.124Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-28T13:29:12.125Z|21f94244-751c-4c13-b829-41fe0b931427|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"}]}

2023-03-28T13:29:12.627Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-28T13:29:12.627Z|21f94244-751c-4c13-b829-41fe0b931427|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=[Tue, 28 Mar 2023 13:29:13 GMT], server=[envoy], x-envoy-upstream-service-time=[499], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-03-28T13:29:12.636Z|21f94244-751c-4c13-b829-41fe0b931427|main|||||DEBUG|500||{"id":"f4c63f3ac9bc4d3f98a6e38845a841ce","versionId":"4cfe379c122c4092bb5c7c0cd52aeb4a"}

2023-03-28T13:29:12.638Z|21f94244-751c-4c13-b829-41fe0b931427|main|||||INFO|500||Successfully created activitySpec VNFCheckClosedLoopDisabledFlagActivity
2023-03-28T13:29:12.672Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/f4c63f3ac9bc4d3f98a6e38845a841ce/versions/latest/actions|INFO|500||Invoke
2023-03-28T13:29:12.672Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/f4c63f3ac9bc4d3f98a6e38845a841ce/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/f4c63f3ac9bc4d3f98a6e38845a841ce/versions/latest/actions with request headers:{X-RequestID=[21f94244-751c-4c13-b829-41fe0b931427], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[f5e6c12b-96ad-48e7-a864-877929329e52], X-ECOMP-RequestID=[21f94244-751c-4c13-b829-41fe0b931427], X-TransactionID=[21f94244-751c-4c13-b829-41fe0b931427], X-ONAP-RequestID=[21f94244-751c-4c13-b829-41fe0b931427], Content-Type=[application/json]}
2023-03-28T13:29:12.675Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/f4c63f3ac9bc4d3f98a6e38845a841ce/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2023-03-28T13:29:13.012Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/f4c63f3ac9bc4d3f98a6e38845a841ce/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/f4c63f3ac9bc4d3f98a6e38845a841ce/versions/latest/actions has http status code:200 and response headers:{date=[Tue, 28 Mar 2023 13:29:13 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[334]}
2023-03-28T13:29:13.012Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/f4c63f3ac9bc4d3f98a6e38845a841ce/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-03-28T13:29:13.014Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/f4c63f3ac9bc4d3f98a6e38845a841ce/versions/latest/actions|INFO|500||InvokeReturn
2023-03-28T13:29:13.014Z|21f94244-751c-4c13-b829-41fe0b931427|main|||||INFO|500||Successfully certified activitySpec VNFCheckClosedLoopDisabledFlagActivity
2023-03-28T13:29:13.015Z|21f94244-751c-4c13-b829-41fe0b931427|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=?
2023-03-28T13:29:13.066Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-28T13:29:13.067Z|21f94244-751c-4c13-b829-41fe0b931427|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=[21f94244-751c-4c13-b829-41fe0b931427], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[00618e98-6dca-4894-9731-8a1c5a64d31a], X-ECOMP-RequestID=[21f94244-751c-4c13-b829-41fe0b931427], X-TransactionID=[21f94244-751c-4c13-b829-41fe0b931427], X-ONAP-RequestID=[21f94244-751c-4c13-b829-41fe0b931427], Content-Type=[application/json]}
2023-03-28T13:29:13.069Z|21f94244-751c-4c13-b829-41fe0b931427|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"}]}

2023-03-28T13:29:13.316Z|21f94244-751c-4c13-b829-41fe0b931427|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=[Tue, 28 Mar 2023 13:29:14 GMT], server=[envoy], x-envoy-upstream-service-time=[242], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-03-28T13:29:13.317Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"554b7d60e3d843ff8c8247805d3efc15","versionId":"aebc7363d6614cb29d599eec229d8c90"}

2023-03-28T13:29:13.319Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-28T13:29:13.323Z|21f94244-751c-4c13-b829-41fe0b931427|main|||||INFO|500||Successfully created activitySpec VNFSetClosedLoopDisabledFlagActivity
2023-03-28T13:29:13.356Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/554b7d60e3d843ff8c8247805d3efc15/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-28T13:29:13.357Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/554b7d60e3d843ff8c8247805d3efc15/versions/latest/actions|INFO|500||Invoke
2023-03-28T13:29:13.358Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/554b7d60e3d843ff8c8247805d3efc15/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2023-03-28T13:29:13.709Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/554b7d60e3d843ff8c8247805d3efc15/versions/latest/actions|INFO|500||InvokeReturn
2023-03-28T13:29:13.710Z|21f94244-751c-4c13-b829-41fe0b931427|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/554b7d60e3d843ff8c8247805d3efc15/versions/latest/actions has http status code:200 and response headers:{date=[Tue, 28 Mar 2023 13:29:14 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[347]}
2023-03-28T13:29:13.710Z|21f94244-751c-4c13-b829-41fe0b931427|main|||||DEBUG|500||Response was returned with an empty entity.
2023-03-28T13:29:13.711Z|21f94244-751c-4c13-b829-41fe0b931427|main|||||INFO|500||Successfully certified activitySpec VNFSetClosedLoopDisabledFlagActivity
2023-03-28T13:29:13.711Z|21f94244-751c-4c13-b829-41fe0b931427|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=?
2023-03-28T13:29:13.761Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-28T13:29:13.762Z|21f94244-751c-4c13-b829-41fe0b931427|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=[21f94244-751c-4c13-b829-41fe0b931427], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[eba511e9-a237-4d60-8aa8-030998fa89d9], X-ECOMP-RequestID=[21f94244-751c-4c13-b829-41fe0b931427], X-TransactionID=[21f94244-751c-4c13-b829-41fe0b931427], X-ONAP-RequestID=[21f94244-751c-4c13-b829-41fe0b931427], Content-Type=[application/json]}
2023-03-28T13:29:13.763Z|21f94244-751c-4c13-b829-41fe0b931427|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"}]}

2023-03-28T13:29:13.983Z|21f94244-751c-4c13-b829-41fe0b931427|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=[Tue, 28 Mar 2023 13:29:14 GMT], server=[envoy], x-envoy-upstream-service-time=[217], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-03-28T13:29:13.984Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"bc461f2058bb4dc0ba70816441a8bec7","versionId":"903ed129a9cf4bb68b405be07111fcb5"}

2023-03-28T13:29:13.986Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-28T13:29:13.989Z|21f94244-751c-4c13-b829-41fe0b931427|main|||||INFO|500||Successfully created activitySpec VNFUnsetClosedLoopDisabledFlagActivity
2023-03-28T13:29:14.021Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/bc461f2058bb4dc0ba70816441a8bec7/versions/latest/actions|INFO|500||Invoke
2023-03-28T13:29:14.022Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/bc461f2058bb4dc0ba70816441a8bec7/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/bc461f2058bb4dc0ba70816441a8bec7/versions/latest/actions with request headers:{X-RequestID=[21f94244-751c-4c13-b829-41fe0b931427], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[d41e41ec-f064-4a26-9532-b3ac813a395b], X-ECOMP-RequestID=[21f94244-751c-4c13-b829-41fe0b931427], X-TransactionID=[21f94244-751c-4c13-b829-41fe0b931427], X-ONAP-RequestID=[21f94244-751c-4c13-b829-41fe0b931427], Content-Type=[application/json]}
2023-03-28T13:29:14.023Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/bc461f2058bb4dc0ba70816441a8bec7/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2023-03-28T13:29:14.407Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/bc461f2058bb4dc0ba70816441a8bec7/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/bc461f2058bb4dc0ba70816441a8bec7/versions/latest/actions has http status code:200 and response headers:{date=[Tue, 28 Mar 2023 13:29:14 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[381]}
2023-03-28T13:29:14.408Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/bc461f2058bb4dc0ba70816441a8bec7/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-03-28T13:29:14.409Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/bc461f2058bb4dc0ba70816441a8bec7/versions/latest/actions|INFO|500||InvokeReturn
2023-03-28T13:29:14.409Z|21f94244-751c-4c13-b829-41fe0b931427|main|||||INFO|500||Successfully certified activitySpec VNFUnsetClosedLoopDisabledFlagActivity
2023-03-28T13:29:14.409Z|21f94244-751c-4c13-b829-41fe0b931427|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=?
2023-03-28T13:29:14.447Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-28T13:29:14.447Z|21f94244-751c-4c13-b829-41fe0b931427|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=[21f94244-751c-4c13-b829-41fe0b931427], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[527359dd-daee-4ca0-a473-cfcd822cc41c], X-ECOMP-RequestID=[21f94244-751c-4c13-b829-41fe0b931427], X-TransactionID=[21f94244-751c-4c13-b829-41fe0b931427], X-ONAP-RequestID=[21f94244-751c-4c13-b829-41fe0b931427], Content-Type=[application/json]}
2023-03-28T13:29:14.448Z|21f94244-751c-4c13-b829-41fe0b931427|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"}]}

2023-03-28T13:29:14.673Z|21f94244-751c-4c13-b829-41fe0b931427|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=[Tue, 28 Mar 2023 13:29:15 GMT], server=[envoy], x-envoy-upstream-service-time=[222], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-03-28T13:29:14.674Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"2a56b2381e444c598d7bfc42520023cc","versionId":"28649523cd91445f926294deada850a2"}

2023-03-28T13:29:14.676Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-28T13:29:14.679Z|21f94244-751c-4c13-b829-41fe0b931427|main|||||INFO|500||Successfully created activitySpec VNFLockActivity
2023-03-28T13:29:14.709Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/2a56b2381e444c598d7bfc42520023cc/versions/latest/actions|INFO|500||Invoke
2023-03-28T13:29:14.710Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/2a56b2381e444c598d7bfc42520023cc/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/2a56b2381e444c598d7bfc42520023cc/versions/latest/actions with request headers:{X-RequestID=[21f94244-751c-4c13-b829-41fe0b931427], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[37000a96-dfd3-46b4-943a-095037ae9158], X-ECOMP-RequestID=[21f94244-751c-4c13-b829-41fe0b931427], X-TransactionID=[21f94244-751c-4c13-b829-41fe0b931427], X-ONAP-RequestID=[21f94244-751c-4c13-b829-41fe0b931427], Content-Type=[application/json]}
2023-03-28T13:29:14.711Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/2a56b2381e444c598d7bfc42520023cc/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2023-03-28T13:29:15.132Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/2a56b2381e444c598d7bfc42520023cc/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/2a56b2381e444c598d7bfc42520023cc/versions/latest/actions has http status code:200 and response headers:{date=[Tue, 28 Mar 2023 13:29:15 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[418]}
2023-03-28T13:29:15.133Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/2a56b2381e444c598d7bfc42520023cc/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-03-28T13:29:15.133Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/2a56b2381e444c598d7bfc42520023cc/versions/latest/actions|INFO|500||InvokeReturn
2023-03-28T13:29:15.133Z|21f94244-751c-4c13-b829-41fe0b931427|main|||||INFO|500||Successfully certified activitySpec VNFLockActivity
2023-03-28T13:29:15.133Z|21f94244-751c-4c13-b829-41fe0b931427|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=?
2023-03-28T13:29:15.161Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-28T13:29:15.162Z|21f94244-751c-4c13-b829-41fe0b931427|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=[21f94244-751c-4c13-b829-41fe0b931427], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[ebf502ad-06bb-44db-95f7-ad8ae3e7d348], X-ECOMP-RequestID=[21f94244-751c-4c13-b829-41fe0b931427], X-TransactionID=[21f94244-751c-4c13-b829-41fe0b931427], X-ONAP-RequestID=[21f94244-751c-4c13-b829-41fe0b931427], Content-Type=[application/json]}
2023-03-28T13:29:15.164Z|21f94244-751c-4c13-b829-41fe0b931427|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"}]}

2023-03-28T13:29:15.390Z|21f94244-751c-4c13-b829-41fe0b931427|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=[Tue, 28 Mar 2023 13:29:16 GMT], server=[envoy], x-envoy-upstream-service-time=[224], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-03-28T13:29:15.391Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"f5fcc060d773454b8d818f66ec8f4488","versionId":"d2b9e9fa1ddc4651a08dc6a7c8128a28"}

2023-03-28T13:29:15.392Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-28T13:29:15.393Z|21f94244-751c-4c13-b829-41fe0b931427|main|||||INFO|500||Successfully created activitySpec VNFUnlockActivity
2023-03-28T13:29:15.427Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/f5fcc060d773454b8d818f66ec8f4488/versions/latest/actions|INFO|500||Invoke
2023-03-28T13:29:15.427Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/f5fcc060d773454b8d818f66ec8f4488/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/f5fcc060d773454b8d818f66ec8f4488/versions/latest/actions with request headers:{X-RequestID=[21f94244-751c-4c13-b829-41fe0b931427], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[a2219dc8-5b2e-4149-b774-aef43c6c9c49], X-ECOMP-RequestID=[21f94244-751c-4c13-b829-41fe0b931427], X-TransactionID=[21f94244-751c-4c13-b829-41fe0b931427], X-ONAP-RequestID=[21f94244-751c-4c13-b829-41fe0b931427], Content-Type=[application/json]}
2023-03-28T13:29:15.429Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/f5fcc060d773454b8d818f66ec8f4488/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2023-03-28T13:29:15.973Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/f5fcc060d773454b8d818f66ec8f4488/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/f5fcc060d773454b8d818f66ec8f4488/versions/latest/actions has http status code:200 and response headers:{date=[Tue, 28 Mar 2023 13:29:16 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[541]}
2023-03-28T13:29:15.973Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/f5fcc060d773454b8d818f66ec8f4488/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-03-28T13:29:15.975Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/f5fcc060d773454b8d818f66ec8f4488/versions/latest/actions|INFO|500||InvokeReturn
2023-03-28T13:29:15.976Z|21f94244-751c-4c13-b829-41fe0b931427|main|||||INFO|500||Successfully certified activitySpec VNFUnlockActivity
2023-03-28T13:29:15.976Z|21f94244-751c-4c13-b829-41fe0b931427|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=?
2023-03-28T13:29:16.033Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-28T13:29:16.033Z|21f94244-751c-4c13-b829-41fe0b931427|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=[21f94244-751c-4c13-b829-41fe0b931427], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[bf473459-c8ea-4ec2-81c5-fc27863537a1], X-ECOMP-RequestID=[21f94244-751c-4c13-b829-41fe0b931427], X-TransactionID=[21f94244-751c-4c13-b829-41fe0b931427], X-ONAP-RequestID=[21f94244-751c-4c13-b829-41fe0b931427], Content-Type=[application/json]}
2023-03-28T13:29:16.034Z|21f94244-751c-4c13-b829-41fe0b931427|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"}]}

2023-03-28T13:29:16.449Z|21f94244-751c-4c13-b829-41fe0b931427|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=[Tue, 28 Mar 2023 13:29:16 GMT], server=[envoy], x-envoy-upstream-service-time=[412], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-03-28T13:29:16.450Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"4f7e0f1abd4e43fb9583c7d04dc0089c","versionId":"39fa57a353fd42ccaae9650c5757c7cf"}

2023-03-28T13:29:16.451Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-28T13:29:16.453Z|21f94244-751c-4c13-b829-41fe0b931427|main|||||INFO|500||Successfully created activitySpec VNFStopActivity
2023-03-28T13:29:16.475Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/4f7e0f1abd4e43fb9583c7d04dc0089c/versions/latest/actions|INFO|500||Invoke
2023-03-28T13:29:16.475Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/4f7e0f1abd4e43fb9583c7d04dc0089c/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/4f7e0f1abd4e43fb9583c7d04dc0089c/versions/latest/actions with request headers:{X-RequestID=[21f94244-751c-4c13-b829-41fe0b931427], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[1be7303b-2141-43fb-bf81-e79b13a2406d], X-ECOMP-RequestID=[21f94244-751c-4c13-b829-41fe0b931427], X-TransactionID=[21f94244-751c-4c13-b829-41fe0b931427], X-ONAP-RequestID=[21f94244-751c-4c13-b829-41fe0b931427], Content-Type=[application/json]}
2023-03-28T13:29:16.476Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/4f7e0f1abd4e43fb9583c7d04dc0089c/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2023-03-28T13:29:16.912Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/4f7e0f1abd4e43fb9583c7d04dc0089c/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/4f7e0f1abd4e43fb9583c7d04dc0089c/versions/latest/actions has http status code:200 and response headers:{date=[Tue, 28 Mar 2023 13:29:17 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[433]}
2023-03-28T13:29:16.913Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/4f7e0f1abd4e43fb9583c7d04dc0089c/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-03-28T13:29:16.914Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/4f7e0f1abd4e43fb9583c7d04dc0089c/versions/latest/actions|INFO|500||InvokeReturn
2023-03-28T13:29:16.914Z|21f94244-751c-4c13-b829-41fe0b931427|main|||||INFO|500||Successfully certified activitySpec VNFStopActivity
2023-03-28T13:29:16.915Z|21f94244-751c-4c13-b829-41fe0b931427|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=?
2023-03-28T13:29:16.948Z|21f94244-751c-4c13-b829-41fe0b931427|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]}
2023-03-28T13:29:16.949Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-28T13:29:16.950Z|21f94244-751c-4c13-b829-41fe0b931427|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"}]}

2023-03-28T13:29:17.188Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-28T13:29:17.188Z|21f94244-751c-4c13-b829-41fe0b931427|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=[Tue, 28 Mar 2023 13:29:17 GMT], server=[envoy], x-envoy-upstream-service-time=[234], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-03-28T13:29:17.189Z|21f94244-751c-4c13-b829-41fe0b931427|main|||||DEBUG|500||{"id":"1ed4e36f8cb04f9e9a42ebe65edb117a","versionId":"0d3f221d96724daeab955aed527e77cc"}

2023-03-28T13:29:17.193Z|21f94244-751c-4c13-b829-41fe0b931427|main|||||INFO|500||Successfully created activitySpec VNFStartActivity
2023-03-28T13:29:17.216Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/1ed4e36f8cb04f9e9a42ebe65edb117a/versions/latest/actions|INFO|500||Invoke
2023-03-28T13:29:17.216Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/1ed4e36f8cb04f9e9a42ebe65edb117a/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/1ed4e36f8cb04f9e9a42ebe65edb117a/versions/latest/actions with request headers:{X-RequestID=[21f94244-751c-4c13-b829-41fe0b931427], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[04f9e59f-3db5-402e-9d65-fd1ee5f3e29e], X-ECOMP-RequestID=[21f94244-751c-4c13-b829-41fe0b931427], X-TransactionID=[21f94244-751c-4c13-b829-41fe0b931427], X-ONAP-RequestID=[21f94244-751c-4c13-b829-41fe0b931427], Content-Type=[application/json]}
2023-03-28T13:29:17.217Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/1ed4e36f8cb04f9e9a42ebe65edb117a/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2023-03-28T13:29:17.564Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/1ed4e36f8cb04f9e9a42ebe65edb117a/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/1ed4e36f8cb04f9e9a42ebe65edb117a/versions/latest/actions has http status code:200 and response headers:{date=[Tue, 28 Mar 2023 13:29:18 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[344]}
2023-03-28T13:29:17.565Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/1ed4e36f8cb04f9e9a42ebe65edb117a/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-03-28T13:29:17.566Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/1ed4e36f8cb04f9e9a42ebe65edb117a/versions/latest/actions|INFO|500||InvokeReturn
2023-03-28T13:29:17.567Z|21f94244-751c-4c13-b829-41fe0b931427|main|||||INFO|500||Successfully certified activitySpec VNFStartActivity
2023-03-28T13:29:17.567Z|21f94244-751c-4c13-b829-41fe0b931427|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=?
2023-03-28T13:29:17.603Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-28T13:29:17.603Z|21f94244-751c-4c13-b829-41fe0b931427|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=[21f94244-751c-4c13-b829-41fe0b931427], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[68676823-2ab8-4ea2-a202-7d19646f1206], X-ECOMP-RequestID=[21f94244-751c-4c13-b829-41fe0b931427], X-TransactionID=[21f94244-751c-4c13-b829-41fe0b931427], X-ONAP-RequestID=[21f94244-751c-4c13-b829-41fe0b931427], Content-Type=[application/json]}
2023-03-28T13:29:17.604Z|21f94244-751c-4c13-b829-41fe0b931427|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"}]}

2023-03-28T13:29:17.854Z|21f94244-751c-4c13-b829-41fe0b931427|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=[Tue, 28 Mar 2023 13:29:18 GMT], server=[envoy], x-envoy-upstream-service-time=[247], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-03-28T13:29:17.855Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"0f10668ae03c475aa628ac9c499922a4","versionId":"ef30811d0d5a4010ac0d013232980421"}

2023-03-28T13:29:17.856Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-28T13:29:17.866Z|21f94244-751c-4c13-b829-41fe0b931427|main|||||INFO|500||Successfully created activitySpec VNFSnapShotActivity
2023-03-28T13:29:17.890Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/0f10668ae03c475aa628ac9c499922a4/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-28T13:29:17.891Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0f10668ae03c475aa628ac9c499922a4/versions/latest/actions|INFO|500||Invoke
2023-03-28T13:29:17.892Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0f10668ae03c475aa628ac9c499922a4/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2023-03-28T13:29:18.223Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0f10668ae03c475aa628ac9c499922a4/versions/latest/actions|INFO|500||InvokeReturn
2023-03-28T13:29:18.224Z|21f94244-751c-4c13-b829-41fe0b931427|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/0f10668ae03c475aa628ac9c499922a4/versions/latest/actions has http status code:200 and response headers:{date=[Tue, 28 Mar 2023 13:29:18 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[327]}
2023-03-28T13:29:18.225Z|21f94244-751c-4c13-b829-41fe0b931427|main|||||DEBUG|500||Response was returned with an empty entity.
2023-03-28T13:29:18.226Z|21f94244-751c-4c13-b829-41fe0b931427|main|||||INFO|500||Successfully certified activitySpec VNFSnapShotActivity
2023-03-28T13:29:18.226Z|21f94244-751c-4c13-b829-41fe0b931427|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=?
2023-03-28T13:29:18.274Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-28T13:29:18.275Z|21f94244-751c-4c13-b829-41fe0b931427|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=[21f94244-751c-4c13-b829-41fe0b931427], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[66572c15-6f87-4867-89de-118a91c16f62], X-ECOMP-RequestID=[21f94244-751c-4c13-b829-41fe0b931427], X-TransactionID=[21f94244-751c-4c13-b829-41fe0b931427], X-ONAP-RequestID=[21f94244-751c-4c13-b829-41fe0b931427], Content-Type=[application/json]}
2023-03-28T13:29:18.276Z|21f94244-751c-4c13-b829-41fe0b931427|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"}]}

2023-03-28T13:29:18.527Z|21f94244-751c-4c13-b829-41fe0b931427|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=[Tue, 28 Mar 2023 13:29:19 GMT], server=[envoy], x-envoy-upstream-service-time=[248], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-03-28T13:29:18.528Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"9f120257c5ca4dfeb71098af9a6eb36c","versionId":"4eec087c0231424aa3f01eacf8b8615e"}

2023-03-28T13:29:18.529Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-28T13:29:18.533Z|21f94244-751c-4c13-b829-41fe0b931427|main|||||INFO|500||Successfully created activitySpec FlowCompleteActivity
2023-03-28T13:29:18.564Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/9f120257c5ca4dfeb71098af9a6eb36c/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-28T13:29:18.565Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/9f120257c5ca4dfeb71098af9a6eb36c/versions/latest/actions|INFO|500||Invoke
2023-03-28T13:29:18.566Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/9f120257c5ca4dfeb71098af9a6eb36c/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2023-03-28T13:29:19.032Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/9f120257c5ca4dfeb71098af9a6eb36c/versions/latest/actions|INFO|500||InvokeReturn
2023-03-28T13:29:19.035Z|21f94244-751c-4c13-b829-41fe0b931427|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/9f120257c5ca4dfeb71098af9a6eb36c/versions/latest/actions has http status code:200 and response headers:{date=[Tue, 28 Mar 2023 13:29:19 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[462]}
2023-03-28T13:29:19.035Z|21f94244-751c-4c13-b829-41fe0b931427|main|||||DEBUG|500||Response was returned with an empty entity.
2023-03-28T13:29:19.036Z|21f94244-751c-4c13-b829-41fe0b931427|main|||||INFO|500||Successfully certified activitySpec FlowCompleteActivity
2023-03-28T13:29:19.036Z|21f94244-751c-4c13-b829-41fe0b931427|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=?
2023-03-28T13:29:19.067Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-28T13:29:19.067Z|21f94244-751c-4c13-b829-41fe0b931427|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=[21f94244-751c-4c13-b829-41fe0b931427], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[b2e9566b-35c1-4369-8236-0a85837ecab4], X-ECOMP-RequestID=[21f94244-751c-4c13-b829-41fe0b931427], X-TransactionID=[21f94244-751c-4c13-b829-41fe0b931427], X-ONAP-RequestID=[21f94244-751c-4c13-b829-41fe0b931427], Content-Type=[application/json]}
2023-03-28T13:29:19.068Z|21f94244-751c-4c13-b829-41fe0b931427|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"}]}

2023-03-28T13:29:19.268Z|21f94244-751c-4c13-b829-41fe0b931427|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=[Tue, 28 Mar 2023 13:29:19 GMT], server=[envoy], x-envoy-upstream-service-time=[197], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-03-28T13:29:19.269Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"82ae508a4d614741bebe576524119b8b","versionId":"7bf538a2f806407cb593f35cbf7c0e8d"}

2023-03-28T13:29:19.270Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-28T13:29:19.273Z|21f94244-751c-4c13-b829-41fe0b931427|main|||||INFO|500||Successfully created activitySpec PauseForManualTaskActivity
2023-03-28T13:29:19.299Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/82ae508a4d614741bebe576524119b8b/versions/latest/actions|INFO|500||Invoke
2023-03-28T13:29:19.300Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/82ae508a4d614741bebe576524119b8b/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/82ae508a4d614741bebe576524119b8b/versions/latest/actions with request headers:{X-RequestID=[21f94244-751c-4c13-b829-41fe0b931427], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[3685d5e5-fadf-4f6b-a45a-30784a346e8a], X-ECOMP-RequestID=[21f94244-751c-4c13-b829-41fe0b931427], X-TransactionID=[21f94244-751c-4c13-b829-41fe0b931427], X-ONAP-RequestID=[21f94244-751c-4c13-b829-41fe0b931427], Content-Type=[application/json]}
2023-03-28T13:29:19.301Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/82ae508a4d614741bebe576524119b8b/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2023-03-28T13:29:19.701Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/82ae508a4d614741bebe576524119b8b/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/82ae508a4d614741bebe576524119b8b/versions/latest/actions has http status code:200 and response headers:{date=[Tue, 28 Mar 2023 13:29:20 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[398]}
2023-03-28T13:29:19.702Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/82ae508a4d614741bebe576524119b8b/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-03-28T13:29:19.702Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/82ae508a4d614741bebe576524119b8b/versions/latest/actions|INFO|500||InvokeReturn
2023-03-28T13:29:19.703Z|21f94244-751c-4c13-b829-41fe0b931427|main|||||INFO|500||Successfully certified activitySpec PauseForManualTaskActivity
2023-03-28T13:29:19.703Z|21f94244-751c-4c13-b829-41fe0b931427|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=?
2023-03-28T13:29:19.729Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-28T13:29:19.729Z|21f94244-751c-4c13-b829-41fe0b931427|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=[21f94244-751c-4c13-b829-41fe0b931427], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[334c6647-fd27-4555-b29f-83e70fbae90d], X-ECOMP-RequestID=[21f94244-751c-4c13-b829-41fe0b931427], X-TransactionID=[21f94244-751c-4c13-b829-41fe0b931427], X-ONAP-RequestID=[21f94244-751c-4c13-b829-41fe0b931427], Content-Type=[application/json]}
2023-03-28T13:29:19.730Z|21f94244-751c-4c13-b829-41fe0b931427|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"}]}

2023-03-28T13:29:19.970Z|21f94244-751c-4c13-b829-41fe0b931427|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=[Tue, 28 Mar 2023 13:29:20 GMT], server=[envoy], x-envoy-upstream-service-time=[237], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-03-28T13:29:19.971Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"6a2ea9d9bc544a76bc9ec3b8418b818d","versionId":"7b015d76fd8d444b802617827202cecc"}

2023-03-28T13:29:19.972Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-28T13:29:19.975Z|21f94244-751c-4c13-b829-41fe0b931427|main|||||INFO|500||Successfully created activitySpec DistributeTrafficActivity
2023-03-28T13:29:19.996Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6a2ea9d9bc544a76bc9ec3b8418b818d/versions/latest/actions|INFO|500||Invoke
2023-03-28T13:29:19.996Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6a2ea9d9bc544a76bc9ec3b8418b818d/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/6a2ea9d9bc544a76bc9ec3b8418b818d/versions/latest/actions with request headers:{X-RequestID=[21f94244-751c-4c13-b829-41fe0b931427], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[91f117c6-9ebd-4a01-b7fe-9a355e0d0198], X-ECOMP-RequestID=[21f94244-751c-4c13-b829-41fe0b931427], X-TransactionID=[21f94244-751c-4c13-b829-41fe0b931427], X-ONAP-RequestID=[21f94244-751c-4c13-b829-41fe0b931427], Content-Type=[application/json]}
2023-03-28T13:29:19.997Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6a2ea9d9bc544a76bc9ec3b8418b818d/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2023-03-28T13:29:20.393Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6a2ea9d9bc544a76bc9ec3b8418b818d/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/6a2ea9d9bc544a76bc9ec3b8418b818d/versions/latest/actions has http status code:200 and response headers:{date=[Tue, 28 Mar 2023 13:29:20 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[393]}
2023-03-28T13:29:20.393Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6a2ea9d9bc544a76bc9ec3b8418b818d/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-03-28T13:29:20.394Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6a2ea9d9bc544a76bc9ec3b8418b818d/versions/latest/actions|INFO|500||InvokeReturn
2023-03-28T13:29:20.395Z|21f94244-751c-4c13-b829-41fe0b931427|main|||||INFO|500||Successfully certified activitySpec DistributeTrafficActivity
2023-03-28T13:29:20.395Z|21f94244-751c-4c13-b829-41fe0b931427|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=?
2023-03-28T13:29:20.423Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-28T13:29:20.423Z|21f94244-751c-4c13-b829-41fe0b931427|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=[21f94244-751c-4c13-b829-41fe0b931427], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[be835b3f-e437-44c0-9961-0dba6c8d623f], X-ECOMP-RequestID=[21f94244-751c-4c13-b829-41fe0b931427], X-TransactionID=[21f94244-751c-4c13-b829-41fe0b931427], X-ONAP-RequestID=[21f94244-751c-4c13-b829-41fe0b931427], Content-Type=[application/json]}
2023-03-28T13:29:20.424Z|21f94244-751c-4c13-b829-41fe0b931427|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"}]}

2023-03-28T13:29:20.665Z|21f94244-751c-4c13-b829-41fe0b931427|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=[Tue, 28 Mar 2023 13:29:21 GMT], server=[envoy], x-envoy-upstream-service-time=[237], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-03-28T13:29:20.667Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"1b620aa2257a4573bf60663d5bb730bc","versionId":"1e7213738c634b5087f317658458920d"}

2023-03-28T13:29:20.668Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-28T13:29:20.671Z|21f94244-751c-4c13-b829-41fe0b931427|main|||||INFO|500||Successfully created activitySpec DistributeTrafficCheckActivity
2023-03-28T13:29:20.709Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/1b620aa2257a4573bf60663d5bb730bc/versions/latest/actions|INFO|500||Invoke
2023-03-28T13:29:20.710Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/1b620aa2257a4573bf60663d5bb730bc/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/1b620aa2257a4573bf60663d5bb730bc/versions/latest/actions with request headers:{X-RequestID=[21f94244-751c-4c13-b829-41fe0b931427], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[fdafdffc-c02e-4fb5-946e-b03cce74cb5c], X-ECOMP-RequestID=[21f94244-751c-4c13-b829-41fe0b931427], X-TransactionID=[21f94244-751c-4c13-b829-41fe0b931427], X-ONAP-RequestID=[21f94244-751c-4c13-b829-41fe0b931427], Content-Type=[application/json]}
2023-03-28T13:29:20.711Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/1b620aa2257a4573bf60663d5bb730bc/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2023-03-28T13:29:21.095Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/1b620aa2257a4573bf60663d5bb730bc/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/1b620aa2257a4573bf60663d5bb730bc/versions/latest/actions has http status code:200 and response headers:{date=[Tue, 28 Mar 2023 13:29:21 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[380]}
2023-03-28T13:29:21.096Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/1b620aa2257a4573bf60663d5bb730bc/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-03-28T13:29:21.097Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/1b620aa2257a4573bf60663d5bb730bc/versions/latest/actions|INFO|500||InvokeReturn
2023-03-28T13:29:21.098Z|21f94244-751c-4c13-b829-41fe0b931427|main|||||INFO|500||Successfully certified activitySpec DistributeTrafficCheckActivity
2023-03-28T13:29:21.098Z|21f94244-751c-4c13-b829-41fe0b931427|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=?
2023-03-28T13:29:21.131Z|21f94244-751c-4c13-b829-41fe0b931427|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]}
2023-03-28T13:29:21.132Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-28T13:29:21.133Z|21f94244-751c-4c13-b829-41fe0b931427|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"}]}

2023-03-28T13:29:21.381Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-28T13:29:21.382Z|21f94244-751c-4c13-b829-41fe0b931427|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=[Tue, 28 Mar 2023 13:29:22 GMT], server=[envoy], x-envoy-upstream-service-time=[244], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-03-28T13:29:21.383Z|21f94244-751c-4c13-b829-41fe0b931427|main|||||DEBUG|500||{"id":"2c21856f637c4534a3e28c494ab597d1","versionId":"d50e41ce63e840b394b4bc6ded459dfc"}

2023-03-28T13:29:21.387Z|21f94244-751c-4c13-b829-41fe0b931427|main|||||INFO|500||Successfully created activitySpec VNFHealthCheckActivity
2023-03-28T13:29:21.542Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/2c21856f637c4534a3e28c494ab597d1/versions/latest/actions|INFO|500||Invoke
2023-03-28T13:29:21.543Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/2c21856f637c4534a3e28c494ab597d1/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/2c21856f637c4534a3e28c494ab597d1/versions/latest/actions with request headers:{X-RequestID=[21f94244-751c-4c13-b829-41fe0b931427], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[cfc71214-8a02-444f-ae34-85982b079fa1], X-ECOMP-RequestID=[21f94244-751c-4c13-b829-41fe0b931427], X-TransactionID=[21f94244-751c-4c13-b829-41fe0b931427], X-ONAP-RequestID=[21f94244-751c-4c13-b829-41fe0b931427], Content-Type=[application/json]}
2023-03-28T13:29:21.544Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/2c21856f637c4534a3e28c494ab597d1/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2023-03-28T13:29:21.970Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/2c21856f637c4534a3e28c494ab597d1/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/2c21856f637c4534a3e28c494ab597d1/versions/latest/actions has http status code:200 and response headers:{date=[Tue, 28 Mar 2023 13:29:22 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[423]}
2023-03-28T13:29:21.971Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/2c21856f637c4534a3e28c494ab597d1/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-03-28T13:29:21.972Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/2c21856f637c4534a3e28c494ab597d1/versions/latest/actions|INFO|500||InvokeReturn
2023-03-28T13:29:21.973Z|21f94244-751c-4c13-b829-41fe0b931427|main|||||INFO|500||Successfully certified activitySpec VNFHealthCheckActivity
2023-03-28T13:29:21.973Z|21f94244-751c-4c13-b829-41fe0b931427|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=?
2023-03-28T13:29:22.011Z|21f94244-751c-4c13-b829-41fe0b931427|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]}
2023-03-28T13:29:22.012Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-28T13:29:22.014Z|21f94244-751c-4c13-b829-41fe0b931427|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"}]}

2023-03-28T13:29:22.269Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-28T13:29:22.270Z|21f94244-751c-4c13-b829-41fe0b931427|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=[Tue, 28 Mar 2023 13:29:22 GMT], server=[envoy], x-envoy-upstream-service-time=[253], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-03-28T13:29:22.270Z|21f94244-751c-4c13-b829-41fe0b931427|main|||||DEBUG|500||{"id":"33a95583ef824debaa53433931a07655","versionId":"6ce1eaecaba948e082f00aac79a1c6d0"}

2023-03-28T13:29:22.273Z|21f94244-751c-4c13-b829-41fe0b931427|main|||||INFO|500||Successfully created activitySpec VNFQuiesceTrafficActivity
2023-03-28T13:29:22.295Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/33a95583ef824debaa53433931a07655/versions/latest/actions|INFO|500||Invoke
2023-03-28T13:29:22.296Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/33a95583ef824debaa53433931a07655/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/33a95583ef824debaa53433931a07655/versions/latest/actions with request headers:{X-RequestID=[21f94244-751c-4c13-b829-41fe0b931427], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[3984c635-5cb7-4fa8-a3d1-c3215b16171a], X-ECOMP-RequestID=[21f94244-751c-4c13-b829-41fe0b931427], X-TransactionID=[21f94244-751c-4c13-b829-41fe0b931427], X-ONAP-RequestID=[21f94244-751c-4c13-b829-41fe0b931427], Content-Type=[application/json]}
2023-03-28T13:29:22.296Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/33a95583ef824debaa53433931a07655/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2023-03-28T13:29:22.745Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/33a95583ef824debaa53433931a07655/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/33a95583ef824debaa53433931a07655/versions/latest/actions has http status code:200 and response headers:{date=[Tue, 28 Mar 2023 13:29:23 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[446]}
2023-03-28T13:29:22.746Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/33a95583ef824debaa53433931a07655/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-03-28T13:29:22.747Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/33a95583ef824debaa53433931a07655/versions/latest/actions|INFO|500||InvokeReturn
2023-03-28T13:29:22.748Z|21f94244-751c-4c13-b829-41fe0b931427|main|||||INFO|500||Successfully certified activitySpec VNFQuiesceTrafficActivity
2023-03-28T13:29:22.748Z|21f94244-751c-4c13-b829-41fe0b931427|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=?
2023-03-28T13:29:22.788Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-28T13:29:22.788Z|21f94244-751c-4c13-b829-41fe0b931427|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=[21f94244-751c-4c13-b829-41fe0b931427], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[55883f7b-04b1-4aa2-9eb7-bc6bf8858e1e], X-ECOMP-RequestID=[21f94244-751c-4c13-b829-41fe0b931427], X-TransactionID=[21f94244-751c-4c13-b829-41fe0b931427], X-ONAP-RequestID=[21f94244-751c-4c13-b829-41fe0b931427], Content-Type=[application/json]}
2023-03-28T13:29:22.789Z|21f94244-751c-4c13-b829-41fe0b931427|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"}]}

2023-03-28T13:29:23.052Z|21f94244-751c-4c13-b829-41fe0b931427|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=[Tue, 28 Mar 2023 13:29:23 GMT], server=[envoy], x-envoy-upstream-service-time=[261], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-03-28T13:29:23.054Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"d4a8e34d1d1d42a088508d031b75040c","versionId":"da89568d529c4205a575f994d9ffedde"}

2023-03-28T13:29:23.055Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-28T13:29:23.058Z|21f94244-751c-4c13-b829-41fe0b931427|main|||||INFO|500||Successfully created activitySpec VNFResumeTrafficActivity
2023-03-28T13:29:23.086Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/d4a8e34d1d1d42a088508d031b75040c/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-28T13:29:23.087Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/d4a8e34d1d1d42a088508d031b75040c/versions/latest/actions|INFO|500||Invoke
2023-03-28T13:29:23.088Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/d4a8e34d1d1d42a088508d031b75040c/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2023-03-28T13:29:23.473Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/d4a8e34d1d1d42a088508d031b75040c/versions/latest/actions|INFO|500||InvokeReturn
2023-03-28T13:29:23.474Z|21f94244-751c-4c13-b829-41fe0b931427|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/d4a8e34d1d1d42a088508d031b75040c/versions/latest/actions has http status code:200 and response headers:{date=[Tue, 28 Mar 2023 13:29:24 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[383]}
2023-03-28T13:29:23.475Z|21f94244-751c-4c13-b829-41fe0b931427|main|||||DEBUG|500||Response was returned with an empty entity.
2023-03-28T13:29:23.475Z|21f94244-751c-4c13-b829-41fe0b931427|main|||||INFO|500||Successfully certified activitySpec VNFResumeTrafficActivity
2023-03-28T13:29:23.475Z|21f94244-751c-4c13-b829-41fe0b931427|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=?
2023-03-28T13:29:23.510Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-28T13:29:23.511Z|21f94244-751c-4c13-b829-41fe0b931427|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=[21f94244-751c-4c13-b829-41fe0b931427], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[f6fb08d3-631f-4399-88e2-3215112156fc], X-ECOMP-RequestID=[21f94244-751c-4c13-b829-41fe0b931427], X-TransactionID=[21f94244-751c-4c13-b829-41fe0b931427], X-ONAP-RequestID=[21f94244-751c-4c13-b829-41fe0b931427], Content-Type=[application/json]}
2023-03-28T13:29:23.512Z|21f94244-751c-4c13-b829-41fe0b931427|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"}]}

2023-03-28T13:29:23.718Z|21f94244-751c-4c13-b829-41fe0b931427|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=[Tue, 28 Mar 2023 13:29:24 GMT], server=[envoy], x-envoy-upstream-service-time=[204], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-03-28T13:29:23.720Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"bfe684340c124bd09a5038b2b41e7d26","versionId":"43f4a553b7964a92911c2a066f32a488"}

2023-03-28T13:29:23.721Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-28T13:29:23.724Z|21f94244-751c-4c13-b829-41fe0b931427|main|||||INFO|500||Successfully created activitySpec VNFUnsetInMaintFlagActivity
2023-03-28T13:29:23.749Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/bfe684340c124bd09a5038b2b41e7d26/versions/latest/actions|INFO|500||Invoke
2023-03-28T13:29:23.749Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/bfe684340c124bd09a5038b2b41e7d26/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/bfe684340c124bd09a5038b2b41e7d26/versions/latest/actions with request headers:{X-RequestID=[21f94244-751c-4c13-b829-41fe0b931427], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[f40fdd12-59d7-48ad-aed1-743bc30e6edc], X-ECOMP-RequestID=[21f94244-751c-4c13-b829-41fe0b931427], X-TransactionID=[21f94244-751c-4c13-b829-41fe0b931427], X-ONAP-RequestID=[21f94244-751c-4c13-b829-41fe0b931427], Content-Type=[application/json]}
2023-03-28T13:29:23.750Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/bfe684340c124bd09a5038b2b41e7d26/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2023-03-28T13:29:24.150Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/bfe684340c124bd09a5038b2b41e7d26/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/bfe684340c124bd09a5038b2b41e7d26/versions/latest/actions has http status code:200 and response headers:{date=[Tue, 28 Mar 2023 13:29:24 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[397]}
2023-03-28T13:29:24.151Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/bfe684340c124bd09a5038b2b41e7d26/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-03-28T13:29:24.151Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/bfe684340c124bd09a5038b2b41e7d26/versions/latest/actions|INFO|500||InvokeReturn
2023-03-28T13:29:24.152Z|21f94244-751c-4c13-b829-41fe0b931427|main|||||INFO|500||Successfully certified activitySpec VNFUnsetInMaintFlagActivity
2023-03-28T13:29:24.152Z|21f94244-751c-4c13-b829-41fe0b931427|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=?
2023-03-28T13:29:24.203Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-28T13:29:24.203Z|21f94244-751c-4c13-b829-41fe0b931427|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=[21f94244-751c-4c13-b829-41fe0b931427], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[66834c67-e4f1-4c4d-827b-3622a77a3c4b], X-ECOMP-RequestID=[21f94244-751c-4c13-b829-41fe0b931427], X-TransactionID=[21f94244-751c-4c13-b829-41fe0b931427], X-ONAP-RequestID=[21f94244-751c-4c13-b829-41fe0b931427], Content-Type=[application/json]}
2023-03-28T13:29:24.204Z|21f94244-751c-4c13-b829-41fe0b931427|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"}]}

2023-03-28T13:29:24.410Z|21f94244-751c-4c13-b829-41fe0b931427|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=[Tue, 28 Mar 2023 13:29:25 GMT], server=[envoy], x-envoy-upstream-service-time=[203], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-03-28T13:29:24.412Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"98a9a5d0076849558a3ce3c9fd55b66d","versionId":"0cba4d48586146c4ad21bcd6929d7637"}

2023-03-28T13:29:24.413Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-28T13:29:24.414Z|21f94244-751c-4c13-b829-41fe0b931427|main|||||INFO|500||Successfully created activitySpec VNFUpgradeBackupActivity
2023-03-28T13:29:24.435Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/98a9a5d0076849558a3ce3c9fd55b66d/versions/latest/actions|INFO|500||Invoke
2023-03-28T13:29:24.436Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/98a9a5d0076849558a3ce3c9fd55b66d/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/98a9a5d0076849558a3ce3c9fd55b66d/versions/latest/actions with request headers:{X-RequestID=[21f94244-751c-4c13-b829-41fe0b931427], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[f5bcbf7a-05a2-4b54-a435-537f65aa5585], X-ECOMP-RequestID=[21f94244-751c-4c13-b829-41fe0b931427], X-TransactionID=[21f94244-751c-4c13-b829-41fe0b931427], X-ONAP-RequestID=[21f94244-751c-4c13-b829-41fe0b931427], Content-Type=[application/json]}
2023-03-28T13:29:24.437Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/98a9a5d0076849558a3ce3c9fd55b66d/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2023-03-28T13:29:24.830Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/98a9a5d0076849558a3ce3c9fd55b66d/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/98a9a5d0076849558a3ce3c9fd55b66d/versions/latest/actions has http status code:200 and response headers:{date=[Tue, 28 Mar 2023 13:29:25 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[390]}
2023-03-28T13:29:24.831Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/98a9a5d0076849558a3ce3c9fd55b66d/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-03-28T13:29:24.832Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/98a9a5d0076849558a3ce3c9fd55b66d/versions/latest/actions|INFO|500||InvokeReturn
2023-03-28T13:29:24.832Z|21f94244-751c-4c13-b829-41fe0b931427|main|||||INFO|500||Successfully certified activitySpec VNFUpgradeBackupActivity
2023-03-28T13:29:24.832Z|21f94244-751c-4c13-b829-41fe0b931427|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=?
2023-03-28T13:29:24.872Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-28T13:29:24.872Z|21f94244-751c-4c13-b829-41fe0b931427|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=[21f94244-751c-4c13-b829-41fe0b931427], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[91bb806a-e253-4d6f-b9f7-c585da20bfbf], X-ECOMP-RequestID=[21f94244-751c-4c13-b829-41fe0b931427], X-TransactionID=[21f94244-751c-4c13-b829-41fe0b931427], X-ONAP-RequestID=[21f94244-751c-4c13-b829-41fe0b931427], Content-Type=[application/json]}
2023-03-28T13:29:24.874Z|21f94244-751c-4c13-b829-41fe0b931427|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"}]}

2023-03-28T13:29:25.096Z|21f94244-751c-4c13-b829-41fe0b931427|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=[Tue, 28 Mar 2023 13:29:25 GMT], server=[envoy], x-envoy-upstream-service-time=[219], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-03-28T13:29:25.097Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"3ab88ecca2834e6db4cb85fa388c69f7","versionId":"4dd7aa845fb34c0ea28883deeac2be28"}

2023-03-28T13:29:25.098Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-28T13:29:25.100Z|21f94244-751c-4c13-b829-41fe0b931427|main|||||INFO|500||Successfully created activitySpec VNFUpgradePostCheckActivity
2023-03-28T13:29:25.131Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/3ab88ecca2834e6db4cb85fa388c69f7/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-28T13:29:25.133Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/3ab88ecca2834e6db4cb85fa388c69f7/versions/latest/actions|INFO|500||Invoke
2023-03-28T13:29:25.134Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/3ab88ecca2834e6db4cb85fa388c69f7/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2023-03-28T13:29:25.497Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/3ab88ecca2834e6db4cb85fa388c69f7/versions/latest/actions|INFO|500||InvokeReturn
2023-03-28T13:29:25.498Z|21f94244-751c-4c13-b829-41fe0b931427|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/3ab88ecca2834e6db4cb85fa388c69f7/versions/latest/actions has http status code:200 and response headers:{date=[Tue, 28 Mar 2023 13:29:26 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[359]}
2023-03-28T13:29:25.498Z|21f94244-751c-4c13-b829-41fe0b931427|main|||||DEBUG|500||Response was returned with an empty entity.
2023-03-28T13:29:25.499Z|21f94244-751c-4c13-b829-41fe0b931427|main|||||INFO|500||Successfully certified activitySpec VNFUpgradePostCheckActivity
2023-03-28T13:29:25.499Z|21f94244-751c-4c13-b829-41fe0b931427|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=?
2023-03-28T13:29:25.536Z|21f94244-751c-4c13-b829-41fe0b931427|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]}
2023-03-28T13:29:25.537Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-28T13:29:25.539Z|21f94244-751c-4c13-b829-41fe0b931427|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"}]}

2023-03-28T13:29:25.789Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-28T13:29:25.790Z|21f94244-751c-4c13-b829-41fe0b931427|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=[Tue, 28 Mar 2023 13:29:26 GMT], server=[envoy], x-envoy-upstream-service-time=[247], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-03-28T13:29:25.791Z|21f94244-751c-4c13-b829-41fe0b931427|main|||||DEBUG|500||{"id":"5bbbe048d6d54baabb58be8241d28909","versionId":"20da8ac9a4c741f593e01a6befb8d5cc"}

2023-03-28T13:29:25.793Z|21f94244-751c-4c13-b829-41fe0b931427|main|||||INFO|500||Successfully created activitySpec VNFUpgradePreCheckActivity
2023-03-28T13:29:25.824Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/5bbbe048d6d54baabb58be8241d28909/versions/latest/actions|INFO|500||Invoke
2023-03-28T13:29:25.825Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/5bbbe048d6d54baabb58be8241d28909/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/5bbbe048d6d54baabb58be8241d28909/versions/latest/actions with request headers:{X-RequestID=[21f94244-751c-4c13-b829-41fe0b931427], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[693c9e2e-c37d-4d0d-ad88-43efcaa3e7c3], X-ECOMP-RequestID=[21f94244-751c-4c13-b829-41fe0b931427], X-TransactionID=[21f94244-751c-4c13-b829-41fe0b931427], X-ONAP-RequestID=[21f94244-751c-4c13-b829-41fe0b931427], Content-Type=[application/json]}
2023-03-28T13:29:25.826Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/5bbbe048d6d54baabb58be8241d28909/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2023-03-28T13:29:26.205Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/5bbbe048d6d54baabb58be8241d28909/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/5bbbe048d6d54baabb58be8241d28909/versions/latest/actions has http status code:200 and response headers:{date=[Tue, 28 Mar 2023 13:29:26 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[376]}
2023-03-28T13:29:26.206Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/5bbbe048d6d54baabb58be8241d28909/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-03-28T13:29:26.207Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/5bbbe048d6d54baabb58be8241d28909/versions/latest/actions|INFO|500||InvokeReturn
2023-03-28T13:29:26.207Z|21f94244-751c-4c13-b829-41fe0b931427|main|||||INFO|500||Successfully certified activitySpec VNFUpgradePreCheckActivity
2023-03-28T13:29:26.208Z|21f94244-751c-4c13-b829-41fe0b931427|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=?
2023-03-28T13:29:26.255Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-28T13:29:26.256Z|21f94244-751c-4c13-b829-41fe0b931427|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=[21f94244-751c-4c13-b829-41fe0b931427], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[e71c1f3b-a1a1-4746-a806-454046c5f039], X-ECOMP-RequestID=[21f94244-751c-4c13-b829-41fe0b931427], X-TransactionID=[21f94244-751c-4c13-b829-41fe0b931427], X-ONAP-RequestID=[21f94244-751c-4c13-b829-41fe0b931427], Content-Type=[application/json]}
2023-03-28T13:29:26.257Z|21f94244-751c-4c13-b829-41fe0b931427|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"}]}

2023-03-28T13:29:26.492Z|21f94244-751c-4c13-b829-41fe0b931427|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=[Tue, 28 Mar 2023 13:29:27 GMT], server=[envoy], x-envoy-upstream-service-time=[232], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-03-28T13:29:26.493Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"8d53b75197be45ecbf11e77ce7d73be4","versionId":"1f9b10da1ba4498aa9e2356caf8f519a"}

2023-03-28T13:29:26.494Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-28T13:29:26.496Z|21f94244-751c-4c13-b829-41fe0b931427|main|||||INFO|500||Successfully created activitySpec VNFUpgradeSoftwareActivity
2023-03-28T13:29:26.519Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/8d53b75197be45ecbf11e77ce7d73be4/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-28T13:29:26.520Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/8d53b75197be45ecbf11e77ce7d73be4/versions/latest/actions|INFO|500||Invoke
2023-03-28T13:29:26.521Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/8d53b75197be45ecbf11e77ce7d73be4/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2023-03-28T13:29:27.034Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/8d53b75197be45ecbf11e77ce7d73be4/versions/latest/actions|INFO|500||InvokeReturn
2023-03-28T13:29:27.035Z|21f94244-751c-4c13-b829-41fe0b931427|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/8d53b75197be45ecbf11e77ce7d73be4/versions/latest/actions has http status code:200 and response headers:{date=[Tue, 28 Mar 2023 13:29:27 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[509]}
2023-03-28T13:29:27.035Z|21f94244-751c-4c13-b829-41fe0b931427|main|||||DEBUG|500||Response was returned with an empty entity.
2023-03-28T13:29:27.036Z|21f94244-751c-4c13-b829-41fe0b931427|main|||||INFO|500||Successfully certified activitySpec VNFUpgradeSoftwareActivity
2023-03-28T13:29:27.036Z|21f94244-751c-4c13-b829-41fe0b931427|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=?
2023-03-28T13:29:27.069Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-28T13:29:27.069Z|21f94244-751c-4c13-b829-41fe0b931427|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=[21f94244-751c-4c13-b829-41fe0b931427], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[cf5f1f4c-f3be-4922-ab00-3a6b54c83268], X-ECOMP-RequestID=[21f94244-751c-4c13-b829-41fe0b931427], X-TransactionID=[21f94244-751c-4c13-b829-41fe0b931427], X-ONAP-RequestID=[21f94244-751c-4c13-b829-41fe0b931427], Content-Type=[application/json]}
2023-03-28T13:29:27.070Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VnfInPlaceSoftwareUpdate","description":"Activity InPlace Software Update on VNF","categoryList":["VNF"]}

2023-03-28T13:29:27.363Z|21f94244-751c-4c13-b829-41fe0b931427|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=[Tue, 28 Mar 2023 13:29:28 GMT], server=[envoy], x-envoy-upstream-service-time=[290], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-03-28T13:29:27.364Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"8bafa7f566764d7f97d8ba6791c63064","versionId":"40e4915ac40a48ce8d026d06997672cf"}

2023-03-28T13:29:27.365Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-28T13:29:27.368Z|21f94244-751c-4c13-b829-41fe0b931427|main|||||INFO|500||Successfully created activitySpec VnfInPlaceSoftwareUpdate
2023-03-28T13:29:27.398Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/8bafa7f566764d7f97d8ba6791c63064/versions/latest/actions|INFO|500||Invoke
2023-03-28T13:29:27.399Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/8bafa7f566764d7f97d8ba6791c63064/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/8bafa7f566764d7f97d8ba6791c63064/versions/latest/actions with request headers:{X-RequestID=[21f94244-751c-4c13-b829-41fe0b931427], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[18eb504d-2067-4426-9ee2-b4dbb31a11b1], X-ECOMP-RequestID=[21f94244-751c-4c13-b829-41fe0b931427], X-TransactionID=[21f94244-751c-4c13-b829-41fe0b931427], X-ONAP-RequestID=[21f94244-751c-4c13-b829-41fe0b931427], Content-Type=[application/json]}
2023-03-28T13:29:27.400Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/8bafa7f566764d7f97d8ba6791c63064/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2023-03-28T13:29:27.794Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/8bafa7f566764d7f97d8ba6791c63064/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/8bafa7f566764d7f97d8ba6791c63064/versions/latest/actions has http status code:200 and response headers:{date=[Tue, 28 Mar 2023 13:29:28 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[392]}
2023-03-28T13:29:27.795Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/8bafa7f566764d7f97d8ba6791c63064/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-03-28T13:29:27.796Z|21f94244-751c-4c13-b829-41fe0b931427|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/8bafa7f566764d7f97d8ba6791c63064/versions/latest/actions|INFO|500||InvokeReturn
2023-03-28T13:29:27.796Z|21f94244-751c-4c13-b829-41fe0b931427|main|||||INFO|500||Successfully certified activitySpec VnfInPlaceSoftwareUpdate
2023-03-28T13:29:30.161Z|21f94244-751c-4c13-b829-41fe0b931427|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
2023-03-28T13:29:32.232Z|21f94244-751c-4c13-b829-41fe0b931427|main|||||WARN|500||---
2023-03-28T13:29:32.233Z|21f94244-751c-4c13-b829-41fe0b931427|main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-03-28T13:29:32.233Z|21f94244-751c-4c13-b829-41fe0b931427|main|||||WARN|500||---
2023-03-28T13:29:32.546Z|21f94244-751c-4c13-b829-41fe0b931427|main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-03-28T13:29:36.098Z|21f94244-751c-4c13-b829-41fe0b931427|main|||||INFO|500||Started Application in 55.433 seconds (JVM running for 58.648)
2023-03-28T13:29:36.127Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-03-28T13:29:36.130Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-03-28T13:29:36.138Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-03-28T13:29:36.179Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= bccbcf9e-4410-462a-bb39-8e8ac20c6b48 url= /sdc/v1/artifactTypes
2023-03-28T13:29:36.183Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-03-28T13:29:36.338Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-03-28T13:29:36.380Z||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 SDC server
2023-03-28T13:29:36.380Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC
2023-03-28T13:29:36.381Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= c536baf4-be89-4142-8380-255cfac98571 url= /sdc/v1/distributionKafkaData
2023-03-28T13:29:36.381Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/distributionKafkaData
2023-03-28T13:29:36.406Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-03-28T13:29:36.411Z||scheduling-1|||||DEBUG|500||MessageBus cluster info retrieved successfully org.onap.sdc.utils.kafka.KafkaDataResponse@57096e40
2023-03-28T13:29:36.467Z||scheduling-1|||||INFO|500||ProducerConfig values: 
	acks = -1
	batch.size = 16384
	bootstrap.servers = [onap-strimzi-kafka-bootstrap:9092]
	buffer.memory = 33554432
	client.dns.lookup = use_all_dns_ips
	client.id = SO-sdc-controller-producer-4abcea71-a783-4732-a092-87d769dda6dc
	compression.type = none
	connections.max.idle.ms = 540000
	delivery.timeout.ms = 120000
	enable.idempotence = true
	interceptor.classes = []
	key.serializer = class org.apache.kafka.common.serialization.StringSerializer
	linger.ms = 0
	max.block.ms = 60000
	max.in.flight.requests.per.connection = 5
	max.request.size = 1048576
	metadata.max.age.ms = 300000
	metadata.max.idle.ms = 300000
	metric.reporters = []
	metrics.num.samples = 2
	metrics.recording.level = INFO
	metrics.sample.window.ms = 30000
	partitioner.adaptive.partitioning.enable = true
	partitioner.availability.timeout.ms = 0
	partitioner.class = null
	partitioner.ignore.keys = false
	receive.buffer.bytes = 32768
	reconnect.backoff.max.ms = 1000
	reconnect.backoff.ms = 50
	request.timeout.ms = 30000
	retries = 2147483647
	retry.backoff.ms = 100
	sasl.client.callback.handler.class = null
	sasl.jaas.config = [hidden]
	sasl.kerberos.kinit.cmd = /usr/bin/kinit
	sasl.kerberos.min.time.before.relogin = 60000
	sasl.kerberos.service.name = null
	sasl.kerberos.ticket.renew.jitter = 0.05
	sasl.kerberos.ticket.renew.window.factor = 0.8
	sasl.login.callback.handler.class = null
	sasl.login.class = null
	sasl.login.connect.timeout.ms = null
	sasl.login.read.timeout.ms = null
	sasl.login.refresh.buffer.seconds = 300
	sasl.login.refresh.min.period.seconds = 60
	sasl.login.refresh.window.factor = 0.8
	sasl.login.refresh.window.jitter = 0.05
	sasl.login.retry.backoff.max.ms = 10000
	sasl.login.retry.backoff.ms = 100
	sasl.mechanism = SCRAM-SHA-512
	sasl.oauthbearer.clock.skew.seconds = 30
	sasl.oauthbearer.expected.audience = null
	sasl.oauthbearer.expected.issuer = null
	sasl.oauthbearer.jwks.endpoint.refresh.ms = 3600000
	sasl.oauthbearer.jwks.endpoint.retry.backoff.max.ms = 10000
	sasl.oauthbearer.jwks.endpoint.retry.backoff.ms = 100
	sasl.oauthbearer.jwks.endpoint.url = null
	sasl.oauthbearer.scope.claim.name = scope
	sasl.oauthbearer.sub.claim.name = sub
	sasl.oauthbearer.token.endpoint.url = null
	security.protocol = SASL_PLAINTEXT
	security.providers = null
	send.buffer.bytes = 131072
	socket.connection.setup.timeout.max.ms = 30000
	socket.connection.setup.timeout.ms = 10000
	ssl.cipher.suites = null
	ssl.enabled.protocols = [TLSv1.2, TLSv1.3]
	ssl.endpoint.identification.algorithm = https
	ssl.engine.factory.class = null
	ssl.key.password = null
	ssl.keymanager.algorithm = SunX509
	ssl.keystore.certificate.chain = null
	ssl.keystore.key = null
	ssl.keystore.location = null
	ssl.keystore.password = null
	ssl.keystore.type = JKS
	ssl.protocol = TLSv1.3
	ssl.provider = null
	ssl.secure.random.implementation = null
	ssl.trustmanager.algorithm = PKIX
	ssl.truststore.certificates = null
	ssl.truststore.location = null
	ssl.truststore.password = null
	ssl.truststore.type = JKS
	transaction.timeout.ms = 60000
	transactional.id = null
	value.serializer = class org.apache.kafka.common.serialization.StringSerializer

2023-03-28T13:29:36.515Z||scheduling-1|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-4abcea71-a783-4732-a092-87d769dda6dc] Instantiated an idempotent producer.
2023-03-28T13:29:36.625Z||scheduling-1|||||INFO|500||Successfully logged in.
2023-03-28T13:29:36.673Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-03-28T13:29:36.673Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-03-28T13:29:36.673Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1680010176670
2023-03-28T13:29:36.678Z||scheduling-1|||||INFO|500||start DistributionClient
2023-03-28T13:29:36.694Z||scheduling-1|||||INFO|500||ConsumerConfig values: 
	allow.auto.create.topics = false
	auto.commit.interval.ms = 5000
	auto.offset.reset = latest
	bootstrap.servers = [onap-strimzi-kafka-bootstrap:9092]
	check.crcs = true
	client.dns.lookup = use_all_dns_ips
	client.id = SO-sdc-controller-consumer-0b62a4e4-a40b-43a3-9697-8cd095ac6384
	client.rack = 
	connections.max.idle.ms = 540000
	default.api.timeout.ms = 60000
	enable.auto.commit = true
	exclude.internal.topics = true
	fetch.max.bytes = 52428800
	fetch.max.wait.ms = 500
	fetch.min.bytes = 1
	group.id = so
	group.instance.id = null
	heartbeat.interval.ms = 3000
	interceptor.classes = []
	internal.leave.group.on.close = true
	internal.throw.on.fetch.stable.offset.unsupported = false
	isolation.level = read_uncommitted
	key.deserializer = class org.apache.kafka.common.serialization.StringDeserializer
	max.partition.fetch.bytes = 1048576
	max.poll.interval.ms = 300000
	max.poll.records = 500
	metadata.max.age.ms = 300000
	metric.reporters = []
	metrics.num.samples = 2
	metrics.recording.level = INFO
	metrics.sample.window.ms = 30000
	partition.assignment.strategy = [class org.apache.kafka.clients.consumer.RangeAssignor, class org.apache.kafka.clients.consumer.CooperativeStickyAssignor]
	receive.buffer.bytes = 65536
	reconnect.backoff.max.ms = 1000
	reconnect.backoff.ms = 50
	request.timeout.ms = 30000
	retry.backoff.ms = 100
	sasl.client.callback.handler.class = null
	sasl.jaas.config = [hidden]
	sasl.kerberos.kinit.cmd = /usr/bin/kinit
	sasl.kerberos.min.time.before.relogin = 60000
	sasl.kerberos.service.name = null
	sasl.kerberos.ticket.renew.jitter = 0.05
	sasl.kerberos.ticket.renew.window.factor = 0.8
	sasl.login.callback.handler.class = null
	sasl.login.class = null
	sasl.login.connect.timeout.ms = null
	sasl.login.read.timeout.ms = null
	sasl.login.refresh.buffer.seconds = 300
	sasl.login.refresh.min.period.seconds = 60
	sasl.login.refresh.window.factor = 0.8
	sasl.login.refresh.window.jitter = 0.05
	sasl.login.retry.backoff.max.ms = 10000
	sasl.login.retry.backoff.ms = 100
	sasl.mechanism = SCRAM-SHA-512
	sasl.oauthbearer.clock.skew.seconds = 30
	sasl.oauthbearer.expected.audience = null
	sasl.oauthbearer.expected.issuer = null
	sasl.oauthbearer.jwks.endpoint.refresh.ms = 3600000
	sasl.oauthbearer.jwks.endpoint.retry.backoff.max.ms = 10000
	sasl.oauthbearer.jwks.endpoint.retry.backoff.ms = 100
	sasl.oauthbearer.jwks.endpoint.url = null
	sasl.oauthbearer.scope.claim.name = scope
	sasl.oauthbearer.sub.claim.name = sub
	sasl.oauthbearer.token.endpoint.url = null
	security.protocol = SASL_PLAINTEXT
	security.providers = null
	send.buffer.bytes = 131072
	session.timeout.ms = 45000
	socket.connection.setup.timeout.max.ms = 30000
	socket.connection.setup.timeout.ms = 10000
	ssl.cipher.suites = null
	ssl.enabled.protocols = [TLSv1.2, TLSv1.3]
	ssl.endpoint.identification.algorithm = https
	ssl.engine.factory.class = null
	ssl.key.password = null
	ssl.keymanager.algorithm = SunX509
	ssl.keystore.certificate.chain = null
	ssl.keystore.key = null
	ssl.keystore.location = null
	ssl.keystore.password = null
	ssl.keystore.type = JKS
	ssl.protocol = TLSv1.3
	ssl.provider = null
	ssl.secure.random.implementation = null
	ssl.trustmanager.algorithm = PKIX
	ssl.truststore.certificates = null
	ssl.truststore.location = null
	ssl.truststore.password = null
	ssl.truststore.type = JKS
	value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer

2023-03-28T13:29:36.812Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-03-28T13:29:36.812Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-03-28T13:29:36.812Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1680010176812
2023-03-28T13:29:36.814Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0b62a4e4-a40b-43a3-9697-8cd095ac6384, groupId=so] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T13:29:36.817Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T13:29:36.817Z||scheduling-1|||||INFO|500||ConsumerConfig values: 
	allow.auto.create.topics = false
	auto.commit.interval.ms = 5000
	auto.offset.reset = latest
	bootstrap.servers = [onap-strimzi-kafka-bootstrap:9092]
	check.crcs = true
	client.dns.lookup = use_all_dns_ips
	client.id = SO-sdc-controller-consumer-e994e435-d40c-4663-a290-ef655644b74e
	client.rack = 
	connections.max.idle.ms = 540000
	default.api.timeout.ms = 60000
	enable.auto.commit = true
	exclude.internal.topics = true
	fetch.max.bytes = 52428800
	fetch.max.wait.ms = 500
	fetch.min.bytes = 1
	group.id = so
	group.instance.id = null
	heartbeat.interval.ms = 3000
	interceptor.classes = []
	internal.leave.group.on.close = true
	internal.throw.on.fetch.stable.offset.unsupported = false
	isolation.level = read_uncommitted
	key.deserializer = class org.apache.kafka.common.serialization.StringDeserializer
	max.partition.fetch.bytes = 1048576
	max.poll.interval.ms = 300000
	max.poll.records = 500
	metadata.max.age.ms = 300000
	metric.reporters = []
	metrics.num.samples = 2
	metrics.recording.level = INFO
	metrics.sample.window.ms = 30000
	partition.assignment.strategy = [class org.apache.kafka.clients.consumer.RangeAssignor, class org.apache.kafka.clients.consumer.CooperativeStickyAssignor]
	receive.buffer.bytes = 65536
	reconnect.backoff.max.ms = 1000
	reconnect.backoff.ms = 50
	request.timeout.ms = 30000
	retry.backoff.ms = 100
	sasl.client.callback.handler.class = null
	sasl.jaas.config = [hidden]
	sasl.kerberos.kinit.cmd = /usr/bin/kinit
	sasl.kerberos.min.time.before.relogin = 60000
	sasl.kerberos.service.name = null
	sasl.kerberos.ticket.renew.jitter = 0.05
	sasl.kerberos.ticket.renew.window.factor = 0.8
	sasl.login.callback.handler.class = null
	sasl.login.class = null
	sasl.login.connect.timeout.ms = null
	sasl.login.read.timeout.ms = null
	sasl.login.refresh.buffer.seconds = 300
	sasl.login.refresh.min.period.seconds = 60
	sasl.login.refresh.window.factor = 0.8
	sasl.login.refresh.window.jitter = 0.05
	sasl.login.retry.backoff.max.ms = 10000
	sasl.login.retry.backoff.ms = 100
	sasl.mechanism = SCRAM-SHA-512
	sasl.oauthbearer.clock.skew.seconds = 30
	sasl.oauthbearer.expected.audience = null
	sasl.oauthbearer.expected.issuer = null
	sasl.oauthbearer.jwks.endpoint.refresh.ms = 3600000
	sasl.oauthbearer.jwks.endpoint.retry.backoff.max.ms = 10000
	sasl.oauthbearer.jwks.endpoint.retry.backoff.ms = 100
	sasl.oauthbearer.jwks.endpoint.url = null
	sasl.oauthbearer.scope.claim.name = scope
	sasl.oauthbearer.sub.claim.name = sub
	sasl.oauthbearer.token.endpoint.url = null
	security.protocol = SASL_PLAINTEXT
	security.providers = null
	send.buffer.bytes = 131072
	session.timeout.ms = 45000
	socket.connection.setup.timeout.max.ms = 30000
	socket.connection.setup.timeout.ms = 10000
	ssl.cipher.suites = null
	ssl.enabled.protocols = [TLSv1.2, TLSv1.3]
	ssl.endpoint.identification.algorithm = https
	ssl.engine.factory.class = null
	ssl.key.password = null
	ssl.keymanager.algorithm = SunX509
	ssl.keystore.certificate.chain = null
	ssl.keystore.key = null
	ssl.keystore.location = null
	ssl.keystore.password = null
	ssl.keystore.type = JKS
	ssl.protocol = TLSv1.3
	ssl.provider = null
	ssl.secure.random.implementation = null
	ssl.trustmanager.algorithm = PKIX
	ssl.truststore.certificates = null
	ssl.truststore.location = null
	ssl.truststore.password = null
	ssl.truststore.type = JKS
	value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer

2023-03-28T13:29:36.824Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-03-28T13:29:36.824Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-03-28T13:29:36.824Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1680010176824
2023-03-28T13:29:36.825Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e994e435-d40c-4663-a290-ef655644b74e, groupId=so] Subscribed to topic(s): SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T13:29:36.826Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T13:29:36.831Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-03-28T13:29:37.736Z||kafka-producer-network-thread | SO-sdc-controller-producer-4abcea71-a783-4732-a092-87d769dda6dc|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-4abcea71-a783-4732-a092-87d769dda6dc] Cluster ID: QWeAASpUQqqzmknWvdzeRg
2023-03-28T13:29:37.737Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e994e435-d40c-4663-a290-ef655644b74e, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to LVUFWTRQQQCmHQVSnEjX1Q
2023-03-28T13:29:37.737Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e994e435-d40c-4663-a290-ef655644b74e, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to LVUFWTRQQQCmHQVSnEjX1Q
2023-03-28T13:29:37.737Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0b62a4e4-a40b-43a3-9697-8cd095ac6384, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to MFATTXulTpCY8iVXO7vayg
2023-03-28T13:29:37.737Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e994e435-d40c-4663-a290-ef655644b74e, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to LVUFWTRQQQCmHQVSnEjX1Q
2023-03-28T13:29:37.737Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e994e435-d40c-4663-a290-ef655644b74e, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to LVUFWTRQQQCmHQVSnEjX1Q
2023-03-28T13:29:37.737Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0b62a4e4-a40b-43a3-9697-8cd095ac6384, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to MFATTXulTpCY8iVXO7vayg
2023-03-28T13:29:37.737Z||kafka-producer-network-thread | SO-sdc-controller-producer-4abcea71-a783-4732-a092-87d769dda6dc|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-4abcea71-a783-4732-a092-87d769dda6dc] ProducerId set to 2004 with epoch 0
2023-03-28T13:29:37.738Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e994e435-d40c-4663-a290-ef655644b74e, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to LVUFWTRQQQCmHQVSnEjX1Q
2023-03-28T13:29:37.738Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0b62a4e4-a40b-43a3-9697-8cd095ac6384, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to MFATTXulTpCY8iVXO7vayg
2023-03-28T13:29:37.738Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e994e435-d40c-4663-a290-ef655644b74e, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to LVUFWTRQQQCmHQVSnEjX1Q
2023-03-28T13:29:37.738Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0b62a4e4-a40b-43a3-9697-8cd095ac6384, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to MFATTXulTpCY8iVXO7vayg
2023-03-28T13:29:37.738Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0b62a4e4-a40b-43a3-9697-8cd095ac6384, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to MFATTXulTpCY8iVXO7vayg
2023-03-28T13:29:37.739Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0b62a4e4-a40b-43a3-9697-8cd095ac6384, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to MFATTXulTpCY8iVXO7vayg
2023-03-28T13:29:37.740Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e994e435-d40c-4663-a290-ef655644b74e, groupId=so] Cluster ID: QWeAASpUQqqzmknWvdzeRg
2023-03-28T13:29:37.740Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0b62a4e4-a40b-43a3-9697-8cd095ac6384, groupId=so] Cluster ID: QWeAASpUQqqzmknWvdzeRg
2023-03-28T13:29:37.741Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e994e435-d40c-4663-a290-ef655644b74e, groupId=so] Discovered group coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null)
2023-03-28T13:29:37.741Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0b62a4e4-a40b-43a3-9697-8cd095ac6384, groupId=so] Discovered group coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null)
2023-03-28T13:29:37.763Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0b62a4e4-a40b-43a3-9697-8cd095ac6384, groupId=so] (Re-)joining group
2023-03-28T13:29:37.763Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e994e435-d40c-4663-a290-ef655644b74e, groupId=so] (Re-)joining group
2023-03-28T13:29:37.843Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e994e435-d40c-4663-a290-ef655644b74e, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-e994e435-d40c-4663-a290-ef655644b74e-83102cf2-da23-4930-997c-5f4f3478bde2
2023-03-28T13:29:37.843Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e994e435-d40c-4663-a290-ef655644b74e, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-03-28T13:29:37.843Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e994e435-d40c-4663-a290-ef655644b74e, groupId=so] (Re-)joining group
2023-03-28T13:29:37.844Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0b62a4e4-a40b-43a3-9697-8cd095ac6384, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-0b62a4e4-a40b-43a3-9697-8cd095ac6384-752e4741-aa07-4577-9b1e-f1a28897db76
2023-03-28T13:29:37.845Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0b62a4e4-a40b-43a3-9697-8cd095ac6384, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-03-28T13:29:37.845Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0b62a4e4-a40b-43a3-9697-8cd095ac6384, groupId=so] (Re-)joining group
2023-03-28T13:29:43.854Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e994e435-d40c-4663-a290-ef655644b74e, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-e994e435-d40c-4663-a290-ef655644b74e-83102cf2-da23-4930-997c-5f4f3478bde2', protocol='range'}
2023-03-28T13:29:43.855Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0b62a4e4-a40b-43a3-9697-8cd095ac6384, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-0b62a4e4-a40b-43a3-9697-8cd095ac6384-752e4741-aa07-4577-9b1e-f1a28897db76', protocol='range'}
2023-03-28T13:29:43.920Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e994e435-d40c-4663-a290-ef655644b74e, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to MFATTXulTpCY8iVXO7vayg
2023-03-28T13:29:43.920Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e994e435-d40c-4663-a290-ef655644b74e, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to MFATTXulTpCY8iVXO7vayg
2023-03-28T13:29:43.920Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e994e435-d40c-4663-a290-ef655644b74e, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to MFATTXulTpCY8iVXO7vayg
2023-03-28T13:29:43.920Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e994e435-d40c-4663-a290-ef655644b74e, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to MFATTXulTpCY8iVXO7vayg
2023-03-28T13:29:43.920Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e994e435-d40c-4663-a290-ef655644b74e, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to MFATTXulTpCY8iVXO7vayg
2023-03-28T13:29:43.921Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e994e435-d40c-4663-a290-ef655644b74e, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to MFATTXulTpCY8iVXO7vayg
2023-03-28T13:29:43.924Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e994e435-d40c-4663-a290-ef655644b74e, groupId=so] Finished assignment for group at generation 1: {SO-sdc-controller-consumer-e994e435-d40c-4663-a290-ef655644b74e-83102cf2-da23-4930-997c-5f4f3478bde2=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]), SO-sdc-controller-consumer-0b62a4e4-a40b-43a3-9697-8cd095ac6384-752e4741-aa07-4577-9b1e-f1a28897db76=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])}
2023-03-28T13:29:43.944Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e994e435-d40c-4663-a290-ef655644b74e, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-e994e435-d40c-4663-a290-ef655644b74e-83102cf2-da23-4930-997c-5f4f3478bde2', protocol='range'}
2023-03-28T13:29:43.944Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0b62a4e4-a40b-43a3-9697-8cd095ac6384, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-0b62a4e4-a40b-43a3-9697-8cd095ac6384-752e4741-aa07-4577-9b1e-f1a28897db76', protocol='range'}
2023-03-28T13:29:43.945Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0b62a4e4-a40b-43a3-9697-8cd095ac6384, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-03-28T13:29:43.945Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e994e435-d40c-4663-a290-ef655644b74e, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-28T13:29:43.950Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e994e435-d40c-4663-a290-ef655644b74e, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-28T13:29:43.950Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0b62a4e4-a40b-43a3-9697-8cd095ac6384, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-28T13:29:43.964Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e994e435-d40c-4663-a290-ef655644b74e, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-28T13:29:43.965Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e994e435-d40c-4663-a290-ef655644b74e, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4
2023-03-28T13:29:43.965Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e994e435-d40c-4663-a290-ef655644b74e, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3
2023-03-28T13:29:43.965Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e994e435-d40c-4663-a290-ef655644b74e, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2
2023-03-28T13:29:43.965Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e994e435-d40c-4663-a290-ef655644b74e, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1
2023-03-28T13:29:43.965Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e994e435-d40c-4663-a290-ef655644b74e, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0
2023-03-28T13:29:43.965Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0b62a4e4-a40b-43a3-9697-8cd095ac6384, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-28T13:29:43.966Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0b62a4e4-a40b-43a3-9697-8cd095ac6384, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4
2023-03-28T13:29:43.966Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0b62a4e4-a40b-43a3-9697-8cd095ac6384, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3
2023-03-28T13:29:43.966Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0b62a4e4-a40b-43a3-9697-8cd095ac6384, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2
2023-03-28T13:29:43.966Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0b62a4e4-a40b-43a3-9697-8cd095ac6384, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1
2023-03-28T13:29:43.966Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0b62a4e4-a40b-43a3-9697-8cd095ac6384, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0
2023-03-28T13:29:43.998Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e994e435-d40c-4663-a290-ef655644b74e, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-03-28T13:29:44.001Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e994e435-d40c-4663-a290-ef655644b74e, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-03-28T13:29:44.042Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0b62a4e4-a40b-43a3-9697-8cd095ac6384, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-03-28T13:29:44.042Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0b62a4e4-a40b-43a3-9697-8cd095ac6384, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-03-28T13:29:44.045Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0b62a4e4-a40b-43a3-9697-8cd095ac6384, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-03-28T13:29:44.046Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0b62a4e4-a40b-43a3-9697-8cd095ac6384, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-03-28T13:29:44.047Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0b62a4e4-a40b-43a3-9697-8cd095ac6384, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-03-28T13:29:44.047Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0b62a4e4-a40b-43a3-9697-8cd095ac6384, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-03-28T13:29:44.073Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e994e435-d40c-4663-a290-ef655644b74e, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-03-28T13:29:44.074Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e994e435-d40c-4663-a290-ef655644b74e, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-03-28T13:29:44.076Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e994e435-d40c-4663-a290-ef655644b74e, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-03-28T13:29:44.076Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e994e435-d40c-4663-a290-ef655644b74e, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-03-28T13:30:36.824Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T13:30:36.827Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T13:31:36.824Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T13:31:36.829Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T13:32:36.825Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T13:32:36.830Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T13:33:36.827Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T13:33:36.831Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T13:34:36.827Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T13:34:36.831Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T13:35:36.829Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T13:35:36.833Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T13:36:36.831Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T13:36:36.833Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T13:37:36.832Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T13:37:36.835Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T13:38:36.833Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T13:38:36.836Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T13:38:37.752Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-e994e435-d40c-4663-a290-ef655644b74e, groupId=so] Node -1 disconnected.
2023-03-28T13:38:37.979Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0b62a4e4-a40b-43a3-9697-8cd095ac6384, groupId=so] Node -1 disconnected.
2023-03-28T13:38:38.052Z||kafka-producer-network-thread | SO-sdc-controller-producer-4abcea71-a783-4732-a092-87d769dda6dc|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-4abcea71-a783-4732-a092-87d769dda6dc] Node -1 disconnected.
2023-03-28T13:38:40.048Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-03-28T13:39:36.835Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T13:39:36.838Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T13:40:36.836Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T13:40:36.839Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T13:41:36.836Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T13:41:36.840Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T13:42:36.837Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T13:42:36.841Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T13:43:36.838Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T13:43:36.842Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T13:44:36.838Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T13:44:36.842Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T13:45:36.840Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T13:45:36.844Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T13:46:36.842Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T13:46:36.846Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T13:47:36.843Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T13:47:36.848Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T13:48:36.845Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T13:48:36.848Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T13:49:36.847Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T13:49:36.848Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T13:50:36.849Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T13:50:36.849Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T13:51:36.850Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T13:51:36.850Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T13:52:36.851Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T13:52:36.852Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T13:53:36.852Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T13:53:36.853Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T13:54:36.853Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T13:54:36.854Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T13:55:36.855Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T13:55:36.855Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T13:56:36.856Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T13:56:36.857Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T13:57:36.857Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T13:57:36.858Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T13:58:36.859Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T13:58:36.859Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T13:59:36.859Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T13:59:36.859Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T14:00:36.860Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T14:00:36.861Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T14:01:36.861Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T14:01:36.862Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T14:02:36.862Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T14:02:36.863Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T14:03:36.864Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T14:03:36.865Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T14:04:36.864Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T14:04:36.866Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T14:05:36.866Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T14:05:36.866Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T14:06:36.867Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T14:06:36.868Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T14:07:36.868Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T14:07:36.868Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T14:08:36.870Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T14:08:36.870Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T14:09:36.870Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T14:09:36.871Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T14:10:36.871Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T14:10:36.872Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T14:11:36.872Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T14:11:36.873Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T14:12:36.873Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T14:12:36.874Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T14:13:36.874Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T14:13:36.875Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T14:14:36.876Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T14:14:36.877Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T14:15:36.877Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T14:15:36.878Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T14:16:36.877Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T14:16:36.878Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T14:17:36.878Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T14:17:36.880Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T14:18:36.880Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T14:18:36.881Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T14:19:36.880Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T14:19:36.882Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T14:20:36.882Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T14:20:36.883Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T14:21:36.882Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T14:21:36.884Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T14:22:36.883Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T14:22:36.884Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T14:23:36.884Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T14:23:36.885Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T14:24:36.884Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T14:24:36.886Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T14:25:36.886Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T14:25:36.887Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T14:26:36.886Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T14:26:36.887Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T14:27:36.888Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T14:27:36.888Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T14:28:36.888Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T14:28:36.889Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T14:29:36.889Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T14:29:36.890Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T14:30:36.891Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T14:30:36.891Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T14:31:36.892Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T14:31:36.892Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T14:32:36.892Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T14:32:36.893Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T14:33:36.894Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T14:33:36.894Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T14:34:36.895Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T14:34:36.896Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T14:35:36.896Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T14:35:36.897Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T14:36:36.898Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T14:36:36.898Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T14:37:36.898Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T14:37:36.899Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T14:38:36.899Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T14:38:36.900Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T14:39:36.900Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T14:39:36.900Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T14:40:36.901Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T14:40:36.902Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T14:41:36.903Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T14:41:36.903Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T14:42:36.904Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T14:42:36.905Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T14:43:36.905Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T14:43:36.905Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T14:44:36.906Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T14:44:36.906Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T14:45:36.906Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T14:45:36.907Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T14:46:36.907Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T14:46:36.908Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T14:47:36.908Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T14:47:36.909Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T14:48:36.908Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T14:48:36.909Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T14:49:36.910Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T14:49:36.910Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T14:50:36.912Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T14:50:36.912Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T14:51:36.912Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T14:51:36.913Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T14:52:36.914Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T14:52:36.914Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T14:53:36.914Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T14:53:36.915Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T14:54:36.916Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T14:54:36.916Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T14:55:36.916Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T14:55:36.918Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T14:56:36.918Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T14:56:36.918Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T14:57:36.920Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T14:57:36.920Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T14:58:36.920Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T14:58:36.920Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T14:59:36.922Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T14:59:36.921Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T15:00:36.922Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T15:00:36.922Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T15:01:36.922Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T15:01:36.923Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T15:02:36.924Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T15:02:36.925Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T15:03:36.928Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T15:03:36.929Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T15:04:36.929Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T15:04:36.930Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T15:05:36.930Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T15:05:36.932Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T15:06:36.932Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T15:06:36.933Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T15:07:36.933Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T15:07:36.934Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T15:08:36.933Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T15:08:36.935Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T15:09:36.934Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T15:09:36.935Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T15:10:36.934Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T15:10:36.936Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T15:11:36.935Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T15:11:36.937Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T15:12:36.937Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T15:12:36.937Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T15:13:36.938Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T15:13:36.938Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T15:14:36.939Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T15:14:36.940Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T15:15:36.940Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T15:15:36.941Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T15:16:36.941Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T15:16:36.941Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T15:17:36.941Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T15:17:36.942Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T15:18:36.942Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T15:18:36.943Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T15:19:36.944Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T15:19:36.944Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T15:20:36.946Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T15:20:36.946Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T15:21:36.947Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T15:21:36.947Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-28T15:22:36.947Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-28T15:22:36.948Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO