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-08T23:24:00.916Z||main|||||INFO|500||The following profiles are active: basic
2023-03-08T23:24:23.430Z||main|||||INFO|500||Starting service [Tomcat]
2023-03-08T23:24:23.431Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-03-08T23:24:23.654Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-03-08T23:24:28.992Z||main|||||INFO|500||catdb-pool - Starting...
2023-03-08T23:24:29.491Z||main|||||INFO|500||catdb-pool - Start completed.
2023-03-08T23:24:30.428Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-03-08T23:24:30.979Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-03-08T23:24:32.197Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-03-08T23:24:34.882Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-03-08T23:24:35.959Z||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-08T23:24:40.509Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-03-08T23:24:40.813Z||main|||||INFO|500||reqdb-pool - Starting...
2023-03-08T23:24:40.832Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-03-08T23:24:40.850Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-03-08T23:24:41.662Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-03-08T23:24:42.530Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-03-08T23:24:44.201Z||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-08T23:24:45.891Z||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-08T23:24:47.019Z||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-08T23:24:47.035Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-08T23:24:47.075Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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-08T23:24:53.621Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-08T23:24:53.622Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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=[Wed, 08 Mar 2023 23:24:47 GMT], server=[envoy], x-envoy-upstream-service-time=[6525], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-03-08T23:24:53.624Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||DEBUG|500||{"id":"8900017515bd4e1c8a64d3c42f498816","versionId":"f10436685b074f03833d2c6d77904343"}

2023-03-08T23:24:53.664Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||INFO|500||Successfully created activitySpec VNFSetInMaintFlagActivity
2023-03-08T23:24:53.750Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/8900017515bd4e1c8a64d3c42f498816/versions/latest/actions|INFO|500||Invoke
2023-03-08T23:24:53.751Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/8900017515bd4e1c8a64d3c42f498816/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/8900017515bd4e1c8a64d3c42f498816/versions/latest/actions with request headers:{X-RequestID=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[1e990204-66ba-4e54-9b5f-9583032c16bf], X-ECOMP-RequestID=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-TransactionID=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-ONAP-RequestID=[be73a499-0243-4d87-8ea2-d72870d13ab1], Content-Type=[application/json]}
2023-03-08T23:24:53.752Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/8900017515bd4e1c8a64d3c42f498816/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2023-03-08T23:24:54.847Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/8900017515bd4e1c8a64d3c42f498816/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/8900017515bd4e1c8a64d3c42f498816/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 08 Mar 2023 23:24:53 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[1064]}
2023-03-08T23:24:54.848Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/8900017515bd4e1c8a64d3c42f498816/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-03-08T23:24:54.849Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/8900017515bd4e1c8a64d3c42f498816/versions/latest/actions|INFO|500||InvokeReturn
2023-03-08T23:24:54.850Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||INFO|500||Successfully certified activitySpec VNFSetInMaintFlagActivity
2023-03-08T23:24:54.850Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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-08T23:24:54.964Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-08T23:24:54.964Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[79914f1c-2868-44dc-841a-9d63240001b3], X-ECOMP-RequestID=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-TransactionID=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-ONAP-RequestID=[be73a499-0243-4d87-8ea2-d72870d13ab1], Content-Type=[application/json]}
2023-03-08T23:24:54.967Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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-08T23:24:55.902Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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=[Wed, 08 Mar 2023 23:24:54 GMT], server=[envoy], x-envoy-upstream-service-time=[931], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-03-08T23:24:55.903Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"c051637ee5fa4031b2934abd26f8fc0f","versionId":"5a403fc6faab484cbadf4699172dd04f"}

2023-03-08T23:24:55.904Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-08T23:24:55.909Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||INFO|500||Successfully created activitySpec VNFCheckPserversLockedFlagActivity
2023-03-08T23:24:55.993Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/c051637ee5fa4031b2934abd26f8fc0f/versions/latest/actions|INFO|500||Invoke
2023-03-08T23:24:55.994Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/c051637ee5fa4031b2934abd26f8fc0f/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/c051637ee5fa4031b2934abd26f8fc0f/versions/latest/actions with request headers:{X-RequestID=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[c862b188-8deb-4e6f-94ae-721eaa12fba5], X-ECOMP-RequestID=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-TransactionID=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-ONAP-RequestID=[be73a499-0243-4d87-8ea2-d72870d13ab1], Content-Type=[application/json]}
2023-03-08T23:24:55.996Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/c051637ee5fa4031b2934abd26f8fc0f/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2023-03-08T23:24:57.144Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/c051637ee5fa4031b2934abd26f8fc0f/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/c051637ee5fa4031b2934abd26f8fc0f/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 08 Mar 2023 23:24:55 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[1121]}
2023-03-08T23:24:57.144Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/c051637ee5fa4031b2934abd26f8fc0f/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-03-08T23:24:57.145Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/c051637ee5fa4031b2934abd26f8fc0f/versions/latest/actions|INFO|500||InvokeReturn
2023-03-08T23:24:57.146Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||INFO|500||Successfully certified activitySpec VNFCheckPserversLockedFlagActivity
2023-03-08T23:24:57.147Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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-08T23:24:57.322Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-08T23:24:57.322Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[2d63e125-2c51-41fb-882b-576c5615ef80], X-ECOMP-RequestID=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-TransactionID=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-ONAP-RequestID=[be73a499-0243-4d87-8ea2-d72870d13ab1], Content-Type=[application/json]}
2023-03-08T23:24:57.324Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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-08T23:24:57.798Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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=[Wed, 08 Mar 2023 23:24:57 GMT], server=[envoy], x-envoy-upstream-service-time=[471], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-03-08T23:24:57.800Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"0c6b198ea33e4c1aa682278695b45f3f","versionId":"dd54e9e6c7eb489c83bb66c2a7219f96"}

2023-03-08T23:24:57.800Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-08T23:24:57.803Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||INFO|500||Successfully created activitySpec VNFCheckInMaintFlagActivity
2023-03-08T23:24:57.857Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/0c6b198ea33e4c1aa682278695b45f3f/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-08T23:24:57.859Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0c6b198ea33e4c1aa682278695b45f3f/versions/latest/actions|INFO|500||Invoke
2023-03-08T23:24:57.860Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0c6b198ea33e4c1aa682278695b45f3f/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2023-03-08T23:24:58.695Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0c6b198ea33e4c1aa682278695b45f3f/versions/latest/actions|INFO|500||InvokeReturn
2023-03-08T23:24:58.695Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/0c6b198ea33e4c1aa682278695b45f3f/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 08 Mar 2023 23:24:57 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[830]}
2023-03-08T23:24:58.696Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||DEBUG|500||Response was returned with an empty entity.
2023-03-08T23:24:58.696Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||INFO|500||Successfully certified activitySpec VNFCheckInMaintFlagActivity
2023-03-08T23:24:58.696Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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-08T23:24:58.779Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-08T23:24:58.780Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[3975ce03-f092-4749-97d5-194cf4d3aa66], X-ECOMP-RequestID=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-TransactionID=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-ONAP-RequestID=[be73a499-0243-4d87-8ea2-d72870d13ab1], Content-Type=[application/json]}
2023-03-08T23:24:58.783Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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-08T23:24:59.197Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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=[Wed, 08 Mar 2023 23:24:58 GMT], server=[envoy], x-envoy-upstream-service-time=[410], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-03-08T23:24:59.198Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"6377ae6a05224d9eacc1a0982479c494","versionId":"9cf764160a5f435f8024063001718caa"}

2023-03-08T23:24:59.199Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-08T23:24:59.203Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||INFO|500||Successfully created activitySpec VNFCheckClosedLoopDisabledFlagActivity
2023-03-08T23:24:59.283Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/6377ae6a05224d9eacc1a0982479c494/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-08T23:24:59.285Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6377ae6a05224d9eacc1a0982479c494/versions/latest/actions|INFO|500||Invoke
2023-03-08T23:24:59.287Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6377ae6a05224d9eacc1a0982479c494/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2023-03-08T23:25:00.190Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6377ae6a05224d9eacc1a0982479c494/versions/latest/actions|INFO|500||InvokeReturn
2023-03-08T23:25:00.192Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/6377ae6a05224d9eacc1a0982479c494/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 08 Mar 2023 23:24:59 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[898]}
2023-03-08T23:25:00.195Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||DEBUG|500||Response was returned with an empty entity.
2023-03-08T23:25:00.198Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||INFO|500||Successfully certified activitySpec VNFCheckClosedLoopDisabledFlagActivity
2023-03-08T23:25:00.199Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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-08T23:25:00.279Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-08T23:25:00.280Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[dd0f4fe9-a815-4fd0-a8c9-08c005a2d5b1], X-ECOMP-RequestID=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-TransactionID=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-ONAP-RequestID=[be73a499-0243-4d87-8ea2-d72870d13ab1], Content-Type=[application/json]}
2023-03-08T23:25:00.281Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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-08T23:25:00.918Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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=[Wed, 08 Mar 2023 23:25:00 GMT], server=[envoy], x-envoy-upstream-service-time=[633], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-03-08T23:25:00.920Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"c9cbd7d2bc5942de913c28e9ef1a86af","versionId":"db6d70e37bfb4764b81665666465477f"}

2023-03-08T23:25:00.922Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-08T23:25:00.926Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||INFO|500||Successfully created activitySpec VNFSetClosedLoopDisabledFlagActivity
2023-03-08T23:25:00.984Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/c9cbd7d2bc5942de913c28e9ef1a86af/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-08T23:25:00.986Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/c9cbd7d2bc5942de913c28e9ef1a86af/versions/latest/actions|INFO|500||Invoke
2023-03-08T23:25:00.988Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/c9cbd7d2bc5942de913c28e9ef1a86af/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2023-03-08T23:25:02.020Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/c9cbd7d2bc5942de913c28e9ef1a86af/versions/latest/actions|INFO|500||InvokeReturn
2023-03-08T23:25:02.021Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/c9cbd7d2bc5942de913c28e9ef1a86af/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 08 Mar 2023 23:25:00 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[1027]}
2023-03-08T23:25:02.022Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||DEBUG|500||Response was returned with an empty entity.
2023-03-08T23:25:02.022Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||INFO|500||Successfully certified activitySpec VNFSetClosedLoopDisabledFlagActivity
2023-03-08T23:25:02.023Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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-08T23:25:02.111Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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-08T23:25:02.112Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-08T23:25:02.114Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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-08T23:25:02.504Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-08T23:25:02.506Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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=[Wed, 08 Mar 2023 23:25:02 GMT], server=[envoy], x-envoy-upstream-service-time=[369], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-03-08T23:25:02.508Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||DEBUG|500||{"id":"77a14fccc348458ea067aff8113e0fad","versionId":"028be511a93c46beb271466a84a111ba"}

2023-03-08T23:25:02.511Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||INFO|500||Successfully created activitySpec VNFUnsetClosedLoopDisabledFlagActivity
2023-03-08T23:25:02.577Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/77a14fccc348458ea067aff8113e0fad/versions/latest/actions|INFO|500||Invoke
2023-03-08T23:25:02.578Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/77a14fccc348458ea067aff8113e0fad/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/77a14fccc348458ea067aff8113e0fad/versions/latest/actions with request headers:{X-RequestID=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[395a0586-b7d7-42a9-977d-956ecf90b893], X-ECOMP-RequestID=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-TransactionID=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-ONAP-RequestID=[be73a499-0243-4d87-8ea2-d72870d13ab1], Content-Type=[application/json]}
2023-03-08T23:25:02.581Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/77a14fccc348458ea067aff8113e0fad/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2023-03-08T23:25:03.360Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/77a14fccc348458ea067aff8113e0fad/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/77a14fccc348458ea067aff8113e0fad/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 08 Mar 2023 23:25:02 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[776]}
2023-03-08T23:25:03.361Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/77a14fccc348458ea067aff8113e0fad/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-03-08T23:25:03.361Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/77a14fccc348458ea067aff8113e0fad/versions/latest/actions|INFO|500||InvokeReturn
2023-03-08T23:25:03.362Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||INFO|500||Successfully certified activitySpec VNFUnsetClosedLoopDisabledFlagActivity
2023-03-08T23:25:03.362Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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-08T23:25:03.422Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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-08T23:25:03.424Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-08T23:25:03.426Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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-08T23:25:03.861Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-08T23:25:03.862Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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=[Wed, 08 Mar 2023 23:25:03 GMT], server=[envoy], x-envoy-upstream-service-time=[432], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-03-08T23:25:03.863Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||DEBUG|500||{"id":"d5c5a29130274d91a2cf49c834841a68","versionId":"b98e51b7f47d48e1ac4ca79ec10a4818"}

2023-03-08T23:25:03.866Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||INFO|500||Successfully created activitySpec VNFLockActivity
2023-03-08T23:25:03.920Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/d5c5a29130274d91a2cf49c834841a68/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-08T23:25:03.922Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/d5c5a29130274d91a2cf49c834841a68/versions/latest/actions|INFO|500||Invoke
2023-03-08T23:25:03.924Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/d5c5a29130274d91a2cf49c834841a68/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2023-03-08T23:25:04.475Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/d5c5a29130274d91a2cf49c834841a68/versions/latest/actions|INFO|500||InvokeReturn
2023-03-08T23:25:04.476Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/d5c5a29130274d91a2cf49c834841a68/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 08 Mar 2023 23:25:03 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[546]}
2023-03-08T23:25:04.476Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||DEBUG|500||Response was returned with an empty entity.
2023-03-08T23:25:04.477Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||INFO|500||Successfully certified activitySpec VNFLockActivity
2023-03-08T23:25:04.477Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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-08T23:25:04.552Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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-08T23:25:04.553Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-08T23:25:04.554Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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-08T23:25:05.016Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-08T23:25:05.017Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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=[Wed, 08 Mar 2023 23:25:04 GMT], server=[envoy], x-envoy-upstream-service-time=[458], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-03-08T23:25:05.018Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||DEBUG|500||{"id":"0d358439e04d4dc2bb4e9af4d246dca2","versionId":"ad2e09f4788946b0ba22f141605e7b19"}

2023-03-08T23:25:05.022Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||INFO|500||Successfully created activitySpec VNFUnlockActivity
2023-03-08T23:25:05.080Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0d358439e04d4dc2bb4e9af4d246dca2/versions/latest/actions|INFO|500||Invoke
2023-03-08T23:25:05.080Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0d358439e04d4dc2bb4e9af4d246dca2/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/0d358439e04d4dc2bb4e9af4d246dca2/versions/latest/actions with request headers:{X-RequestID=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[8c6de94c-0afb-4840-a84d-fd46ea4bab59], X-ECOMP-RequestID=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-TransactionID=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-ONAP-RequestID=[be73a499-0243-4d87-8ea2-d72870d13ab1], Content-Type=[application/json]}
2023-03-08T23:25:05.082Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0d358439e04d4dc2bb4e9af4d246dca2/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2023-03-08T23:25:05.742Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0d358439e04d4dc2bb4e9af4d246dca2/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/0d358439e04d4dc2bb4e9af4d246dca2/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 08 Mar 2023 23:25:05 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[655]}
2023-03-08T23:25:05.742Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0d358439e04d4dc2bb4e9af4d246dca2/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-03-08T23:25:05.743Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0d358439e04d4dc2bb4e9af4d246dca2/versions/latest/actions|INFO|500||InvokeReturn
2023-03-08T23:25:05.744Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||INFO|500||Successfully certified activitySpec VNFUnlockActivity
2023-03-08T23:25:05.744Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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-08T23:25:05.807Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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-08T23:25:05.808Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-08T23:25:05.809Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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-08T23:25:06.215Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-08T23:25:06.216Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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=[Wed, 08 Mar 2023 23:25:05 GMT], server=[envoy], x-envoy-upstream-service-time=[397], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-03-08T23:25:06.218Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||DEBUG|500||{"id":"e9f030ee69e6487f9ee7334e852a60dd","versionId":"9ea22c42604c4067bb3bf097f78862ee"}

2023-03-08T23:25:06.224Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||INFO|500||Successfully created activitySpec VNFStopActivity
2023-03-08T23:25:06.270Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e9f030ee69e6487f9ee7334e852a60dd/versions/latest/actions|INFO|500||Invoke
2023-03-08T23:25:06.271Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e9f030ee69e6487f9ee7334e852a60dd/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/e9f030ee69e6487f9ee7334e852a60dd/versions/latest/actions with request headers:{X-RequestID=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[2a3dba32-fa4d-4df8-a043-916a6031a02b], X-ECOMP-RequestID=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-TransactionID=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-ONAP-RequestID=[be73a499-0243-4d87-8ea2-d72870d13ab1], Content-Type=[application/json]}
2023-03-08T23:25:06.272Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e9f030ee69e6487f9ee7334e852a60dd/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2023-03-08T23:25:06.856Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e9f030ee69e6487f9ee7334e852a60dd/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/e9f030ee69e6487f9ee7334e852a60dd/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 08 Mar 2023 23:25:06 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[580]}
2023-03-08T23:25:06.857Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e9f030ee69e6487f9ee7334e852a60dd/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-03-08T23:25:06.858Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e9f030ee69e6487f9ee7334e852a60dd/versions/latest/actions|INFO|500||InvokeReturn
2023-03-08T23:25:06.858Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||INFO|500||Successfully certified activitySpec VNFStopActivity
2023-03-08T23:25:06.858Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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-08T23:25:06.911Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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-08T23:25:06.912Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-08T23:25:06.914Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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-08T23:25:07.195Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-08T23:25:07.196Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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=[Wed, 08 Mar 2023 23:25:06 GMT], server=[envoy], x-envoy-upstream-service-time=[276], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-03-08T23:25:07.197Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||DEBUG|500||{"id":"294cabc634344d5895fe3858dfe5d01d","versionId":"d0b973586aac4ec79b9ae48f608058c2"}

2023-03-08T23:25:07.200Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||INFO|500||Successfully created activitySpec VNFStartActivity
2023-03-08T23:25:07.235Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/294cabc634344d5895fe3858dfe5d01d/versions/latest/actions|INFO|500||Invoke
2023-03-08T23:25:07.235Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/294cabc634344d5895fe3858dfe5d01d/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/294cabc634344d5895fe3858dfe5d01d/versions/latest/actions with request headers:{X-RequestID=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[894f5229-a170-4f0f-af2a-41bae10b3c6c], X-ECOMP-RequestID=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-TransactionID=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-ONAP-RequestID=[be73a499-0243-4d87-8ea2-d72870d13ab1], Content-Type=[application/json]}
2023-03-08T23:25:07.236Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/294cabc634344d5895fe3858dfe5d01d/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2023-03-08T23:25:07.893Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/294cabc634344d5895fe3858dfe5d01d/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/294cabc634344d5895fe3858dfe5d01d/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 08 Mar 2023 23:25:07 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[654]}
2023-03-08T23:25:07.894Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/294cabc634344d5895fe3858dfe5d01d/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-03-08T23:25:07.895Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/294cabc634344d5895fe3858dfe5d01d/versions/latest/actions|INFO|500||InvokeReturn
2023-03-08T23:25:07.897Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||INFO|500||Successfully certified activitySpec VNFStartActivity
2023-03-08T23:25:07.899Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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-08T23:25:07.959Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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-08T23:25:07.962Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-08T23:25:07.964Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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-08T23:25:08.327Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-08T23:25:08.327Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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=[Wed, 08 Mar 2023 23:25:07 GMT], server=[envoy], x-envoy-upstream-service-time=[359], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-03-08T23:25:08.329Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||DEBUG|500||{"id":"89a0f46c762347e3b09eb24298887118","versionId":"92deb78d68a446c6a36d85f69d896b40"}

2023-03-08T23:25:08.332Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||INFO|500||Successfully created activitySpec VNFSnapShotActivity
2023-03-08T23:25:08.376Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/89a0f46c762347e3b09eb24298887118/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-08T23:25:08.378Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/89a0f46c762347e3b09eb24298887118/versions/latest/actions|INFO|500||Invoke
2023-03-08T23:25:08.380Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/89a0f46c762347e3b09eb24298887118/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2023-03-08T23:25:08.784Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/89a0f46c762347e3b09eb24298887118/versions/latest/actions|INFO|500||InvokeReturn
2023-03-08T23:25:08.785Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/89a0f46c762347e3b09eb24298887118/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 08 Mar 2023 23:25:08 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[399]}
2023-03-08T23:25:08.786Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||DEBUG|500||Response was returned with an empty entity.
2023-03-08T23:25:08.786Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||INFO|500||Successfully certified activitySpec VNFSnapShotActivity
2023-03-08T23:25:08.787Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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-08T23:25:08.845Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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-08T23:25:08.846Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-08T23:25:08.848Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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-08T23:25:09.144Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-08T23:25:09.146Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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=[Wed, 08 Mar 2023 23:25:08 GMT], server=[envoy], x-envoy-upstream-service-time=[291], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-03-08T23:25:09.147Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||DEBUG|500||{"id":"2595af69281c449a9ee64fe52d6ef777","versionId":"ad0c72281c5f4c389e124ca1d37ec58c"}

2023-03-08T23:25:09.150Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||INFO|500||Successfully created activitySpec FlowCompleteActivity
2023-03-08T23:25:09.192Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/2595af69281c449a9ee64fe52d6ef777/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-08T23:25:09.193Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/2595af69281c449a9ee64fe52d6ef777/versions/latest/actions|INFO|500||Invoke
2023-03-08T23:25:09.195Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/2595af69281c449a9ee64fe52d6ef777/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2023-03-08T23:25:09.595Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/2595af69281c449a9ee64fe52d6ef777/versions/latest/actions|INFO|500||InvokeReturn
2023-03-08T23:25:09.596Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/2595af69281c449a9ee64fe52d6ef777/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 08 Mar 2023 23:25:09 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[397]}
2023-03-08T23:25:09.597Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||DEBUG|500||Response was returned with an empty entity.
2023-03-08T23:25:09.597Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||INFO|500||Successfully certified activitySpec FlowCompleteActivity
2023-03-08T23:25:09.598Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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-08T23:25:09.650Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-08T23:25:09.651Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[0b6ab02a-bb16-47b4-9012-58872171226b], X-ECOMP-RequestID=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-TransactionID=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-ONAP-RequestID=[be73a499-0243-4d87-8ea2-d72870d13ab1], Content-Type=[application/json]}
2023-03-08T23:25:09.654Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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-08T23:25:09.940Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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=[Wed, 08 Mar 2023 23:25:09 GMT], server=[envoy], x-envoy-upstream-service-time=[282], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-03-08T23:25:09.942Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"b6fef2c051ff49cdacaaf0589e5053de","versionId":"bdc98b151e0d4497863592dd39d03a54"}

2023-03-08T23:25:09.943Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-08T23:25:09.946Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||INFO|500||Successfully created activitySpec PauseForManualTaskActivity
2023-03-08T23:25:09.984Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b6fef2c051ff49cdacaaf0589e5053de/versions/latest/actions|INFO|500||Invoke
2023-03-08T23:25:09.985Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b6fef2c051ff49cdacaaf0589e5053de/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/b6fef2c051ff49cdacaaf0589e5053de/versions/latest/actions with request headers:{X-RequestID=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[e96a8801-201c-4dc9-853a-5de06fc852e0], X-ECOMP-RequestID=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-TransactionID=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-ONAP-RequestID=[be73a499-0243-4d87-8ea2-d72870d13ab1], Content-Type=[application/json]}
2023-03-08T23:25:09.987Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b6fef2c051ff49cdacaaf0589e5053de/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2023-03-08T23:25:10.889Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b6fef2c051ff49cdacaaf0589e5053de/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/b6fef2c051ff49cdacaaf0589e5053de/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 08 Mar 2023 23:25:09 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[893]}
2023-03-08T23:25:10.890Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b6fef2c051ff49cdacaaf0589e5053de/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-03-08T23:25:10.891Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b6fef2c051ff49cdacaaf0589e5053de/versions/latest/actions|INFO|500||InvokeReturn
2023-03-08T23:25:10.892Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||INFO|500||Successfully certified activitySpec PauseForManualTaskActivity
2023-03-08T23:25:10.892Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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-08T23:25:11.005Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-08T23:25:11.022Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[bf35ebb4-31af-4e67-916d-85d456e4c84c], X-ECOMP-RequestID=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-TransactionID=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-ONAP-RequestID=[be73a499-0243-4d87-8ea2-d72870d13ab1], Content-Type=[application/json]}
2023-03-08T23:25:11.025Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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-08T23:25:11.525Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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=[Wed, 08 Mar 2023 23:25:11 GMT], server=[envoy], x-envoy-upstream-service-time=[485], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-03-08T23:25:11.526Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"ae086b44f61f49dcb69b28a0ba59297b","versionId":"42b14b8b027b4a9b9b635224dfcbed88"}

2023-03-08T23:25:11.526Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-08T23:25:11.529Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||INFO|500||Successfully created activitySpec DistributeTrafficActivity
2023-03-08T23:25:11.591Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/ae086b44f61f49dcb69b28a0ba59297b/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-08T23:25:11.593Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/ae086b44f61f49dcb69b28a0ba59297b/versions/latest/actions|INFO|500||Invoke
2023-03-08T23:25:11.594Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/ae086b44f61f49dcb69b28a0ba59297b/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2023-03-08T23:25:12.359Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/ae086b44f61f49dcb69b28a0ba59297b/versions/latest/actions|INFO|500||InvokeReturn
2023-03-08T23:25:12.360Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/ae086b44f61f49dcb69b28a0ba59297b/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 08 Mar 2023 23:25:11 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[761]}
2023-03-08T23:25:12.360Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||DEBUG|500||Response was returned with an empty entity.
2023-03-08T23:25:12.361Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||INFO|500||Successfully certified activitySpec DistributeTrafficActivity
2023-03-08T23:25:12.361Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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-08T23:25:12.414Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-08T23:25:12.415Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[76a737bc-f075-4d28-97ab-f0fae2de683e], X-ECOMP-RequestID=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-TransactionID=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-ONAP-RequestID=[be73a499-0243-4d87-8ea2-d72870d13ab1], Content-Type=[application/json]}
2023-03-08T23:25:12.417Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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-08T23:25:12.795Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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=[Wed, 08 Mar 2023 23:25:12 GMT], server=[envoy], x-envoy-upstream-service-time=[375], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-03-08T23:25:12.797Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"6e6f37c0f8dc413298c3585cd0c62010","versionId":"fe02b83f519f4681aba78d51264318e7"}

2023-03-08T23:25:12.797Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-08T23:25:12.800Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||INFO|500||Successfully created activitySpec DistributeTrafficCheckActivity
2023-03-08T23:25:12.835Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6e6f37c0f8dc413298c3585cd0c62010/versions/latest/actions|INFO|500||Invoke
2023-03-08T23:25:12.836Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6e6f37c0f8dc413298c3585cd0c62010/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/6e6f37c0f8dc413298c3585cd0c62010/versions/latest/actions with request headers:{X-RequestID=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[8c94ae70-48fc-4ff3-b0d6-bc9d87a0cb7c], X-ECOMP-RequestID=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-TransactionID=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-ONAP-RequestID=[be73a499-0243-4d87-8ea2-d72870d13ab1], Content-Type=[application/json]}
2023-03-08T23:25:12.837Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6e6f37c0f8dc413298c3585cd0c62010/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2023-03-08T23:25:13.397Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6e6f37c0f8dc413298c3585cd0c62010/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/6e6f37c0f8dc413298c3585cd0c62010/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 08 Mar 2023 23:25:12 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[556]}
2023-03-08T23:25:13.398Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6e6f37c0f8dc413298c3585cd0c62010/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-03-08T23:25:13.399Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6e6f37c0f8dc413298c3585cd0c62010/versions/latest/actions|INFO|500||InvokeReturn
2023-03-08T23:25:13.399Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||INFO|500||Successfully certified activitySpec DistributeTrafficCheckActivity
2023-03-08T23:25:13.399Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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-08T23:25:13.450Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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-08T23:25:13.451Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-08T23:25:13.452Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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-08T23:25:14.014Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-08T23:25:14.015Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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=[Wed, 08 Mar 2023 23:25:13 GMT], server=[envoy], x-envoy-upstream-service-time=[558], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-03-08T23:25:14.015Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||DEBUG|500||{"id":"33fdf3119ef74a4e89a1af823320866c","versionId":"4c08bfb3e4244f37a88252e0620c4ec4"}

2023-03-08T23:25:14.019Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||INFO|500||Successfully created activitySpec VNFHealthCheckActivity
2023-03-08T23:25:14.067Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/33fdf3119ef74a4e89a1af823320866c/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-08T23:25:14.068Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/33fdf3119ef74a4e89a1af823320866c/versions/latest/actions|INFO|500||Invoke
2023-03-08T23:25:14.069Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/33fdf3119ef74a4e89a1af823320866c/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2023-03-08T23:25:15.137Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/33fdf3119ef74a4e89a1af823320866c/versions/latest/actions|INFO|500||InvokeReturn
2023-03-08T23:25:15.138Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/33fdf3119ef74a4e89a1af823320866c/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 08 Mar 2023 23:25:14 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[1064]}
2023-03-08T23:25:15.138Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||DEBUG|500||Response was returned with an empty entity.
2023-03-08T23:25:15.138Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||INFO|500||Successfully certified activitySpec VNFHealthCheckActivity
2023-03-08T23:25:15.139Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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-08T23:25:15.190Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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-08T23:25:15.191Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-08T23:25:15.195Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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-08T23:25:15.522Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-08T23:25:15.522Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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=[Wed, 08 Mar 2023 23:25:15 GMT], server=[envoy], x-envoy-upstream-service-time=[320], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-03-08T23:25:15.523Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||DEBUG|500||{"id":"88811e5df2974c079cf3911136321f88","versionId":"19050d64b8814be4b4117ea3b017ecec"}

2023-03-08T23:25:15.526Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||INFO|500||Successfully created activitySpec VNFQuiesceTrafficActivity
2023-03-08T23:25:15.564Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/88811e5df2974c079cf3911136321f88/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-08T23:25:15.565Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/88811e5df2974c079cf3911136321f88/versions/latest/actions|INFO|500||Invoke
2023-03-08T23:25:15.567Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/88811e5df2974c079cf3911136321f88/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2023-03-08T23:25:15.945Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/88811e5df2974c079cf3911136321f88/versions/latest/actions|INFO|500||InvokeReturn
2023-03-08T23:25:15.946Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/88811e5df2974c079cf3911136321f88/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 08 Mar 2023 23:25:15 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[373]}
2023-03-08T23:25:15.947Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||DEBUG|500||Response was returned with an empty entity.
2023-03-08T23:25:15.947Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||INFO|500||Successfully certified activitySpec VNFQuiesceTrafficActivity
2023-03-08T23:25:15.948Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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-08T23:25:15.989Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-08T23:25:15.990Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[d9a29d67-7d2a-44db-bc20-6c0d55257661], X-ECOMP-RequestID=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-TransactionID=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-ONAP-RequestID=[be73a499-0243-4d87-8ea2-d72870d13ab1], Content-Type=[application/json]}
2023-03-08T23:25:15.991Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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-08T23:25:16.276Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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=[Wed, 08 Mar 2023 23:25:15 GMT], server=[envoy], x-envoy-upstream-service-time=[282], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-03-08T23:25:16.276Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"8d8f1ff918874d839f7a5fcc2524e9ff","versionId":"8e6c091e1e9e4fd58b31d09ddb966a6d"}

2023-03-08T23:25:16.277Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-08T23:25:16.279Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||INFO|500||Successfully created activitySpec VNFResumeTrafficActivity
2023-03-08T23:25:16.306Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/8d8f1ff918874d839f7a5fcc2524e9ff/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-08T23:25:16.307Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/8d8f1ff918874d839f7a5fcc2524e9ff/versions/latest/actions|INFO|500||Invoke
2023-03-08T23:25:16.309Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/8d8f1ff918874d839f7a5fcc2524e9ff/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2023-03-08T23:25:16.789Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/8d8f1ff918874d839f7a5fcc2524e9ff/versions/latest/actions|INFO|500||InvokeReturn
2023-03-08T23:25:16.791Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/8d8f1ff918874d839f7a5fcc2524e9ff/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 08 Mar 2023 23:25:16 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[478]}
2023-03-08T23:25:16.791Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||DEBUG|500||Response was returned with an empty entity.
2023-03-08T23:25:16.791Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||INFO|500||Successfully certified activitySpec VNFResumeTrafficActivity
2023-03-08T23:25:16.792Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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-08T23:25:16.842Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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-08T23:25:16.843Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-08T23:25:16.845Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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-08T23:25:17.214Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-08T23:25:17.215Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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=[Wed, 08 Mar 2023 23:25:16 GMT], server=[envoy], x-envoy-upstream-service-time=[362], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-03-08T23:25:17.216Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||DEBUG|500||{"id":"eefa09dacf614f36b9505fbd06590eac","versionId":"93a671f0eeca4de38ec2e6207cfea204"}

2023-03-08T23:25:17.219Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||INFO|500||Successfully created activitySpec VNFUnsetInMaintFlagActivity
2023-03-08T23:25:17.253Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/eefa09dacf614f36b9505fbd06590eac/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-08T23:25:17.255Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/eefa09dacf614f36b9505fbd06590eac/versions/latest/actions|INFO|500||Invoke
2023-03-08T23:25:17.256Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/eefa09dacf614f36b9505fbd06590eac/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2023-03-08T23:25:17.721Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/eefa09dacf614f36b9505fbd06590eac/versions/latest/actions|INFO|500||InvokeReturn
2023-03-08T23:25:17.722Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/eefa09dacf614f36b9505fbd06590eac/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 08 Mar 2023 23:25:17 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[462]}
2023-03-08T23:25:17.722Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||DEBUG|500||Response was returned with an empty entity.
2023-03-08T23:25:17.723Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||INFO|500||Successfully certified activitySpec VNFUnsetInMaintFlagActivity
2023-03-08T23:25:17.723Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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-08T23:25:17.762Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-08T23:25:17.763Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[f65cbede-51bc-450c-9645-3e3c4847da0f], X-ECOMP-RequestID=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-TransactionID=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-ONAP-RequestID=[be73a499-0243-4d87-8ea2-d72870d13ab1], Content-Type=[application/json]}
2023-03-08T23:25:17.765Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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-08T23:25:18.268Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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=[Wed, 08 Mar 2023 23:25:17 GMT], server=[envoy], x-envoy-upstream-service-time=[500], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-03-08T23:25:18.269Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"8bc6780d8813440bbc22f0c681a5f160","versionId":"b114ca9d99754851b61a3cb3b3a91975"}

2023-03-08T23:25:18.270Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-08T23:25:18.277Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||INFO|500||Successfully created activitySpec VNFUpgradeBackupActivity
2023-03-08T23:25:18.329Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/8bc6780d8813440bbc22f0c681a5f160/versions/latest/actions|INFO|500||Invoke
2023-03-08T23:25:18.330Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/8bc6780d8813440bbc22f0c681a5f160/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/8bc6780d8813440bbc22f0c681a5f160/versions/latest/actions with request headers:{X-RequestID=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[578c1cb0-e1c9-4950-844a-ab61323309bc], X-ECOMP-RequestID=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-TransactionID=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-ONAP-RequestID=[be73a499-0243-4d87-8ea2-d72870d13ab1], Content-Type=[application/json]}
2023-03-08T23:25:18.331Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/8bc6780d8813440bbc22f0c681a5f160/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2023-03-08T23:25:19.298Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/8bc6780d8813440bbc22f0c681a5f160/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/8bc6780d8813440bbc22f0c681a5f160/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 08 Mar 2023 23:25:18 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[964]}
2023-03-08T23:25:19.299Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/8bc6780d8813440bbc22f0c681a5f160/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-03-08T23:25:19.300Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/8bc6780d8813440bbc22f0c681a5f160/versions/latest/actions|INFO|500||InvokeReturn
2023-03-08T23:25:19.301Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||INFO|500||Successfully certified activitySpec VNFUpgradeBackupActivity
2023-03-08T23:25:19.301Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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-08T23:25:19.383Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-08T23:25:19.384Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[a1e78885-8ad2-4a53-84bd-7aa4be1dcd31], X-ECOMP-RequestID=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-TransactionID=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-ONAP-RequestID=[be73a499-0243-4d87-8ea2-d72870d13ab1], Content-Type=[application/json]}
2023-03-08T23:25:19.385Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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-08T23:25:19.784Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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=[Wed, 08 Mar 2023 23:25:19 GMT], server=[envoy], x-envoy-upstream-service-time=[393], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-03-08T23:25:19.785Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"536eded6992d4ef386596dd53ae7af07","versionId":"987591cf693944e596861812c00cd5b5"}

2023-03-08T23:25:19.787Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-08T23:25:19.792Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||INFO|500||Successfully created activitySpec VNFUpgradePostCheckActivity
2023-03-08T23:25:19.841Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/536eded6992d4ef386596dd53ae7af07/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-08T23:25:19.842Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/536eded6992d4ef386596dd53ae7af07/versions/latest/actions|INFO|500||Invoke
2023-03-08T23:25:19.843Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/536eded6992d4ef386596dd53ae7af07/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2023-03-08T23:25:20.278Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/536eded6992d4ef386596dd53ae7af07/versions/latest/actions|INFO|500||InvokeReturn
2023-03-08T23:25:20.279Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/536eded6992d4ef386596dd53ae7af07/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 08 Mar 2023 23:25:19 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[427]}
2023-03-08T23:25:20.284Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||DEBUG|500||Response was returned with an empty entity.
2023-03-08T23:25:20.285Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||INFO|500||Successfully certified activitySpec VNFUpgradePostCheckActivity
2023-03-08T23:25:20.285Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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-08T23:25:20.656Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-08T23:25:20.657Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[359bf9f1-0338-4a92-bfcd-c9c95db1592c], X-ECOMP-RequestID=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-TransactionID=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-ONAP-RequestID=[be73a499-0243-4d87-8ea2-d72870d13ab1], Content-Type=[application/json]}
2023-03-08T23:25:20.658Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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-08T23:25:20.939Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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=[Wed, 08 Mar 2023 23:25:20 GMT], server=[envoy], x-envoy-upstream-service-time=[277], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-03-08T23:25:20.941Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"4ce0464e7c424c2ab84acf1c510feda8","versionId":"cb1d30a2982b4b75a7cde6e776213788"}

2023-03-08T23:25:20.941Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-08T23:25:20.944Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||INFO|500||Successfully created activitySpec VNFUpgradePreCheckActivity
2023-03-08T23:25:20.976Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/4ce0464e7c424c2ab84acf1c510feda8/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-08T23:25:20.978Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/4ce0464e7c424c2ab84acf1c510feda8/versions/latest/actions|INFO|500||Invoke
2023-03-08T23:25:20.997Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/4ce0464e7c424c2ab84acf1c510feda8/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2023-03-08T23:25:21.454Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/4ce0464e7c424c2ab84acf1c510feda8/versions/latest/actions|INFO|500||InvokeReturn
2023-03-08T23:25:21.455Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/4ce0464e7c424c2ab84acf1c510feda8/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 08 Mar 2023 23:25:20 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[451]}
2023-03-08T23:25:21.456Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||DEBUG|500||Response was returned with an empty entity.
2023-03-08T23:25:21.458Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||INFO|500||Successfully certified activitySpec VNFUpgradePreCheckActivity
2023-03-08T23:25:21.458Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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-08T23:25:21.526Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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-08T23:25:21.528Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-08T23:25:21.530Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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-08T23:25:21.747Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-08T23:25:21.748Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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=[Wed, 08 Mar 2023 23:25:21 GMT], server=[envoy], x-envoy-upstream-service-time=[213], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-03-08T23:25:21.749Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||DEBUG|500||{"id":"74bfbf2cd0a34e88b611274b6c00a38f","versionId":"f4f1cdfee1684c488503c619b4a8c9f5"}

2023-03-08T23:25:21.752Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||INFO|500||Successfully created activitySpec VNFUpgradeSoftwareActivity
2023-03-08T23:25:21.796Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/74bfbf2cd0a34e88b611274b6c00a38f/versions/latest/actions|INFO|500||Invoke
2023-03-08T23:25:21.797Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/74bfbf2cd0a34e88b611274b6c00a38f/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/74bfbf2cd0a34e88b611274b6c00a38f/versions/latest/actions with request headers:{X-RequestID=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[a102ec23-d6d3-4a6d-9c62-049fc06dbecf], X-ECOMP-RequestID=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-TransactionID=[be73a499-0243-4d87-8ea2-d72870d13ab1], X-ONAP-RequestID=[be73a499-0243-4d87-8ea2-d72870d13ab1], Content-Type=[application/json]}
2023-03-08T23:25:21.798Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/74bfbf2cd0a34e88b611274b6c00a38f/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2023-03-08T23:25:22.184Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/74bfbf2cd0a34e88b611274b6c00a38f/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/74bfbf2cd0a34e88b611274b6c00a38f/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 08 Mar 2023 23:25:21 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[382]}
2023-03-08T23:25:22.185Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/74bfbf2cd0a34e88b611274b6c00a38f/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-03-08T23:25:22.186Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/74bfbf2cd0a34e88b611274b6c00a38f/versions/latest/actions|INFO|500||InvokeReturn
2023-03-08T23:25:22.186Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||INFO|500||Successfully certified activitySpec VNFUpgradeSoftwareActivity
2023-03-08T23:25:22.186Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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-08T23:25:22.238Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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-08T23:25:22.240Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-08T23:25:22.241Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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-08T23:25:22.670Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-08T23:25:22.671Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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=[Wed, 08 Mar 2023 23:25:22 GMT], server=[envoy], x-envoy-upstream-service-time=[424], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-03-08T23:25:22.672Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||DEBUG|500||{"id":"71bb31d1027f4399896263ca16004989","versionId":"d65d7db7f856469eacd3d9337824f8e1"}

2023-03-08T23:25:22.674Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||INFO|500||Successfully created activitySpec VnfInPlaceSoftwareUpdate
2023-03-08T23:25:22.717Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/71bb31d1027f4399896263ca16004989/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-08T23:25:22.719Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/71bb31d1027f4399896263ca16004989/versions/latest/actions|INFO|500||Invoke
2023-03-08T23:25:22.720Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/71bb31d1027f4399896263ca16004989/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2023-03-08T23:25:23.428Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/71bb31d1027f4399896263ca16004989/versions/latest/actions|INFO|500||InvokeReturn
2023-03-08T23:25:23.429Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/71bb31d1027f4399896263ca16004989/versions/latest/actions has http status code:200 and response headers:{date=[Wed, 08 Mar 2023 23:25:22 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[704]}
2023-03-08T23:25:23.430Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||DEBUG|500||Response was returned with an empty entity.
2023-03-08T23:25:23.430Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||INFO|500||Successfully certified activitySpec VnfInPlaceSoftwareUpdate
2023-03-08T23:25:27.871Z|be73a499-0243-4d87-8ea2-d72870d13ab1|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-08T23:25:32.114Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||WARN|500||---
2023-03-08T23:25:32.115Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-03-08T23:25:32.116Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||WARN|500||---
2023-03-08T23:25:32.700Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-03-08T23:25:39.559Z|be73a499-0243-4d87-8ea2-d72870d13ab1|main|||||INFO|500||Started Application in 107.871 seconds (JVM running for 112.45)
2023-03-08T23:25:39.576Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-03-08T23:25:39.578Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-03-08T23:25:39.620Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-03-08T23:25:39.716Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 75435d6f-9490-4e80-bf13-e62c0396f05d url= /sdc/v1/artifactTypes
2023-03-08T23:25:39.730Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-03-08T23:25:39.972Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-03-08T23:25:40.045Z||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-08T23:25:40.046Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC
2023-03-08T23:25:40.046Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= d11e6905-fe0c-4a61-af69-46564db5646b url= /sdc/v1/distributionKafkaData
2023-03-08T23:25:40.046Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/distributionKafkaData
2023-03-08T23:25:40.096Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-03-08T23:25:40.106Z||scheduling-1|||||DEBUG|500||MessageBus cluster info retrieved successfully org.onap.sdc.utils.kafka.KafkaDataResponse@15c9a9c0
2023-03-08T23:25:40.225Z||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-bd6d6eb7-8a74-4683-bd51-0d68695b01b9
	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-08T23:25:40.301Z||scheduling-1|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-bd6d6eb7-8a74-4683-bd51-0d68695b01b9] Instantiated an idempotent producer.
2023-03-08T23:25:40.440Z||scheduling-1|||||INFO|500||Successfully logged in.
2023-03-08T23:25:40.557Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-03-08T23:25:40.558Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-03-08T23:25:40.558Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1678317940554
2023-03-08T23:25:40.565Z||scheduling-1|||||INFO|500||start DistributionClient
2023-03-08T23:25:40.626Z||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-c53c3929-b019-4645-8bb4-f8588807e16c
	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-08T23:25:40.834Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-03-08T23:25:40.837Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-03-08T23:25:40.837Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1678317940834
2023-03-08T23:25:40.841Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53c3929-b019-4645-8bb4-f8588807e16c, groupId=so] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T23:25:40.848Z||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-d2e88fec-a7fe-4ae5-bde8-90a35115b20e
	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-08T23:25:40.861Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T23:25:40.914Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-03-08T23:25:40.914Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-03-08T23:25:40.915Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1678317940914
2023-03-08T23:25:40.915Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d2e88fec-a7fe-4ae5-bde8-90a35115b20e, groupId=so] Subscribed to topic(s): SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T23:25:40.933Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-03-08T23:25:40.936Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T23:25:42.656Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53c3929-b019-4645-8bb4-f8588807e16c, 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 nR3ng9BERTGypKZxUi92rw
2023-03-08T23:25:42.657Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d2e88fec-a7fe-4ae5-bde8-90a35115b20e, 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 Iyn3D7Y2T7mRgefZuZvLpQ
2023-03-08T23:25:42.657Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53c3929-b019-4645-8bb4-f8588807e16c, 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 nR3ng9BERTGypKZxUi92rw
2023-03-08T23:25:42.657Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53c3929-b019-4645-8bb4-f8588807e16c, 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 nR3ng9BERTGypKZxUi92rw
2023-03-08T23:25:42.657Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d2e88fec-a7fe-4ae5-bde8-90a35115b20e, 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 Iyn3D7Y2T7mRgefZuZvLpQ
2023-03-08T23:25:42.658Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53c3929-b019-4645-8bb4-f8588807e16c, 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 nR3ng9BERTGypKZxUi92rw
2023-03-08T23:25:42.658Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d2e88fec-a7fe-4ae5-bde8-90a35115b20e, 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 Iyn3D7Y2T7mRgefZuZvLpQ
2023-03-08T23:25:42.658Z||kafka-producer-network-thread | SO-sdc-controller-producer-bd6d6eb7-8a74-4683-bd51-0d68695b01b9|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-bd6d6eb7-8a74-4683-bd51-0d68695b01b9] Cluster ID: 5HQ_mhI3R_GmE2Tn_EFu0g
2023-03-08T23:25:42.658Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d2e88fec-a7fe-4ae5-bde8-90a35115b20e, 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 Iyn3D7Y2T7mRgefZuZvLpQ
2023-03-08T23:25:42.658Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53c3929-b019-4645-8bb4-f8588807e16c, 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 nR3ng9BERTGypKZxUi92rw
2023-03-08T23:25:42.659Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53c3929-b019-4645-8bb4-f8588807e16c, 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 nR3ng9BERTGypKZxUi92rw
2023-03-08T23:25:42.659Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d2e88fec-a7fe-4ae5-bde8-90a35115b20e, 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 Iyn3D7Y2T7mRgefZuZvLpQ
2023-03-08T23:25:42.659Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d2e88fec-a7fe-4ae5-bde8-90a35115b20e, 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 Iyn3D7Y2T7mRgefZuZvLpQ
2023-03-08T23:25:42.662Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53c3929-b019-4645-8bb4-f8588807e16c, groupId=so] Cluster ID: 5HQ_mhI3R_GmE2Tn_EFu0g
2023-03-08T23:25:42.661Z||kafka-producer-network-thread | SO-sdc-controller-producer-bd6d6eb7-8a74-4683-bd51-0d68695b01b9|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-bd6d6eb7-8a74-4683-bd51-0d68695b01b9] ProducerId set to 1003 with epoch 0
2023-03-08T23:25:42.664Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53c3929-b019-4645-8bb4-f8588807e16c, groupId=so] Discovered group coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null)
2023-03-08T23:25:42.664Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d2e88fec-a7fe-4ae5-bde8-90a35115b20e, groupId=so] Cluster ID: 5HQ_mhI3R_GmE2Tn_EFu0g
2023-03-08T23:25:42.665Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d2e88fec-a7fe-4ae5-bde8-90a35115b20e, groupId=so] Discovered group coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null)
2023-03-08T23:25:42.736Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d2e88fec-a7fe-4ae5-bde8-90a35115b20e, groupId=so] (Re-)joining group
2023-03-08T23:25:42.737Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53c3929-b019-4645-8bb4-f8588807e16c, groupId=so] (Re-)joining group
2023-03-08T23:25:42.845Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d2e88fec-a7fe-4ae5-bde8-90a35115b20e, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-d2e88fec-a7fe-4ae5-bde8-90a35115b20e-f9a9218e-5f0d-4069-ab08-e13e63f17737
2023-03-08T23:25:42.846Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53c3929-b019-4645-8bb4-f8588807e16c, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-c53c3929-b019-4645-8bb4-f8588807e16c-974d586d-e2c8-4487-9ae6-49d024a49f59
2023-03-08T23:25:42.847Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d2e88fec-a7fe-4ae5-bde8-90a35115b20e, 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-08T23:25:42.847Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53c3929-b019-4645-8bb4-f8588807e16c, 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-08T23:25:42.847Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53c3929-b019-4645-8bb4-f8588807e16c, groupId=so] (Re-)joining group
2023-03-08T23:25:42.847Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d2e88fec-a7fe-4ae5-bde8-90a35115b20e, groupId=so] (Re-)joining group
2023-03-08T23:25:48.854Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d2e88fec-a7fe-4ae5-bde8-90a35115b20e, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-d2e88fec-a7fe-4ae5-bde8-90a35115b20e-f9a9218e-5f0d-4069-ab08-e13e63f17737', protocol='range'}
2023-03-08T23:25:48.854Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53c3929-b019-4645-8bb4-f8588807e16c, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-c53c3929-b019-4645-8bb4-f8588807e16c-974d586d-e2c8-4487-9ae6-49d024a49f59', protocol='range'}
2023-03-08T23:25:48.923Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53c3929-b019-4645-8bb4-f8588807e16c, 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 Iyn3D7Y2T7mRgefZuZvLpQ
2023-03-08T23:25:48.923Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53c3929-b019-4645-8bb4-f8588807e16c, 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 Iyn3D7Y2T7mRgefZuZvLpQ
2023-03-08T23:25:48.923Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53c3929-b019-4645-8bb4-f8588807e16c, 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 Iyn3D7Y2T7mRgefZuZvLpQ
2023-03-08T23:25:48.924Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53c3929-b019-4645-8bb4-f8588807e16c, 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 Iyn3D7Y2T7mRgefZuZvLpQ
2023-03-08T23:25:48.924Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53c3929-b019-4645-8bb4-f8588807e16c, 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 Iyn3D7Y2T7mRgefZuZvLpQ
2023-03-08T23:25:48.925Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53c3929-b019-4645-8bb4-f8588807e16c, 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 Iyn3D7Y2T7mRgefZuZvLpQ
2023-03-08T23:25:48.932Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53c3929-b019-4645-8bb4-f8588807e16c, groupId=so] Finished assignment for group at generation 1: {SO-sdc-controller-consumer-d2e88fec-a7fe-4ae5-bde8-90a35115b20e-f9a9218e-5f0d-4069-ab08-e13e63f17737=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-c53c3929-b019-4645-8bb4-f8588807e16c-974d586d-e2c8-4487-9ae6-49d024a49f59=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-08T23:25:48.967Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d2e88fec-a7fe-4ae5-bde8-90a35115b20e, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-d2e88fec-a7fe-4ae5-bde8-90a35115b20e-f9a9218e-5f0d-4069-ab08-e13e63f17737', protocol='range'}
2023-03-08T23:25:48.967Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53c3929-b019-4645-8bb4-f8588807e16c, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-c53c3929-b019-4645-8bb4-f8588807e16c-974d586d-e2c8-4487-9ae6-49d024a49f59', protocol='range'}
2023-03-08T23:25:48.969Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53c3929-b019-4645-8bb4-f8588807e16c, 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-08T23:25:48.969Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d2e88fec-a7fe-4ae5-bde8-90a35115b20e, 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-08T23:25:48.975Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53c3929-b019-4645-8bb4-f8588807e16c, 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-08T23:25:48.975Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d2e88fec-a7fe-4ae5-bde8-90a35115b20e, 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-08T23:25:49.002Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53c3929-b019-4645-8bb4-f8588807e16c, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-08T23:25:49.002Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d2e88fec-a7fe-4ae5-bde8-90a35115b20e, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-08T23:25:49.002Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d2e88fec-a7fe-4ae5-bde8-90a35115b20e, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4
2023-03-08T23:25:49.003Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d2e88fec-a7fe-4ae5-bde8-90a35115b20e, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3
2023-03-08T23:25:49.003Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d2e88fec-a7fe-4ae5-bde8-90a35115b20e, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2
2023-03-08T23:25:49.002Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53c3929-b019-4645-8bb4-f8588807e16c, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4
2023-03-08T23:25:49.003Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d2e88fec-a7fe-4ae5-bde8-90a35115b20e, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1
2023-03-08T23:25:49.004Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d2e88fec-a7fe-4ae5-bde8-90a35115b20e, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0
2023-03-08T23:25:49.003Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53c3929-b019-4645-8bb4-f8588807e16c, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3
2023-03-08T23:25:49.005Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53c3929-b019-4645-8bb4-f8588807e16c, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2
2023-03-08T23:25:49.005Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53c3929-b019-4645-8bb4-f8588807e16c, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1
2023-03-08T23:25:49.005Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53c3929-b019-4645-8bb4-f8588807e16c, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0
2023-03-08T23:25:49.068Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53c3929-b019-4645-8bb4-f8588807e16c, 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-08T23:25:49.069Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53c3929-b019-4645-8bb4-f8588807e16c, 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-08T23:25:49.110Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d2e88fec-a7fe-4ae5-bde8-90a35115b20e, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-03-08T23:25:49.110Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d2e88fec-a7fe-4ae5-bde8-90a35115b20e, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-03-08T23:25:49.149Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d2e88fec-a7fe-4ae5-bde8-90a35115b20e, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-03-08T23:25:49.150Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d2e88fec-a7fe-4ae5-bde8-90a35115b20e, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-03-08T23:25:49.154Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53c3929-b019-4645-8bb4-f8588807e16c, 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-08T23:25:49.155Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53c3929-b019-4645-8bb4-f8588807e16c, 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-08T23:25:49.228Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53c3929-b019-4645-8bb4-f8588807e16c, 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-08T23:25:49.229Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53c3929-b019-4645-8bb4-f8588807e16c, 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-08T23:25:49.251Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d2e88fec-a7fe-4ae5-bde8-90a35115b20e, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-03-08T23:25:49.251Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d2e88fec-a7fe-4ae5-bde8-90a35115b20e, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-03-08T23:26:40.867Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T23:26:40.937Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T23:27:40.869Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T23:27:40.939Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T23:28:40.870Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T23:28:40.940Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T23:29:40.872Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T23:29:40.942Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T23:30:40.872Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T23:30:40.944Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T23:31:40.874Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T23:31:40.944Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T23:32:40.876Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T23:32:40.946Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T23:33:40.878Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T23:33:40.946Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T23:33:59.622Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-03-08T23:34:40.880Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T23:34:40.947Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T23:34:42.762Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53c3929-b019-4645-8bb4-f8588807e16c, groupId=so] Node -1 disconnected.
2023-03-08T23:34:42.895Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d2e88fec-a7fe-4ae5-bde8-90a35115b20e, groupId=so] Node -1 disconnected.
2023-03-08T23:34:43.069Z||kafka-producer-network-thread | SO-sdc-controller-producer-bd6d6eb7-8a74-4683-bd51-0d68695b01b9|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-bd6d6eb7-8a74-4683-bd51-0d68695b01b9] Node -1 disconnected.
2023-03-08T23:35:40.883Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T23:35:40.949Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T23:36:40.887Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T23:36:40.951Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T23:37:40.888Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T23:37:40.953Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T23:38:40.888Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T23:38:40.955Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T23:39:40.889Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T23:39:40.955Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T23:40:40.891Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T23:40:40.957Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T23:41:40.892Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T23:41:40.958Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T23:42:40.894Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T23:42:40.959Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T23:43:40.895Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T23:43:40.961Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T23:44:40.897Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T23:44:40.962Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T23:45:40.899Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T23:45:40.963Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T23:46:40.900Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T23:46:40.966Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T23:47:40.902Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T23:47:40.968Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T23:48:40.903Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T23:48:40.969Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T23:49:40.904Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T23:49:40.970Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T23:50:40.904Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T23:50:40.970Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T23:51:40.906Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T23:51:40.971Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T23:52:40.907Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T23:52:40.972Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T23:53:40.908Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T23:53:40.974Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T23:54:40.910Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T23:54:40.975Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T23:55:40.912Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T23:55:40.976Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T23:56:40.914Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T23:56:40.978Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T23:57:40.916Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T23:57:40.979Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T23:58:40.917Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T23:58:40.981Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T23:59:40.918Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T23:59:40.983Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:00:40.920Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:00:40.983Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:01:40.920Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:01:40.985Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:02:40.921Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:02:40.985Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:03:40.923Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:03:40.987Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:04:40.924Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:04:40.987Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:05:40.927Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:05:40.988Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:06:40.928Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:06:40.989Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:07:40.931Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:07:40.991Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:08:40.932Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:08:40.991Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:09:40.934Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:09:40.993Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:10:40.936Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:10:40.994Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:11:40.938Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:11:40.995Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:12:40.940Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:12:40.996Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:13:40.941Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:13:40.998Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:14:40.943Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:14:40.999Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:15:40.945Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:15:41.000Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:16:40.947Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:16:41.001Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:17:40.948Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:17:41.002Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:18:40.950Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:18:41.003Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:19:40.952Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:19:41.004Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:20:40.953Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:20:41.005Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:21:40.955Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:21:41.006Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:22:40.955Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:22:41.007Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:23:40.957Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:23:41.008Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:24:40.958Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:24:41.010Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:25:40.958Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:25:41.011Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:26:40.960Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:26:41.012Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:27:40.961Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:27:41.013Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:28:40.963Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:28:41.013Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:29:40.964Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:29:41.014Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:30:40.965Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:30:41.015Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:31:40.967Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:31:41.016Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:32:40.969Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:32:41.018Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:33:40.970Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:33:41.019Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:34:40.970Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:34:41.021Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:35:40.972Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:35:41.021Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:36:40.975Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:36:41.023Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:37:40.976Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:37:41.024Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:38:40.977Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:38:41.026Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:39:40.979Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:39:41.027Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:40:40.980Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:40:41.027Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:41:40.981Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:41:41.029Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:42:40.982Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:42:41.030Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:43:40.984Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:43:41.033Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:44:40.986Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:44:41.033Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:45:40.986Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:45:41.034Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:46:40.988Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:46:41.035Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:47:40.988Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:47:41.037Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:48:40.990Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:48:41.037Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:49:40.991Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:49:41.039Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:50:40.993Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:50:41.049Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:51:40.994Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:51:41.049Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:52:40.995Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:52:41.050Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:53:40.996Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:53:41.050Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:54:40.997Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:54:41.052Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:55:40.999Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:55:41.053Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:56:41.001Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:56:41.054Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:57:41.002Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:57:41.055Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:58:41.004Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:58:41.055Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T00:59:41.005Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T00:59:41.055Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T01:00:41.006Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T01:00:41.057Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T01:01:41.006Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T01:01:41.058Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T01:02:41.008Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T01:02:41.059Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T01:03:41.008Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T01:03:41.060Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T01:04:41.010Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T01:04:41.062Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T01:05:41.012Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T01:05:41.063Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T01:06:41.013Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T01:06:41.063Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T01:07:41.014Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T01:07:41.064Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T01:08:41.014Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T01:08:41.065Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T01:09:41.017Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T01:09:41.066Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T01:10:41.019Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T01:10:41.068Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T01:11:41.020Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T01:11:41.069Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T01:12:41.022Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T01:12:41.070Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T01:13:41.022Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T01:13:41.071Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T01:14:41.024Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T01:14:41.072Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T01:15:41.026Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T01:15:41.074Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T01:16:41.027Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T01:16:41.075Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T01:17:41.029Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T01:17:41.076Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T01:18:41.031Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T01:18:41.077Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T01:19:41.033Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T01:19:41.078Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T01:20:41.035Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T01:20:41.080Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T01:21:41.037Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T01:21:41.082Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T01:22:41.039Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T01:22:41.083Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T01:23:41.040Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T01:23:41.085Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T01:24:41.041Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T01:24:41.086Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T01:25:41.042Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T01:25:41.086Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T01:26:41.044Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T01:26:41.088Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T01:27:41.046Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T01:27:41.093Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T01:28:41.046Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T01:28:41.095Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T01:29:41.048Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T01:29:41.096Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T01:30:41.048Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T01:30:41.097Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T01:31:41.050Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T01:31:41.099Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T01:32:41.052Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T01:32:41.100Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T01:33:41.053Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T01:33:41.101Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T01:34:41.055Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T01:34:41.104Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T01:35:41.055Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T01:35:41.105Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T01:36:41.056Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T01:36:41.106Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T01:37:41.059Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T01:37:41.108Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T01:38:41.060Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T01:38:41.110Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T01:39:41.061Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T01:39:41.111Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T01:40:41.062Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T01:40:41.111Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T01:41:41.063Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T01:41:41.112Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T01:42:41.064Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T01:42:41.113Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T01:43:41.065Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T01:43:41.115Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T01:44:41.067Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T01:44:41.115Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T01:45:41.069Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T01:45:41.120Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T01:46:41.070Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T01:46:41.120Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T01:47:41.071Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T01:47:41.121Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T01:48:41.072Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T01:48:41.123Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T01:49:41.074Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T01:49:41.124Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-09T01:50:41.076Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-09T01:50:41.124Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO