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-10-06T04:06:44.830Z||main|||||INFO|500||The following profiles are active: basic 2023-10-06T04:06:56.555Z||main|||||INFO|500||Starting service [Tomcat] 2023-10-06T04:06:56.556Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2023-10-06T04:06:56.688Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2023-10-06T04:06:59.606Z||main|||||INFO|500||catdb-pool - Starting... 2023-10-06T04:06:59.888Z||main|||||INFO|500||catdb-pool - Start completed. 2023-10-06T04:07:00.335Z||main|||||INFO|500||reqdb-pool - Starting... 2023-10-06T04:07:00.344Z||main|||||INFO|500||reqdb-pool - Start completed. 2023-10-06T04:07:00.458Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2023-10-06T04:07:00.700Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2023-10-06T04:07:01.446Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2023-10-06T04:07:03.552Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2023-10-06T04:07:06.346Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2023-10-06T04:07:06.420Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2023-10-06T04:07:06.945Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2023-10-06T04:07:07.270Z||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-10-06T04:07:08.827Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2023-10-06T04:07:10.245Z||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-10-06T04:07:10.940Z||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-10-06T04:07:11.797Z||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-10-06T04:07:11.811Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke 2023-10-06T04:07:11.843Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|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-10-06T04:07:13.428Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn 2023-10-06T04:07:13.429Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|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:{Transfer-Encoding=[chunked], Server=[Jetty(9.4.49.v20220914)], Date=[Fri, 06 Oct 2023 04:07:11 GMT], Content-Type=[application/json]} 2023-10-06T04:07:13.431Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||||DEBUG|500||{"id":"193df1da4a734cba9c41e2299c489662","versionId":"016e0b88d6cf48f18dcfd87040fb3d36"} 2023-10-06T04:07:13.471Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||||INFO|500||Successfully created activitySpec VNFSetInMaintFlagActivity 2023-10-06T04:07:13.528Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/193df1da4a734cba9c41e2299c489662/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]} 2023-10-06T04:07:13.529Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/193df1da4a734cba9c41e2299c489662/versions/latest/actions|INFO|500||Invoke 2023-10-06T04:07:13.531Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/193df1da4a734cba9c41e2299c489662/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"} 2023-10-06T04:07:13.861Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/193df1da4a734cba9c41e2299c489662/versions/latest/actions|INFO|500||InvokeReturn 2023-10-06T04:07:13.862Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/193df1da4a734cba9c41e2299c489662/versions/latest/actions has http status code:200 and response headers:{Server=[Jetty(9.4.49.v20220914)], Content-Length=[0], Date=[Fri, 06 Oct 2023 04:07:13 GMT]} 2023-10-06T04:07:13.862Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||||DEBUG|500||Response was returned with an empty entity. 2023-10-06T04:07:13.862Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||||INFO|500||Successfully certified activitySpec VNFSetInMaintFlagActivity 2023-10-06T04:07:13.863Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|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-10-06T04:07:13.925Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|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-10-06T04:07:13.926Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke 2023-10-06T04:07:13.927Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|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-10-06T04:07:14.144Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn 2023-10-06T04:07:14.144Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|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:{Transfer-Encoding=[chunked], Server=[Jetty(9.4.49.v20220914)], Date=[Fri, 06 Oct 2023 04:07:13 GMT], Content-Type=[application/json]} 2023-10-06T04:07:14.145Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||||DEBUG|500||{"id":"93f0ae003e75461abe37d07af547515d","versionId":"2922d2373c664c1f95993335e9fbe248"} 2023-10-06T04:07:14.147Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||||INFO|500||Successfully created activitySpec VNFCheckPserversLockedFlagActivity 2023-10-06T04:07:14.199Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/93f0ae003e75461abe37d07af547515d/versions/latest/actions|INFO|500||Invoke 2023-10-06T04:07:14.200Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/93f0ae003e75461abe37d07af547515d/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/93f0ae003e75461abe37d07af547515d/versions/latest/actions with request headers:{X-RequestID=[d853834f-d244-4167-9cfc-18b78e3b4bd1], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[b2a0f6e8-eb1b-44a8-b84e-3de9d79a6dfa], X-ECOMP-RequestID=[d853834f-d244-4167-9cfc-18b78e3b4bd1], X-TransactionID=[d853834f-d244-4167-9cfc-18b78e3b4bd1], X-ONAP-RequestID=[d853834f-d244-4167-9cfc-18b78e3b4bd1], Content-Type=[application/json]} 2023-10-06T04:07:14.201Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/93f0ae003e75461abe37d07af547515d/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"} 2023-10-06T04:07:14.499Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/93f0ae003e75461abe37d07af547515d/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/93f0ae003e75461abe37d07af547515d/versions/latest/actions has http status code:200 and response headers:{Server=[Jetty(9.4.49.v20220914)], Content-Length=[0], Date=[Fri, 06 Oct 2023 04:07:13 GMT]} 2023-10-06T04:07:14.500Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/93f0ae003e75461abe37d07af547515d/versions/latest/actions|DEBUG|500||Response was returned with an empty entity. 2023-10-06T04:07:14.501Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/93f0ae003e75461abe37d07af547515d/versions/latest/actions|INFO|500||InvokeReturn 2023-10-06T04:07:14.501Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||||INFO|500||Successfully certified activitySpec VNFCheckPserversLockedFlagActivity 2023-10-06T04:07:14.502Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|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-10-06T04:07:14.565Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke 2023-10-06T04:07:14.566Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|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=[d853834f-d244-4167-9cfc-18b78e3b4bd1], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[0565ea00-444d-4a3d-80f2-60cdd3d9f97c], X-ECOMP-RequestID=[d853834f-d244-4167-9cfc-18b78e3b4bd1], X-TransactionID=[d853834f-d244-4167-9cfc-18b78e3b4bd1], X-ONAP-RequestID=[d853834f-d244-4167-9cfc-18b78e3b4bd1], Content-Type=[application/json]} 2023-10-06T04:07:14.568Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|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-10-06T04:07:14.741Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|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:{Transfer-Encoding=[chunked], Server=[Jetty(9.4.49.v20220914)], Date=[Fri, 06 Oct 2023 04:07:14 GMT], Content-Type=[application/json]} 2023-10-06T04:07:14.742Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"c4de95efd7354380be0278c53f6ad54e","versionId":"8c169bc1df5e48839f0f88b54934878d"} 2023-10-06T04:07:14.743Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn 2023-10-06T04:07:14.746Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||||INFO|500||Successfully created activitySpec VNFCheckInMaintFlagActivity 2023-10-06T04:07:14.794Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/c4de95efd7354380be0278c53f6ad54e/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]} 2023-10-06T04:07:14.795Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/c4de95efd7354380be0278c53f6ad54e/versions/latest/actions|INFO|500||Invoke 2023-10-06T04:07:14.797Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/c4de95efd7354380be0278c53f6ad54e/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"} 2023-10-06T04:07:15.108Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/c4de95efd7354380be0278c53f6ad54e/versions/latest/actions|INFO|500||InvokeReturn 2023-10-06T04:07:15.109Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/c4de95efd7354380be0278c53f6ad54e/versions/latest/actions has http status code:200 and response headers:{Server=[Jetty(9.4.49.v20220914)], Content-Length=[0], Date=[Fri, 06 Oct 2023 04:07:14 GMT]} 2023-10-06T04:07:15.109Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||||DEBUG|500||Response was returned with an empty entity. 2023-10-06T04:07:15.110Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||||INFO|500||Successfully certified activitySpec VNFCheckInMaintFlagActivity 2023-10-06T04:07:15.110Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|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-10-06T04:07:15.172Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|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-10-06T04:07:15.174Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke 2023-10-06T04:07:15.175Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|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-10-06T04:07:15.321Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn 2023-10-06T04:07:15.322Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|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:{Transfer-Encoding=[chunked], Server=[Jetty(9.4.49.v20220914)], Date=[Fri, 06 Oct 2023 04:07:14 GMT], Content-Type=[application/json]} 2023-10-06T04:07:15.323Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||||DEBUG|500||{"id":"4e594bd51ffe43c79bd440c4aacc5347","versionId":"74855295b0d44f33b5c124bb1898a88a"} 2023-10-06T04:07:15.326Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||||INFO|500||Successfully created activitySpec VNFCheckClosedLoopDisabledFlagActivity 2023-10-06T04:07:15.374Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/4e594bd51ffe43c79bd440c4aacc5347/versions/latest/actions|INFO|500||Invoke 2023-10-06T04:07:15.375Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/4e594bd51ffe43c79bd440c4aacc5347/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/4e594bd51ffe43c79bd440c4aacc5347/versions/latest/actions with request headers:{X-RequestID=[d853834f-d244-4167-9cfc-18b78e3b4bd1], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[26cb93a4-4c4b-46e5-9343-5cf712c7f1ac], X-ECOMP-RequestID=[d853834f-d244-4167-9cfc-18b78e3b4bd1], X-TransactionID=[d853834f-d244-4167-9cfc-18b78e3b4bd1], X-ONAP-RequestID=[d853834f-d244-4167-9cfc-18b78e3b4bd1], Content-Type=[application/json]} 2023-10-06T04:07:15.376Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/4e594bd51ffe43c79bd440c4aacc5347/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"} 2023-10-06T04:07:15.657Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/4e594bd51ffe43c79bd440c4aacc5347/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/4e594bd51ffe43c79bd440c4aacc5347/versions/latest/actions has http status code:200 and response headers:{Server=[Jetty(9.4.49.v20220914)], Content-Length=[0], Date=[Fri, 06 Oct 2023 04:07:15 GMT]} 2023-10-06T04:07:15.658Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/4e594bd51ffe43c79bd440c4aacc5347/versions/latest/actions|DEBUG|500||Response was returned with an empty entity. 2023-10-06T04:07:15.660Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/4e594bd51ffe43c79bd440c4aacc5347/versions/latest/actions|INFO|500||InvokeReturn 2023-10-06T04:07:15.661Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||||INFO|500||Successfully certified activitySpec VNFCheckClosedLoopDisabledFlagActivity 2023-10-06T04:07:15.661Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|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-10-06T04:07:15.733Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|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-10-06T04:07:15.735Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke 2023-10-06T04:07:15.737Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|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-10-06T04:07:15.887Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn 2023-10-06T04:07:15.888Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|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:{Transfer-Encoding=[chunked], Server=[Jetty(9.4.49.v20220914)], Date=[Fri, 06 Oct 2023 04:07:15 GMT], Content-Type=[application/json]} 2023-10-06T04:07:15.889Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||||DEBUG|500||{"id":"a099ac085f814a9c963377cfcf82fe6a","versionId":"d7ae8720a9734e2180923593f569d1ee"} 2023-10-06T04:07:15.891Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||||INFO|500||Successfully created activitySpec VNFSetClosedLoopDisabledFlagActivity 2023-10-06T04:07:16.051Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/a099ac085f814a9c963377cfcf82fe6a/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]} 2023-10-06T04:07:16.053Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/a099ac085f814a9c963377cfcf82fe6a/versions/latest/actions|INFO|500||Invoke 2023-10-06T04:07:16.054Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/a099ac085f814a9c963377cfcf82fe6a/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"} 2023-10-06T04:07:16.286Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/a099ac085f814a9c963377cfcf82fe6a/versions/latest/actions|INFO|500||InvokeReturn 2023-10-06T04:07:16.287Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/a099ac085f814a9c963377cfcf82fe6a/versions/latest/actions has http status code:200 and response headers:{Server=[Jetty(9.4.49.v20220914)], Content-Length=[0], Date=[Fri, 06 Oct 2023 04:07:15 GMT]} 2023-10-06T04:07:16.288Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||||DEBUG|500||Response was returned with an empty entity. 2023-10-06T04:07:16.288Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||||INFO|500||Successfully certified activitySpec VNFSetClosedLoopDisabledFlagActivity 2023-10-06T04:07:16.288Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|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-10-06T04:07:16.336Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke 2023-10-06T04:07:16.336Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|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=[d853834f-d244-4167-9cfc-18b78e3b4bd1], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[42dab71a-a7e6-4f7d-9ba5-2ecaf2142f22], X-ECOMP-RequestID=[d853834f-d244-4167-9cfc-18b78e3b4bd1], X-TransactionID=[d853834f-d244-4167-9cfc-18b78e3b4bd1], X-ONAP-RequestID=[d853834f-d244-4167-9cfc-18b78e3b4bd1], Content-Type=[application/json]} 2023-10-06T04:07:16.338Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|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-10-06T04:07:16.479Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|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:{Transfer-Encoding=[chunked], Server=[Jetty(9.4.49.v20220914)], Date=[Fri, 06 Oct 2023 04:07:16 GMT], Content-Type=[application/json]} 2023-10-06T04:07:16.480Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"e934661891a7465d89df8efe43b4e889","versionId":"1934bbef105948b99787cd5b50cbce4f"} 2023-10-06T04:07:16.481Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn 2023-10-06T04:07:16.483Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||||INFO|500||Successfully created activitySpec VNFUnsetClosedLoopDisabledFlagActivity 2023-10-06T04:07:16.521Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e934661891a7465d89df8efe43b4e889/versions/latest/actions|INFO|500||Invoke 2023-10-06T04:07:16.521Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e934661891a7465d89df8efe43b4e889/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/e934661891a7465d89df8efe43b4e889/versions/latest/actions with request headers:{X-RequestID=[d853834f-d244-4167-9cfc-18b78e3b4bd1], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[6884772c-d2db-4e6e-892d-de781975a015], X-ECOMP-RequestID=[d853834f-d244-4167-9cfc-18b78e3b4bd1], X-TransactionID=[d853834f-d244-4167-9cfc-18b78e3b4bd1], X-ONAP-RequestID=[d853834f-d244-4167-9cfc-18b78e3b4bd1], Content-Type=[application/json]} 2023-10-06T04:07:16.522Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e934661891a7465d89df8efe43b4e889/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"} 2023-10-06T04:07:16.744Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e934661891a7465d89df8efe43b4e889/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/e934661891a7465d89df8efe43b4e889/versions/latest/actions has http status code:200 and response headers:{Server=[Jetty(9.4.49.v20220914)], Content-Length=[0], Date=[Fri, 06 Oct 2023 04:07:16 GMT]} 2023-10-06T04:07:16.744Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e934661891a7465d89df8efe43b4e889/versions/latest/actions|DEBUG|500||Response was returned with an empty entity. 2023-10-06T04:07:16.745Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e934661891a7465d89df8efe43b4e889/versions/latest/actions|INFO|500||InvokeReturn 2023-10-06T04:07:16.745Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||||INFO|500||Successfully certified activitySpec VNFUnsetClosedLoopDisabledFlagActivity 2023-10-06T04:07:16.746Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|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-10-06T04:07:16.789Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke 2023-10-06T04:07:16.790Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|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=[d853834f-d244-4167-9cfc-18b78e3b4bd1], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[5a441240-187a-4566-a5ab-4502ee934f6e], X-ECOMP-RequestID=[d853834f-d244-4167-9cfc-18b78e3b4bd1], X-TransactionID=[d853834f-d244-4167-9cfc-18b78e3b4bd1], X-ONAP-RequestID=[d853834f-d244-4167-9cfc-18b78e3b4bd1], Content-Type=[application/json]} 2023-10-06T04:07:16.791Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|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-10-06T04:07:16.941Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|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:{Transfer-Encoding=[chunked], Server=[Jetty(9.4.49.v20220914)], Date=[Fri, 06 Oct 2023 04:07:16 GMT], Content-Type=[application/json]} 2023-10-06T04:07:16.941Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"04c414af6eba4de294f088f443f73121","versionId":"0416c16c0f184d3784bdcc222a8f2754"} 2023-10-06T04:07:16.942Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn 2023-10-06T04:07:16.944Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||||INFO|500||Successfully created activitySpec VNFLockActivity 2023-10-06T04:07:16.999Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/04c414af6eba4de294f088f443f73121/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]} 2023-10-06T04:07:17.000Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/04c414af6eba4de294f088f443f73121/versions/latest/actions|INFO|500||Invoke 2023-10-06T04:07:17.001Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/04c414af6eba4de294f088f443f73121/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"} 2023-10-06T04:07:17.255Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/04c414af6eba4de294f088f443f73121/versions/latest/actions|INFO|500||InvokeReturn 2023-10-06T04:07:17.256Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/04c414af6eba4de294f088f443f73121/versions/latest/actions has http status code:200 and response headers:{Server=[Jetty(9.4.49.v20220914)], Content-Length=[0], Date=[Fri, 06 Oct 2023 04:07:16 GMT]} 2023-10-06T04:07:17.256Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||||DEBUG|500||Response was returned with an empty entity. 2023-10-06T04:07:17.257Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||||INFO|500||Successfully certified activitySpec VNFLockActivity 2023-10-06T04:07:17.257Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|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-10-06T04:07:17.301Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke 2023-10-06T04:07:17.302Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|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=[d853834f-d244-4167-9cfc-18b78e3b4bd1], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[89f7fc87-701c-49b7-a459-69bd030ed400], X-ECOMP-RequestID=[d853834f-d244-4167-9cfc-18b78e3b4bd1], X-TransactionID=[d853834f-d244-4167-9cfc-18b78e3b4bd1], X-ONAP-RequestID=[d853834f-d244-4167-9cfc-18b78e3b4bd1], Content-Type=[application/json]} 2023-10-06T04:07:17.303Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|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-10-06T04:07:17.450Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|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:{Transfer-Encoding=[chunked], Server=[Jetty(9.4.49.v20220914)], Date=[Fri, 06 Oct 2023 04:07:17 GMT], Content-Type=[application/json]} 2023-10-06T04:07:17.452Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"965dd7604109423ba172ff6834af986d","versionId":"1fe13b89a11844d0a3bf792ed5376e8f"} 2023-10-06T04:07:17.453Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn 2023-10-06T04:07:17.455Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||||INFO|500||Successfully created activitySpec VNFUnlockActivity 2023-10-06T04:07:17.527Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/965dd7604109423ba172ff6834af986d/versions/latest/actions|INFO|500||Invoke 2023-10-06T04:07:17.528Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/965dd7604109423ba172ff6834af986d/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/965dd7604109423ba172ff6834af986d/versions/latest/actions with request headers:{X-RequestID=[d853834f-d244-4167-9cfc-18b78e3b4bd1], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[a94dc51f-a3ec-4a81-aa79-42e8a403b409], X-ECOMP-RequestID=[d853834f-d244-4167-9cfc-18b78e3b4bd1], X-TransactionID=[d853834f-d244-4167-9cfc-18b78e3b4bd1], X-ONAP-RequestID=[d853834f-d244-4167-9cfc-18b78e3b4bd1], Content-Type=[application/json]} 2023-10-06T04:07:17.530Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/965dd7604109423ba172ff6834af986d/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"} 2023-10-06T04:07:17.770Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/965dd7604109423ba172ff6834af986d/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/965dd7604109423ba172ff6834af986d/versions/latest/actions has http status code:200 and response headers:{Server=[Jetty(9.4.49.v20220914)], Content-Length=[0], Date=[Fri, 06 Oct 2023 04:07:17 GMT]} 2023-10-06T04:07:17.771Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/965dd7604109423ba172ff6834af986d/versions/latest/actions|DEBUG|500||Response was returned with an empty entity. 2023-10-06T04:07:17.772Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/965dd7604109423ba172ff6834af986d/versions/latest/actions|INFO|500||InvokeReturn 2023-10-06T04:07:17.772Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||||INFO|500||Successfully certified activitySpec VNFUnlockActivity 2023-10-06T04:07:17.772Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|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-10-06T04:07:17.814Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|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-10-06T04:07:17.816Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke 2023-10-06T04:07:17.817Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|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-10-06T04:07:17.986Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn 2023-10-06T04:07:17.987Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|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:{Transfer-Encoding=[chunked], Server=[Jetty(9.4.49.v20220914)], Date=[Fri, 06 Oct 2023 04:07:17 GMT], Content-Type=[application/json]} 2023-10-06T04:07:17.988Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||||DEBUG|500||{"id":"0af28248eb8446098ab558700c03b44b","versionId":"0e4c8014a6a64bf084bbdb0528123f0b"} 2023-10-06T04:07:17.990Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||||INFO|500||Successfully created activitySpec VNFStopActivity 2023-10-06T04:07:18.026Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/0af28248eb8446098ab558700c03b44b/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]} 2023-10-06T04:07:18.028Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0af28248eb8446098ab558700c03b44b/versions/latest/actions|INFO|500||Invoke 2023-10-06T04:07:18.029Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0af28248eb8446098ab558700c03b44b/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"} 2023-10-06T04:07:18.278Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0af28248eb8446098ab558700c03b44b/versions/latest/actions|INFO|500||InvokeReturn 2023-10-06T04:07:18.279Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/0af28248eb8446098ab558700c03b44b/versions/latest/actions has http status code:200 and response headers:{Server=[Jetty(9.4.49.v20220914)], Content-Length=[0], Date=[Fri, 06 Oct 2023 04:07:17 GMT]} 2023-10-06T04:07:18.279Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||||DEBUG|500||Response was returned with an empty entity. 2023-10-06T04:07:18.279Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||||INFO|500||Successfully certified activitySpec VNFStopActivity 2023-10-06T04:07:18.279Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|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-10-06T04:07:18.329Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|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-10-06T04:07:18.330Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke 2023-10-06T04:07:18.331Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|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-10-06T04:07:18.462Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn 2023-10-06T04:07:18.462Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|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:{Transfer-Encoding=[chunked], Server=[Jetty(9.4.49.v20220914)], Date=[Fri, 06 Oct 2023 04:07:18 GMT], Content-Type=[application/json]} 2023-10-06T04:07:18.463Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||||DEBUG|500||{"id":"578525bf0e934e86b07214920fddaa67","versionId":"68e18827dd234e8e8750cc6621bb6443"} 2023-10-06T04:07:18.465Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||||INFO|500||Successfully created activitySpec VNFStartActivity 2023-10-06T04:07:18.493Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/578525bf0e934e86b07214920fddaa67/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]} 2023-10-06T04:07:18.494Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/578525bf0e934e86b07214920fddaa67/versions/latest/actions|INFO|500||Invoke 2023-10-06T04:07:18.495Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/578525bf0e934e86b07214920fddaa67/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"} 2023-10-06T04:07:18.745Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/578525bf0e934e86b07214920fddaa67/versions/latest/actions|INFO|500||InvokeReturn 2023-10-06T04:07:18.746Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/578525bf0e934e86b07214920fddaa67/versions/latest/actions has http status code:200 and response headers:{Server=[Jetty(9.4.49.v20220914)], Content-Length=[0], Date=[Fri, 06 Oct 2023 04:07:18 GMT]} 2023-10-06T04:07:18.746Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||||DEBUG|500||Response was returned with an empty entity. 2023-10-06T04:07:18.747Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||||INFO|500||Successfully certified activitySpec VNFStartActivity 2023-10-06T04:07:18.747Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|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-10-06T04:07:18.783Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|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-10-06T04:07:18.784Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke 2023-10-06T04:07:18.785Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|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-10-06T04:07:18.944Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn 2023-10-06T04:07:18.945Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|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:{Transfer-Encoding=[chunked], Server=[Jetty(9.4.49.v20220914)], Date=[Fri, 06 Oct 2023 04:07:18 GMT], Content-Type=[application/json]} 2023-10-06T04:07:18.946Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||||DEBUG|500||{"id":"33742c535d0a4246bbfdb669f75e7691","versionId":"c6cacc92a4d1445f9b4e5c1961f78425"} 2023-10-06T04:07:18.948Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||||INFO|500||Successfully created activitySpec VNFSnapShotActivity 2023-10-06T04:07:18.976Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/33742c535d0a4246bbfdb669f75e7691/versions/latest/actions|INFO|500||Invoke 2023-10-06T04:07:18.976Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/33742c535d0a4246bbfdb669f75e7691/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/33742c535d0a4246bbfdb669f75e7691/versions/latest/actions with request headers:{X-RequestID=[d853834f-d244-4167-9cfc-18b78e3b4bd1], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[e4cf7531-8b6c-444e-b4bf-e76b841945dd], X-ECOMP-RequestID=[d853834f-d244-4167-9cfc-18b78e3b4bd1], X-TransactionID=[d853834f-d244-4167-9cfc-18b78e3b4bd1], X-ONAP-RequestID=[d853834f-d244-4167-9cfc-18b78e3b4bd1], Content-Type=[application/json]} 2023-10-06T04:07:18.977Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/33742c535d0a4246bbfdb669f75e7691/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"} 2023-10-06T04:07:19.216Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/33742c535d0a4246bbfdb669f75e7691/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/33742c535d0a4246bbfdb669f75e7691/versions/latest/actions has http status code:200 and response headers:{Server=[Jetty(9.4.49.v20220914)], Content-Length=[0], Date=[Fri, 06 Oct 2023 04:07:18 GMT]} 2023-10-06T04:07:19.217Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/33742c535d0a4246bbfdb669f75e7691/versions/latest/actions|DEBUG|500||Response was returned with an empty entity. 2023-10-06T04:07:19.217Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/33742c535d0a4246bbfdb669f75e7691/versions/latest/actions|INFO|500||InvokeReturn 2023-10-06T04:07:19.218Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||||INFO|500||Successfully certified activitySpec VNFSnapShotActivity 2023-10-06T04:07:19.218Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|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-10-06T04:07:19.255Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|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-10-06T04:07:19.257Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke 2023-10-06T04:07:19.258Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|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-10-06T04:07:19.401Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn 2023-10-06T04:07:19.402Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|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:{Transfer-Encoding=[chunked], Server=[Jetty(9.4.49.v20220914)], Date=[Fri, 06 Oct 2023 04:07:19 GMT], Content-Type=[application/json]} 2023-10-06T04:07:19.402Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||||DEBUG|500||{"id":"141183b9dfa141abac72b99ff5bd2eb8","versionId":"b5019dacfea646a1aa73585b496f6a6b"} 2023-10-06T04:07:19.404Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||||INFO|500||Successfully created activitySpec FlowCompleteActivity 2023-10-06T04:07:19.434Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/141183b9dfa141abac72b99ff5bd2eb8/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]} 2023-10-06T04:07:19.435Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/141183b9dfa141abac72b99ff5bd2eb8/versions/latest/actions|INFO|500||Invoke 2023-10-06T04:07:19.436Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/141183b9dfa141abac72b99ff5bd2eb8/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"} 2023-10-06T04:07:19.654Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/141183b9dfa141abac72b99ff5bd2eb8/versions/latest/actions|INFO|500||InvokeReturn 2023-10-06T04:07:19.655Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/141183b9dfa141abac72b99ff5bd2eb8/versions/latest/actions has http status code:200 and response headers:{Server=[Jetty(9.4.49.v20220914)], Content-Length=[0], Date=[Fri, 06 Oct 2023 04:07:19 GMT]} 2023-10-06T04:07:19.655Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||||DEBUG|500||Response was returned with an empty entity. 2023-10-06T04:07:19.655Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||||INFO|500||Successfully certified activitySpec FlowCompleteActivity 2023-10-06T04:07:19.655Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|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-10-06T04:07:19.741Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|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-10-06T04:07:19.742Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke 2023-10-06T04:07:19.743Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|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-10-06T04:07:19.878Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn 2023-10-06T04:07:19.879Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|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:{Transfer-Encoding=[chunked], Server=[Jetty(9.4.49.v20220914)], Date=[Fri, 06 Oct 2023 04:07:19 GMT], Content-Type=[application/json]} 2023-10-06T04:07:19.879Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||||DEBUG|500||{"id":"d49459b27bdc4406ac29fee39767d8c7","versionId":"1183ef731c7f403ca27b19b5c8664e1d"} 2023-10-06T04:07:19.881Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||||INFO|500||Successfully created activitySpec PauseForManualTaskActivity 2023-10-06T04:07:19.921Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/d49459b27bdc4406ac29fee39767d8c7/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]} 2023-10-06T04:07:19.923Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/d49459b27bdc4406ac29fee39767d8c7/versions/latest/actions|INFO|500||Invoke 2023-10-06T04:07:19.924Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/d49459b27bdc4406ac29fee39767d8c7/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"} 2023-10-06T04:07:20.151Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/d49459b27bdc4406ac29fee39767d8c7/versions/latest/actions|INFO|500||InvokeReturn 2023-10-06T04:07:20.151Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/d49459b27bdc4406ac29fee39767d8c7/versions/latest/actions has http status code:200 and response headers:{Server=[Jetty(9.4.49.v20220914)], Content-Length=[0], Date=[Fri, 06 Oct 2023 04:07:19 GMT]} 2023-10-06T04:07:20.152Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||||DEBUG|500||Response was returned with an empty entity. 2023-10-06T04:07:20.152Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||||INFO|500||Successfully certified activitySpec PauseForManualTaskActivity 2023-10-06T04:07:20.152Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|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-10-06T04:07:20.210Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke 2023-10-06T04:07:20.211Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|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=[d853834f-d244-4167-9cfc-18b78e3b4bd1], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[a116460a-1659-49ea-b761-26820ab1934a], X-ECOMP-RequestID=[d853834f-d244-4167-9cfc-18b78e3b4bd1], X-TransactionID=[d853834f-d244-4167-9cfc-18b78e3b4bd1], X-ONAP-RequestID=[d853834f-d244-4167-9cfc-18b78e3b4bd1], Content-Type=[application/json]} 2023-10-06T04:07:20.212Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|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-10-06T04:07:20.361Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|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:{Transfer-Encoding=[chunked], Server=[Jetty(9.4.49.v20220914)], Date=[Fri, 06 Oct 2023 04:07:19 GMT], Content-Type=[application/json]} 2023-10-06T04:07:20.362Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"6217c2f7b2e143558e4ba75f995b42a6","versionId":"c85dc9184a0b4772966fe7d26c7d2668"} 2023-10-06T04:07:20.363Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn 2023-10-06T04:07:20.365Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||||INFO|500||Successfully created activitySpec DistributeTrafficActivity 2023-10-06T04:07:20.391Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/6217c2f7b2e143558e4ba75f995b42a6/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]} 2023-10-06T04:07:20.392Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6217c2f7b2e143558e4ba75f995b42a6/versions/latest/actions|INFO|500||Invoke 2023-10-06T04:07:20.393Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6217c2f7b2e143558e4ba75f995b42a6/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"} 2023-10-06T04:07:20.626Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6217c2f7b2e143558e4ba75f995b42a6/versions/latest/actions|INFO|500||InvokeReturn 2023-10-06T04:07:20.627Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/6217c2f7b2e143558e4ba75f995b42a6/versions/latest/actions has http status code:200 and response headers:{Server=[Jetty(9.4.49.v20220914)], Content-Length=[0], Date=[Fri, 06 Oct 2023 04:07:20 GMT]} 2023-10-06T04:07:20.627Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||||DEBUG|500||Response was returned with an empty entity. 2023-10-06T04:07:20.627Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||||INFO|500||Successfully certified activitySpec DistributeTrafficActivity 2023-10-06T04:07:20.627Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|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-10-06T04:07:20.664Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|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-10-06T04:07:20.665Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke 2023-10-06T04:07:20.666Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|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-10-06T04:07:20.806Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn 2023-10-06T04:07:20.807Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|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:{Transfer-Encoding=[chunked], Server=[Jetty(9.4.49.v20220914)], Date=[Fri, 06 Oct 2023 04:07:20 GMT], Content-Type=[application/json]} 2023-10-06T04:07:20.808Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||||DEBUG|500||{"id":"bd1b426e29d24d11b1693e5a2e582a55","versionId":"23a139b808384b42b6f9f4e8bd3df99c"} 2023-10-06T04:07:20.811Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||||INFO|500||Successfully created activitySpec DistributeTrafficCheckActivity 2023-10-06T04:07:20.842Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/bd1b426e29d24d11b1693e5a2e582a55/versions/latest/actions|INFO|500||Invoke 2023-10-06T04:07:20.843Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/bd1b426e29d24d11b1693e5a2e582a55/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/bd1b426e29d24d11b1693e5a2e582a55/versions/latest/actions with request headers:{X-RequestID=[d853834f-d244-4167-9cfc-18b78e3b4bd1], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[09cb4036-c176-4e0a-af46-8627b261286e], X-ECOMP-RequestID=[d853834f-d244-4167-9cfc-18b78e3b4bd1], X-TransactionID=[d853834f-d244-4167-9cfc-18b78e3b4bd1], X-ONAP-RequestID=[d853834f-d244-4167-9cfc-18b78e3b4bd1], Content-Type=[application/json]} 2023-10-06T04:07:20.845Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/bd1b426e29d24d11b1693e5a2e582a55/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"} 2023-10-06T04:07:21.062Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/bd1b426e29d24d11b1693e5a2e582a55/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/bd1b426e29d24d11b1693e5a2e582a55/versions/latest/actions has http status code:200 and response headers:{Server=[Jetty(9.4.49.v20220914)], Content-Length=[0], Date=[Fri, 06 Oct 2023 04:07:20 GMT]} 2023-10-06T04:07:21.062Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/bd1b426e29d24d11b1693e5a2e582a55/versions/latest/actions|DEBUG|500||Response was returned with an empty entity. 2023-10-06T04:07:21.063Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/bd1b426e29d24d11b1693e5a2e582a55/versions/latest/actions|INFO|500||InvokeReturn 2023-10-06T04:07:21.064Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||||INFO|500||Successfully certified activitySpec DistributeTrafficCheckActivity 2023-10-06T04:07:21.064Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|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-10-06T04:07:21.108Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke 2023-10-06T04:07:21.108Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|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=[d853834f-d244-4167-9cfc-18b78e3b4bd1], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[733fe4af-43ab-40be-88d2-b950ab861e4e], X-ECOMP-RequestID=[d853834f-d244-4167-9cfc-18b78e3b4bd1], X-TransactionID=[d853834f-d244-4167-9cfc-18b78e3b4bd1], X-ONAP-RequestID=[d853834f-d244-4167-9cfc-18b78e3b4bd1], Content-Type=[application/json]} 2023-10-06T04:07:21.109Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|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-10-06T04:07:21.247Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|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:{Transfer-Encoding=[chunked], Server=[Jetty(9.4.49.v20220914)], Date=[Fri, 06 Oct 2023 04:07:20 GMT], Content-Type=[application/json]} 2023-10-06T04:07:21.247Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"12d065dc6f1b4641961d06303084f4d3","versionId":"67676949aa3245ad8830841b03a9d533"} 2023-10-06T04:07:21.248Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn 2023-10-06T04:07:21.252Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||||INFO|500||Successfully created activitySpec VNFHealthCheckActivity 2023-10-06T04:07:21.283Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/12d065dc6f1b4641961d06303084f4d3/versions/latest/actions|INFO|500||Invoke 2023-10-06T04:07:21.284Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/12d065dc6f1b4641961d06303084f4d3/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/12d065dc6f1b4641961d06303084f4d3/versions/latest/actions with request headers:{X-RequestID=[d853834f-d244-4167-9cfc-18b78e3b4bd1], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[fcff5398-2405-495a-bec6-5845b49e4058], X-ECOMP-RequestID=[d853834f-d244-4167-9cfc-18b78e3b4bd1], X-TransactionID=[d853834f-d244-4167-9cfc-18b78e3b4bd1], X-ONAP-RequestID=[d853834f-d244-4167-9cfc-18b78e3b4bd1], Content-Type=[application/json]} 2023-10-06T04:07:21.285Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/12d065dc6f1b4641961d06303084f4d3/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"} 2023-10-06T04:07:21.522Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/12d065dc6f1b4641961d06303084f4d3/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/12d065dc6f1b4641961d06303084f4d3/versions/latest/actions has http status code:200 and response headers:{Server=[Jetty(9.4.49.v20220914)], Content-Length=[0], Date=[Fri, 06 Oct 2023 04:07:21 GMT]} 2023-10-06T04:07:21.523Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/12d065dc6f1b4641961d06303084f4d3/versions/latest/actions|DEBUG|500||Response was returned with an empty entity. 2023-10-06T04:07:21.523Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/12d065dc6f1b4641961d06303084f4d3/versions/latest/actions|INFO|500||InvokeReturn 2023-10-06T04:07:21.524Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||||INFO|500||Successfully certified activitySpec VNFHealthCheckActivity 2023-10-06T04:07:21.524Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|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-10-06T04:07:21.591Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke 2023-10-06T04:07:21.592Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|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=[d853834f-d244-4167-9cfc-18b78e3b4bd1], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[a8b5d1ff-07f0-4554-9f90-51360ec082cb], X-ECOMP-RequestID=[d853834f-d244-4167-9cfc-18b78e3b4bd1], X-TransactionID=[d853834f-d244-4167-9cfc-18b78e3b4bd1], X-ONAP-RequestID=[d853834f-d244-4167-9cfc-18b78e3b4bd1], Content-Type=[application/json]} 2023-10-06T04:07:21.594Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|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-10-06T04:07:21.757Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|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:{Transfer-Encoding=[chunked], Server=[Jetty(9.4.49.v20220914)], Date=[Fri, 06 Oct 2023 04:07:21 GMT], Content-Type=[application/json]} 2023-10-06T04:07:21.758Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"87e2f231c8634fcb9f3a439848cf2a47","versionId":"0e0ac601ad414730b2ddbc63460129a9"} 2023-10-06T04:07:21.759Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn 2023-10-06T04:07:21.768Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||||INFO|500||Successfully created activitySpec VNFQuiesceTrafficActivity 2023-10-06T04:07:21.801Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/87e2f231c8634fcb9f3a439848cf2a47/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]} 2023-10-06T04:07:21.802Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/87e2f231c8634fcb9f3a439848cf2a47/versions/latest/actions|INFO|500||Invoke 2023-10-06T04:07:21.803Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/87e2f231c8634fcb9f3a439848cf2a47/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"} 2023-10-06T04:07:22.019Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/87e2f231c8634fcb9f3a439848cf2a47/versions/latest/actions|INFO|500||InvokeReturn 2023-10-06T04:07:22.020Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/87e2f231c8634fcb9f3a439848cf2a47/versions/latest/actions has http status code:200 and response headers:{Server=[Jetty(9.4.49.v20220914)], Content-Length=[0], Date=[Fri, 06 Oct 2023 04:07:21 GMT]} 2023-10-06T04:07:22.020Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||||DEBUG|500||Response was returned with an empty entity. 2023-10-06T04:07:22.020Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||||INFO|500||Successfully certified activitySpec VNFQuiesceTrafficActivity 2023-10-06T04:07:22.021Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|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-10-06T04:07:22.076Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke 2023-10-06T04:07:22.077Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|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=[d853834f-d244-4167-9cfc-18b78e3b4bd1], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[18d7dcf3-0ffe-4b9e-9142-089b64e755d7], X-ECOMP-RequestID=[d853834f-d244-4167-9cfc-18b78e3b4bd1], X-TransactionID=[d853834f-d244-4167-9cfc-18b78e3b4bd1], X-ONAP-RequestID=[d853834f-d244-4167-9cfc-18b78e3b4bd1], Content-Type=[application/json]} 2023-10-06T04:07:22.078Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|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-10-06T04:07:22.216Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|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:{Transfer-Encoding=[chunked], Server=[Jetty(9.4.49.v20220914)], Date=[Fri, 06 Oct 2023 04:07:21 GMT], Content-Type=[application/json]} 2023-10-06T04:07:22.217Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"b312a9b4f9ac48c88dff89362c25905b","versionId":"81fee03c676f4d6b99afe3cc007305e8"} 2023-10-06T04:07:22.218Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn 2023-10-06T04:07:22.220Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||||INFO|500||Successfully created activitySpec VNFResumeTrafficActivity 2023-10-06T04:07:22.248Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b312a9b4f9ac48c88dff89362c25905b/versions/latest/actions|INFO|500||Invoke 2023-10-06T04:07:22.249Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b312a9b4f9ac48c88dff89362c25905b/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/b312a9b4f9ac48c88dff89362c25905b/versions/latest/actions with request headers:{X-RequestID=[d853834f-d244-4167-9cfc-18b78e3b4bd1], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[bc207b06-9334-4c59-b9db-75d42be7fac5], X-ECOMP-RequestID=[d853834f-d244-4167-9cfc-18b78e3b4bd1], X-TransactionID=[d853834f-d244-4167-9cfc-18b78e3b4bd1], X-ONAP-RequestID=[d853834f-d244-4167-9cfc-18b78e3b4bd1], Content-Type=[application/json]} 2023-10-06T04:07:22.250Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b312a9b4f9ac48c88dff89362c25905b/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"} 2023-10-06T04:07:22.495Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b312a9b4f9ac48c88dff89362c25905b/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/b312a9b4f9ac48c88dff89362c25905b/versions/latest/actions has http status code:200 and response headers:{Server=[Jetty(9.4.49.v20220914)], Content-Length=[0], Date=[Fri, 06 Oct 2023 04:07:22 GMT]} 2023-10-06T04:07:22.496Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b312a9b4f9ac48c88dff89362c25905b/versions/latest/actions|DEBUG|500||Response was returned with an empty entity. 2023-10-06T04:07:22.497Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b312a9b4f9ac48c88dff89362c25905b/versions/latest/actions|INFO|500||InvokeReturn 2023-10-06T04:07:22.497Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||||INFO|500||Successfully certified activitySpec VNFResumeTrafficActivity 2023-10-06T04:07:22.498Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|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-10-06T04:07:22.549Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|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-10-06T04:07:22.550Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke 2023-10-06T04:07:22.551Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|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-10-06T04:07:22.685Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn 2023-10-06T04:07:22.686Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|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:{Transfer-Encoding=[chunked], Server=[Jetty(9.4.49.v20220914)], Date=[Fri, 06 Oct 2023 04:07:22 GMT], Content-Type=[application/json]} 2023-10-06T04:07:22.686Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||||DEBUG|500||{"id":"98af117f93c44edbbdbef1cedc2a59c1","versionId":"645dd582adf0470d9b0fc23d753a68b5"} 2023-10-06T04:07:22.688Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||||INFO|500||Successfully created activitySpec VNFUnsetInMaintFlagActivity 2023-10-06T04:07:22.716Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/98af117f93c44edbbdbef1cedc2a59c1/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]} 2023-10-06T04:07:22.717Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/98af117f93c44edbbdbef1cedc2a59c1/versions/latest/actions|INFO|500||Invoke 2023-10-06T04:07:22.718Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/98af117f93c44edbbdbef1cedc2a59c1/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"} 2023-10-06T04:07:22.948Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/98af117f93c44edbbdbef1cedc2a59c1/versions/latest/actions|INFO|500||InvokeReturn 2023-10-06T04:07:22.948Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/98af117f93c44edbbdbef1cedc2a59c1/versions/latest/actions has http status code:200 and response headers:{Server=[Jetty(9.4.49.v20220914)], Content-Length=[0], Date=[Fri, 06 Oct 2023 04:07:22 GMT]} 2023-10-06T04:07:22.948Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||||DEBUG|500||Response was returned with an empty entity. 2023-10-06T04:07:22.949Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||||INFO|500||Successfully certified activitySpec VNFUnsetInMaintFlagActivity 2023-10-06T04:07:22.949Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|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-10-06T04:07:22.990Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke 2023-10-06T04:07:22.991Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|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=[d853834f-d244-4167-9cfc-18b78e3b4bd1], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[287a7155-ec64-428c-b9c1-3412daa3829d], X-ECOMP-RequestID=[d853834f-d244-4167-9cfc-18b78e3b4bd1], X-TransactionID=[d853834f-d244-4167-9cfc-18b78e3b4bd1], X-ONAP-RequestID=[d853834f-d244-4167-9cfc-18b78e3b4bd1], Content-Type=[application/json]} 2023-10-06T04:07:22.992Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|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-10-06T04:07:23.141Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|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:{Transfer-Encoding=[chunked], Server=[Jetty(9.4.49.v20220914)], Date=[Fri, 06 Oct 2023 04:07:22 GMT], Content-Type=[application/json]} 2023-10-06T04:07:23.142Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"4434a18cdf9a445494ff5dba7a3c4036","versionId":"e7b84cbdc89947158908f704ccb5a37c"} 2023-10-06T04:07:23.143Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn 2023-10-06T04:07:23.146Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||||INFO|500||Successfully created activitySpec VNFUpgradeBackupActivity 2023-10-06T04:07:23.188Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/4434a18cdf9a445494ff5dba7a3c4036/versions/latest/actions|INFO|500||Invoke 2023-10-06T04:07:23.188Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/4434a18cdf9a445494ff5dba7a3c4036/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/4434a18cdf9a445494ff5dba7a3c4036/versions/latest/actions with request headers:{X-RequestID=[d853834f-d244-4167-9cfc-18b78e3b4bd1], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[59e99531-5df2-41e5-86c0-b98408443d4c], X-ECOMP-RequestID=[d853834f-d244-4167-9cfc-18b78e3b4bd1], X-TransactionID=[d853834f-d244-4167-9cfc-18b78e3b4bd1], X-ONAP-RequestID=[d853834f-d244-4167-9cfc-18b78e3b4bd1], Content-Type=[application/json]} 2023-10-06T04:07:23.190Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/4434a18cdf9a445494ff5dba7a3c4036/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"} 2023-10-06T04:07:23.439Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/4434a18cdf9a445494ff5dba7a3c4036/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/4434a18cdf9a445494ff5dba7a3c4036/versions/latest/actions has http status code:200 and response headers:{Server=[Jetty(9.4.49.v20220914)], Content-Length=[0], Date=[Fri, 06 Oct 2023 04:07:22 GMT]} 2023-10-06T04:07:23.439Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/4434a18cdf9a445494ff5dba7a3c4036/versions/latest/actions|DEBUG|500||Response was returned with an empty entity. 2023-10-06T04:07:23.440Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/4434a18cdf9a445494ff5dba7a3c4036/versions/latest/actions|INFO|500||InvokeReturn 2023-10-06T04:07:23.441Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||||INFO|500||Successfully certified activitySpec VNFUpgradeBackupActivity 2023-10-06T04:07:23.441Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|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-10-06T04:07:23.486Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|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-10-06T04:07:23.487Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke 2023-10-06T04:07:23.489Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|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-10-06T04:07:23.611Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn 2023-10-06T04:07:23.611Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|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:{Transfer-Encoding=[chunked], Server=[Jetty(9.4.49.v20220914)], Date=[Fri, 06 Oct 2023 04:07:23 GMT], Content-Type=[application/json]} 2023-10-06T04:07:23.612Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||||DEBUG|500||{"id":"bf3cb1f5b3e442519fc3b3f9482e1bc4","versionId":"7569b0f9d01f4b258bd1bd28eae7758b"} 2023-10-06T04:07:23.614Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||||INFO|500||Successfully created activitySpec VNFUpgradePostCheckActivity 2023-10-06T04:07:23.649Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/bf3cb1f5b3e442519fc3b3f9482e1bc4/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]} 2023-10-06T04:07:23.650Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/bf3cb1f5b3e442519fc3b3f9482e1bc4/versions/latest/actions|INFO|500||Invoke 2023-10-06T04:07:23.651Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/bf3cb1f5b3e442519fc3b3f9482e1bc4/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"} 2023-10-06T04:07:23.859Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/bf3cb1f5b3e442519fc3b3f9482e1bc4/versions/latest/actions|INFO|500||InvokeReturn 2023-10-06T04:07:23.859Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/bf3cb1f5b3e442519fc3b3f9482e1bc4/versions/latest/actions has http status code:200 and response headers:{Server=[Jetty(9.4.49.v20220914)], Content-Length=[0], Date=[Fri, 06 Oct 2023 04:07:23 GMT]} 2023-10-06T04:07:23.859Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||||DEBUG|500||Response was returned with an empty entity. 2023-10-06T04:07:23.860Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||||INFO|500||Successfully certified activitySpec VNFUpgradePostCheckActivity 2023-10-06T04:07:23.860Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|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-10-06T04:07:23.897Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke 2023-10-06T04:07:23.898Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|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=[d853834f-d244-4167-9cfc-18b78e3b4bd1], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[6d74cca6-c1ff-49bc-ad18-2c6b03b923ef], X-ECOMP-RequestID=[d853834f-d244-4167-9cfc-18b78e3b4bd1], X-TransactionID=[d853834f-d244-4167-9cfc-18b78e3b4bd1], X-ONAP-RequestID=[d853834f-d244-4167-9cfc-18b78e3b4bd1], Content-Type=[application/json]} 2023-10-06T04:07:23.899Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|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-10-06T04:07:24.040Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|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:{Transfer-Encoding=[chunked], Server=[Jetty(9.4.49.v20220914)], Date=[Fri, 06 Oct 2023 04:07:23 GMT], Content-Type=[application/json]} 2023-10-06T04:07:24.041Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"a838c3a38b154d61badf7e5fa0df40dc","versionId":"2bab81a5a5774bd69388927592227c5b"} 2023-10-06T04:07:24.042Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn 2023-10-06T04:07:24.045Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||||INFO|500||Successfully created activitySpec VNFUpgradePreCheckActivity 2023-10-06T04:07:24.078Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/a838c3a38b154d61badf7e5fa0df40dc/versions/latest/actions|INFO|500||Invoke 2023-10-06T04:07:24.078Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/a838c3a38b154d61badf7e5fa0df40dc/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/a838c3a38b154d61badf7e5fa0df40dc/versions/latest/actions with request headers:{X-RequestID=[d853834f-d244-4167-9cfc-18b78e3b4bd1], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[1a1d929d-3b33-4368-8999-5f28ba3827cc], X-ECOMP-RequestID=[d853834f-d244-4167-9cfc-18b78e3b4bd1], X-TransactionID=[d853834f-d244-4167-9cfc-18b78e3b4bd1], X-ONAP-RequestID=[d853834f-d244-4167-9cfc-18b78e3b4bd1], Content-Type=[application/json]} 2023-10-06T04:07:24.079Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/a838c3a38b154d61badf7e5fa0df40dc/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"} 2023-10-06T04:07:24.300Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/a838c3a38b154d61badf7e5fa0df40dc/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/a838c3a38b154d61badf7e5fa0df40dc/versions/latest/actions has http status code:200 and response headers:{Server=[Jetty(9.4.49.v20220914)], Content-Length=[0], Date=[Fri, 06 Oct 2023 04:07:23 GMT]} 2023-10-06T04:07:24.301Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/a838c3a38b154d61badf7e5fa0df40dc/versions/latest/actions|DEBUG|500||Response was returned with an empty entity. 2023-10-06T04:07:24.301Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/a838c3a38b154d61badf7e5fa0df40dc/versions/latest/actions|INFO|500||InvokeReturn 2023-10-06T04:07:24.302Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||||INFO|500||Successfully certified activitySpec VNFUpgradePreCheckActivity 2023-10-06T04:07:24.302Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|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-10-06T04:07:24.333Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|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-10-06T04:07:24.334Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke 2023-10-06T04:07:24.335Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|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-10-06T04:07:24.474Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn 2023-10-06T04:07:24.475Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|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:{Transfer-Encoding=[chunked], Server=[Jetty(9.4.49.v20220914)], Date=[Fri, 06 Oct 2023 04:07:24 GMT], Content-Type=[application/json]} 2023-10-06T04:07:24.475Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||||DEBUG|500||{"id":"06eea7d5308f4f49b6b558d0f851942e","versionId":"1adc686a683c4dd8a81cc52b5251bba1"} 2023-10-06T04:07:24.477Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||||INFO|500||Successfully created activitySpec VNFUpgradeSoftwareActivity 2023-10-06T04:07:24.507Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/06eea7d5308f4f49b6b558d0f851942e/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]} 2023-10-06T04:07:24.508Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/06eea7d5308f4f49b6b558d0f851942e/versions/latest/actions|INFO|500||Invoke 2023-10-06T04:07:24.509Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/06eea7d5308f4f49b6b558d0f851942e/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"} 2023-10-06T04:07:24.738Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/06eea7d5308f4f49b6b558d0f851942e/versions/latest/actions|INFO|500||InvokeReturn 2023-10-06T04:07:24.738Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/06eea7d5308f4f49b6b558d0f851942e/versions/latest/actions has http status code:200 and response headers:{Server=[Jetty(9.4.49.v20220914)], Content-Length=[0], Date=[Fri, 06 Oct 2023 04:07:24 GMT]} 2023-10-06T04:07:24.739Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||||DEBUG|500||Response was returned with an empty entity. 2023-10-06T04:07:24.739Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||||INFO|500||Successfully certified activitySpec VNFUpgradeSoftwareActivity 2023-10-06T04:07:24.739Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|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-10-06T04:07:24.787Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|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-10-06T04:07:24.789Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke 2023-10-06T04:07:24.790Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|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-10-06T04:07:24.934Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn 2023-10-06T04:07:24.935Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|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:{Transfer-Encoding=[chunked], Server=[Jetty(9.4.49.v20220914)], Date=[Fri, 06 Oct 2023 04:07:24 GMT], Content-Type=[application/json]} 2023-10-06T04:07:24.936Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||||DEBUG|500||{"id":"baa5b3b6e36b4bb88f727886dad1fe4b","versionId":"1ebe7d585e714ac1aa52e2010feb1106"} 2023-10-06T04:07:24.937Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||||INFO|500||Successfully created activitySpec VnfInPlaceSoftwareUpdate 2023-10-06T04:07:24.962Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/baa5b3b6e36b4bb88f727886dad1fe4b/versions/latest/actions|INFO|500||Invoke 2023-10-06T04:07:24.963Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/baa5b3b6e36b4bb88f727886dad1fe4b/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/baa5b3b6e36b4bb88f727886dad1fe4b/versions/latest/actions with request headers:{X-RequestID=[d853834f-d244-4167-9cfc-18b78e3b4bd1], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[d5b140b2-d9a2-4db2-a366-d805c5025338], X-ECOMP-RequestID=[d853834f-d244-4167-9cfc-18b78e3b4bd1], X-TransactionID=[d853834f-d244-4167-9cfc-18b78e3b4bd1], X-ONAP-RequestID=[d853834f-d244-4167-9cfc-18b78e3b4bd1], Content-Type=[application/json]} 2023-10-06T04:07:24.964Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/baa5b3b6e36b4bb88f727886dad1fe4b/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"} 2023-10-06T04:07:25.215Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/baa5b3b6e36b4bb88f727886dad1fe4b/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/baa5b3b6e36b4bb88f727886dad1fe4b/versions/latest/actions has http status code:200 and response headers:{Server=[Jetty(9.4.49.v20220914)], Content-Length=[0], Date=[Fri, 06 Oct 2023 04:07:24 GMT]} 2023-10-06T04:07:25.216Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/baa5b3b6e36b4bb88f727886dad1fe4b/versions/latest/actions|DEBUG|500||Response was returned with an empty entity. 2023-10-06T04:07:25.217Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/baa5b3b6e36b4bb88f727886dad1fe4b/versions/latest/actions|INFO|500||InvokeReturn 2023-10-06T04:07:25.217Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||||INFO|500||Successfully certified activitySpec VnfInPlaceSoftwareUpdate 2023-10-06T04:07:29.520Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|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-10-06T04:07:34.064Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||||WARN|500||--- 2023-10-06T04:07:34.064Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2023-10-06T04:07:34.064Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||||WARN|500||--- 2023-10-06T04:07:34.858Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2023-10-06T04:07:40.598Z|d853834f-d244-4167-9cfc-18b78e3b4bd1|main|||||INFO|500||Started Application in 61.698 seconds (JVM running for 64.031) 2023-10-06T04:07:40.635Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2023-10-06T04:07:40.637Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2023-10-06T04:07:40.646Z||scheduling-1|||||INFO|500||DistributionClient - init 2023-10-06T04:07:40.710Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 3c81f51f-5649-4df2-8c27-7b5636d16217 url= /sdc/v1/artifactTypes 2023-10-06T04:07:40.719Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes 2023-10-06T04:07:41.876Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8080 [sdc-be.onap/10.233.62.36] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpSdcClient.getRequest(HttpSdcClient.java:117) at org.onap.sdc.http.SdcConnectorClient.performSdcServerRequest(SdcConnectorClient.java:121) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:75) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithSdcServer(DistributionClientImpl.java:298) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:127) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:107) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke(
) at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ee4ce4f8.periodicControllerTask( ) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.socket.PlainConnectionSocketFactory.connectSocket(PlainConnectionSocketFactory.java:75) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 50 common frames omitted 2023-10-06T04:07:41.880Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@8d3f71f 2023-10-06T04:07:41.881Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=SDC_CONNECTION_FAILED, responseMessage=SDC server problem] 2023-10-06T04:07:41.906Z||scheduling-1|||||DEBUG|500||error from SDC is: failed to connect 2023-10-06T04:07:41.934Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:SDC server problem 2023-10-06T04:07:41.937Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: SDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke( ) at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ee4ce4f8.periodicControllerTask( ) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: SDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 33 common frames omitted 2023-10-06T04:08:30.581Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2023-10-06T04:08:30.582Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2023-10-06T04:08:30.583Z||scheduling-1|||||INFO|500||DistributionClient - init 2023-10-06T04:08:30.593Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= aec26340-a4e7-411f-9568-6acf2259f0cf url= /sdc/v1/artifactTypes 2023-10-06T04:08:30.593Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes 2023-10-06T04:08:31.634Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8080 [sdc-be.onap/10.233.62.36] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpSdcClient.getRequest(HttpSdcClient.java:117) at org.onap.sdc.http.SdcConnectorClient.performSdcServerRequest(SdcConnectorClient.java:121) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:75) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithSdcServer(DistributionClientImpl.java:298) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:127) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:107) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke( ) at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ee4ce4f8.periodicControllerTask( ) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.socket.PlainConnectionSocketFactory.connectSocket(PlainConnectionSocketFactory.java:75) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 50 common frames omitted 2023-10-06T04:08:31.637Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@6fad81fb 2023-10-06T04:08:31.640Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=SDC_CONNECTION_FAILED, responseMessage=SDC server problem] 2023-10-06T04:08:31.641Z||scheduling-1|||||DEBUG|500||error from SDC is: failed to connect 2023-10-06T04:08:31.641Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:SDC server problem 2023-10-06T04:08:31.642Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: SDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke( ) at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ee4ce4f8.periodicControllerTask( ) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: SDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 33 common frames omitted 2023-10-06T04:09:20.579Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2023-10-06T04:09:20.580Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2023-10-06T04:09:20.580Z||scheduling-1|||||INFO|500||DistributionClient - init 2023-10-06T04:09:20.586Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 1e41933b-b7ab-4338-a106-9fc80ca34320 url= /sdc/v1/artifactTypes 2023-10-06T04:09:20.594Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes 2023-10-06T04:09:21.616Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8080 [sdc-be.onap/10.233.62.36] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpSdcClient.getRequest(HttpSdcClient.java:117) at org.onap.sdc.http.SdcConnectorClient.performSdcServerRequest(SdcConnectorClient.java:121) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:75) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithSdcServer(DistributionClientImpl.java:298) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:127) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:107) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke( ) at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ee4ce4f8.periodicControllerTask( ) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.socket.PlainConnectionSocketFactory.connectSocket(PlainConnectionSocketFactory.java:75) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 50 common frames omitted 2023-10-06T04:09:21.620Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@56ea7acc 2023-10-06T04:09:21.621Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=SDC_CONNECTION_FAILED, responseMessage=SDC server problem] 2023-10-06T04:09:21.621Z||scheduling-1|||||DEBUG|500||error from SDC is: failed to connect 2023-10-06T04:09:21.622Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:SDC server problem 2023-10-06T04:09:21.622Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: SDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke( ) at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ee4ce4f8.periodicControllerTask( ) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: SDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 33 common frames omitted 2023-10-06T04:10:10.580Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2023-10-06T04:10:10.580Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2023-10-06T04:10:10.580Z||scheduling-1|||||INFO|500||DistributionClient - init 2023-10-06T04:10:10.602Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 3730b585-8c96-4f24-b86d-c24503c95975 url= /sdc/v1/artifactTypes 2023-10-06T04:10:10.603Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes 2023-10-06T04:10:11.630Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8080 [sdc-be.onap/10.233.62.36] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpSdcClient.getRequest(HttpSdcClient.java:117) at org.onap.sdc.http.SdcConnectorClient.performSdcServerRequest(SdcConnectorClient.java:121) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:75) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithSdcServer(DistributionClientImpl.java:298) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:127) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:107) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke( ) at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor159.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ee4ce4f8.periodicControllerTask( ) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.socket.PlainConnectionSocketFactory.connectSocket(PlainConnectionSocketFactory.java:75) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 49 common frames omitted 2023-10-06T04:10:11.631Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@1b3d641b 2023-10-06T04:10:11.631Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=SDC_CONNECTION_FAILED, responseMessage=SDC server problem] 2023-10-06T04:10:11.631Z||scheduling-1|||||DEBUG|500||error from SDC is: failed to connect 2023-10-06T04:10:11.631Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:SDC server problem 2023-10-06T04:10:11.633Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: SDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke( ) at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor159.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ee4ce4f8.periodicControllerTask( ) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: SDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 32 common frames omitted 2023-10-06T04:11:00.584Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2023-10-06T04:11:00.585Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2023-10-06T04:11:00.586Z||scheduling-1|||||INFO|500||DistributionClient - init 2023-10-06T04:11:00.595Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 37b4f0b4-b35e-4ff6-b3f9-c0a3603a9482 url= /sdc/v1/artifactTypes 2023-10-06T04:11:00.595Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes 2023-10-06T04:11:01.618Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8080 [sdc-be.onap/10.233.62.36] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpSdcClient.getRequest(HttpSdcClient.java:117) at org.onap.sdc.http.SdcConnectorClient.performSdcServerRequest(SdcConnectorClient.java:121) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:75) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithSdcServer(DistributionClientImpl.java:298) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:127) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:107) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke( ) at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor159.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ee4ce4f8.periodicControllerTask( ) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.socket.PlainConnectionSocketFactory.connectSocket(PlainConnectionSocketFactory.java:75) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 49 common frames omitted 2023-10-06T04:11:01.619Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@7e53656 2023-10-06T04:11:01.620Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=SDC_CONNECTION_FAILED, responseMessage=SDC server problem] 2023-10-06T04:11:01.620Z||scheduling-1|||||DEBUG|500||error from SDC is: failed to connect 2023-10-06T04:11:01.620Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:SDC server problem 2023-10-06T04:11:01.621Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: SDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke( ) at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor159.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ee4ce4f8.periodicControllerTask( ) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: SDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 32 common frames omitted 2023-10-06T04:11:50.579Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2023-10-06T04:11:50.579Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2023-10-06T04:11:50.580Z||scheduling-1|||||INFO|500||DistributionClient - init 2023-10-06T04:11:50.585Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 08bf6e2f-6270-48ce-ae5a-637647b60c44 url= /sdc/v1/artifactTypes 2023-10-06T04:11:50.585Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes 2023-10-06T04:11:50.785Z||scheduling-1|||||DEBUG|500||GET Response Status 404 2023-10-06T04:11:50.786Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@5cf1359b 2023-10-06T04:11:50.786Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=SDC_NOT_FOUND, responseMessage=SDC not found] 2023-10-06T04:11:50.787Z||scheduling-1|||||DEBUG|500||error from SDC is: {"requestError":{"serviceException":{"messageId":"SVC4003","text":"Error: User '%1' was not found.","variables":["cs0008"],"formattedErrorMessage":"Error: User 'cs0008' was not found."}}} 2023-10-06T04:11:50.788Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC 2023-10-06T04:11:50.788Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 6ed8d52b-2e8a-4c08-a7a6-a4d537e9afa8 url= /sdc/v1/distributionKafkaData 2023-10-06T04:11:50.788Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/distributionKafkaData 2023-10-06T04:11:50.808Z||scheduling-1|||||DEBUG|500||GET Response Status 404 2023-10-06T04:11:50.808Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@45a6fe45 2023-10-06T04:11:50.808Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=SDC_NOT_FOUND, responseMessage=SDC not found] 2023-10-06T04:11:50.809Z||scheduling-1|||||DEBUG|500||error from SDC is: {"requestError":{"serviceException":{"messageId":"SVC4003","text":"Error: User '%1' was not found.","variables":["cs0008"],"formattedErrorMessage":"Error: User 'cs0008' was not found."}}} 2023-10-06T04:11:50.809Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:SDC not found 2023-10-06T04:11:50.809Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: SDC not found at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke( ) at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor159.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$ee4ce4f8.periodicControllerTask( ) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: SDC not found at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 32 common frames omitted 2023-10-06T04:12:40.579Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2023-10-06T04:12:40.579Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2023-10-06T04:12:40.580Z||scheduling-1|||||INFO|500||DistributionClient - init 2023-10-06T04:12:40.584Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 0c79bcd0-4737-4343-bfcd-4ebf851d3aaf url= /sdc/v1/artifactTypes 2023-10-06T04:12:40.585Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes 2023-10-06T04:12:40.616Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2023-10-06T04:12:40.630Z||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-10-06T04:12:40.630Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC 2023-10-06T04:12:40.630Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= ac2c06be-8492-4afd-b612-dfcb9c19acd9 url= /sdc/v1/distributionKafkaData 2023-10-06T04:12:40.631Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/distributionKafkaData 2023-10-06T04:12:40.664Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2023-10-06T04:12:40.673Z||scheduling-1|||||DEBUG|500||MessageBus cluster info retrieved successfully org.onap.sdc.utils.kafka.KafkaDataResponse@5595cf31 2023-10-06T04:12:40.773Z||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-e5159fe0-5e9b-40da-b82d-a3032dbd26a3 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-10-06T04:12:40.855Z||scheduling-1|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-e5159fe0-5e9b-40da-b82d-a3032dbd26a3] Instantiated an idempotent producer. 2023-10-06T04:12:40.958Z||scheduling-1|||||INFO|500||Successfully logged in. 2023-10-06T04:12:41.031Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1 2023-10-06T04:12:41.031Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5 2023-10-06T04:12:41.031Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1696565561027 2023-10-06T04:12:41.038Z||scheduling-1|||||INFO|500||start DistributionClient 2023-10-06T04:12:41.067Z||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-085fcbb2-7e19-4a72-aaa4-545f222a6631 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-10-06T04:12:41.171Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1 2023-10-06T04:12:41.172Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5 2023-10-06T04:12:41.172Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1696565561171 2023-10-06T04:12:41.174Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-085fcbb2-7e19-4a72-aaa4-545f222a6631, groupId=SO] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO 2023-10-06T04:12:41.177Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-10-06T04:12:41.178Z||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-af292b7b-dbf8-47c3-9ebe-fe63dabe4079 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-10-06T04:12:41.193Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1 2023-10-06T04:12:41.194Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5 2023-10-06T04:12:41.194Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1696565561193 2023-10-06T04:12:41.195Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-af292b7b-dbf8-47c3-9ebe-fe63dabe4079, groupId=SO] Subscribed to topic(s): SDC-DISTR-STATUS-TOPIC-AUTO 2023-10-06T04:12:41.197Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-10-06T04:12:41.200Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2023-10-06T04:12:42.073Z||kafka-producer-network-thread | SO-sdc-controller-producer-e5159fe0-5e9b-40da-b82d-a3032dbd26a3|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-e5159fe0-5e9b-40da-b82d-a3032dbd26a3] Cluster ID: GMtkwyTaR8W2OMLXr0c2Ug 2023-10-06T04:12:42.073Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-085fcbb2-7e19-4a72-aaa4-545f222a6631, 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 HhDF85boTYOiT0umKqiPnw 2023-10-06T04:12:42.073Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-af292b7b-dbf8-47c3-9ebe-fe63dabe4079, 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 JBcCnrITSkmk1unaz6knWw 2023-10-06T04:12:42.074Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-085fcbb2-7e19-4a72-aaa4-545f222a6631, 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 HhDF85boTYOiT0umKqiPnw 2023-10-06T04:12:42.075Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-085fcbb2-7e19-4a72-aaa4-545f222a6631, 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 HhDF85boTYOiT0umKqiPnw 2023-10-06T04:12:42.075Z||kafka-producer-network-thread | SO-sdc-controller-producer-e5159fe0-5e9b-40da-b82d-a3032dbd26a3|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-e5159fe0-5e9b-40da-b82d-a3032dbd26a3] ProducerId set to 1004 with epoch 0 2023-10-06T04:12:42.075Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-af292b7b-dbf8-47c3-9ebe-fe63dabe4079, 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 JBcCnrITSkmk1unaz6knWw 2023-10-06T04:12:42.075Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-af292b7b-dbf8-47c3-9ebe-fe63dabe4079, 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 JBcCnrITSkmk1unaz6knWw 2023-10-06T04:12:42.076Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-085fcbb2-7e19-4a72-aaa4-545f222a6631, 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 HhDF85boTYOiT0umKqiPnw 2023-10-06T04:12:42.076Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-af292b7b-dbf8-47c3-9ebe-fe63dabe4079, 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 JBcCnrITSkmk1unaz6knWw 2023-10-06T04:12:42.076Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-085fcbb2-7e19-4a72-aaa4-545f222a6631, 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 HhDF85boTYOiT0umKqiPnw 2023-10-06T04:12:42.076Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-af292b7b-dbf8-47c3-9ebe-fe63dabe4079, 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 JBcCnrITSkmk1unaz6knWw 2023-10-06T04:12:42.077Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-085fcbb2-7e19-4a72-aaa4-545f222a6631, 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 HhDF85boTYOiT0umKqiPnw 2023-10-06T04:12:42.077Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-af292b7b-dbf8-47c3-9ebe-fe63dabe4079, 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 JBcCnrITSkmk1unaz6knWw 2023-10-06T04:12:42.081Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-085fcbb2-7e19-4a72-aaa4-545f222a6631, groupId=SO] Cluster ID: GMtkwyTaR8W2OMLXr0c2Ug 2023-10-06T04:12:42.081Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-af292b7b-dbf8-47c3-9ebe-fe63dabe4079, groupId=SO] Cluster ID: GMtkwyTaR8W2OMLXr0c2Ug 2023-10-06T04:12:42.083Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-085fcbb2-7e19-4a72-aaa4-545f222a6631, groupId=SO] Discovered group coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null) 2023-10-06T04:12:42.083Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-af292b7b-dbf8-47c3-9ebe-fe63dabe4079, groupId=SO] Discovered group coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null) 2023-10-06T04:12:42.104Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-085fcbb2-7e19-4a72-aaa4-545f222a6631, groupId=SO] (Re-)joining group 2023-10-06T04:12:42.104Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-af292b7b-dbf8-47c3-9ebe-fe63dabe4079, groupId=SO] (Re-)joining group 2023-10-06T04:12:42.152Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-af292b7b-dbf8-47c3-9ebe-fe63dabe4079, groupId=SO] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-af292b7b-dbf8-47c3-9ebe-fe63dabe4079-57950953-2ec0-4751-83a9-3473fb99fc8f 2023-10-06T04:12:42.153Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-af292b7b-dbf8-47c3-9ebe-fe63dabe4079, 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-10-06T04:12:42.153Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-af292b7b-dbf8-47c3-9ebe-fe63dabe4079, groupId=SO] (Re-)joining group 2023-10-06T04:12:42.158Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-085fcbb2-7e19-4a72-aaa4-545f222a6631, groupId=SO] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-085fcbb2-7e19-4a72-aaa4-545f222a6631-c7582deb-4eac-4d2e-b6bc-90b82a8096aa 2023-10-06T04:12:42.158Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-085fcbb2-7e19-4a72-aaa4-545f222a6631, 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-10-06T04:12:42.159Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-085fcbb2-7e19-4a72-aaa4-545f222a6631, groupId=SO] (Re-)joining group 2023-10-06T04:12:48.158Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-085fcbb2-7e19-4a72-aaa4-545f222a6631, groupId=SO] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-085fcbb2-7e19-4a72-aaa4-545f222a6631-c7582deb-4eac-4d2e-b6bc-90b82a8096aa', protocol='range'} 2023-10-06T04:12:48.158Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-af292b7b-dbf8-47c3-9ebe-fe63dabe4079, groupId=SO] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-af292b7b-dbf8-47c3-9ebe-fe63dabe4079-57950953-2ec0-4751-83a9-3473fb99fc8f', protocol='range'} 2023-10-06T04:12:48.201Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-af292b7b-dbf8-47c3-9ebe-fe63dabe4079, 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 HhDF85boTYOiT0umKqiPnw 2023-10-06T04:12:48.202Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-af292b7b-dbf8-47c3-9ebe-fe63dabe4079, 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 HhDF85boTYOiT0umKqiPnw 2023-10-06T04:12:48.202Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-af292b7b-dbf8-47c3-9ebe-fe63dabe4079, 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 HhDF85boTYOiT0umKqiPnw 2023-10-06T04:12:48.202Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-af292b7b-dbf8-47c3-9ebe-fe63dabe4079, 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 HhDF85boTYOiT0umKqiPnw 2023-10-06T04:12:48.202Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-af292b7b-dbf8-47c3-9ebe-fe63dabe4079, 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 HhDF85boTYOiT0umKqiPnw 2023-10-06T04:12:48.202Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-af292b7b-dbf8-47c3-9ebe-fe63dabe4079, 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 HhDF85boTYOiT0umKqiPnw 2023-10-06T04:12:48.208Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-af292b7b-dbf8-47c3-9ebe-fe63dabe4079, groupId=SO] Finished assignment for group at generation 1: {SO-sdc-controller-consumer-af292b7b-dbf8-47c3-9ebe-fe63dabe4079-57950953-2ec0-4751-83a9-3473fb99fc8f=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-085fcbb2-7e19-4a72-aaa4-545f222a6631-c7582deb-4eac-4d2e-b6bc-90b82a8096aa=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-10-06T04:12:48.228Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-af292b7b-dbf8-47c3-9ebe-fe63dabe4079, groupId=SO] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-af292b7b-dbf8-47c3-9ebe-fe63dabe4079-57950953-2ec0-4751-83a9-3473fb99fc8f', protocol='range'} 2023-10-06T04:12:48.228Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-085fcbb2-7e19-4a72-aaa4-545f222a6631, groupId=SO] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-085fcbb2-7e19-4a72-aaa4-545f222a6631-c7582deb-4eac-4d2e-b6bc-90b82a8096aa', protocol='range'} 2023-10-06T04:12:48.229Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-af292b7b-dbf8-47c3-9ebe-fe63dabe4079, 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-10-06T04:12:48.230Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-085fcbb2-7e19-4a72-aaa4-545f222a6631, 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-10-06T04:12:48.237Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-af292b7b-dbf8-47c3-9ebe-fe63dabe4079, 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-10-06T04:12:48.237Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-085fcbb2-7e19-4a72-aaa4-545f222a6631, 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-10-06T04:12:48.251Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-af292b7b-dbf8-47c3-9ebe-fe63dabe4079, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-10-06T04:12:48.251Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-af292b7b-dbf8-47c3-9ebe-fe63dabe4079, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 2023-10-06T04:12:48.252Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-af292b7b-dbf8-47c3-9ebe-fe63dabe4079, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 2023-10-06T04:12:48.252Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-af292b7b-dbf8-47c3-9ebe-fe63dabe4079, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 2023-10-06T04:12:48.252Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-af292b7b-dbf8-47c3-9ebe-fe63dabe4079, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 2023-10-06T04:12:48.252Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-af292b7b-dbf8-47c3-9ebe-fe63dabe4079, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 2023-10-06T04:12:48.258Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-085fcbb2-7e19-4a72-aaa4-545f222a6631, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 2023-10-06T04:12:48.259Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-085fcbb2-7e19-4a72-aaa4-545f222a6631, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 2023-10-06T04:12:48.259Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-085fcbb2-7e19-4a72-aaa4-545f222a6631, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 2023-10-06T04:12:48.259Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-085fcbb2-7e19-4a72-aaa4-545f222a6631, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 2023-10-06T04:12:48.259Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-085fcbb2-7e19-4a72-aaa4-545f222a6631, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 2023-10-06T04:12:48.259Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-085fcbb2-7e19-4a72-aaa4-545f222a6631, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 2023-10-06T04:12:48.280Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-af292b7b-dbf8-47c3-9ebe-fe63dabe4079, groupId=SO] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}. 2023-10-06T04:12:48.281Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-af292b7b-dbf8-47c3-9ebe-fe63dabe4079, groupId=SO] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}. 2023-10-06T04:12:48.328Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-af292b7b-dbf8-47c3-9ebe-fe63dabe4079, groupId=SO] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}. 2023-10-06T04:12:48.328Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-af292b7b-dbf8-47c3-9ebe-fe63dabe4079, groupId=SO] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}. 2023-10-06T04:12:48.329Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-af292b7b-dbf8-47c3-9ebe-fe63dabe4079, groupId=SO] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}. 2023-10-06T04:12:48.330Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-af292b7b-dbf8-47c3-9ebe-fe63dabe4079, groupId=SO] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}. 2023-10-06T04:12:48.344Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-085fcbb2-7e19-4a72-aaa4-545f222a6631, 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-10-06T04:12:48.345Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-085fcbb2-7e19-4a72-aaa4-545f222a6631, 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-10-06T04:12:48.348Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-085fcbb2-7e19-4a72-aaa4-545f222a6631, 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-10-06T04:12:48.349Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-085fcbb2-7e19-4a72-aaa4-545f222a6631, 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-10-06T04:12:48.352Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-085fcbb2-7e19-4a72-aaa4-545f222a6631, 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-10-06T04:12:48.352Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-085fcbb2-7e19-4a72-aaa4-545f222a6631, 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-10-06T04:13:41.183Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-10-06T04:13:41.197Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-10-06T04:14:41.185Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-10-06T04:14:41.198Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-10-06T04:15:41.186Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-10-06T04:15:41.198Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-10-06T04:16:41.188Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-10-06T04:16:41.198Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-10-06T04:17:26.020Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-10-06T04:17:41.189Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-10-06T04:17:41.198Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-10-06T04:18:41.191Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-10-06T04:18:41.200Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-10-06T04:19:41.193Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-10-06T04:19:41.200Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-10-06T04:20:41.194Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-10-06T04:20:41.201Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-10-06T04:21:41.197Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-10-06T04:21:41.201Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-10-06T04:21:42.205Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-af292b7b-dbf8-47c3-9ebe-fe63dabe4079, groupId=SO] Node -1 disconnected. 2023-10-06T04:21:42.229Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-085fcbb2-7e19-4a72-aaa4-545f222a6631, groupId=SO] Node -1 disconnected. 2023-10-06T04:21:42.347Z||kafka-producer-network-thread | SO-sdc-controller-producer-e5159fe0-5e9b-40da-b82d-a3032dbd26a3|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-e5159fe0-5e9b-40da-b82d-a3032dbd26a3] Node -1 disconnected. 2023-10-06T04:22:41.199Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-10-06T04:22:41.201Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-10-06T04:23:41.199Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-10-06T04:23:41.201Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-10-06T04:24:41.200Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-10-06T04:24:41.203Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-10-06T04:25:41.201Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-10-06T04:25:41.203Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-10-06T04:26:41.203Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-10-06T04:26:41.205Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-10-06T04:27:41.205Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-10-06T04:27:41.205Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-10-06T04:28:41.206Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-10-06T04:28:41.207Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-10-06T04:29:41.207Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-10-06T04:29:41.207Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-10-06T04:30:41.208Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-10-06T04:30:41.208Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-10-06T04:31:41.208Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-10-06T04:31:41.209Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-10-06T04:32:41.210Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-10-06T04:32:41.210Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-10-06T04:33:41.211Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-10-06T04:33:41.211Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-10-06T04:34:41.211Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-10-06T04:34:41.212Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-10-06T04:35:41.213Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-10-06T04:35:41.213Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-10-06T04:36:41.213Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-10-06T04:36:41.213Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-10-06T04:37:41.216Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-10-06T04:37:41.216Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-10-06T04:38:41.218Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-10-06T04:38:41.218Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-10-06T04:39:41.219Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-10-06T04:39:41.219Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-10-06T04:40:41.220Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-10-06T04:40:41.220Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-10-06T04:41:41.220Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-10-06T04:41:41.221Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-10-06T04:42:41.221Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-10-06T04:42:41.221Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-10-06T04:43:41.223Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-10-06T04:43:41.223Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-10-06T04:44:41.225Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-10-06T04:44:41.225Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-10-06T04:45:41.226Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-10-06T04:45:41.226Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-10-06T04:46:41.226Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-10-06T04:46:41.227Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-10-06T04:47:41.228Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-10-06T04:47:41.228Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-10-06T04:48:41.229Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-10-06T04:48:41.230Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-10-06T04:49:41.230Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-10-06T04:49:41.231Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-10-06T04:50:41.231Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-10-06T04:50:41.232Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-10-06T04:51:41.232Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-10-06T04:51:41.233Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-10-06T04:52:41.234Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-10-06T04:52:41.234Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-10-06T04:53:41.235Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-10-06T04:53:41.235Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-10-06T04:54:41.237Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-10-06T04:54:41.237Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO